Platform App Builder Flashcards
Salesforce is built on a multi-tenant architecture
True
Which of these components would be considered part of the Model in the MVC paradigm?
Visualforce Pages
Custom Apex Controller
Standard Salesforce Objects
Standard Salesforce Objects
When do you receive your Salesforce security token?
A. In an email on the creation of your account
B. In an email after going into setup and resetting your security token
C. When you open the Salesforce Dataloader for the first time
B. In an email after going into setup and resetting your security token
Where do you enter your Security Token when logging in to the Data Loader?
A. In the Password field
B. After your password in the Password field
C. Before your password in the Password field
B. After your password in the Password field
What will happen to any existing data records, as far as potential data loss, if you switch a custom field type on an object from a multi-select picklist to a picklist field?
A. Nothing. No data loss will occur with existing records
B. Partial Data Loss. You will lose some, but not all of your data for existing records of that object.
C. Complete Data Loss. You will lose all data that was previously saved in the multi-select picklist field for that object.
C. Complete Data Loss. You will lose all data that was previously saved in the multi-select picklist field for that object.
What tool provides a visual representation of your Salesforce Schema, and from which you can create new custom objects and fields?
A. Schema Builder
B. Process Builder
C. Flow Designer
A. Schema Builder
Once you have enabled Multiple Currencies in your Salesforce instance, can it be reverted back to just a Single Currency?
No
You are tasked with uploading 30,000 new opportunity records in your Salesforce instance. Which would be the best tool to use to complete this task?
A. Data Import Wizard
B. Data Loader
C. FTP
B. Data Loader
What mechanism does Salesforce provide to keep currency exchange rates up to date in your Salesforce instance?
A. None
B. Apex Trigger
C. Process Builder Process
D. Workflow Rule
A. None.
You can manually enter exchange rates, but Salesforce does not provide an automated feature to handle this. You may download a 3rd party app off of the AppExchange to automate this process.
Which tool would be best to mass delete thousands of records?
A. Data Loader
B. Data Import Wizard
C. Change Set
A. Data Loader
Must a user log in to their own Twitter account in order to see a Lead or Contacts Twitter feed?
Yes
Chatter posts that you post on Salesforce can flow to Twitter if you @mention a Twitter user.
False
When working with Components in the Enhanced Page Layout Editor, the list of available Components varies by object and are only available for Salesforce1 mobile.
True
Are Quick Actions and Global Actions the same thing?
No.
Can a field be included in two different places on the same page layout in the Enhanced Page Layout Editor?
No
Which one of these types of Reports do not actually exist in Salesforce?
A. Summary B. Tabular C. Matrix D. Joined E. Pivot Table
E. Pivot Table
You have been tasked with captured daily amounts of all open opportunities and tracking that value in order to record trend data over time. Which Salesforce reporting tool should you use for this?
A. Summary Report
B. Reporting Snapshot
C. Joined Reports
D. Matrix Report
B. Reporting Snapshot
You are tasked with creating a report that displays like a table. Which type of report should you create?
A. Matrix Report
B. Summary Report
C. Tabular Report
D. Joined Report
C. Tabular Report
You have been tasked with creating a report that displays column totals at the bottom of the report. Which report type should you use?
A. Matrix
B. Summary
C. Tabular
D. Joined
B. Summary
You are tasked with creating a report that allows for not only grouping by row, but also grouping by column. Which report type should you use?
A. Summary B. Bucket Field C. Tabular D. Joined E. Matrix
E. Matrix
Does the Salesforce1 mobile app provide the capability to work offline?
Yes
What can be modified to change the fields that a user sees and can enter data within, whenever performing a Global Action?
A. Standard Page Layout B. Visualforce Page C. Mini Page Layout D. Compact Layout E. Action Layout
E. Action Layout
Is Chatter available and supported in the Salesforce1 Mobile app?
Yes.
You can send customizations from one Salesforce organization to another using Change Sets.
True.
What is the proper sequence you will use when making changes to a Salesforce organization via a Change Set?
A. Deploy, Validate, Upload
B. Validate, Upload, Deploy
C. Upload, Validate, Deploy
D. It doesn’t matter, because Change Sets aren’t on the Platform App Builder Certification Exam
C. Upload, Validate, Deploy
What mechanism does Salesforce provide via the Setup menu to be able to view any changes developers have made to objects, workflows, etc.?
A. Debug Log
B. Developer Console
C. Force.com IDE
D. Setup Audit Trail
D. Setup Audit Trail
To use the Force.com IDE, which one of these items is NOT required to be installed on your computer?
A. Java
B. Eclipse
C. Flash
C. Flash
Correctly identify which one of these Salesforce sandbox types does not exist.
A. Full B. Developer C. Intergration D. Partial Copy E. Developer Pro
C. Integration
Where can a Standard Lightning Component be placed in the Lightning App Builder tool?
A. Canvas
B. Console Layout
C. Mini Page Layout
D. Mobile Card
A. Canvas
UC’s app builder needs to display an accounts rating on all contacts related to that account.
Which formula is valid in a text formula field on the contact to display the appropriate value?
Choose two answers
A. CASE(Account.Rating, Hot, Hot, Warm, Warm, Cold, Cold, Not Rated)
B. CASE(Account.Rating, “Hot”, “Hot”, “Warm”, “Warm”, “Cold”, “Cold”, “Not Rated”)
C. Account.Rating
D. Text(Account.Rating)
B. CASE(Account.Rating, “Hot”, “Hot”, “Warm”, “Warm”, “Cold”, “Cold”, “Not Rated”)
D. Text(Account.Rating)
UC has limited in-house development resources, but would like to support online payment processing for it’s products.
What is the recommended solution to meet this requirement?
Choose one.
A. Configure price books, products, and payment schedules to enable this capability.
B. Work with developers to develop custom code for payment processing.
C. Configure Outbound Messaging to send a message to an external Payment Gateway.
D. Install an AppExchange product to provide Payment Gateway processing.
D. Install an AppExchange product to provide Payment Gateway processing.
UC needs to create a roll-up summary field on a custom object that counts the number of related records on another custom object.
What type of field must exist before the roll-up summary can be created, and where should it be located?
Choose one answer.
A. A lookup relationship field on the parent object.
B. A lookup relationship field on the child object.
C. A master-detail relationship field on the parent object. D. A master-detail relationship field on the child object.
D. A master-detail relationship field on the child object.
UC needs to set the record type for a converted lead’s Account, Contact, and Opportunity based on the user who is converting the lead.
How can this be accomplished?
Choose one answer.
A. Set the default record types for each Profile for Account, Contact and Opportunity to the desired record type for converted records.
B. Set the default record types for each Role for Account, Contact and Opportunity to the desired record type for converted records.
C. Set the master record types for each Profile for Account, Contact and Opportunity to the desired record type for converted records.
D. Set the master record types for each Role for Account, Contact and Opportunity to the desired record type for converted records.
A. Set the default record types for each Profile for Account, Contact and Opportunity to the desired record type for converted records.