
Ace Platform-App-Builder Certification with 432 Actual Questions
PASS Salesforce Platform-App-Builder EXAM WITH UPDATED DUMPS
NEW QUESTION 54
What is true regarding changing the field type of a rich text area?
- A. Rich text area fields can be converted but only to a long text area field type.
- B. Rich text area fields can be converted to a text area field type but data may be truncate.
- C. Images in a rich text area are deleted when the field type is converted.
- D. It is not possible to change the field type of a rich text area.
Answer: A
NEW QUESTION 55
Sales reps at Cloud Kicks (CK) forget to submit for approval when CK needs orders reviewed before close won. CK wants to automatically submit opportunities into the Secure Commitment Stage to eliminate manual submission.
Which three features would meet the business requirements'
Choose 3 answers
- A. Workflow
- B. Flow
- C. Process Builder
- D. Chatter action
- E. Apex
Answer: B,C,E
NEW QUESTION 56
At UVC, 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?
- A. Record Types, Page Layouts, Support Process and Profiles
- B. Record Types, Page Layouts, Permission Sets and Profiles
- C. Record Types, Page Layouts, Field Sets and Profiles
- D. Record Types, Page Layouts, Case Teams and Profiles
Answer: C
NEW QUESTION 57
An app builder has been asked to provide users a way to identify a Contact's "Preferred Contact Method" direction on Contact record. Users need to be able to identify whether a phone number or an email, is the Contact's preferred communication method. Which filed type will allow the App Builder to accomplish this with the fewest fields possible?
- A. Formula
- B. Checkboxes
- C. Email
- D. Picklist
Answer: B,D
NEW QUESTION 58
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. Add a sharing rule that grants the users Read/Write access to the Internship records
- B. Create a queue for the web applications and assign access to the users who will be editing the records
- C. Create a sharing rule that grants the users Read/Write access to the Application records
- D. Set the organization-wide default on the Applications object to Read/Write
Answer: C
NEW QUESTION 59
Universal Containers uses a private sharing model on Accounts. User A and User B both own Accounts of their own and have both been sent a new Account record in an email owned by User C to take a look at. User A is able to open and view the record but User B receives an insufficient privileges error. User A and User B have the same role in the Role Hierarchy as User C.
What are the three reasons User A has access but User 8 is unable to access the record?
Choose 3 answers
- A. User A and User B have different profiles
- B. User A was granted an additional permission set
- C. User A is in a Public Group that has access via a Sharing Rule
- D. User C has manually shared the record with user A
- E. User A is on the same Account Team as User C
Answer: C,D,E
NEW QUESTION 60
UVC has deployed custom tabs to Production via change sets, without including the profiles settings. What is true about the visibility of custom tabs in Enterprise Edition?
- A. Custom tabs are default on for all the users
- B. Custom tabs are default off for all the users.
- C. Custom tabs are not deployed
- D. Custom tabs are hidden for all users
Answer: D
NEW QUESTION 61
At Universal Containers, the VP of Service has requested a visual indicator flag on each case, based on the case priority. High-priority case should be flagged red, medium-priority should be flagged yellow, and low- priority cases should be flagged green.
Which two formulas will accomplish this requirement? (Choose two.)
- A. IMAGE( IF(ISPICKVAL(Priority, "Low"), "/img/samples/flag_green.gif", IF(ISPICKVAL(Priority, "Medium"), "/ img/samples/flag_yellow.gif", IF(ISPICKVAL(Priority, "High"), "/img/samples/flag_red.gif", "/s.gif) ) ), "Priority Flag")
- B. IMAGE( CASE( Priority, "Low", "/img/samples/flag_green.gif", "Medium", "/img/samples/flag_yellow.gif,
"High", "img/samples/flag_red.gif", "/s.gif"), "Priority Flag") - C. CASE( Priority, "Low", "/img/samples/flag_green.gif", "Medium", "/img/samples/flag_yellow.gif", "High", "/ img/samples/flag_red.gif", "/s.gif")
- D. IF(ISPICKVAL(Priority, "Low"), "/img/samples/flag_green.gif , IF(ISPICKVAL(Priority, "Medium"), "/img/ samples/flag_yellow.gif", IF(ISPICKVAL(Priority, "High"), "/img/samples/flag_red.gif, "/s.gif") ) )
Answer: A,B
NEW QUESTION 62
Universal containers allows users to create standard reports on demand. What are two considerations users should be aware of when creating a new report?
- A. Users can require that child objects exist for parent records using a cross filter
- B. The report type determines the types of records and fields that will be available
- C. Records will be available in the in the report regardless of security permissions
Answer: A
NEW QUESTION 63
A sales manager would like to look at an account record and view charts of all of the related open opportunities. Closed/won opportunities, and open cases. How many report charts can be added to the account page layout to meet this requirement?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: A
Explanation:
You can have two report charts per page.
You can only add report charts from the enhanced page layout editor. The mini console and the original page layout editor are not supported.
On detail pages, users can refresh up to 100 report charts every 60 minutes.
Your organization can refresh up to 3,000 report charts every 60 minutes.
https://help.salesforce.com/HTViewHelpDoc?id=reports_embed_limits.htm&language=en_US
NEW QUESTION 64
What can you build with the Lightning app builder?
- A. All of the above.
- B. Apps optimized for a particular task.
- C. At-a-glance, dashboard-style apps.
- D. Simple, single-page apps with drill-down capability.
Answer: A
NEW QUESTION 65
Which of the following are good ways to track changes in production?
- A. All of the above.
- B. Check the setup audit trail every week.
- C. Diff the metadata.
- D. Use a change log request form.
Answer: A
NEW QUESTION 66
Which statement is true for embedding a Visualforce page in a page Layout. Choose 2 Answers
- A. Visualforce Pages on a page layout have attributes for width and height
- B. Visualforce Pages can only be place in the Visualforce section in a page layout.
- C. Visualforce Pages can be placed anywhere in the page layout.
- D. Visualforce Pages on a field set have attributes for width and height.
Answer: A,C
NEW QUESTION 67
At Universal Containers, the Account object has a Master-Detail relationship with an Invoice custom object. The App Builder would like to change to a lookup field, but is not able to do so. What could be causing this?
- A. The Account is included in the workflow on the Invoice object.
- B. The invoice must have at least one Master-Detail field for reporting.
- C. The Account record includes Invoice roll-up summary fields.
- D. The Invoice records have existing values in the Account.
Answer: C
NEW QUESTION 68
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. Time
- B. Date
- C. Checkbox
- D. Currency
- E. Percent
Answer: B,D,E
NEW QUESTION 69
ABC Company want to store an area code and wants to be able to search for it in applications (apex).
Which are possible fields to store the data? (Choose two.)
- A. Text
- B. Number
- C. Email
- D. Multi Picklist
- E. Phone
Answer: A,B
Explanation:
Explanation
NEW QUESTION 70
......
Platform-App-Builder Questions PDF [2022] Use Valid New dump to Clear Exam: https://www.troytecdumps.com/Platform-App-Builder-troytec-exam-dumps.html
Passing Salesforce Platform-App-Builder Exam Using 2022 Practice Tests: https://drive.google.com/open?id=1zgPFioq4WN0fLUqVagQJZ8Xdj6UjHJhJ