ExamGecko
Home Home / Salesforce / Certified Platform App Builder

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

Question list
Search
Search

List of questions

Search

Related questions











An app builder at DreamHouse Realty created a custom object which has fields containing data from two different objects via related lookups.

What is needed to create 'with' or 'without* reports on the new custom object?

A.
Row-Level Formula
A.
Row-Level Formula
Answers
B.
Report Bucket Field
B.
Report Bucket Field
Answers
C.
Report Filters
C.
Report Filters
Answers
D.
Custom Report Type
D.
Custom Report Type
Answers
Suggested answer: D

Explanation:

To create ''with'' or ''without'' reports on the new custom object, a custom report type is needed. A custom report type defines the relationship between one or more standard or custom objects for reporting purposes. It allows users to select which fields they want to display in their reports and filter by related objects.

A new custom object is being created with a private sharing setting. The business wants to share individual records with specific people or group of people on a case-by-case basis. What options does the business user have to manually share individual records? Choose 3 answers

A.
Public Groups
A.
Public Groups
Answers
B.
Permission Sets
B.
Permission Sets
Answers
C.
Roles
C.
Roles
Answers
D.
Profiles
D.
Profiles
Answers
E.
Users
E.
Users
Answers
Suggested answer: A, C, E

Explanation:

To manually share individual records with specific people or group of people on a case by case basis, users can use public groups, roles, or users. Public groups are collections of users, roles, or other groups that can be used to share access to records. Roles define the level of access that users have to their organization's data based on their position in the hierarchy. Users are individual people who log in to Salesforce and have access to records based on their profile, role, and sharing settings.

Northern Trail Outfitters uses a custom object to track travel requests. Rangers want to have automatic posts on a record whenever a travel request has been approved.

Which feature should be used to accomplish this?

A.
Auto-response rule
A.
Auto-response rule
Answers
B.
Workflow rule
B.
Workflow rule
Answers
C.
Feed tracking
C.
Feed tracking
Answers
D.
Feed quick action
D.
Feed quick action
Answers
Suggested answer: C

Explanation:

To have automatic posts on a record whenever a travel request has been approved, feed tracking should be used. Feed tracking enables field updates to be displayed in the Chatter feed of a record or a user profile. Users can follow records or users to see updates in their own feed. Feed tracking can be enabled for standard or custom objects and selected fields.

Universal Containers conduct evaluations of their sales reps using a custom object consisting of numerical scores and executive comments. The company wants to ensure that only the sales reps, and their manager's executive can view the rep's evaluation record but the reps should not be able to view the executive comment field on their review. How can these requirement be met?

A.
Use a private sharing model granting record access using hierarchy; manage field access with record types and field-level security
A.
Use a private sharing model granting record access using hierarchy; manage field access with record types and field-level security
Answers
B.
Use a private sharing model granting record access using custom setting; manage field access with page layouts and field level security
B.
Use a private sharing model granting record access using custom setting; manage field access with page layouts and field level security
Answers
C.
Use a private sharing model granting record access using hierarchy; manage field access with field-level security
C.
Use a private sharing model granting record access using hierarchy; manage field access with field-level security
Answers
D.
Use a private sharing model granting record access using custom setting; manage field access with record types and page layouts
D.
Use a private sharing model granting record access using custom setting; manage field access with record types and page layouts
Answers
Suggested answer: C

Explanation:

To ensure that only the sales reps and their manager's executive can view the rep's evaluation record but the reps should not be able to view the executive comment field on their review, a private sharing model granting record access using hierarchy and field-level security should be used. A private sharing model means that only the owner of a record and users above them in the role hierarchy can view the record by default. Record access can be granted to other users using manual sharing, sharing rules, or Apex sharing. Field-level security controls which fields are visible or editable for different profiles or permission sets.

Cloud Kicks wants to start tracking how many shoe subscriptions have been sold for each shoe catalog. A master-detail relationship exists between the Subscription__c and the Shoe__c objects.

Which type of field should an app builder create?

A.
Roll-up summary field
A.
Roll-up summary field
Answers
B.
Lookup field
B.
Lookup field
Answers
C.
Master-detail relationship field
C.
Master-detail relationship field
Answers
D.
Number field
D.
Number field
Answers
Suggested answer: A

Explanation:

To start tracking how many shoe subscriptions have been sold for each shoe catalog, a roll-up summary field should be created. A roll-up summary field calculates values from related records on a master-detail relationship. It can count, sum, min, or max numeric values from child records on a parent record.

Universal Containers created a custom object called Component to capture details about products sold.

What approach should an app builder take to show Component as a related list on Product?

