Finnsta 15
Quiz by , created more than 1 year ago

Developer Salesforce Quiz on Salesforce Certified Platform App Builder, created by Finnsta 15 on 12/03/2018.

1236
2
0
Finnsta 15
Created by Finnsta 15 about 6 years ago
Close

Salesforce Certified Platform App Builder

Question 1 of 30

1

Which tool would you use for the following use case?
Launch a troubleshooting wizard from a button, at the end of which a knowledge article is created if it'd be helpful to other users.

Select one of the following:

  • Process Builder

  • Visual Workflow

  • Workflow

  • Approvals

Explanation

Question 2 of 30

1

Which tool would you use for the following use case?
When an opportunity has a discount of more than 40%, notify the CEO via email and request sign-off. Provide a way for the CEO to leave comments.

Select one of the following:

  • Process Builder

  • Visual Workflow

  • Workflow

  • Approvals

Explanation

Question 3 of 30

1

Which tool would you use for the following use case?
When an opportunity closes, automatically close all activities related to that opportunity and create a renewal opportunity.

Select one of the following:

  • Process Builder

  • Visual Workflow

  • Workflow

  • Approvals

Explanation

Question 4 of 30

1

Which tool would you use for the following use case?
As an account's expiration approaches, send recurring email notifications to the owner (2 weeks before, 1 week before, 3 days before, and 1 day before).

Select one of the following:

  • Process Builder

  • Visual Workflow

  • Workflow

  • Approvals

Explanation

Question 5 of 30

1

You can configure access to data at all of the following levels, except:

Select one of the following:

  • Organization

  • Objects

  • Page Layouts

  • Records

Explanation

Question 6 of 30

1

You can secure data at the organization level, using all of these methods, except:

Select one of the following:

  • Limit Login IP addresses

  • Limit Login Hours

  • Set password policies

  • Use hardware token

Explanation

Question 7 of 30

1

Which of these is not a method for controlling record-level access?

Select one of the following:

  • Organization-Wide Defaults

  • Role Hierarchy

  • Profiles

  • Sharing Rules

Explanation

Question 8 of 30

1

How can you control object level access? Pick 2.

Select one or more of the following:

  • Profiles

  • Permission Sets

  • Roles

  • Groups

  • OWD

Explanation

Question 9 of 30

1

What are the 4 Types of Publisher Actions?

Select one of the following:

  • Update - update records

  • Create - create a record

  • Log a Call - log a call and it is recorded as a task

  • Custom - requires visual force page

  • All of the above

Explanation

Question 10 of 30

1

What are the 3 types of access in an org?

Select one of the following:

  • Object

  • Record

  • Field

  • All of the above

Explanation

Question 11 of 30

1

Where can a Standard Lightning Component be placed in the Lightning App Builder tool?
Choose one answer.

Select one of the following:

  • Canvas

  • Console Layout

  • Mini Page Layout

  • Mobile Card

Explanation

Question 12 of 30

1

Universal Container's app builder needs to display an account's 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 2 answers.

Select one or more of the following:

  • CASE(Account.Rating, Hot, Hot, Warm, Warm, Cold, Cold, Not Rated)

  • CASE(Account.Rating, "Hot", "Hot", "Warm", "Warm", "Cold", "Cold", "Not Rated")

  • Account.Rating

  • Text(Account.Rating)

Explanation

Question 13 of 30

1

Universal Containers has limited in-house development resources, but would like to support online
payment processing for its products.
What is the recommended solution to meet this requirement?
Choose one answer.

Select one of the following:

  • Configure pricebooks, products, and payment schedules to enable this capability.

  • Work with developers to develop custom code for payment processing.

  • Configure Outbound Messaging to send a message to an external Payment Gateway.

  • Install an AppExchange product to provide Payment Gateway processing.

Explanation

Question 14 of 30

1

Universal Containers 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.

Select one of the following:

  • A lookup relationship field on the parent object

  • A lookup relationship field on the child object.

  • A master-detail relationship field on the parent object.

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

Explanation

Question 15 of 30

1

Universal Containers 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.

Select one of the following:

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

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

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

  • Set the master record types for each Role for Account, Contact, and Opportunity to the desired
    record type for converted records

Explanation

Question 16 of 30

1

Which of these statements is true for Lightning Connect?

