Salesforce Certified Platform App Builder Practice Test - Questions Answers, Page 20
List of questions
Question 191
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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
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.
Question 192
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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'
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.
Question 193
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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?
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.
Question 194
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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?
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.
Question 195
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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?
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.
Question 196
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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?
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.
Question 197
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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
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.
Question 198
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
An app builder wants to create a new field using Schema Builder.
Who will get access to the new field by default?
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.
Question 199
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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?
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.
Question 200
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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?
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.
Question