A.
Create a master-detail relationship on Product to Component. Add the Component related list to the Product page layout.
A.
Create a master-detail relationship on Product to Component. Add the Component related list to the Product page layout.
Answers
B.
Create a junction object to relate Component and Product. Add the Component related list to the Product page layout.
B.
Create a junction object to relate Component and Product. Add the Component related list to the Product page layout.
Answers
C.
Create a roll-up on Product. Add the Component related list to the Product page layout.
C.
Create a roll-up on Product. Add the Component related list to the Product page layout.
Answers
D.
Create a lookup relationship on Component to Product. Add the Component related list to the Product page layout.
D.
Create a lookup relationship on Component to Product. Add the Component related list to the Product page layout.
Answers
Suggested answer: D

Explanation:

To show Component as a related list on Product, a lookup relationship on Component to Product should be created. A lookup relationship creates a loose association between two objects and allows users to relate records from one object to another. A lookup relationship also allows users to add the related list of the child object to the parent object's page layout.

What are the limitations of Schema Builder when creating a custom object?

A.
'Save' should be clicked each time a new object, field, or relationship is created.
A.
'Save' should be clicked each time a new object, field, or relationship is created.
Answers
B.
Fields and relationships can be created, but they will be unable to add the fields to the page layout from the canvas.
B.
Fields and relationships can be created, but they will be unable to add the fields to the page layout from the canvas.
Answers
C.
Relationships can be made to any custom objects, but any relationships to standard objects should be built in Lightning Object Manager.
C.
Relationships can be made to any custom objects, but any relationships to standard objects should be built in Lightning Object Manager.
Most voted
Answers (1)
Most voted
D.
Custom fields can be added to any custom objects, excluding formula field types.
D.
Custom fields can be added to any custom objects, excluding formula field types.
Answers
Suggested answer: A

Explanation:


Cloud Kicks received a new requirement to calculate summaries from child objects of a standard object. The team would prefer to solve this declaratively.

What are two considerations an app builder should evaluate?

Choose 2 answers

A.
An app builder is unable to change a look up to a master-detail relationship.
A.
An app builder is unable to change a look up to a master-detail relationship.
Answers
B.
An object can have up to two master-detail relationships.
B.
An object can have up to two master-detail relationships.
Most voted
Answers (1)
Most voted
C.
A trigger on save or update can kick off calculations.
C.
A trigger on save or update can kick off calculations.
Answers
D.
A value is required in all records of the lookup field prior to converting to a master-detail relationship.
D.
A value is required in all records of the lookup field prior to converting to a master-detail relationship.
Most voted
Answers (1)
Most voted
Suggested answer: A, D

Explanation:

To calculate summaries from child objects of a standard object, an app builder should evaluate two considerations:

An app builder is unable to change a look up to a master-detail relationship. A lookup relationship can only be converted to a master-detail relationship if the lookup field in all records contains a value. If some records have null values, then the conversion will fail.

A value is required in all records of the lookup field prior to converting to a master-detail relationship. As mentioned above, a lookup field cannot have any null values before it can be converted to a master-detail relationship. Users will need to populate the lookup field with valid values for all records before attempting the conversion.

An app builder is creating a Lightning record page and has added Mobile & Lightning Actions to the page layout.

What two components could be included on the layout to display the actions?

Choose 2 answers

A.
Highlights panel
A.
Highlights panel
Answers
B.
Chatter
B.
Chatter
Answers
C.
Activities
C.
Activities
Answers
D.
Path
D.
Path
Answers
Suggested answer: A, C

Explanation:

To display the actions on the Lightning record page, two components could be included on the layout:

Highlights panel: The highlights panel displays key information and actions for a record based on the compact layout. Users can see and perform actions such as edit, clone, delete, follow, etc. from the highlights panel. [Source]

Activities: The activities component displays tasks and events related to a record. Users can also create new tasks and events, log calls, send emails, and view past activities from this component.

A Cloud Kicks employee submitted an opportunity for approval by their manager.

What would happen if the employee attempts to edit the description field after submission?

A.
User will be presented with a 'Record Lock' notification.
A.
User will be presented with a 'Record Lock' notification.
Answers
B.
User will be able to edit the description field only.
B.
User will be able to edit the description field only.
Answers
C.
User will see the record is now owned by their manager.
C.
User will see the record is now owned by their manager.
Answers
D.
User will be able to edit the name, but unable to edit the description.
D.
User will be able to edit the name, but unable to edit the description.
Answers
Suggested answer: A

Explanation:

If an employee attempts to edit the description field after submitting an opportunity for approval, they will be presented with a 'Record Lock' notification. This means that the record is locked for editing while it is in the approval process and only users with the ''Modify All'' permission or users above them in the role hierarchy can edit it. [Source]

Total 294 questions
Go to page: of 30