SFDC App Builder Quizlet

Description

An app builder quiz for that "other" test. When possible, I added explanations to the questions and they can be reviewed at the end of the quiz (for those questions you get wrong) for further information, clarification, and confirmation.
Madhu Venkadaswamy
Quiz by Madhu Venkadaswamy, updated more than 1 year ago More Less
Travais Avery
Created by Travais Avery about 7 years ago
Madhu Venkadaswamy
Copied by Madhu Venkadaswamy about 7 years ago
296
2

Resource summary

Question 1

Question
A manager wants to calculate the number of days since an account was last contacted through email. Which field type should be used to accomplish this?
Answer
  • Formula
  • Number
  • Roll-up Summary
  • Date

Question 2

Question
Which capability allows an app builder to grant object-level access? Choose 2 answers.
Answer
  • Assigning a user a Profile that allows Read access to an object
  • Assigning a user a Permission Set that allows for Read and Edit access to an object
  • Assigning a user a Role that allows Read access to an object
  • Assigning a user a Public Group that allows for Read and Edit access to an object

Question 3

Question
Universal Containers wants to standardize their business logic. They want to ensure that the workflow order is guaranteed to be the same each time. Which feature can be used to accomplish this? Choose 2 answers.
Answer
  • Lightning Process Builder
  • Workflow
  • Chatter Actions
  • Visual Workflow

Question 4

Question
Universal Containers has a junction object called Invoices with a primary Master-Detail relationship with Accounts and a secondary Master-Detail relationship with Contacts. The app builder has a requirement to change the primary Master-Detail relationship to Lookup. What happens to the Master-Detail relationship with Contacts?
Answer
  • The Contacts Master-Detail values are cleared from invoices
  • The Contacts Master-Detail also converts to Lookup
  • The Contacts Master-Detail field is deleted from the object
  • The Contacts Master-Detail becomes the primary

Question 5

Question
Where can a custom button be placed? Choose 3 answers.
Answer
  • On the User Object
  • On the Custom List View
  • On a Person Account
  • On a related list
  • On a Web-to-Case form

Question 6

Question
Universal Containers has separated business requirements for consumer and Business Opportunities. The sales team work with both types of Opportunities. the app builder created two record types on the Opportunity Object. Which action can now be performed? Choose 2 answers.
Answer
  • Prevent access to secure data fields by sales process
  • Specify a different page layout by sales process
  • Enable field validation by sales process
  • Create unique Opportunity stages by sales process

Question 7

Question
What metadata changes can be made directly in a production environment without deploying from sandbox? Choose 2 answers.
Answer
  • Apex triggers
  • Visualforce pages
  • Validation rules
  • Apex classes

Question 8

Question
What is the capability of sandbox templates? Choose 2 answers.
Answer
  • Create a Partial Copy sandbox from a Partial Copy sandboxes environment
  • Specify the object whose date should be replicated in a Partial Copy sandbox environment
  • Specify the data range for data being replicated in a Partial Copy sandbox environment
  • Save a template for re-use when creating a Partial Copy sandbox environment

Question 9

Question
Universal Containers would like to show different picklist values to different groups of users in a custom picklist field. What should be configured?
Answer
  • Permission sets
  • Field-level security
  • Record types
  • Page layouts

Question 10

Question
What Salesforce functionality is ignored when processing field updates in workflow rules and approval processes? Choose 3 answers.
Answer
  • Validation rules
  • Decimal places and character limits
  • Record type picklist value assignments
  • Multiple currencies
  • Field-level security

Question 11

Question
User at Universal Containers needs to be able to quickly create a contact record from the Account record's Chatter feed. How should the App Builder enable this functionality?
Answer
  • By creating a custom "Create a Record" Action on the Account
  • By creating a custom "Detail Page" Button on the Account
  • By creating a custom "Detail Page" Button on the Contact
  • By creating a custom "Create a Record" Action on the Contact

Question 12

Question
A Customer Support Manager at Universal Containers would like to implement call scripting for their caller agents. What automation tool can be used to accomplish this?
Answer
  • Workflow
  • Lightning Process Builder
  • Visual Workflow
  • Lightning Connect

Question 13

Question
An App Builder is loading the data into Salesforce. To link the new records back to the legacy system, a field will be used to track the legacy ID on the account object. For future data loads this ID will be used when upserting records. Which field attribute should be selected? Choose 2 answers.
Answer
  • Unique
  • Required
  • External ID
  • Text (encrypted)

Question 14

