
[Dec-2021] Latest Platform-App-Builder Exam Dumps for Pass Guaranteed
Reliable Salesforce App Builder Platform-App-Builder Dumps PDF Dec 27, 2021 Recently Updated Questions
NEW QUESTION 26
An app builder would like to streamline the user experience by reflecting summarized calculations of specific fields on various objects. Which field types could be used in roll-up summary fields to accomplish this? Choose 3 answers
- A. Percent
- B. Time
- C. Checkbox
- D. Date
- E. Currency
Answer: A,D,E
NEW QUESTION 27
Universal Containers' CEO has asked that all deals with more than a 40% discount get automatically sent to the VP of Finance. He will review these details without the sales rep needing to take action.
Which two ways can this be accomplished without building code? (Choose two.)
- A. Launch a flow that uses the submit for approval action to submit deals for approval.
- B. Create a new process with a submit for approval action to automatically submit deals for approval.
- C. Create a new approval process that has automatic submission enabled in the entry criteria.
- D. Launch a new approval process that has automatic submission enabled as an initial submission action.
Answer: A,B
NEW QUESTION 28
Universal Containers wants its Field Sales team to only see the accounts that they own. Separate North American and European marketing teams should only see accounts in their respective regions. The Inside Sales Team needs to see all accounts in Salesforce.
How should an app builder accomplish this?
- A. Set the Organization-Wide Default to Public for accounts. Create profiles for each Marketing Team, and create an Inside Sales Team role that is at the top of the Role Hierarchy.
- B. Set the Organization-Wide Default to Private for accounts. Create permission sets for each Marketing Team, and create an Inside Sales Team profile with the "View All" setting for accounts.
- C. Set the Organization-Wide Default to Private for accounts. Create criteria-based sharing rules for each Marketing Team, and create an Inside Sales Team profile with the "View All" setting for accounts.
- D. Set the Organization-Wide Default to Public for accounts. Create criteria-based sharing rules for each Marketing Team, and create an Inside Sales Team permission set with the "View All" setting for accounts.
Answer: D
NEW QUESTION 29
The app builder needs to change the data types of new custom fields. The app builder is not able to delete and recreate any of the fields, nor modify any apex code. Which data type change will require the app builder to perform the additional steps in order to retain existing functionalities?
- A. Changing the data type of a field used in a report from a text to an encrypted field
- B. Changing the data type of a field used in lead conversion from number to text
- C. Changing the data type of a field used as an external id from number to text.
- D. Changing the data type of a field used in an apex class from number to text.
Answer: C
Explanation:
If you change the data type of any custom field that is used for lead conversion, that lead field mapping will be deleted. If you change the data type of a custom field that is set as an external ID, choosing a data type other than text, number, or email will cause the field to no longer act as an external ID.
The option to change the data type of a custom field is not available for all data types. For example, existing custom fields cannot be converted into encrypted fields nor can encrypted fields be converted into another data type.
https://help.salesforce.com/apex/HTViewHelpDoc?id=notes_on_changing_custom_field_types. htm&language=en
NEW QUESTION 30
A custom object named Assignment has private sharing setting that grants access using hierarchies. The organization has a role hierarchy where each Territory Manager reports to an Area Manager, who reports to a VP of Sales. The VP of Sales is at the top of the role hierarchy. A user who is in the Area Manager role creates a new Assignment record.
Who can see this record?
- A. The record owner and all of the Territory Managers in their hierarchy.
- B. The record owner and the VP of Sales.
- C. The record owner and all of the other Area Managers.
- D. The record owner only.
Answer: B
NEW QUESTION 31
The app builder needs to change the data types of new custom fields. The app builder is not able to delete and recreate any of the fields, nor modify any apex code. Which data type change will require the app builder to perform the additional steps in order to retain existing functionalities?
- A. Changing the data type of a field used in a report from a text to an encrypted field
- B. Changing the data type of a field used in lead conversion from number to text
- C. Changing the data type of a field used as an external id from number to text.
- D. Changing the data type of a field used in an apex class from number to text.
Answer: C
Explanation:
Explanation
If you change the data type of any custom field that is used for lead conversion, that lead field mapping will be deleted. If you change the data type of a custom field that is set as an external ID, choosing a data type other than text, number, or email will cause the field to no longer act as an external ID.
The option to change the data type of a custom field is not available for all data types. For example, existing custom fields cannot be converted into encrypted fields nor can encrypted fields be converted into another data type.
https://help.salesforce.com/apex/HTViewHelpDoc?id=notes_on_changing_custom_field_types.
htm&language=en
NEW QUESTION 32
Universal Containers implemented an application process that uses custom objects Internships and Applications. The organization-wide default for Internships has been set to private and is the master in the master-detail relationship with Applications. The VP of HR wants to allow edit access to Applications to recruiters.
How should an app builder configure the proper access?
- A. Create a sharing rule that grants the users Read/Write access to the Application records
- B. Set the organization-wide default on the Applications object to Read/Write
- C. Add a sharing rule that grants the users Read/Write access to the Internship records
- D. Create a queue for the web applications and assign access to the users who will be editing the records
Answer: A
NEW QUESTION 33
An app builder wants to streamline the user experience by reflecting summarized calculation of specific fields on various objects.
Which three fields types should be used in roll-up summary fields to accomplish this?
Choose 3 answer
- A. Date
- B. Percent
- C. Time
- D. Checkbox
- E. Currency
Answer: B,D
NEW QUESTION 34
Before code can be deployed in production, what percentage of test coverage must be achieved?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: A
NEW QUESTION 35
The VP of Marketing wants to broadcast an e-mail to 10,000 contacts in Salesforce on a regular basis, but realizes Salesforce's mass e-mail functionality has a limitation on the number of e-mails that can be sent each day.
What action should the app builder take?
- A. Develop Apex code and Visualforce pages to send the e-mails.
- B. Download all Contacts to a CSV file and use an e-mail client to send the e-mails.
- C. Request Salesforce increase the number of maximum daily e-mails.
- D. Research and evaluate products available on AppExchange to send mass e-mails.
Answer: D
NEW QUESTION 36
What are the three different custom tabs you can create? (Choose three.)
- A. Standard Object Tab
- B. Web Tab
- C. Visualforce Tab
- D. APEX Tab
- E. Custom Object Tab
Answer: B,C,E
NEW QUESTION 37
A customer service representative at a call center would like to be able to collect information from customers using a series of question prompts. What could be used to accomplish this?
- A. Lightning process builder
- B. Lightning Connect
- C. Workflow Rules
- D. Visual workflow
Answer: D
NEW QUESTION 38
Which two are key considerations when using Unmanaged packages? (Choose two.)
- A. A namespace is required to create an Unmanaged package.
- B. The person who created the Unmanaged package has no control over the installed components.
- C. A namespace is not required to create an Unmanaged package.
- D. The person who created the Unmanaged package can change or upgrade installed components.
Answer: B,C
NEW QUESTION 39
What is true about a junction object?
- A. A custom object that has one Master-Detail relationship.
- B. A custom object that has two Master-Detail relationships.
- C. A standard object that has one Master-Detail relationship.
- D. A standard object that has two Master-Detail relationships.
Answer: B
NEW QUESTION 40
What type of field needs to be wrapped in a function (in a formula) to be accessed?
- A. Date/Time
- B. Picklist
- C. Long Text Field
- D. Currency
Answer: B
NEW QUESTION 41
Which of the following are types of developer sandboxes environment types in Salesforce? (Choose four.)
- A. Developer
- B. Full Copy
- C. Partial Copy
- D. Full Sandbox
- E. Developer Pro
- F. Partial Sandbox
Answer: A,C,D,E
NEW QUESTION 42
You can secure data at the organization level, using all of these methods, except __________.
- A. Limit Login IP addresses
- B. Use hardware token
- C. Limit Login Hours
- D. Set password policies
Answer: B
NEW QUESTION 43
An App Builder at UVC would like to prevent users from creating new records on an Account related list by overriding standard buttons. Which two should the App Builder consider before overriding standard buttons?
- A. Standard buttons that are not available for overrides can still be hidden on page layouts
- B. Standard buttons can be overridden, relocated on the detail page, and relabeled
- C. Standard buttons can be changed on lookup dialogs, list views, and search result layouts
- D. Standard buttons can be overridden with a Visualforce page
Answer: A
NEW QUESTION 44
Indirect lookup relationship fields can be created on external objects only.
- A. True
- B. False
Answer: A
NEW QUESTION 45
An app builder needs to change the data types of a few custom fields. The app builder is not able to delete and recreate any of the fields, nor modify any Apex code.
What data type change will require the app builder to perform additional steps in order to retain existing functionality?
- A. Changing the data type of a field used in an Apex class from number to text.
- B. Changing the data type of a field used in lead conversion from number to text.
- C. Changing the data type of a field used as an External ID from number to text.
- D. Changing the data type of a field used in a report from text to an encrypted field.
Answer: C
NEW QUESTION 46
Representatives at Cloud Kicks use Salesforce to record information for new Leads. When new prospects are added, an outbound message is sent to the data warehouse with the Lead's information.
What automation tool should an app builder use to meet this requirement?
- A. Create a workflow rule with an outbound message as the action.
- B. Create a process using Process Builder to send an outbound message.
- C. Use Lightning Flow to send an outbound message.
- D. Design an approval process that sends an outbound message.
Answer: A
NEW QUESTION 47
Which sandbox is used for performance testing?
- A. Developer
- B. Developer Pro
- C. Full
- D. Partial
Answer: A
NEW QUESTION 48
......
Salesforce Platform-App-Builder Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
| Topic 10 |
|
| Topic 11 |
|
Latest 2021 Realistic Verified Platform-App-Builder Dumps: https://www.prep4sures.top/Platform-App-Builder-exam-dumps-torrent.html
Pass Your Salesforce Platform-App-Builder Exam with Correct 315 Questions and Answers: https://drive.google.com/open?id=1Ks1EWMvje5LzPIiiraO09X_ZqmeG49uj