ExamGecko
Home Home / Salesforce / Certified Platform App Builder

Salesforce Certified Platform App Builder Practice Test - Questions Answers

Question list
Search
Search

List of questions

Search

Related questions











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?

A.
Add a dynamic report to the page layout
A.
Add a dynamic report to the page layout
Answers
B.
Create a lightning webcomponent
B.
Create a lightning webcomponent
Answers
C.
Install a solution from the appexchange
C.
Install a solution from the appexchange
Answers
D.
Build a visual flow that users API calls
D.
Build a visual flow that users API calls
Answers
Suggested answer: C

Explanation:

One of the easiest ways to display real-time stock price for each account is to install a solution from the AppExchange, such as Stock Price Lightning Component3. This component can be added to any record page using the Lightning App Builder.

Universal Containers would like to automatically assign a specific permission set to new users. How can this requirement bemet? Choose 2 Answers

A.
Create an approval process on the User object to assign a permission set
A.
Create an approval process on the User object to assign a permission set
Answers
B.
Create a flow on the user object to assign a permission set.
B.
Create a flow on the user object to assign a permission set.
Answers
C.
Create a lightning process on the user object to launch a flow.
C.
Create a lightning process on the user object to launch a flow.
Answers
D.
Create a workflow rule on the User object to assign a permission set.
D.
Create a workflow rule on the User object to assign a permission set.
Answers
Suggested answer: B, C

Explanation:

A flow or a process can be used to assign a permission set to new users.A flow can be triggered by a record change or an invocable action, while a process can launch a flow as an immediate or scheduled action

Containers have the Account object's Organization-Wide Default set to Private. The marketing team owns Accounts; however, they also need to be able to see the sales team's Accounts. Both the sales and marketing teams are in completely different branches of the rote hierarchy.

What feature should be used to enable marketing to see sales-owned accounts.

A.
Public Group
A.
Public Group
Answers
B.
Flow
B.
Flow
Answers
C.
Workflow
C.
Workflow
Answers
D.
Sharing Rules
D.
Sharing Rules
Answers
Suggested answer: D

Explanation:

Sharing rules can be used to extend access to records owned by certain users or roles to other users or roles.In this case, a sharing rule can grant read-only or read/write access to sales-owned accounts to the marketing team

Ursa Major Solar wants to convert the relationship between Galaxy and Star from a lookup relationship to a master-detail relationship so each Galaxy record can be equipped with a roll-up summary count of Star records.

Which two considerations should be made?

Choose 2 answers

A.
The Star records are all required to have an existing value in their Galaxy field.
A.
The Star records are all required to have an existing value in their Galaxy field.
Most voted
Answers (1)
Most voted
B.
The Galaxy object has fewer than two existing master-detail relationships.
B.
The Galaxy object has fewer than two existing master-detail relationships.
Answers
C.
The Galaxy object is required to contain existing roll-up summary fields.
C.
The Galaxy object is required to contain existing roll-up summary fields.
Answers
D.
The Star object has fewer than two existing master-detail relationships.
D.
The Star object has fewer than two existing master-detail relationships.
Most voted
Answers (1)
Most voted
Suggested answer: A, B

Explanation:

The two considerations that should be made are: The Star records are all required to have an existing value in their Galaxy field. This is a prerequisite for converting a lookup relationship to a master-detail relationship. A lookup relationship is an optional relationship that links two objects together, but does not enforce referential integrity or cascade delete. A master-detail relationship is a required relationship that links two objects together and enforces referential integrity and cascade delete. To convert a lookup relationship to a master-detail relationship, all child records must have a value in their lookup field that references an existing parent record. The Galaxy object has fewer than two existing master-detail relationships. This is another prerequisite for converting a lookup relationship to a master-detail relationship. An object can have up to two master-detail relationships with other objects and can act as both the parent and child in different relationships. To convert a lookup relationship to a master-detail relationship, the parent object must have fewer than two existing master-detail relationships with other objects. The Galaxy object is required to contain existing roll-up summary fields is not a valid consideration, as it is not related to converting a lookup relationship to a master-detail relationship.

Universal Containers has two types of applicants, hourly and salary. There are separate record types for each. While all members of the human resource department need to be able to view all applicant records, only the hiring Manager and VP of HR should be able to create salary applicant records.

What should the app builder recommend to meet this requirement?

A.
Update the org-wide default to private and create a sharing rule for the role of recruiting manager.
A.
Update the org-wide default to private and create a sharing rule for the role of recruiting manager.
Answers
B.
Create a permission set containing the salary record type and assign it to the appropriate users.
B.
Create a permission set containing the salary record type and assign it to the appropriate users.
Answers
C.
Remove 'create' permission for the salary applicant object for everyone except the manager and VP.
C.
Remove 'create' permission for the salary applicant object for everyone except the manager and VP.
Answers
D.
Configure the hourly record type as the default and instruct non-management users to accept the default record type.
D.
Configure the hourly record type as the default and instruct non-management users to accept the default record type.
Answers
Suggested answer: B

Explanation:

A permission set containing the salary record type and assigning it to the appropriate users would allow only those users to create salary applicant records, while still allowing all users to view all applicant records.This is the most granular and flexible way to meet the requirement

Due to the complexity of the Universal Containers sandbox release schedule and requirements, it is advised that change sets are used as often as possible to migrate from one environment to another.

Which three common items can an app builder move when using a change set?

Choose 3 answers

A.
Web-to-lead
A.
Web-to-lead
Answers
B.
Standard fields
B.
Standard fields
Answers
C.
Custom object
C.
Custom object
Answers
D.
Apex class
D.
Apex class
Answers
E.
Custom field
E.
Custom field
Answers
Suggested answer: C, D, E