Question
Universal Containers is rolling out a new customer service process. Customer service managers will need to edit cases for their subordinates, but not cases for other groups. Managers and users should be able view all cases. What is the recommended solution to configure this? Choose 2 answers.
Answer
  • Create standard role hierarchies
  • Set organization-wide sharing defaults to public read/only
  • Create criteria-based sharing rules
  • Set organization-wide sharing defaults to private

Question 15

Question
An app builder would like to streamline the user experience by reflecting summarized calculations of specific fields on various objects. Which field types could be used in roll-up summary fields to accomplish this? Choose 3 answers.
Answer
  • Currency
  • Percent
  • Date
  • Checkbox
  • Time

Question 16

Question
Universal Containers stores invoices in SAP. Users want to view invoice data on the related Account records in Salesforce. How can this be achieved? Choose 2 answers.
Answer
  • Create a custom Invoice object and connect to SAP using Data Loader
  • Create an external object connected to an invoice table in SAP
  • Use SAP data export functions to load data directly in Salesforce
  • Connect to an OData Publisher Service for SAP databases

Question 17

Question
What should be done to provide managers access to records of which they are not the owner in a private sharing model?
Answer
  • Create a Manager Permission set and select the "View All Data" option
  • Create a Manager profile and select the "View My Teams Data" option
  • Define a Role Hierarchy and use the Grant Access Using Hierarchies option
  • Set the Manager field for each User Record on the Manager's team

Question 18

Question
What is a true statement regarding roll-up summary fields? Choose 2 answers.
Answer
  • Roll-up summary fields can only be created on the master of a master-detail relationship
  • The roll-up summary field inherits the field-level security of the child object
  • Changes to the value of a roll up summary field can trigger assignment rules to run
  • Multi-select pick-list fields can be used in the field column of roll-up summary filters

Question 19

Question
A custom field on an account is used to track finance information about a customer. Only members of the Finance Team have access to this field. However, the business wants to allow one customer service agent, who is assigned the customer service profile, read-only access to this field for special circumstances. What is the recommended solution to grant the customer service agent access to the filed?
Answer
  • Create a permission set that allows read-only access to the field via Field Level Security and assign it to the agent
  • Create a new profile to allow for read-only access to the field via Field Level Security and assign it to the agent
  • Update the Customer Service Profile already assigned to the agent to allow for read-only access to the field via Field Level Security
  • Update the custom field's Field Level Security in the setup to allow the agent read-only access to the field

Question 20

Question
An app builder creates an Account validation rule on the Industry field that will throw an error if the length of the field is longer than 6 characters. Another app builder creates a workflow rule with a field update that sets the Industry field to Technology whenever the Billing City field is set to San Francisco. What will happen the next time a sales person saves an Account with a Billing City of San Francisco?
Answer
  • The record will save and the Industry field will change to Technology
  • The record will not save and the validation rule's error message will be displayed
  • The record will not save and no error message will be displayed
  • The record will save but the Industry field will not change to Technology

Question 21

Question
Universal Containers uses a custom object to track Site visits. When the status of a Site visit is changed form "In Progress" to "On Hold", the business wants the Site visit owner to be automatically assigned ot an "On Hold" queue. Which capability can be used to accomplish this?
Answer
  • Apex Trigger
  • Action
  • Assignment rule
  • Visual Workflow

Question 22

Question
When should Unmanaged packages be created? choose 2 answers.
Answer
  • Deploying form a Developer Edition environment
  • Publishing an application for sale on the AppExchange
  • Migrating of components from sandbox to production
  • Distributing open-source projects on AppExchange

Question 23

Question
When a user creates an Account report, the user does not see Industry as an available field in the report builder. However, this same user is able to see it in the Account page layout. What scenario would cause this?
Answer
  • The user uses a custom report type which does not include the Industry field
  • The Industry field has no record values in the Account
  • The Industry filed is not enabled for the particular record type
  • The user does not have Industry filed visibility in the filed-level security

Question 24

Question
What is a true statement in regards to managing access to reports and dashboards? Choose 2 answers.
Answer
  • users with the "Manage Public Reports" permission can organize reports by creating custom report folders and sending invitations to users to access them.
  • Users must have certain permissions to access public, hidden, or shared folders.
  • Users with the "Manage Public Reports" and "Create and Customize reports" permissions can create custom reports that all users can view.
  • Users that want to grant access to personal folders can manually share a personal folder with a user or public group.

Question 25

