ExamGecko
Home Home / Salesforce / Certified Platform App Builder

Salesforce Certified Platform App Builder Practice Test - Questions Answers, Page 20

Question list
Search
Search

List of questions

Search

Related questions











DreamHouse Realty is building a custom Lightning app to track its expanding solar water collection business. The Lightning app currently contains a custom Lightning record page with standard components.

From which two resources should an app builder get custom components to bring into the new Lightning app?

Choose 2 answers

A.
AppExchange
A.
AppExchange
Answers
B.
Apex Code
B.
Apex Code
Answers
C.
Import Wizard
C.
Import Wizard
Answers
D.
Visualforce
D.
Visualforce
Answers
Suggested answer: A, B

Explanation:

AppExchange and Apex Code are two resources that can provide custom components for a Lightning app. AppExchange is a marketplace where developers can publish and sell their custom components or apps. Apex Code is a programming language that can be used to create custom components or logic for a Lightning app. Import Wizard and Visualforce are not resources for custom components, but tools for data import and web page development respectively.

Cloud Kicks Is redefining its entire business process to convert the Manager Notes field from a long text area files. The goal is to encourage managers to be more concise In their comments and stay at 255 characters or less. There is preexisting information In the Manager Notes field that often is well beyond the character limit.

What would happen to any existing information if the app builder tries to convert a preexisting long text area field to text area'

A.
Preexisting information will truncate to the first 255 characters.
A.
Preexisting information will truncate to the first 255 characters.
Most voted
Answers (1)
Most voted
B.
Preexisting Information in the field will be completely lost.
B.
Preexisting Information in the field will be completely lost.
Answers
C.
Preexisting information will remain even if it was over 255 characters.
C.
Preexisting information will remain even if it was over 255 characters.
Answers
D.
Preexisting information will cause an error message to pop up.
D.
Preexisting information will cause an error message to pop up.
Answers
Suggested answer: C

Explanation:

Preexisting information will remain even if it was over 255 characters if the app builder tries to convert a preexisting long text area field to text area. However, users will not be able to edit or save records with more than 255 characters in that field until they reduce the number of characters. Preexisting information will not truncate, be lost, or cause an error message.

Universal Containers has a private sharing model for Accounts and Opportunities and uses Territory Management to grant access to records.

* Sales rep A manually shares an opportunity record with sales rep B.

* Sales rep B has access to the Account even though the Account Is NOT In sales rep B's territory.

* Sales rep C CANNOT see either record.

Based on the information given, why can sales rep B see the Account related to the Opportunity?

A.
Sales rep B has implicit access to the Account.
A.
Sales rep B has implicit access to the Account.
Answers
B.
Sales rep B was added to the Account team.
B.
Sales rep B was added to the Account team.
Answers
C.
Sharing set is granting access to the Account.
C.
Sharing set is granting access to the Account.
Answers
D.
Account was also manually shared.
D.
Account was also manually shared.
Answers
Suggested answer: A

Explanation:

Sales rep B has implicit access to the Account because of the manual sharing of the Opportunity. Implicit sharing grants access to parent records when a user has access to a child record. Sales rep B was not added to the Account team, sharing set is not applicable for private sharing model, and Account was not manually shared.

Cloud Kicks (CK) captures all shipping information in a custom object called Shipments__c. CK's app builder is tasked with creating an approval process to ensure department members can approve all overnight shipments.

Where should the app builder route the approval request?

A.
Hierarchy field
A.
Hierarchy field
Answers
B.
Role
B.
Role
Answers
C.
Public group
C.
Public group
Answers
D.
Queue
D.
Queue
Most voted
Answers (1)
Most voted
Suggested answer: C

Explanation:

Public group is the best option to route the approval request for overnight shipments. Public groups can include users, roles, or other groups. Queues are used to assign ownership of records to a group of users, not for approval processes. Hierarchy field and role are not flexible enough to include only the department members.

At Universal containers, all US Sales reps should be able to view the US Team dashboard, however, only the US sales directors should be able to see the data in the component and view its source report. How can an app builder ensure the proper access is granted?

A.
Make the US Sales Director the running user and share the dashboard folder with the role US Sales Rep
A.
Make the US Sales Director the running user and share the dashboard folder with the role US Sales Rep
Answers
B.
Make the dashboard dynamic and give US Sales Reps the view my teams dashboard permission
B.
Make the dashboard dynamic and give US Sales Reps the view my teams dashboard permission
Answers
C.
Share the dashboard folder with roles and subordinates of the US Sales Director and share the report folder with the role of US Sales Director
C.
Share the dashboard folder with roles and subordinates of the US Sales Director and share the report folder with the role of US Sales Director
Answers
D.
Share the dashboard with the public group US Sales Reps and share the dashboard source reports folder with the US Sales Director profile
D.
Share the dashboard with the public group US Sales Reps and share the dashboard source reports folder with the US Sales Director profile
Answers
Suggested answer: C

