Platform-App-Builder Actual Questions - Instant Download 235 Questions [Q125-Q146]

Share

Platform-App-Builder Actual Questions - Instant Download 235 Questions

Download Free Latest Exam Platform-App-Builder Certified Sample Questions


Salesforce Platform-App-Builder exam is one of the most popular and in-demand certifications for professionals who want to become a certified Salesforce app builder. Salesforce Certified Platform App Builder certification validates a candidate's skills and knowledge in building custom applications on the Salesforce platform. The Salesforce Platform-App-Builder certification is a must-have for anyone who wants to build apps on the Salesforce platform, including developers, administrators, and consultants.


Salesforce Platform-App-Builder (Salesforce Certified Platform App Builder) Certification Exam is designed for individuals who have experience building custom applications on the Salesforce platform. Salesforce Certified Platform App Builder certification validates the knowledge and skills necessary to design, build, and deploy custom applications using the Salesforce Platform.


Salesforce Certified Platform-App-Builder certification exam is a multiple-choice exam that consists of 60 questions. Candidates are given 105 minutes to complete the exam, and the passing score is 63%. Platform-App-Builder exam covers a variety of topics, including data modeling, security, user interface design, business logic, and automation. Successful candidates will be able to demonstrate their ability to design and build custom applications that meet the needs of their clients.

 

NEW QUESTION # 125
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. Process Builder
  • B. Flow
  • C. Workflow Rules
  • D. Salesforce Connect

Answer: B

Explanation:
Explanation


NEW QUESTION # 126
A Lightning component is a compact, configurable, and reusable element that you can drag and drop onto a Lightning Page in the Lightning app builder.

  • A. False
  • B. True

Answer: B


NEW QUESTION # 127
Universal Containers is setting up Salesforce for the first time. Management wants the sales and marketing teams to have different navigation menus in the Salesforce Mobile App.
What option is available to an app builder to satisfy this requirement?

  • A. Create mobile navigation menus for both the sales and marketing profiles.
  • B. Create sales and marketing profiles and ensure read access to different objects.
  • C. Create roles for sales and marketing and assign a custom homepage layout for each role.
  • D. Create public groups for sales and marketing and create mobile navigation menus for each group.

Answer: B


NEW QUESTION # 128
Universal Containers would like to embed a chart of all related Opportunities, by stage, on the Account detail page. Which type of report should the App Builder create to add to the Account page layout?

  • A. A summary report on the Opportunity object.
  • B. A tabular report on the Account object.
  • C. A summary report on the Account object.
  • D. A tabular report on the Opportunity object.

Answer: A

Explanation:
Explanation
A summary report on the opportunity object should be created to add to the account page layout. A summary report groups rows of data by common values and allows users to create charts based on aggregate values. A summary report on the opportunity object can group opportunities by stage and display a chart of all related opportunities on the account detail page.


NEW QUESTION # 129
Universal Containers would like to optimize routes for its traveling service personnel.
What is the recommended solution to meet this requirement?

  • A. Use geolocation fields with the DISTANCE and GEOLOCATION formulas.
  • B. Use an AppExchange partner product.
  • C. Configure Territory Hierarchy and rules for route based on Territory.
  • D. Configure routing options in a custom object.

Answer: B


NEW QUESTION # 130
Universal Containers is expecting impacts to operations due to increased demand. The executive team will be reaching out to current customers and want to see the number of open cases for the account and parent account.
Which two tools could an app builder combine to display the number of open cases on the account page?
Choose 2 answers

  • A. Flow
  • B. Process Builder
  • C. Workflow
  • D. Approval Process

Answer: A,B

Explanation:
Explanation
The two tools that an app builder could combine to display the number of open cases on the account page are Flow and Process Builder. Flow is a tool that allows the app builder to create a declarative automation that can query, manipulate, and display data from multiple objects. Process Builder is a tool that allows the app builder to create a trigger-based automation that can invoke a Flow when a record is created or updated. By using these two tools, the app builder can create a solution that can query the number of open cases for the account and parent account and display them on the account page using a screen element. Workflow is not a suitable tool, as it cannot query or display data from multiple objects. It can only perform actions such as field updates, email alerts, tasks, or outbound messages. Approval Process is not a suitable tool, as it is used to automate the approval of records based on certain criteria and predefined steps. It cannot query or display data from multiple objects.