Select one of the following:

  • No external data is imported into your Salesforce org.

  • External data is read in real time when you request it

  • It can be used with any data source that supports OData 2.0.

  • All of the above.

Explanation

Question 17 of 30

1

Which of these is NOT an appropriate use case for Lightning Connect?

Select one of the following:

  • You want to integrate external data without writing custom code.

  • The external data is changing frequently.

  • You need to setup workflows and triggers for the external data.

  • You only need real-time access to a small fraction of the external data.

Explanation

Question 18 of 30

1

In which of these scenarios is ETL a better choice than Lightning Connect?

Select one of the following:

  • You need to create or update the external data in addition to reading it.

  • You need the external data to follow the sharing rules defined for your organization.

  • You wan to generate reports and charts from the external data.

  • All of the above

Explanation

Question 19 of 30

1

Which of these is NOT true about external objects?

Select one of the following:

  • They integrate with Salesforce APIs, Apex, Visualforce, and Chatter.

  • They can be related to other objects.

  • You can use them in formula fields.

  • They are automatically viewable in the Salesforce1 mobile app.

Explanation

Question 20 of 30

1

Users can get Salesforce1 in all of the following ways except:

Select one of the following:

  • As a mobile browser app that runs in supported browsers.

  • As a downloadable app from Google Play.

  • As a downloadable app from www.salesforce.com

  • As a downloadable app from the Apple App Store.

Explanation

Question 21 of 30

1

The Salesforce1 user interface includes all of these key elements except:

Select one of the following:

  • Feed

  • Action bar

  • Navigation menu

  • Widgets page

  • Record view

Explanation

Question 22 of 30

1

When a user requests a report, what should you do?

Select one of the following:

  • Ask follow-up questions, to get all the requirements.

  • Document the user's requirements.

  • Map the users requirements to report criteria.

  • All of the above.

Explanation

Question 23 of 30

1

You can control access to report folders based on:

Select one of the following:

  • Permissions, roles, and public groups.

  • Public groups, organization-wide defaults, and IP restrictions.

  • Password settings, permissions, and user settings.

  • All of the above

Explanation

Question 24 of 30

1

When you specify a single running user of a dashboard, that user:

Select one of the following:

  • Is the only one who can post a snapshot of the dashboard to Chatter.

  • Determines which data is displayed on the dashboard, due to the user's security settings.

  • Must be the same person who created the report.

  • Must have the 'View All Data' permission.

Explanation

Question 25 of 30

1

Salesforce processes rules in what order?

Select one of the following:

  • Validation rules
    Assignment rules
    Auto-response rules
    Workflow rules (with immediate actions)
    Escalation rules

  • Validation rules
    Assignment rules
    Auto-response rules
    Escalation rules
    Workflow rules (with immediate actions)

Explanation

Question 26 of 30

1

All of the following are advantages of the Schema Builder except:

Select one of the following:

  • All object and field relationship details are available from one screen.

  • You can view fields and relationships for custom, but not standard objects.

  • Schema Builder shows details like field values, required fields, and how objects are related.

  • It's easy to build objects and fields directly from the Schema Builder, allowing you to visualize and change relationships with ease.

Explanation

Question 27 of 30

1

To create a custom object from the Schema Builder:

Select one of the following:

  • From the Objects tab, select New>Object.

  • From the Elements tab, drag Object onto the canvas.

  • Right-click in the canvas and select 'New Object'.

Explanation

Question 28 of 30

1

To create a custom field from the Schema Builder:

Select one of the following:

  • From the Objects tab, select New > Field.

  • In the canvas, right-click an object and select New Field.

  • From the Elements tab, drag a field type onto the canvas.

Explanation

Question 29 of 30

1

To Leverage flows you need to:

Select one of the following:

  • Have Run Flows permission enabled

  • Have access to the Visualforce page the flow uses.

  • The flow must be active.

  • All of the above.

Explanation

Question 30 of 30

1

What is true about a master detail relationship?

Select one or more of the following:

  • You can't convert it if there is a roll-up summary field.

  • Converting a look-up to master detail changes the OWD to Controlled by Parent.

  • A look-up can be converted to a master detail if there are existing records with null values.

  • SF displays a waiting page after you request to change a master detail to a look-up or vice versa.

Explanation