Finnsta 15
Test por , creado hace más de 1 año

Developer Salesforce Test sobre Salesforce Certified Platform App Builder, creado por Finnsta 15 el 12/03/2018.

1236
2
0
Finnsta 15
Creado por Finnsta 15 hace más de 6 años
Cerrar

Salesforce Certified Platform App Builder

Pregunta 1 de 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.

Selecciona una de las siguientes respuestas posibles:

  • Process Builder

  • Visual Workflow

  • Workflow

  • Approvals

Explicación

Pregunta 2 de 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.

Selecciona una de las siguientes respuestas posibles:

  • Process Builder

  • Visual Workflow

  • Workflow

  • Approvals

Explicación

Pregunta 3 de 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.

Selecciona una de las siguientes respuestas posibles:

  • Process Builder

  • Visual Workflow

  • Workflow

  • Approvals

Explicación

Pregunta 4 de 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).

Selecciona una de las siguientes respuestas posibles:

  • Process Builder

  • Visual Workflow

  • Workflow

  • Approvals

Explicación

Pregunta 5 de 30

1

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

Selecciona una de las siguientes respuestas posibles:

  • Organization

  • Objects

  • Page Layouts

  • Records

Explicación

Pregunta 6 de 30

1

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

Selecciona una de las siguientes respuestas posibles:

  • Limit Login IP addresses

  • Limit Login Hours

  • Set password policies

  • Use hardware token

Explicación

Pregunta 7 de 30

1

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

Selecciona una de las siguientes respuestas posibles:

  • Organization-Wide Defaults

  • Role Hierarchy

  • Profiles

  • Sharing Rules

Explicación

Pregunta 8 de 30

1

How can you control object level access? Pick 2.

Selecciona una o más de las siguientes respuestas posibles:

  • Profiles

  • Permission Sets

  • Roles

  • Groups

  • OWD

Explicación

Pregunta 9 de 30

1

What are the 4 Types of Publisher Actions?

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 10 de 30

1

What are the 3 types of access in an org?

Selecciona una de las siguientes respuestas posibles:

  • Object

  • Record

  • Field

  • All of the above

Explicación

Pregunta 11 de 30

1

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

Selecciona una de las siguientes respuestas posibles:

  • Canvas

  • Console Layout

  • Mini Page Layout

  • Mobile Card

Explicación

Pregunta 12 de 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.

Selecciona una o más de las siguientes respuestas posibles:

  • 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)

Explicación

Pregunta 13 de 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.

Selecciona una de las siguientes respuestas posibles:

  • 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.

Explicación

Pregunta 14 de 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.

Selecciona una de las siguientes respuestas posibles:

  • 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.

Explicación

Pregunta 15 de 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.

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 16 de 30

1

Which of these statements is true for Lightning Connect?

Selecciona una de las siguientes respuestas posibles:

  • 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.

Explicación

Pregunta 17 de 30

1

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

Selecciona una de las siguientes respuestas posibles:

  • 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.

Explicación

Pregunta 18 de 30

1

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

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 19 de 30

1

Which of these is NOT true about external objects?

Selecciona una de las siguientes respuestas posibles:

  • 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.

Explicación

Pregunta 20 de 30

1

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

Selecciona una de las siguientes respuestas posibles:

  • 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.

Explicación

Pregunta 21 de 30

1

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

Selecciona una de las siguientes respuestas posibles:

  • Feed

  • Action bar

  • Navigation menu

  • Widgets page

  • Record view

Explicación

Pregunta 22 de 30

1

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

Selecciona una de las siguientes respuestas posibles:

  • 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.

Explicación

Pregunta 23 de 30

1

You can control access to report folders based on:

Selecciona una de las siguientes respuestas posibles:

  • Permissions, roles, and public groups.

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

  • Password settings, permissions, and user settings.

  • All of the above

Explicación

Pregunta 24 de 30

1

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

Selecciona una de las siguientes respuestas posibles:

  • 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.

Explicación

Pregunta 25 de 30

1

Salesforce processes rules in what order?

Selecciona una de las siguientes respuestas posibles:

  • 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)

Explicación

Pregunta 26 de 30

1

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

Selecciona una de las siguientes respuestas posibles:

  • 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.

Explicación

Pregunta 27 de 30

1

To create a custom object from the Schema Builder:

Selecciona una de las siguientes respuestas posibles:

  • 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'.

Explicación

Pregunta 28 de 30

1

To create a custom field from the Schema Builder:

Selecciona una de las siguientes respuestas posibles:

  • 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.

Explicación

Pregunta 29 de 30

1

To Leverage flows you need to:

Selecciona una de las siguientes respuestas posibles:

  • Have Run Flows permission enabled

  • Have access to the Visualforce page the flow uses.

  • The flow must be active.

  • All of the above.

Explicación

Pregunta 30 de 30

1

What is true about a master detail relationship?

Selecciona una o más de las siguientes respuestas posibles:

  • 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.

Explicación