NEW QUESTION # 131
Universal Containers has created the custom objects Candidate and Interview in Salesforce to track candidates and interviews respectively. The company wants to track the total number of interviews a candidate has gone through on the candidate record without writing any code. How can app builder accomplish this requirements? Choose 2 answers

  • A. Use a roll-up summary field on the candidate record to show the total number of interviews.
  • B. Use a formula field on the candidate record to show the total number of interviews
  • C. Use a master-detail relationship between the Candidate and the Interview objects.
  • D. Use a lookup relationship between the Candidate and Interview objects

Answer: A,C


NEW QUESTION # 132
What is true about Master-Detail relationships? (Choose two.)

  • A. When the parent record is deleted, all child records will be deleted.
  • B. You can have a child record without the parent record.
  • C. You have to expose the master-detail field on the child object page layout.
  • D. You cannot delete a child object.

Answer: A,C


NEW QUESTION # 133
A user asks for a checkbox to be automatically ticked if the annual revenue field is greater than a million.
Which formula to trigger a workflow would satisfy this requirement?

  • A. AnnualRevenue
  • B. AnnualRevenue > 1000000 , TRUE, FALSE
  • C. IF(AnnualRevenue > 1000000 ,"TRUE","FALSE")
  • D. AnnualRevenue > 1000000

Answer: D


NEW QUESTION # 134
Universal Containers wants to understand return on investment for the latest advertising buy. They currently use a private security model for all objects.
What should an app builder recommend?

  • A. Run an opportunities pipeline report
  • B. Configure Campaign Hierarchies and Campaign statistics
  • C. Change to a public security model
  • D. Utilize Account Hierarchies and Roil-Up Summary fields

Answer: B


NEW QUESTION # 135
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?

  • A. Use a record owner sharing rule that is shared with the Process Improvement role.
  • B. Write a trigger to use Apex Managed Sharing to grant access with the Process Improvement team.
  • C. Use a record owner sharing rule that is shared with the Process Improvement public group.
  • D. Use a criteria-based sharing rule where the accounts are shared with the Process Improvement public group.

Answer: D


NEW QUESTION # 136
Sales manager at universal containers would like to standardize what information sales rep are gathering. Sales rep want recommendations, sales strategies and to know what key fields need to be completed at each step of the sales process on the opportunity record. What feature should an app builder use to provide this functionally?

  • A. Path
  • B. Workflow
  • C. Global Action
  • D. Chatter feed

Answer: A

Explanation:
Explanation
The app builder should use the Path feature to provide the functionality that the VP of Sales wants. The Path feature allows an app builder to create a visual representation of the stages in a business process, such as the Opportunity sales process. The app builder can also add key fields, guidance, and resources for each stage to help sales reps gather information and complete tasks4. Option A, C, and D are not features that can provide this functionality.


NEW QUESTION # 137
An app builder has a custom component they want to make available on the utility bar, but the component is unavailable.
How should the component be tagged?

  • A. For use on the utility bar.
  • B. For use in Lightning App Builder.
  • C. For use on record pages.
  • D. For use in App Manager.

Answer: A

Explanation:
Explanation
For use on the utility bar. This is correct because the component must have this tag in order to be available on the utility bar. The other tags are not relevant for this requirement.


NEW QUESTION # 138
Universal Containers uses a custom picklist field Account Region on the account record. They want this region to be reflected on all related contact records and stay in sync if the value of this field changes on the Account.
How should an app builder meet this requirement?

  • A. Create a text field called 'Account Region' on Contact object > Create a workflow rule to update this picklist field if the Account Region field on the Account is changed.
  • B. Create a formula field on the Contact object > Set the value of the formula to ISPICKVAL(Account.Account_Region__c).
  • C. Create a formula field on the Contact object > Set the value of the formula to TEXT(Account.Account_Region__c).
  • D. Create a picklist field called 'Account Region' on Contact object > Create a workflow rule to update this picklist field if the Account Region field on the Account is changed.

