Platform App Builder Flashcards

1
Q

Salesforce is built on a multi-tenant architecture

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of these components would be considered part of the Model in the MVC paradigm?

Visualforce Pages
Custom Apex Controller
Standard Salesforce Objects

A

Standard Salesforce Objects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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

A

B. In an email after going into setup and resetting your security token

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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

A

B. After your password in the Password field

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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.

A

C. Complete Data Loss. You will lose all data that was previously saved in the multi-select picklist field for that object.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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

A. Schema Builder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Once you have enabled Multiple Currencies in your Salesforce instance, can it be reverted back to just a Single Currency?

A

No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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

A

B. Data Loader

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which tool would be best to mass delete thousands of records?

A. Data Loader
B. Data Import Wizard
C. Change Set

A

A. Data Loader

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Must a user log in to their own Twitter account in order to see a Lead or Contacts Twitter feed?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Chatter posts that you post on Salesforce can flow to Twitter if you @mention a Twitter user.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Are Quick Actions and Global Actions the same thing?

A

No.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Can a field be included in two different places on the same page layout in the Enhanced Page Layout Editor?

A

No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which one of these types of Reports do not actually exist in Salesforce?

A. Summary
B. Tabular
C. Matrix
D. Joined
E. Pivot Table
A

E. Pivot Table

17
Q

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

A

B. Reporting Snapshot

18
Q

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

A

C. Tabular Report

19
Q

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

A

B. Summary

20
Q

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
A

E. Matrix

21
Q

Does the Salesforce1 mobile app provide the capability to work offline?

A

Yes

22
Q

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
A

E. Action Layout

23
Q

Is Chatter available and supported in the Salesforce1 Mobile app?

A

Yes.

24
Q

You can send customizations from one Salesforce organization to another using Change Sets.

A

True.

25
Q

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

A

C. Upload, Validate, Deploy

26
Q

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

A

D. Setup Audit Trail

27
Q

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

A

C. Flash

28
Q

Correctly identify which one of these Salesforce sandbox types does not exist.

A. Full
B. Developer
C. Intergration
D. Partial Copy
E. Developer Pro
A

C. Integration

29
Q

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

A. Canvas

30
Q

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)

A

B. CASE(Account.Rating, “Hot”, “Hot”, “Warm”, “Warm”, “Cold”, “Cold”, “Not Rated”)

D. Text(Account.Rating)

31
Q

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.

A

D. Install an AppExchange product to provide Payment Gateway processing.

32
Q

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.

A

D. A master-detail relationship field on the child object.

33
Q

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

A. Set the default record types for each Profile for Account, Contact and Opportunity to the desired record type for converted records.