PAB Flashcards
Which setting is available to customize the salesforce1 mobile app for branding ? Select 3
A. Background color on loading page
B. Action bar color
C. Header and search bar color
D. The image on loading page
E. Notification and search icon
A. Background color on loading page
C. Header and search bar color
D. The image on loading page
Universal Containers uses the Asset object to track products that are installed at customer locations. A new object, Asset Inventory, has been created to capture details about the asset.
Which approach should the app builder take to show Asset Inventory as a related list on Asset?
A. Create a roll-up on Asset. Add the Asset Inventory related list to the Asset page layout.
B. Create a lookup relationship on Asset Inventory to Asset. Add the Asset Inventory related list to the Asset page layout.
C. Create a master-detail relationship on Asset to Asset Inventory Add the Asset Inventory related list to the Asset page layout.
D. Create a junction object to relate Asset Inventory and Asset. Add the Asset Inventory related list to the Asset page layout.
D. Create a junction object to relate Asset Inventory and Asset. Add the Asset Inventory related list to the Asset page layout.
Universal Containers wants sales reps to get permission from their managers before deleting Opportunities, What can be used to meet these requirements?
A. Process Builder with Submit for Approval action.
B. Two-step Approval Process.
C. Approval Process with a triggered Flow process.
D. Approval Process with Time-Dependent Workflow action.
B. Two-step Approval Process.
What is true when changing the following field types? (Choose 3)
A. Rollup summary fields will stop calculate if Master Detail is changed to lookup
B. No data is lost when converting Text to auto number
C. No data is lost when changing Picklist to Multi-picklist.
D. Data is lost when changing Number to Currency
E. Data can be lost when changing from Rich Text to Long Text
B. No data is lost when converting Text to auto number
C. No data is lost when changing Picklist to Multi-picklist
D. Data is lost when changing Number to Currency
Cloud Kicks recently implemented the application lifecycle management process to its release management strategy.
Which category handles bug fixes and simple changes?
A. Rollback
B. Major
C. Minor
D. Patch
D. Patch
What is a true statement in regard to creating custom report types?
A. The detail object in a master-detail relationship cannot be added as a secondary object on a custom report type
B. Any object can be chosen unless the object is not visible to the person creating the report type through security settings
C. Once a report type is saved with a standard or custom primary object, the primary object cannot be changed for the report type
D. When the primary object is a custom object and is deleted, then the report type and any reports created from it must be deleted manually
C. Once a report type is saved with a standard or custom primary object, the primary object cannot be changed for the report type
A new custom object called Invoices need to have an invoice date for the date and time itwas invoiced.
Which field type should be selected for this?
A. Date/Timestamp
B. Time
C. Date/Time
D. Date
C. Date/Time
What type of field can be used to filter a Report Chart that has been added to a Page Layout?
A. Formula Field
B. Name Field
C. Matching ID Field
D. Standard Field
C. Matching ID Field
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. Add a sharing rule that grants the users Read/Write access to the Internship records.
C. Set the organization-wide default on the Applications object to Read/Write.
D. Create a queue for the web applications and assign access to the users who will be editing the records.
B. Add a sharing rule that grants the users Read/Write access to the Internship records.
The App Builder at Universal Containers has been asked to ensure that the Amount field is populated when the stage is set to Closed Won. What can be used to meet this requirement?
A. Approval Process
B. Lightning Process Builder
C. Workflow
D. Validation Rule
C. Workflow
Which statements are true regarding Roll-Up Summary fields? (select all that apply)
A. Because roll-up summary fields are not displayed on edit pages, you can use them in validation rules.
B. Validation errors can display when saving either the detail or master record.
C. Once created, you cannot change the detail object selected or delete any field referenced in your roll-up summary definition.
D. Advanced currency management has no affect on roll-up summary fields.
A. Because roll-up summary fields are not displayed on edit pages, you can use them in validation rules.
B. Validation errors can display when saving either the detail or master record.
C. Once created, you cannot change the detail object selected or delete any field referenced in your roll-up summary definition.
Universal containers wants to display the real time stock price for each account on the account record page. How should an app builder implement this request?
A. Build a visual flow that users API calls
B. Install a solution from the appexchange
C. Add a dynamic report to the page layout
D. Create a lightning web component
B. Install a solution from the appexchange
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 builder ensure this field is properly filled out before setting the opportunity to closed won?
A. ISPICKVAL( StageName =”Closed Won”) && ( CloseDate-Scheduled_Ship_Date__c ) > 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__c - CloseDate ) > 14, ISBLANK(Scheduled_Ship_Date__c))
D. ISPICKVAL( StageName /’Closed Won”) && ( Scheduled_Ship_Date_c - CloseDate ) > 14
C. OR(ISPICKVAL( StageName =”Closed Won”) && ( Scheduled_Ship_Date__c - CloseDate ) > 14, ISBLANK(Scheduled_Ship_Date__c))
Ursa Major Solar wants to automate a welcome email to new clients and include a customized survey about their buying experience. An app builder is tasked with this project and has very little time to build the solution from scratch.
What should the app builder do to meet the deadline and custom requirements?
A. Choose a managed package from AppExchange that closely meets the requirements of the project And restricts programmatic development.
B. Work with a developer to create custom apex code and a Visualforce survey to meet criteria.
C. Build the survey declaratively and use a workflow rule to send it to the customer as an external message to meet criteria.
D. Select an unmanaged package from AppExchange that closely meets the requirements of the project that allows programmatic development.
C. Build the survey declaratively and use a workflow rule to send it to the customer as an external message to meet criteria.
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. 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.
B. Clone the Case Lightning page > Add a rich text area to the new page, and assign this page to platinum accounts.
C. 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.
D. 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. 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.
Universal Containers conducts evaluations of its sales reps using a custom object consisting of numerical scores and executive comments. The company wants to ensure that only the sales reps, their managers, and their manager’s executives can view the rep’s evaluation record, but the reps should not be able to view the executive comment fields on their review.
How can these requirements be met?
A. Use a private sharing model granting record access using hierarchy; manage field access with record types and field-level security.
B. Use a private sharing model granting record access using custom settings; manage field access with page layouts and field-level security.
C. Use a private sharing model granting record access using hierarchy; manage field access with field-level security.
D. Use a private sharing model granting record access using custom settings; manage field access with record types and page layouts.
C. Use a private sharing model granting record access using hierarchy; manage field access with field-level security.
Sales reps at Universal Containers create multiple quotes per opportunity.
What automation tool should an app builder recommend to delete rejected quotes?
A. Flow
B. Approval process
C. Validation rule
D. Workflow rule
A. Flow
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. Add the path component to the lightning record type
B. Set page layout required fields based on the current stage
C. Define record type and page payouts for each stage
D. Create a process builder to prompt the user for filed information
A. Add the path component to the lightning record type
Universal Containers uses a custom picklist called Account_Region__c on the Account object. The vice president of sales has asked that the value of this field is visible on Opportunities.
How should an app builder create this solution?
A. Lookup field
B. Field history tracking
C. Cross-object formula field
D. Field-level security
B. Field history tracking
Universal Containers has created two custom objects called Seminars and Attendees. Organization-wide defaults for those objects have been set to private. Universal Containers wants to set up a new junction object between these objects. A select group of users should be able to edit records in the junction object.
Which two steps should an app builder take to configure the proper security?
A. Create an owner-based sharing rule that gives Read access to the junction object.
B. Set lookup filters on both junction object relationship fields.
C. Create owner-based sharing rules that give Read access to the master objects.
D. Set Sharing Settings to Read Only on both master-detail relationship fields.
B. Set lookup filters on both junction object relationship fields.
C. Create owner-based sharing rules that give Read access to the master objects.