Answer: C


NEW QUESTION # 139
What are the steps for creating a dynamic approval process?

  • A. Create standard object as an approval matrix.
  • B. All of the above.
  • C. Create (user) lookup fields on the object being approved, Create a custom object as an approval matrix, Populate the approval matrix record, Create Apex code to populate the user fields from the approval matrix record, Create or update an approval process to utilize the new lookup fields.
  • D. Create an approval process.

Answer: C


NEW QUESTION # 140
Universal Insurance would like to highlight on a report claims that have been open for more than 30 days.
What feature could be used for this? Choose 1 answer.

  • A. Conditional Highlighting
  • B. Bucket Highlighting
  • C. Report Highlighting
  • D. Field Highlighting

Answer: A


NEW QUESTION # 141
Cloud Kicks wants to make sure that users without the Marketing role are unable to update the Contact Retail Opt In picklist field to Yes.
What validation rule would an app builder use to prevent other users from making this update?

  • A. AND( $UserRole.Name != 'Marketing', Retail_Opt_In_c = "Yes" )
  • B. AND( $UserRole.Name = 'Marketing', Retail_Opt_In__c= "Yes" )
  • C. AND( $UserRole.Name != 'Marketing',ISCHANGED(Retail_Opt_In__c),
    ISPICKVAL(Retail_0pt_In_c,"Yes") )
  • D. AND( $UserRole.Name = 'Marketing', ISPICKVAL(Retail_Opt_In_c,"Yes") )

Answer: C

Explanation:
Explanation
The validation rule should check if the user role is not Marketing, and if the Retail Opt In field has been changed to Yes. The ISCHANGED function returns true if the field value has been changed, and the ISPICKVAL function returns true if the field value matches a specified picklist value.


NEW QUESTION # 142
What is a key consideration when using unmanaged packages? Choose 2 answers

  • A. A namespace is not required to create an unmanaged package.
  • B. The person who created the unmanaged package has no control over the installed components
  • C. The person who created the unmanaged package can change or update installed components
  • D. A namespace is required to create an unmanaged package.

Answer: A,B

Explanation:
Explanation - Namespaces are not used in unmanaged packages. In fact, even if your organization is namespace, the namespace is removed from all components when it is uploaded as an unmanaged package.
https://developer.salesforce.com/page/An_Introduction_to_Packaging
Once the components are installed from an unmanaged package, the components can be edited in the organization they are installed in. The developer who created and uploaded the unmanaged package has no control over the installed components, and can't change or upgrade them.
https://help.salesforce.com/apex/HTViewHelpDoc?id=sharing_apps.htm


NEW QUESTION # 143
Global actions can be created to let users create which of the following kinds of records? (Choose three.)

  • A. Opportunity
  • B. Users
  • C. Chatter Post
  • D. Products
  • E. Event (without invitees)
  • F. Question

Answer: A,E,F


NEW QUESTION # 144
Universal Containers wants to test code against a subnet of production data that is under 5 GB, Additionally, Universal Containers wants to refresh this sandbox every weekend.
Which type of sandbox should be used to accomplish this?

  • A. Full
  • B. Developer
  • C. partial Copy
  • D. Developer Pro

Answer: C


NEW QUESTION # 145
Cloud Kicks has created a custom object called Interests which is joined to Accounts by way of a junction object called Account Interest.
What is the impact to users attempting to view an Account and the associated Account Interest records if they are without read access to the Interest object?

  • A. Users will be unable to view Account records that have a related Account Interest record.
  • B. Users will be able to view the Account Interest records and will have read-only access to the Interest records.
  • C. Users will be able to view the Account Interest record, but unable to view the field or any information relating back to the Interest record.
  • D. Users will be unable to view the Account Interest records or the Interest records.

Answer: A


NEW QUESTION # 146
......

Free Salesforce Platform-App-Builder Exam 2023 Practice Materials Collection: https://realexamcollection.examslabs.com/Salesforce/Salesforce-App-Builder/best-Platform-App-Builder-exam-dumps.html