Explanation:

The common items that can be moved using a change set are custom object, Apex class, and custom field. These are metadata components that can be deployed from one environment to another using change sets. Web-to-lead and standard fields are not metadata components that can be moved using change sets.

Cloud Kicks (CK) wants to quickly insert a list of over 60,000 net new Accounts. The template based on CK's data model was used to populate the list.

Which tool should be used?

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

Explanation:

The app builder should use Data Loader to quickly insert a list of over 60,000 net new Accounts. Data Loader is a tool that allows users to insert, update, delete, or export large amounts of data from Salesforce using CSV files or database connections. Data Loader can handle up to 5 million records at a time and supports features such as bulk API, batch operations, mapping files, etc. Data Loader is ideal for loading large data sets into Salesforce quickly and efficiently. Lightning Object Creator is not a valid tool, as it cannot insert data into existing objects. Lightning Object Creator is a tool that allows users to create custom objects from spreadsheet data by uploading a file and mapping columns to fields. It cannot load data into existing objects or handle more than 500 records at a time. Import Wizard is not a valid tool, as it cannot handle more than 50,000 records at a time. Import Wizard is a tool that allows users to insert, update, or delete data from Salesforce using CSV files or Excel files. Import Wizard supports standard objects and some custom objects and provides features such as field mapping, duplicate detection, data validation, etc. Import Wizard is ideal for loading small data sets into Salesforce with more control and accuracy.

Cloud Kicks (CK) wants to begin socializing and collaborating within Salesforce around customer accounts to discuss various topics. CK would like all company employees to see these conversations.

Which two features of Chatter would meet CK's business needs?

Choose 2 answers

A.
Set up new private Chatter groups.
A.
Set up new private Chatter groups.
Answers
B.
Set up new public Chatter groups.
B.
Set up new public Chatter groups.
Answers
C.
Use post action on the Account object.
C.
Use post action on the Account object.
Answers
D.
Use Chatter actions to create tasks to complete.
D.
Use Chatter actions to create tasks to complete.
Answers
Suggested answer: B, C

Explanation:

The two features of Chatter that would meet CK's business needs are: Set up new public Chatter groups. A public Chatter group is a way to create a collaborative space for users to share information, files, polls, and ideas around a common topic or interest. A public Chatter group can be joined by any user in the organization and can be seen by anyone who has access to Chatter. By setting up new public Chatter groups, CK can enable users to socialize and collaborate around customer accounts and discuss various topics. Use post action on the Account object. A post action is a type of quick action that allows users to create a post on a record's feed or on their own feed. A post can include text, mentions, hashtags, topics, links, files, or images. By using post action on the Account object, CK can enable users to share updates, feedback, or questions about customer accounts and engage with other users who follow the accounts. Set up new private Chatter groups is not a valid feature, as it does not meet CK's business needs. A private Chatter group is a way to create a collaborative space for users to share information, files, polls, and ideas around a confidential or sensitive topic or interest. A private Chatter group can only be joined by invitation and can only be seen by the group members. By setting up new private Chatter groups, CK would limit the visibility and accessibility of the conversations around customer accounts. Use Chatter actions to create tasks to complete is not a valid feature, as it does not meet CK's business needs. A Chatter action is a type of quick action that allows users to create a task from a record's feed or from their own feed. A task can include subject, due date, priority, status, assigned to, etc. By using Chatter actions to create tasks to complete, CK would enable users to track and manage their work related to customer accounts, but not to socialize and collaborate with other users.

Cloud Kicks wants to know the total value of all won Opportunities for Accounts and display it on the record.

What type of summary should the app builder use in the roll-up summary field?

A.
Count
A.
Count
Answers
B.
Q Max
B.
Q Max
Answers
C.
Sum
C.
Sum
Answers
D.
Min
D.
Min
Answers
Suggested answer: C

Explanation:

The app builder should use Sum as the type of summary in the roll-up summary field. A Sum type of summary allows the app builder to calculate the total value of a numeric field from the child records related to a parent record by a master-detail relationship. The app builder can create a roll-up summary field on the Account object that sums the Amount field from the won Opportunities related to each Account. Count is not a valid type of summary, as it does not calculate the total value of a numeric field. A Count type of summary allows the app builder to count the number of child records related to a parent record by a master-detail relationship. Max is not a valid type of summary, as it does not calculate the total value of a numeric field. A Max type of summary allows the app builder to display the largest value of a numeric or date field from the child records related to a parent record by a master-detail relationship. Min is not a valid type of summary, as it does not calculate the total value of a numeric field. A Min type of summary allows the app builder to display the smallest value of a numeric or date field from the child records related to a parent record by a master-detail relationship.

An app builder wants to create a report to compare the number of support cases in each status (New, In-progress, or Closed) and by priority (Critical, High, Medium, or Low).

What solution should be used for the report?

A.
Grouping
A.
Grouping
Answers
B.
Bucket Columns
B.
Bucket Columns
Answers
C.
Custom Report Type
C.
Custom Report Type
Answers
D.
Filters
D.
Filters
Answers
Suggested answer: A

Explanation:

The best solution to create a report to compare the number of support cases in each status and by priority is to use grouping. Grouping allows the app builder to summarize data by one or more fields, such as status and priority, and display them in rows and columns. Grouping also enables the app builder to use different chart types, such as stacked bar charts or matrix charts, to visualize the data. Bucket columns are not a suitable solution, as they are used to categorize data into predefined groups, such as high, medium, or low. Custom report types are not a suitable solution, as they are used to define the objects and fields available for a report, not how to display them.Filters are not a suitable solution, as they are used to limit the data shown in a report based on certain criteria, not how to compare them

Total 294 questions
Go to page: of 30