Questions and Answers GRADE A+
SOLUTIONS
Question # 1
Universal Containers wants to display the real-time stock price for each Account on
the Account record page.
How should an app builder implement this request?
Options:
A.
Create a Lightning Web Component.
B.
Install a solution from the AppExchange.
C.
Build a Flow that uses API calls.
D.
Use a scheduled Apex job.
Question # 2
Universal Containers (UC) maintains information for over 2 million assets in an
external system. UC needs to access these assets in real-time data in Salesforce and is
nearing the data storage limits.
What feature could an app builder recommend UC use?
Options:
A.
Data Loader
,B.
Salesforce Connect
C.
Salesforce to Salesforce
D.
Data Export Wizard
Question # 3
What is one limitation of using schema builder when creating a field?
Options:
A.
Cannot create formula fields.
B.
Cannot see existing relationships between objects.
C.
Cannot add fields to page layouts.
D.
Cannot create lookup relationships.
Question # 4
The Service Manager provided the app builder with color code requirements for case
age on open cases.
New cases populate a green circle
Day-old cases populate a yellow circle
Three-day-old cases populate a red circle
How should an app builder implement this requirement?
Options:
A.
,Formula Field
B.
Quick Action
C.
Custom Button
D.
Lightning Web Component
Question # 5
An app builder needs a custom solution and is considering using community. Ease of
updates is the primary consideration.
What should the app builder consider?
Options:
A.
A managed package from AppExchange
B.
An unmanaged package from AppExchange
C.
An open-source unmanaged package
D.
An open-source custom development
Question # 6
Universal Containers is setting up salesforce for the first time. Management wants the
sales and marketing teams to have different navigation names in the salesforce1
mobile app. Which option is available to an app builder to satisfy the requirement?
Options:
A.
, Create sales and marketing profiles to ensure read access to different objects
B.
Create roles for sales and marketing and assign a custom homepage layout for each
role.
C.
Create mobile navigation menus for both the sales and marketing profiles.
D.
Create public groups for sales and marketing and create mobile navigation menus for
each group.
Question # 7
Universal Containers (UC) has a custom Invoice object and a custom Invoice Line
Item object. TTie Invoice Line-Item object has a lookup relationship to the Invoice.
UC would like to convert the lookup relationship to a master-detail relationship but is
unable to do so.
Which two reasons could be preventing this relationship conversion?
Choose 2 answers
Options:
A.
Custom objects are unable to be on the detail side of a master-detail relationship.
B.
There are already two master-detail relationships on the Invoice Line Item.
C.
Invoice Line-Item records exist without having the Invoice lookup field populated.
D.
There is a roll-up summary field on the Invoice object.
Question # 8