Salesforce Certified Platform App Builder Exam Practice Questions (P. 2)
- Full Access (610 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
Which two are capabilities of record types? (Choose two.)
- ADisplaying different field labels.
- BDisplaying different page layouts.Most Voted
- CFiltering picklist values.Most Voted
- DHaving multiple record types on one record.
Correct Answer:
BC
BC

Record types in Salesforce are powerful features that tailor user experiences according to specific business processes. They are particularly adept at managing which picklist fields users see and ensuring that different scenarios or departments access appropriately configured page layouts. This ability to filter picklist values and display varying page layouts per record type helps maintain organized and relevant data entry standards, enhancing the overall efficiency of platform utilization.
send
light_mode
delete
Question #12
A custom object has a Public Read Only sharing setting that does not grant access using hierarchies. A dynamic sharing rule provides Write access to the object to the Global Marketing public group if the record is marked as Global. A user creates a new record and marks it as Global.
Who will have write access to the record?
Who will have write access to the record?
- AThe Global Marketing public group and anyone above the owner in the role hierarchy.
- BThe record owner and the Global Marketing public group.
- CThe record owner and anyone above the owner in the role hierarchy.
- DThe Global Marketing public group, the record owner, and anyone above the owner in the role hierarchy.
Correct Answer:
B
B

The correct response in this scenario is option B. Here's a simplified breakdown: The custom object's setting as 'Public Read Only' restricts write permissions, meaning no one can modify records unless explicitly granted. The policy of not granting access via hierarchies means that upper-level roles in the hierarchy, such as managers, do not automatically receive write access to records below them. Therefore, only the record owner, by default, and members of the Global Marketing public group (through a specific dynamic sharing rule when a record is marked as Global) have write access. This sharing setup excludes others, even those above the owner in the role hierarchy, from having write privileges, solidifying B as the correct answer.
send
light_mode
delete
Question #13
Which three are features of the Custom Button? (Choose three.)
- ACustom Button with Javascripts enhance Lightning Experience.
- BCustom Button is available for User Object.
- CCustom Button display at the top and bottom of a page.Most Voted
- DCustom Button is available for Person Account.Most Voted
- ECustom Button can reference an external app.Most Voted
Correct Answer:
ACE
ACE

Absolutely, Custom Buttons in Salesforce can link to external applications, reflecting one of their flexible and functional features useful for integrating with other systems or web pages. It's important to note that while JavaScript is often used in custom buttons, they don't support JavaScript in the Lightning Experience, aligning with Salesforce's shift towards more secure and robust frameworks. Additionally, their placement can be configured to appear at both the top and the bottom of a page, offering visibility that is crucial for user engagement and access. These capabilities underline the customizable and integrative nature of the Salesforce platform.
send
light_mode
delete
Question #14
Universal Containers has two teams: Sales and Services. Both teams interact with the same records. Sales users use ten fields on the Account record. Service users use three of the same fields as the Sales team, but also have five of their own, which the Sales team does not use.
What is the minimum configuration necessary to meet this requirement?
What is the minimum configuration necessary to meet this requirement?
- AOne profile, one record type, one page layout.
- BOne profile, two record types, one page layout.
- CTwo profiles, two record types, two page layouts.
- DTwo profiles, one record type, two page layouts.Most Voted
Correct Answer:
C
C

The correct approach indeed involves the use of two profiles, two record types, and two page layouts, as stated in option C. This configuration is essential because it addresses the different field requirements and access needs of the Sales and Services teams effectively. By setting up two profiles, we ensure that each team’s access to Salesforce can be managed distinctly. The two record types allow us to define different sets of data that each team interacts with, while two distinct page layouts ensure that each team only sees the fields relevant to them on the interface. This setup is crucial to maintain organized and controlled access to data across various team functions within the same platform, thus optimizing both usability and security.
send
light_mode
delete
Question #15
In Salesforce Classic, which two statements are true for embedding a Visualforce page in a page layout? (Choose two.)
- AVisualforce pages on a field set have attribute for width and height.
- BVisualforce pages can only be placed in the Visualforce section in a page layout.
- CVisualforce pages on a page layout have attributes for width and height.Most Voted
- DVisualforce pages can be placed in the details section of a page layout.Most Voted
Correct Answer:
CD
CD

Correct, the pertinent details about embedding Visualforce pages in Salesforce Classic include the ability to specify attributes like width and height which offers customization flexibility. Also, it's not limited to just the Visualforce section; you can add it to the details section too, just like adding other components. This integration allows a more versatile use of Visualforce within standard layouts.
send
light_mode
delete
Question #16
Which two rules can be configured for the Opportunity object? (Choose two.)
- AEscalation Rule
- BValidation RuleMost Voted
- CAssignment Rule
- DWorkflow RuleMost Voted
Correct Answer:
BD
BD
send
light_mode
delete
Question #17
Universal Containers uses a private Account sharing model. They have a Process Improvement team with representatives from multiple departments that needs to view all accounts that have been flagged as problem accounts.
How should this team be granted access to the records?
How should this team be granted access to the records?
- AUse a record owner sharing rule that is shared with the Process Improvement public group.
- BUse a criteria-based sharing rule where the accounts are shared with the Process Improvement public group.
- CWrite a trigger to use Apex Managed Sharing to grant access with the Process Improvement team.
- DUse a record owner sharing rule that is shared with the Process Improvement role.
Correct Answer:
B
B
send
light_mode
delete
Question #18
Universal Containers wants to test code against a subset of production data that is under 5 GB. Additionally, Universal Containers wants to refresh this sandbox every weekend.
What type of sandbox should be used to accomplish this?
What type of sandbox should be used to accomplish this?
send
light_mode
delete
Question #19
Universal Containers has a custom project evaluations object used by three business teams. Business team managers have requested that project evaluations be tracked and managed independently of each other with different set of custom fields and picklist values.
What is minimally required configuration to accomplish this?
What is minimally required configuration to accomplish this?
- AWith a custom project evaluation object, create separate record types with different picklist values and page layouts for each team. Create and assign separate profiles by team.Most Voted
- BCreate separate page layouts to determine the fields and picklist values for each user based on the team indicated on their user record. User field-level security to restrict access to each team's fields.
- CCreate separate custom objects to track project evaluations independently of each other with record types and page layouts. Assign custom objects permissions with three different profiles.
- DWith a custom project evaluation object, create a separate page layout for each team and assign them using a profile. Use permission sets to configure each team's field list and picklist values.
Correct Answer:
B
B
send
light_mode
delete
Question #20
At Universal Containers, multiple departments utilize the Case object for different purposes. Some users submit cases while other users provide customer support with case records.
What is the minimum required configuration for an app builder to enable different users to see different fields, based on the case type?
What is the minimum required configuration for an app builder to enable different users to see different fields, based on the case type?
- ARecord Types, Page Layouts, Case Teams, and Profiles.
- BRecord Types, Page Layouts, Support Process, and Profiles.Most Voted
- CRecord Types, Page Layouts, Permission Sets, and Profiles.
- DRecord Types, Page Layouts, Field Sets, and Profiles.
Correct Answer:
C
C
send
light_mode
delete
All Pages