
Latest Platform-App-Builder Actual Free Exam Questions Updated 290 Questions
Free Platform-App-Builder Exam Braindumps certification guide Q&A
The Salesforce Platform-App-Builder exam consists of 60 multiple-choice questions and has a time limit of 105 minutes. The questions are designed to test the individual's knowledge and skills in various areas related to building custom applications on the Salesforce platform. Platform-App-Builder exam is computer-based and can be taken at a testing center or online.
NEW QUESTION # 21
An app builder wants to create a report to compare the number of support cases in each status (New, In-progress, or Closed) and by priority (Critical, High, Medium, or Low).
What solution should be used for the report?
- A. Custom Report Type
- B. Bucket Columns
- C. Filters
- D. Grouping
Answer: B
NEW QUESTION # 22
Sales reps at Universal Containers create multiple quotes per opportunity.
What automation tool should an app builder recommend to delete rejected quotes?
- A. Workflow rule
- B. Flow
- C. Validation rule
- D. Approval process
Answer: B
Explanation:
A flow is a powerful automation tool that can perform complex logic and data manipulation. A flow can be used to delete rejected quotes by using a record-triggered flow that runs when a quote is updated, or by using a scheduled flow that runs at a specified time.
NEW QUESTION # 23
What are the limitations of Schema Builder when creating a custom object?
- A. Fields and relationships can be created, but they will be unable to add the fields to the page layout from the canvas.
- B. Custom fields can be added to any custom objects, excluding formula field types.
- C. Relationships can be made to any custom objects, but any relationships to standard objects should be built in Lightning Object Manager.
- D. "Save" should be clicked each time a new object, field, or relationship is created.
Answer: A
NEW QUESTION # 24
Cloud Kicks (CK) Is finding sales reps are Inconsistent in data entry when deals are won. CK requires that custom shoes are shipped within two weeks after the close date. A custom field called Scheduled Ship Date on the opportunity records the ship date.How should the app butler ensure this field is properly filed out before setting the opportunity to closed won?
- A. ISPICKVAL( StageName ,"Closed Won") && ( Scheduled _Ship_Date_c-CloseDate ) > 14
- B. OR(ISPICKVAL( StageName ="Closed Won") && ( Scheduled_Ship_Date__c- CloseDate ) >
14,ISBLANK(Scheduled_Ship_Date__c)) - C. OR(ISPICKVAL( StageName ,"Closed Won") && (
Scheduled_Ship_Date_cCloseDate)>14,ISBLANK(Scheduled_Ship_Date_c)) - D. ISPICKVAL( StageName= CloseDate ) > 14,losed Won") && ( CloseDateScheduled_Ship_Date_c)
>14
Answer: C
Explanation:
The correct validation rule formula to ensure that the Scheduled Ship Date field is properly filled out before setting the Opportunity to Closed Won is:
OR(ISPICKVAL( StageName ,"Closed Won") && (
Scheduled_Ship_Date_cCloseDate)>14,ISBLANK(Scheduled_Ship_Date_c))
This formula checks two conditions: if the StageName is Closed Won and the Scheduled Ship Date is more than 14 days after the Close Date, or if the Scheduled Ship Date is blank. If either condition is true, the validation rule will fire and prevent saving the record. The other formulas are incorrect because they either use incorrect syntax (such as "=" instead of "," or missing parentheses) or incorrect logic (such as checking if the Scheduled Ship Date is less than 14 days after the Close Date)
NEW QUESTION # 25
Universal Containers is using a custom app to record performance review info for their employees. The performance review should be visible to the employee and the employee's manager, as well as the HR director.
How can this be configured? Choose 1 answer.
- A. Use manager sharing to enable sharing with the employee's manager and HR director
- B. Set the org wide default for Performance Review to private and add a criteria based sharing rule to share performance review records with a public group that includes the employee managers and HR director
- C. Set the org wide default for Performance Review to private and use grant access using hierarchies to give visibility to the employee's manager and HR director
- D. Set the org wide default for Performance Review to private, do not use grant access using hierarchies and use manual sharing for the employee manager and HR director
Answer: D
NEW QUESTION # 26
Which opportunity standard field is available to be configured directly? Choose3
- A. Type
- B. Forecast category
- C. Stage
- D. Lead source
Answer: A,C,D
Explanation:
The opportunity standard fields that are available to be configured directly are Stage, Lead Source, and Type. These fields can be modified by editing their picklist values, adding or removing values, or changing their default values. Option A is incorrect because Forecast Category is not a standard field on the opportunity object, but rather a system field that is automatically derived from the Stage field.
NEW QUESTION # 27
Universal Containers provides access to Salesforce for their sales, service and marketing teams. Management wants to ensure that when users log in, their home tab provides access to links and documentation that are specifically relevant to their job function.
How can this requirement be met?
- A. Expose specific elements within a home page custom components determined by profile.
- B. Create separate home page custom components and layouts; assign to users by role.
- C. Create separate home page custom components and layouts; assign to users by profile.
- D. Expose specific elements within a home page custom component determined by role.
Answer: C
NEW QUESTION # 28
A new field is being created on a custom object. However, the app builder does not want the field to show up on pre-existing custom report types.
What should the app builder do on the custom field setup to fulfill this requirement?
- A. Deselect auto add to custom report type.
- B. Grant read-only access to all report profiles.
- C. Remove visibility to all report profiles.
- D. Remove the new field from all page layouts.
Answer: A
Explanation:
When creating a new field, if an app builder does not want the field to be automatically added to pre-existing custom report types, the step to take is:
* Deselect 'Add Field to Custom Report Types' (D). This option is available when creating or editing a custom field and ensures that the field is not automatically included in report types where 'Automatically add new custom fields to report type layouts' is enabled.
Removing the field from page layouts (A) affects the visibility on record pages but not reports. Adjusting visibility (B) or setting read-only access (C) for report profiles affects user permissions to see the field in reports, but does not remove the field from report types if it was previously added.
Reference for managing fields in custom report types:
* Custom Report Types and Fields:
https://help.salesforce.com/articleView?id=reports_report_type_layouts.htm&type=5
NEW QUESTION # 29
Accounts at Universal Containers are currently readable by all users but editable only by their owners. Management wants to designate some Accounts as VIP Accounts. Only Account owners should have read access to these VIP accounts.
Which two actions should an app builder take to meet the requirements?
Choose 2 answers
- A. Configure a permission set.
- B. Set up an Account Team.
- C. Implement a sharing rule.
- D. Change organization-wide defaults.
Answer: B,C
NEW QUESTION # 30
Universal Containers wants to its sales team to only see the accounts that they own. Separate Month American and Environment manufacturing 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 publish 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 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 accounting for accounts.
- C. Set the Organization-Wide Default to private for accounts. Create permission setts for each Marketing Team, and create an Inside Sales team Profile with the ''View All'' setting for accounts.
- D. Set the Organization Team profile 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.
- E. 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.
- F. Set the Organization Team profile 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.
Answer: B
NEW QUESTION # 31
Managers at Universal Containers want a quick way to create additional accounts to form a hierarchy from a Parent Account record They want to auto-populate five fields based on the parent to make it easier for users to create the child accounts quickly.
What should the app builder recommend?
- A. A Create a custom action
- B. Customize a Global Quick Action
- C. Add Path on Account hierarchy
- D. Add a custom link on Account
Answer: A
Explanation:
Create a custom action is the recommended solution to meet the requirement of creating additional accounts to form a hierarchy from a Parent Account record. According to the Salesforce documentation, "Actions let users quickly create or update records, log calls, send emails, and more, in the context of a particular object." A custom action can auto-populate fields based on the parent account and make it easier for users to create child accounts. Add Path on Account hierarchy, add a custom link on Account, and customize a Global Quick Action are not valid or feasible options.
NEW QUESTION # 32
You have created a workflow rule to send an e-mail in your configuration sandbox.
For some reason it's not working, what should you double check? (Choose two.)
- A. HTML does not work in sandbox, make sure your e-mail has no HTML.
- B. Check the deliverability settings.
- C. Look at the system audit trail.
- D. You have the correct e-mail address.
Answer: B,D
Explanation:
Explanation/Reference:
NEW QUESTION # 33
What is the process to upgrade an unmanaged package that is currently installed in production?
- A. Install the new version to a Developer org then deploy to production.
- B. Use the Install Wizard to install the upgrade to production.
- C. Uninstall the current version and install the new version.
- D. Click the update link on the Installed Packages page.
Answer: D
Explanation:
The correct method to upgrade an unmanaged package that is installed in a production environment is to use the update link provided on the Installed Packages page. This process ensures that any modifications or additions in the package are properly integrated without the need to uninstall the previous version, thus preserving existing customizations and data.
* A: Uninstalling removes all associated data and customizations, which is not advisable.
* B: The Install Wizard is used for initial installations, not upgrades.
Reference: Upgrading Unmanaged Packages on Salesforce Help
NEW QUESTION # 34
The Director of Marketing has asked the app builder to create a formula field that tracks how many days have elapsed since a contact was sent a marketing communication. The director is only interested in whole units.
What function should be used to return today's date for calculating the difference?
- A. TODAY()
- B. DATEVALUE()
- C. DATE()
- D. NOW()
Answer: A
NEW QUESTION # 35
Universal Containers has a junction object called Invoices with a primary Master-Detail relationship with Accounts and a secondary Master-Detail relationship with Contacts. The app builder has a requirement to change the primary Master-Detail relationship to Lookup.
What happens to the Master-Detail relationship with Contacts?
- A. The Contacts Master-Detail values are cleared from invoices.
- B. The Contacts Master-Detail field is deleted from the object.
- C. The Contacts Master-Detail also converts to Lookup.
- D. The Contacts Master-Detail becomes the primary.
Answer: D
Explanation:
- The second master-detail relationship you create on your junction object becomes the secondary relationship. If you delete the primary master-detail relationship or convert it to a lookup relationship, the secondary master object becomes primary.
https://help.salesforce.com/HTViewHelpDoc?id=relationships_considerations.htm&language=en_US
NEW QUESTION # 36
Universal Containers has purchased a Lightning Component on the Apple exchange.
In which two areas should Components be utilized?
- A. Salesforce Mobile App
- B. Process Builder
- C. Standalone Lightning App
- D. Flow Builder
Answer: A
NEW QUESTION # 37
Universal Containers assigns system access via permission sets and permission set groups to ensure each user has proper access. One department with varying levels of support staff has five consistent permission sets they require in order to complete their duties. Some higher-level staff have additional permission sets that are only required for them.
How should an app builder recommend assigning permission sets to users?
- A. Utilize the manage assignments button to assign a permission set group and additional individual permission sets to each user.
- B. Utilize the Data Loader to mass update the desired users with their full list of permission sets and permission set groups.
- C. Utilize the manage assignments button to assign each user with the same set of permission set groups and permission sets.
- D. Utilize the Data Import Wizard to mass update the desired users with their full list of permission sets and permission set groups.
Answer: A
Explanation:
The app builder should recommend utilizing the manage assignments button to assign a permission set group and additional individual permission sets to each user. This way, the app builder can assign the five consistent permission sets to all users in one permission set group, and then assign additional permission sets to higher-level staff as needed. Option B is incorrect because it will not account for the varying levels of support staff and their different permission sets. Option C is incorrect because the Data Import Wizard cannot be used to assign permission sets or permission set groups to users. Option D is incorrect because the Data Loader cannot be used to assign permission set groups to users.
NEW QUESTION # 38
......
In order to prepare for the Salesforce Platform-App-Builder exam, candidates should have a strong understanding of the Salesforce platform and its different features. They should also have experience building custom applications using declarative tools and code. There are many resources available to help individuals prepare for the exam, including study guides, practice exams, and online courses.
Platform-App-Builder Certification Overview Latest Platform-App-Builder PDF Dumps: https://passguide.vce4dumps.com/Platform-App-Builder-latest-dumps.html