Explanation:

Sharing the dashboard folder with roles and subordinates of the US Sales Director and sharing the report folder with the role of US Sales Director will ensure that only the US sales directors can see the data in the component and view its source report, while all US sales reps can view the US Team dashboard. Making the US Sales Director the running user will show only his or her data in the component, not the whole team's data. Making the dashboard dynamic will show different data depending on who is viewing it, not based on their role. Sharing the dashboard with the public group US Sales Reps and sharing the dashboard source reports folder with the US Sales Director profile will not prevent other profiles from accessing the reports if they have access to the report folder.

Cloud Kicks wants to efficiently Increase the company's adoption of Salesforce while simultaneously moving away from their reliance on spreadsheets. An app builder is given a spreadsheet everyone is sharing that needs to be added to Salesforce. The object with fields needs to be created and the data inserted simultaneously.

Which tool should be used?

A.
Import Wizard
A.
Import Wizard
Answers
B.
Lightning Object Creator
B.
Lightning Object Creator
Answers
C.
Data Loader
C.
Data Loader
Answers
D.
Schema Builder
D.
Schema Builder
Answers
Suggested answer: B

Explanation:

Lightning Object Creator is a tool that allows app builders to create an object with fields and import data from a spreadsheet simultaneously. Import Wizard and Data Loader are tools for importing data into existing objects, not creating new objects. Schema Builder is a tool for creating and modifying objects and fields, but not importing data.

A new app builder on the Cloud Kicks team is getting familiar with relationships in the data model.

What functionality would present the app builder a comprehensive view of all relationships in one pi

A.
Schema Builder
A.
Schema Builder
Answers
B.
Lightning Object Creator
B.
Lightning Object Creator
Answers
C.
Object Manager
C.
Object Manager
Answers
D.
Lightning Record Page
D.
Lightning Record Page
Answers
Suggested answer: A

Explanation:

Schema Builder is a tool that presents a comprehensive view of all relationships in one place. It allows app builders to see how objects are connected and create new relationships. Lightning Object Creator, Object Manager, and Lightning Record Page are not tools for viewing relationships, but for creating objects, managing fields, and customizing record pages respectively.

An app builder wants to create a new field using Schema Builder.

Who will get access to the new field by default?

A.
Standard profiles
A.
Standard profiles
Answers
B.
No profiles
B.
No profiles
Answers
C.
Internal profiles
C.
Internal profiles
Most voted
Answers (1)
Most voted
D.
All profiles
D.
All profiles
Answers
Suggested answer: D

Explanation:

All profiles will get access to the new field by default when it is created using Schema Builder. The app builder can modify the field-level security settings later to restrict access for certain profiles. Standard profiles, no profiles, and internal profiles are not correct options.

DreamHouse Realty (DHR) recently acquired Cloud Kicks (CK), a company that is still on Salesforce Classic. DHR is keeping the CK Salesforce org; however, it will migrate this org to Lightning Experience.

Where should the app builder find prebuilt resources to help with this project and overall adoption?

A.
Import Wizard
A.
Import Wizard
Answers
B.
Lightning Object Creator
B.
Lightning Object Creator
Answers
C.
AppExchange
C.
AppExchange
Answers
D.
Flow Builder
D.
Flow Builder
Answers
Suggested answer: C

Explanation:

AppExchange is a marketplace where app builders can find prebuilt resources to help with migration and adoption projects. AppExchange offers apps, components, solutions, and consulting services that can assist with moving from Classic to Lightning Experience. Import Wizard, Lightning Object Creator, and Flow Builder are not sources of prebuilt resources, but tools for data import, object creation, and automation respectively.

An app builder at Ursa Major Solar has been working on a new custom app in a sandbox that has been upgraded to the next major Salesforce version, and their production instance is still on the current Salesforce version. The development is complete and they are ready to deploy a change set.

What should the app builder consider when planning the deployment?

A.
It will fall if there is a feature only available in the next version.
A.
It will fall if there is a feature only available in the next version.
Answers
B.
The change set components will be upgraded to the next version in production.
B.
The change set components will be upgraded to the next version in production.
Answers
C.
The change set will be automatically deployed when production is upgraded.
C.
The change set will be automatically deployed when production is upgraded.
Answers
D.
The deployment is not possible due to different versions.
D.
The deployment is not possible due to different versions.
Answers
Suggested answer: A

Explanation:

It will fail if there is a feature only available in the next version. According to theSalesforce documentation, ''If your sandbox is on a newer version than your production org, you can't deploy any components that are new in the sandbox version.'' The change set components will not be upgraded to the next version in production, the change set will not be automatically deployed when production is upgraded, and the deployment is possible if there are no new features involved.

Total 294 questions
Go to page: of 30