Text Material Preview
Dumpsinfo is a good website providing the latest exams information and dumps questions for all hot IT certification exams, such as Microsoft, Cisco, Huawei, IBM, VMware, Fortinet, and so on. Features of Dumpsinfo’s products Instant Download Free Update in 3 Months Money back guarantee PDF and Software 24/7 Customer Support Besides, Dumpsinfo also provides unlimited access. You can get all Dumpsinfo files at lowest price. Salesforce Certified Platform App Builder Certified Platform App Builder exam free dumps questions are available below for you to study. Full version: Certified Platform App Builder Exam Dumps Questions 1. In order to delete a record smth needs to be approved. A. Approval with Apex Trigger B. Approval with Workflow C. Option 3 D. Option 4 Answer: A 2. What is the capability of sandbox template? Select 2 A. Specify the data range for data being replicated in a partial copy sandbox environment B. Save a template for re-use when creating a partial copy sandbox environment C. Specify the objects whose data should be replicated in the partial copy sandbox environment D. Create a partial copy sandbox from a partial copy sandboxes environment Answer: B,C 1 / 14 https://www.dumpsinfo.com/vendors/microsoft/ https://www.dumpsinfo.com/vendors/cisco/ https://www.dumpsinfo.com/vendors/huawei/ https://www.dumpsinfo.com/vendors/ibm/ https://www.dumpsinfo.com/vendors/vmware/ https://www.dumpsinfo.com/vendors/fortinet/ https://www.dumpsinfo.com/unlimited-access/ https://www.dumpsinfo.com/exam/certified-platform-app-builder 3. A custom button can be used for performing all of the following actions, except: Choose 1 answer. A. Invoke a visualforce page in your Salesforce org B. Invoke a webpage URL C. Invoke a Javascript D. Invoke an Apex Trigger Answer: D 4. Cloud Kicks recently implemented the application lifecycle management process to its release management strategy. Which category handles bug fixes and simple changes? A. Patch B. Minor C. Major D. Rollback Answer: A 5. The VP of sales at Universal Containers wants to have a set of screens to guide the inside sales team through collecting and updating data for leads . How can the App Builder accomplish this? A. Visual workflow B. Lightning Process Builder C. Workflow D. Lightning Connect Answer: A 6. Which two solutions prevent a formula field from being referenced by a Roll-Up Summary Field? A. A cross-object workflow updating a field referenced by the formula field B. A cross-object field reference in the formula field C. The CASE() function in the formula field D. The NOW() function in the formula field Answer: A,C 7. What metadata changes can be made directly in a production environment without deploying from sandbox? Choose 2 answers A. Apex Triggers B. Visualforce Pages C. Validation Rules D. Apex Classes Answer: B,C 8. What is a use case for approval processes? Choose 2 answers. A. Approve expense reports automatically when less than $50. B. Update the PTO record field with the user’s manager. C. Require the CFO to review the salary range for all job offers. D. Ensure an opportunity that has at least one product added. 2 / 14 Answer: A,C 9. Universal Container 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 2 A. Phone B. Number C. Text D. Multi Picklist E. Email Answer: B,C 10. Sales reps at Universal Containers use Salesforce on their mobile devices. They want a way to odd new contacts quickly and then follow up later to complete the additional Information necessary. What mobile solution should an App Builder recommend? A. Customize the mobile menu to move Contacts to the top. B. Build a global action to create Contacts. C. Add a compact layout to Contacts. D. Use Path and set pre-defined values Answer: C 11. You are explaining to another developer, who is not familiar with Force.com, how an external ID field can be used to work with data coming from another system . What features would you mention? Choose 3 answers. A. An external ID is indexed and increases query performance B. An external ID can be either text, number or email data types C. An external ID is used to represent an identifier for a record from an external system D. External IDs are not case sensitive Answer: A,B,C 12. An app Builder creates an Account validation rule on the Industry field that will throw an error if the length of the field is longer than 6 characters. Another App Builder creates a workflow rule with a field update that sets the Industry field to Technology whenever the Billing City field is set to San Francisco . What will happen the next time a sales person saves an Account with a Billing City of San Francisco? A. The record will save and the Industry field will change to Technology B. The record will not save and the validation rule’s error message will be displayed C. The record will not save and no error message will be displayed D. The record will save but the Industry field will not change to Technology Answer: A 13. 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 summary report on the Account object. C. A tabular report on the Account object. 3 / 14 D. A tabular report on the Opportunity object. Answer: A 14. Identify the standard Lightning components. (Choose 3 answers) A. Visualforce Page B. Dashboards C. List View D. Rich Text E. Reports Answer: A,C,D 15. A junction object has two Master-Detail relationships . What happens to a junction object record when either associated master record is deleted? A. The record is deleted and placed in the recycle bin. B. The master record can’t be deleted if it has a child record. C. The look-up field on the junction object record is cleared. D. The record is permanently deleted and can’t be restored. Answer: A 16. Universal containers require different fields to be out at each of the opportunity sales process . What configuration steps can an app builder use to meet this requirement? A. Create a process builder to prompt the user for filed information B. Define record type and page payouts for each stage C. Add the path component to the lightning record type D. Set page layout required fields based on the current stage Answer: A 17. 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 able to view the Account Interest records and will have read-only access to the Interest records. B. Users will be unable to view Account records that have a related Account Interest record. C. Users will be unable to view the Account Interest records or the Interest records. D. 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. Answer: A 18. Where can a custom button be placed? Choose 3 answers A. On the User Object B. On the Custom List View C. On a Person Account D. On a related list E. On a Web-to-Case form Answer: B,C,D 4 / 14 19. 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. Implement a sharing rule. B. Configure a permission set.C. Set up an Account Team. D. Change organization-wide defaults. Answer: A,C 20. DreamHouse Realty (DR) has a policy that requires the phone number on Contact to be deleted when the DoNotCall checkbox is checked. What automation tool should the app builder recommend? A. Quick action B. Approval process C. Validation rule D. Workflow rule Answer: C 21. Need to change ownership when field of custom object changed. A. Apex trigger B. Assignment Rule C. Validation Rule D. Visual Workflow Answer: B 22. Representatives at Universal Containers use Salesforce to record information for leads. When new prospects are added, an outbound message is sent to SAP with lead's information . Which automation process will accomplish this without writing any code? A. Create a process using Lightning Process Builder to send the outbound message. B. Create a Workflow Rule with an outbound message as the action C. Use Visual Workflow to create a wizard that will send an outbound message. D. Design an Approval Process that sends an outbound message upon arrival. Answer: B 23.1.UVC uses a custom object to track open job positions. They would like to automatically post updates on a record's feed whenever a position stage is changed . Which social feature can be used to accomplish this? A. Workflow rule B. Feed tracking C. Feed quick Action D. Auto response rule Answer: B 24. What can be done after the workflow field re-evaluation? A. Option 1 5 / 14 B. Trigger another rule C. Out of hour limit (loop) D. Invalid data Answer: C 25. A sales manager at Cloud Kicks wants the team to spend more time in the field and less time manually entering the information found on the business cards they collect. What should an app builder do to help achieve this goal without sacrificing data quality? A. Research and evaluate data enrichment products on the AppExchange to automate data entry. B. Post daily to the Chatter feed any relevant fields that need to be populated. C. Use Flow to create a data entry wizard to automate data entry. D. Use a combination of workflow rules and formula fields to populate key fields for the sales user. Answer: A 26. The DreamHouse Realty (DR) service manager has asked for some improvements in case management to enforce process compliance so that cases are unable to be reverted to an earlier case status, and to ensure that certain fields are required when specific case criteria are met. What solution should an app builder implement to meet these requirements? A. Workflow Rules B. Process Builder C. A Validation Rules D. Activities Component Answer: C 27. At Universal Containers, multiple departments utilize the Case object for different purposes. Some users submit cases for IT and HR requests. Other users provide customer support with case records . How can an App Builder enable different users to see different fields, based on the case type? A. Create different case record types for IT, HR and Customer Support. Assign different page layouts to each record type by profile. B. Create different case field sets for IT, HR and Customer Support. Assign different field sets by profile. C. Create different case record types for IT, HR and Customer Support. Assign different page layouts to each record type by role. D. Create different case field sets for IT, HR and Customer Support. Assign different field sets by role. Answer: A 28. After universal containers converted qualified leads. Sales reps need to be able to report on converted leads . How should an app builder support for this requirement? A. Enable preserve lead status in the lead conversion settings B. Assign the representative view and edit converted leads permission C. Ensure the representative has read access to the original lead records D. Create a custom report type with converted leads as the primary object Answer: A 29. Cloud Kicks asked the app builder to insert a list of 25,000 records using deduplication for the Race_Track__c custom object. 6 / 14 Which tool should be used? A. Import Wizard B. Lightning Object Creator C. Data Loader D. Schema Builder Answer: A 30. To increase adoption, Universal Containers is proposing changes to its Salesforce data model to allow easier visibility for sales reps into key metrics. The proposal has three custom objects related to the Account object, one with a master-detail, and two that are not. Each of these objects has 15 fields they would like to summarize on the Account object. What are two considerations for this proposal? Choose 2 answers A. Roll-up summaries allow MAX, MIN, SUM, COUNT, and AVG. B. An object can have 20 object references. C. An object can have 25 roll-up summaries. D. Roll-up summaries are limited to master-detail relationships. Answer: C,D 31. A production org includes custom objects containing confidential Information. A sandbox h needed that Includes data records, excludes all of the confidential objects, and can be refreshed weekly the confidential objects, and can be refreshed weekly. What steps should an App Builder take to meet these requirements? A. Create a Full Sandbox and use a sandbox template B. Create a Developer Pro Sandbox and schedule Data loader to download selected object data weekly. C. Create a Partial Copy Sandbox and use a sandbox template. D. Create a Developer Sandbox and schedule Data loader to download selected object data weekly. Answer: C 32. Universal Containers has a custom picklist called Support Level on the Account object. They would like to show the real-time value of Support Level on all case records. How should an app builder implement this requirement? A. Create a formula field on the Case object using the TEXT function. B. Create a formula field on the Account object using the ISPICKVAL function. C. Create a Process Builder and use a field update on the Case object. D. Create a roll-up summary field using Support Level on the Account object. Answer: A 33. Cloud Kicks (CK) switched to Lightning Experience and started using Chatter across its global workforce to support its fast-paced sales cycle. CK loves Chatter but struggle with gathering feedback from core team members, including understanding who is available to respond. Which two ways could CK use Chatter to solve this problem? Choose 2 answers A. Streams B. Polls C. Out of Office D. Topics Answer: B,C 7 / 14 34. The app builder at Ursa Major Solar has just created a master-detail relationship between a parent object Galaxy__c and child object Star__c. What would be the effect of creating this type of relationship if users want to report on Galaxy__c with Star__c? A. A Star__c report type with Galaxy__c as a field will be automatically created. B. A new custom report type will need to be created for Star__c with lookup fields from Galaxy__c. C. A Galaxy__c with Star__c report type will be automatically created. D. A new custom report type will need to be created for Galaxy__c with Star__c. Answer: D 35. Universal container needs to update a field on an account when an opportunity stage is changed to close lost . What can be used to accomplish this requirement? Choose 2 A. Lightning Process Builder B. Approval Process C. Assignment Rules D. Workflow Rule Answer: A,D 36. An App Builder has been asked to integrate Salesforce with an external web service. The web service must be notified every time an Opportunity is Won . Which two can satisfy this requirement? A. Use a workflow rule and an outbound message B. Use a flow and an outbound message C. Use a process and Apex Code D. Use a process and an outbound message Answer: A,C 37. Universal containers has a custom object that has a N:M relationship with opportunityLineItem carrying price and amount information. In order to compute total amounts and total prices per Opportunity using Rollup summary fields, what fieldtype will you use. A. Crossobject B. Master-Detail C. Lookup D. Junction Answer: B 38. What is the capability of a schema builder? Choose 2 answers A. To update description of standard and custom objects. B. To modify custom field help text on standard objects C. To create new look-up or master-detail object relationship D. To enable field history tracking on standard objects. Answer: B,C 39. A Service Coordinator (SC) for Ursa Major Solar (UMS) does a final review of work orders owned by a technician for a specific region before the records are submitted for an invoice. Before closing 8 / 14 out the work order, the SC needs to modify data or remove attachments that were added by mistake. The SC also needs access to any other related records owned by the technician. What solution would provide the required access, given a private data model? A. Give the SC a permission set with the Modify All Data system permission. B. Put the SC in the role hierarchy above the technicians whose work orders they review. C. Create a workflow rule that updates records owned by technicians in that region with the SC. D. Change work order access on the SC's profile to 'Modify AIl. Answer: B 40. An app builder has created a report for sales people to view records from the custom object, some users have complained that they are unable to see all of the appropriate records . What steps should be taken to ensure data visibility within the report? Choose 3 Answers A. Check organization-wide defaults B. Check the user’s profile for object settings. C. Check the report folder sharing settings D. Check reports filter E. Check Sharing rules Answer: A,B,E 41. Which statement about record types is true? (Select 2) A. Users cannot view records assigned to a record type their profile does not have access to B. The ability to create records of a specific record type is determined by the profile C. Record types can only be assigned to one profile at a time D. Record types can be used to define picklist values available for a given field Answer: B,D 42. Which statement is true about converting a lead? Choose 3 answers A. The lead’s most recent campaign record is automatically applied to the “PRIMARY campaign source” field on the opportunity B. Users can convert leads that are associated with an active approval process. C. Multi-select picklist values on lead records overwrite values on the contact’s corresponding field. D. Administrators may choose whether to enforce validation rules & triggers E. The system automatically maps standard lead fields to standard account, contact, and opportunity fields. Answer: A,D,E 43. 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 can change or update installed components C. The person who created the unmanaged package has no control over the installed components D. A namespace is required to create an unmanaged package. Answer: A,C 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 9 / 14 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 44. At Universal Containers, the VP of Service has requested a visual indicator flag on each case, based on the case priority. High-priority cases should be flagged red, medium-priority should be flagged yellow, and low-priority cases should be flagged green . Which formula would accomplish this requirement? Choose 2 answers A. CASE( Priority, “Low”, “img/samples/flag_green.gif”, “Medium”, “img/samples/flag_yellow.gif”, “High”, “img/samples/flag_red.gif”, “/s.gif”) B. 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”))), “Priority Flag”) C. 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”))) D. IMAGE(CASE( Priority, “Low”, “img/samples/flag_green.gif”, “Medium”, “img/samples/flag_yellow.gif”, “High”, “img/samples/flag_red.gif”, “Priority Flag”) Answer: B,D 45. 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 master-detail relationship between the Candidate and the Interview objects. C. Use a lookup relationship between the Candidate and Interview objects D. Use a formula field on the candidate record to show the total number of interviews Answer: A,B 46. Universal Containers created a 'New Task' custom action on the Opportunity object. The action was added to all page layouts in the Mobile & Lightning Actions section. Which Lightning component should the app builder add to the layout to display the action? A. Related record B. Related lists C. Highlights panel D. Activities Answer: D 47. What are the limitations of Schema Builder when creating a custom object? A. "Save" should be clicked each time a new object, field, or relationship is created. B. Fields and relationships can be created, but they will be unable to add the fields to the page layout from the canvas. C. Relationships can be made to any custom objects, but any relationships to standard objects should be built in Lightning Object Manager. D. Custom fields can be added to any custom objects, excluding formula field types. Answer: B 10 / 14 48. Cloud Kicks (CK) tracks the support level of its customers on the account record page. CK wants to show a text notification on a case record page when the related account is a platinum-level customer. How could an app builder meet this requirement? A. Add a rich text area to the Case Lighting page > Set the component visibility of the rich text area to show when the account support level is platinum. B. Create a text-only Visualforce page > Drag the Visualforce component into the Case page layout > Set its visibility to show when the account support level is platinum. C. Create a text-only Visualforce page > Clone the case page layout > Drag the Visualforce component into the page, and assign the layout to platinum cases. D. Clone the Case Lightning page > Add a rich text area to the new page, and assign this page to platinum accounts. Answer: A 49. Which statement is true for embedding a Visualforce page in a page Layout. Choose 2 Answers A. Visualforce Pages on a field set have attributes for width and height. B. Visualforce Pages can be placed anywhere in the page layout. C. Visualforce Pages on a page layout have attributes for width and height D. Visualforce Pages can only be place in the Visualforce section in a page layout. Answer: B,C 50. What determines whether a user can create a new record using a specific record type? A. Field level security B. Profile C. Page Layout D. Sharing Answer: B 51. Actions on a Lightning Page allow you to do which of the following? A. Clone records, add users, and assign permissions. B.Send email, send outbound messages, and launch a flow. C. Send email and delete or clone records. D. Send email, create a task, and create or update records. Answer: D 52. The Director of Customer Service wants to know when agents are overwhelmed with high-priority items in the support queue. The Director wants to receive a notification when a new case is open with the status of "New" for more than four business hours . Which automation process could be used to accomplish this? Choose 2 answers A. Escalation rules B. Visual workflow C. Lightning Process Builder D. Scheduled Apex Answer: A,C 53. A new field has been added to the Applicant object that is part of an unmanaged package. A recruiter ran the Position with or without Applicants report and noticed that the new field was missing 11 / 14 as an option to add as a column. How should an app builder troubleshoot this issue? A. Adjust the field level security to include in the report type. B. Check Allow Reports for the position and applicant objects. C. Add the field to the custom report type field layout. D. Update the profile with the Manage Public Reports permission. Answer: C 54. What type of field can be referenced by a Roll-up Summary field using SUM? Choose 3 answers A. Formula B. Currency C. Number D. Percent E. Date Answer: B,C,D Explanation: https://help.salesforce.com/HTViewHelpDoc?id=fields_about_roll_up_summary_fields.htm 55. What rules can be used to Opportunity object? (2) A. Auto-response B. Validation C. Assignment D. Workflow Answer: B,D 56. Cloud Kicks (CK) wants to quickly insert a list of over 60,000 net new Accounts. The template based on CK's data model was used to populate the list. Which tool should be used? A. Data Loader B. A Lightning Object Creator C. Import Wizard D. Schema Builder Answer: B 57. Universal Containers has deployed custom tabs through change sets, without including the profiles, to Production (Enterprise Edition) . Which statement is true in regards to the visibility of custom tabs? A. Custom tabs are default on for all users. B. Custom tabs are default off for all users. C. Custom tabs are exposed for all users. D. Custom tabs are hidden for all users. Answer: D 58. Where custom buttons can be placed? (Choose 3) A. Web to case B. Record page C. Personal account 12 / 14 D. Related object Answer: B,C,D 59. What are two capabilities of Schema Builder? Choose 2 answers A. Editing custom settings B. Creating a new record type C. Showing selected objects on a page D. Viewing page layouts in a new window Answer: C,D 60. What data type can be used to summarizeroll-up summary. (Choose 3) A. Date B. Formula C. Percent D. Number E. Currency Answer: C,D,E 61. An app builder needs to deploy a new account detail page layout from sandbox to production. Which three components should an app builder include in the Change Set to ensure it deploys successfully and visually as expected? Choose 3 answers A. Detail page layout B. Custom fields C. Custom actions D. Lightning App Builder E. System administrator profile Answer: A,B,C 62. Which setting is available to customize the salesforce1 mobile app for branding? Select 3 A. Action bar color B. Background color on loading page C. Notification and search icon D. The image on loading page E. Header and search bar color Answer: B,D,E 63. Universal Containers wants to build a recruiting app that allows for multiple positions to appear on custom objects websites and postings. UC requires a report that shows the related custom objects of postings . Which two items should an app builder configure to implement this? A. Utilize the standard report type B. Create two new custom report type C. Configure a postings object with master detail field to both positions and websites D. Configure a postings object with lookup field to both positions and websites Answer: B 13 / 14 64. Cloud Kicks (CK) wants to track orders against inventory, ensuring its ability to fulfill order requests. CK created a junction object called Request Inventory to enable many-to-many relationships with the Inventory and Order objects. What does the app builder need to provide to ensure users can view Request Inventory records? A. Read access to both master objects. B. Apex-based sharing on the first master object. C. Sharing rules on Request Inventory object. D. Read access to the first master object. Answer: A 65. Sales reps at Universal Containers create multiple quotes per opportunity. What automation tool should an app builder recommend to delete rejected quotes? A. Approval process B. Validation rule C. Workflow rule D. Flow Answer: D 14 / 14