Question
Which setting is available to customize Salesforce1 mobile app for branding? Choose 3 answers.
Answer
  • Header and search bar color
  • The image on loading page
  • Background color on loading page
  • Notification and search icon
  • Action bar color

Question 26

Question
The CRM Manager at Universal Containers has requested that a custom text field be converted to a pick-list in order to promote better data hygiene. What needs to be considered before changing the field type? Choose 2 answers.
Answer
  • Existing list views that reference the field may be deleted
  • Field references will be removed in Visualforce pages
  • All data should be backed up before converting a text field
  • Changing a field type will remove existing field history

Question 27

Question
Which values must be defined when creating a new Opportunity Stage? Choose 3 answers.
Answer
  • Close Date
  • Amount
  • Probability
  • Forecast Category
  • Type

Question 28

Question
The VP of sales at Universal Containers wants to have a set of screens to guide the inside sales team through collecting and updating data for leads. How can the app builder accomplish this?
Answer
  • Visual Workflow
  • Lightning Process builder
  • Workflow
  • Lightning Connect

Question 29

Question
A divisional manager wants to add a chart into a page layout. Which report format can be used as the source report to accomplish this? Choose 2 answers.
Answer
  • Matrix format wit ha chart
  • Joined format wit ha chart
  • Tabular format with a chart
  • Summary format with a chart

Question 30

Question
What is a use case for approval processes? Choose 2 answers.
Answer
  • Approve expense reports automatically when less than $50
  • Update the PTO record field with the user's manager
  • Require the CFO to review the salary range for all job offers
  • Ensure an opportunity that has at least one product added

Question 31

Question
Which statement is true about an External ID field? Choose 2 answers.
Answer
  • The field must be unique since duplicates are not allowed within Salesforce
  • The field contains unique record identifiers from a system outside of Salesforce
  • The field can be unique based on case-sensitive or case-insensitive values
  • The field must contain at least one number and at least one letter

Question 32

Question
What type of field can be used to filter a Report Chart that has been added to a Page Layout?
Answer
  • Name Field
  • Formula Field
  • Matching ID Field
  • Standard Field

Question 33

Question
At Universal Containers, the VP of Service has requested a visual indicator flag on each case, based on the case priority. High-priority cases should be flagged red, medium-priority should be flagged yellow, and low-priority cases should be flagged green. Which formula would accomplish this requirement? Choose 2 answers.
Answer
  • CASE(Priority, "Low","img/samples/flag_gree.gif","Medium","img/samples/flag_yellow.gif","High","img/samples/flag_red.gif","/s.gif")
  • IMAGE(IF(ISPICKVAL(Priority,"Low"),"img/samples/flag_green.gif",IF(ISPICKVAL(Priority,"Medium"),"img/samples/flag_yellow.gif",IF(ISPICKVAL(Priority,"High"),"img/samples/flag_red.gif"))),"Priority Flag")
  • IF(ISPICKVAL(Priority,"Low"),"img/samples/flag_green.gif",IF(ISPICKVAL(Priority,"Medium"),"img/samples/flag_yellow.gif",IF(ISPICKVAL(Priority,"High"),"img/samples/flag_red.gif","/S.GIF")))
  • IMAGE(CASE(Priority,"Low","img/samples/flag_green.gif","Medium","img/samples/flag_yellow.gif","High","imag/samples/flag_red.gif","Priority Flag")

Question 34

Question
Universal Containers has a custom assessment object used by three divisions. Each division wants to track different information on the assessments, including different values for the status pick-list. Division managers do not want their teams to be able to create another division's assessment.
Answer
  • Create additional custom assessment objects, one for each division, to track their assessments so information can be tracked separately. Use profiles to restrict access to the three custom objects.
  • Create separate assessment record types for each division and use them to limit pick-list values. Create separate page layouts for each record type and use profiles to restrict record type access.
  • Create three page layouts to determine the fields and pick-list values for each user based on the division indicated on their user record. Use field-level security to restrict access to each division's fields.
  • Create a separate page layout for each division and assign them profiles. Use the profile setting to configure each division's custom field list and pick-list values for assessments.

Question 35

Question
Which rule can be configured for the Opportunity object? Choose 2 answers.
Answer
  • Escalation Rule
  • Workflow Rule
  • Validation Rule
  • Assignment Rule

Question 36

Question
Universal Containers wants to provide a different view for its users when they access an Account record in Salesforce1 instead of the standard web version. How can this be accomplished? Choose 2 answers.
Answer
  • By adding a mobile layout and assigning it to a profile
  • By adding quick actions in the publisher section
  • By adding actions in the Salesforce1 action bar section
  • By adding a Visualforce page to the mobile cards section

Question 37

Question
A custom object named Assignment has a private sharing setting that grants access using hierarchies. The organization has a role hierarchy where the "Specialist" role reports to a "Manager" role which reports to a "Director" role. The director role is at the top of the role hierarchy. A user who is the manger role creates a new Assignment record. Who can send this record?
Answer
  • The record owner and the directors in their hierarchy
  • The record owner and those above the specialist role in their hierarchy
  • The record owner and the managers in their hierarchy
  • The record owner and the specialists in their hierearchy

Question 38

Question
The app builder at Universal Containers has been asked to ensure that the Amount field is populated when the stage is set to Closed Won. What can be used to meet this requirement?
Answer
  • Validation Rule
  • Lightning Process Builder
  • Workflow
  • Approval Process

Question 39

Question
A junction object has two Master-Detail relationships. What happens to a junction object record when either associated master record is deleted?
Answer
  • The record is deleted and placed in the recycle bin
  • The master record can't be deleted if it has a child record
  • The look-up field on the junction object record is cleared
  • The record is permanently deleted and can't be restored

Question 40

Question
What is a feature that can extend record access beyond the organization-wide defaults? Choose 2 answers.
Answer
  • Public or private groups
  • Criteria-based sharing rules
  • Owner-based sharing rules
  • Dynamic role hierarchy

Question 41

Question
Universal Containers uses a custom object to track open job positions. They would like to automatically post updates on a record's feed whenever a position stage is changed. Which social feature can be used to accomplish this?
Answer
  • Workflow Rule
  • Feed Quick Action
  • Auto-response Rule
  • Feed Tracing

Question 42

Question
Universal Containers needs the ability to generate contract documents. All the data required for a contract resides in a custom object. What is the recommended solution?
Answer
  • Enable the contract feature and create a custom Contract template based on the Standard template
  • Store a template in the static resources and configure the Action Link Template to use it
  • Create the HTML template for contracts and store it in the Public Folder
  • Select and install an AppExchange product to meet the contract generation needs

Question 43

Question
What option is available to an app builder when defining an object-specific Create Record custom action? Choose 2 answers.
Answer
  • Pre-Defining field values on the target object
  • Redirecting the end user to the detail page of the target object
  • Specifying the fields and layout of the action
  • Allowing the end user to choose the record type

Question 44

Question
Which sandbox environment is recommended to complete performance and load testing?
Answer
  • Partial Sandbox
  • Developer Sandbox
  • Developer Pro Sandbox
  • Full Sandbox

Question 45

Question
Universal Container needs to add an additional recipient to a workflow email alert that is fired from the case object. What type of field could be added to the case object to allow the additional desired recipient on the email alert? Choose 2 answers.
Answer
  • Formula field
  • Email field
  • Text field
  • Lookup field

Question 46

Question
The Customer service team at Universal Containers uses a custom project object to track their customer projects. An app builder needs to create a relationship between a project object and related client account record. A private sharing model is in place for both accounts and projects. Which statement is true when creating an account lookup field on the project object? Choose 2 answers.
Answer
  • Cross-object fields update between the project and account records are not supported
  • The account lookup field on the project record can be made optional
  • User can only delete accounts if they have access to related project records
  • The account record can include roll-up summary fields with data from the project records

Question 47

Question
An app builder has created a report for sales people to view records from the custom object, some users have complained that they are unable to see all of the appropriate records. What steps should be taken to ensure data visibility within the report? Choose 3 answers.
Answer
  • Check organization-wide defaults
  • Check the user's profile for object setttings
  • Check the report folder sharing settings
  • Check reports filter
  • Check Sharing rules

Question 48

Question
Universal Containers would like to use a chatter group for their mergers and Acquisitions to collaborate on potential new projects. The group should not be visible to non-members to see you or join, and can be accessed by invite only. Which chatter group type should the app builder recommend?
Answer
  • Unlisted Group
  • Public Group
  • Private Group
  • Member Group

Question 49

Question
Which statement is true for embedding a Visualforce page in a page Layout? Choose 2 answers.
Answer
  • Visualforce Pages on a field set have attributes for width and height
  • Visualforce Pages can be placed anywhere in the page layout
  • Visualforce Pages on a page layout have attributes for width and height
  • Visualforce Pages can only be placed in the Visualforce section in a page layout

Question 50

Question
What is the capability of Schema Builder? Choose 2 answers.
Answer
  • Showing selected objects on the page
  • Editing custom settings
  • Viewing page layout in a new window
  • Creating a new record type

Question 51

Question
What is a section of the Lightning App Builder Tool? Choose 3 answers.
Answer
  • Canvas
  • Mini Page Layout
  • Selected Publisher actions
  • Mobile Cards
  • Components

Question 52

Question
Universal Containers wants to display a message when a case needs follow-up. What can be used to display different text on the case record depending on the number of days a case is opened?
Answer
  • Formula Field
  • Workflow Update
  • Case Process
  • Lightning Process Builder

Question 53

Question
Universal Containers provide access to Salesforce for their sales, service, and marketing teams. Management wants to ensure that when users login, their home tab provides access to links and documentation that are specifically relevant to their job function. How can this requirement be met?
Answer
  • Create separate home page custom components and layouts; assign to user by role
  • Expose specific elements within a home page custom component determined by profile
  • Create separate home page custom components and layouts; assign to user by profile
  • Expose specific elements within a home page custom component determined by role

Question 54

Question
In order to delete the Opportunities, Universal Containers would like sales reps to submit requests for approval from their sales manager. What can be used to meet these requirements?
Answer
  • Approval Process with Time-Dependent workflow action
  • Approval Process with Apex Trigger
  • Two-step Approval Process
  • Process Builder with Submit for Approval action

Question 55

Question
At Universal Containers, multiple departments utilize the Case object for different purposes. Some users submit cases for IT and HR requests. Other users provide customer support with case records. How can an app builder enable different users to see different fields based on the case type?
Answer
  • Crate different case field sets for IT, HR, and Customer Support. Assign different field sets by profile
  • Create different case record types for IT, HR, and Customer Support. Assign different page layouts to each record type by role
  • Create different case record types for IT, HR, and Customer Support. Assign different page layouts to each record type by profile
  • Create different case field sets for IT, HR, and Customer Support. Assign different field sets by role

Question 56

Question
Universal Containers has deployed custom tabs through change sets, without including the profiles, to Production (Enterprise Edition). Which statement is true in regards to the visibility of custom tabs?
Answer
  • Custom tabs are default on for all users
  • Custom tabs are default off for all users
  • Custom tabs are exposed for all users
  • Custom tabs are hidden for all users

Question 57

Question
What may occur if workflow rules are re-evaluated after a field change by a field update? Choose 2 answers.
Answer
  • Cross-object workflow rules result in re-evaluation after field change
  • Workflow rules trigger validation rules on field updates
  • Workflow rules trigger more workflow rules to be re-evaluated
  • A recursive loop potentially results in exceeding organizational limits

Question 58

Question
A customer service rep at a call center would like to be able to collect info from customers using a series of question prompts. What could be used to accomplish this?
Answer
  • Lightning process builder
  • Workflow rules
  • Lightning connect
  • Visual workflow

Question 59

Question
Universal Containers is importing 1000 records into Salesforce. They want to avoid any duplicate records from being created during the import. How can these requirements be met?
Answer
  • When importing the file, select the "Prevent Duplicates" option on the last step of the Import Wizard and import the file
  • Include a column in the import file that has either record names, Salesforce ID's, or external ID's that can be used to match records
  • After importing all of hte custom objects, review all records created and manually merge or delete any duplicate record
  • After importing all of the custom objects, run a duplicate check report, export the record to a CSV File, and run a mass delete to purge any duplicates

Question 60

Question
Universal Containers has a custom object for shipping information. They have to ship to both businesses and consumers. they need to show additional values in the custom field called insurance type for business shipping records. How can this be set up?
Answer
  • Use Record type with single page layout
  • Create multiple pick-list fields on the object
  • Use record types with multiple page layout
  • Create a multi-select pick-list field
Show full summary Hide full summary

Similar

SFDC App Builder (76-100)
Connie Woolard
SFDC App Builder I (51-75)
Victoria Jones
SFDC App Builder (76-100)
Victoria Jones
1_SFDC App Builder Quizlet
Ashley Harton
SFDC App Builder Quizlet
Jaleen Hussey
SFDC App Builder 1 (126-150)
Connie Woolard
SFDC App Builder 1 (26-50)
Connie Woolard
SFDC App Builder 1 (1-25)
Connie Woolard
SFDC App Builder 1 (176-200ish)
Connie Woolard
SFDC App Builder 1 (151-175)
Connie Woolard
Salesforce Certified Platform Developer I (116-150)
Marco Calisti