Salesforce Certified Platform App Builder

Beschreibung

Developer Salesforce Quiz am Salesforce Certified Platform App Builder, erstellt von Finnsta 15 am 12/03/2018.
Finnsta 15
Quiz von Finnsta 15, aktualisiert more than 1 year ago
Finnsta 15
Erstellt von Finnsta 15 vor mehr als 6 Jahre
1238
2

Zusammenfassung der Ressource

Frage 1

Frage
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.
Antworten
  • Process Builder
  • Visual Workflow
  • Workflow
  • Approvals

Frage 2

Frage
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.
Antworten
  • Process Builder
  • Visual Workflow
  • Workflow
  • Approvals

Frage 3

Frage
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.
Antworten
  • Process Builder
  • Visual Workflow
  • Workflow
  • Approvals

Frage 4

Frage
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).
Antworten
  • Process Builder
  • Visual Workflow
  • Workflow
  • Approvals

Frage 5

Frage
You can configure access to data at all of the following levels, except:
Antworten
  • Organization
  • Objects
  • Page Layouts
  • Records

Frage 6

Frage
You can secure data at the organization level, using all of these methods, except:
Antworten
  • Limit Login IP addresses
  • Limit Login Hours
  • Set password policies
  • Use hardware token

Frage 7

Frage
Which of these is not a method for controlling record-level access?
Antworten
  • Organization-Wide Defaults
  • Role Hierarchy
  • Profiles
  • Sharing Rules

Frage 8

Frage
How can you control object level access? Pick 2.
Antworten
  • Profiles
  • Permission Sets
  • Roles
  • Groups
  • OWD

Frage 9

Frage
What are the 4 Types of Publisher Actions?
Antworten
  • 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

Frage 10

Frage
What are the 3 types of access in an org?
Antworten
  • Object
  • Record
  • Field
  • All of the above

Frage 11

Frage
Where can a Standard Lightning Component be placed in the Lightning App Builder tool? Choose one answer.
Antworten
  • Canvas
  • Console Layout
  • Mini Page Layout
  • Mobile Card

Frage 12

Frage
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.
Antworten
  • 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)

Frage 13

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

Frage 14

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

Frage 15

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

Frage 16

Frage
Which of these statements is true for Lightning Connect?
Antworten
  • 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.

Frage 17

Frage
Which of these is NOT an appropriate use case for Lightning Connect?
Antworten
  • 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.

Frage 18

Frage
In which of these scenarios is ETL a better choice than Lightning Connect?
Antworten
  • 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

Frage 19

Frage
Which of these is NOT true about external objects?
Antworten
  • 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.

Frage 20

Frage
Users can get Salesforce1 in all of the following ways except:
Antworten
  • 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.

Frage 21

Frage
The Salesforce1 user interface includes all of these key elements except:
Antworten
  • Feed
  • Action bar
  • Navigation menu
  • Widgets page
  • Record view

Frage 22

Frage
When a user requests a report, what should you do?
Antworten
  • 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.

Frage 23

Frage
You can control access to report folders based on:
Antworten
  • Permissions, roles, and public groups.
  • Public groups, organization-wide defaults, and IP restrictions.
  • Password settings, permissions, and user settings.
  • All of the above

Frage 24

Frage
When you specify a single running user of a dashboard, that user:
Antworten
  • 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.

Frage 25

Frage
Salesforce processes rules in what order?
Antworten
  • 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)

Frage 26

Frage
All of the following are advantages of the Schema Builder except:
Antworten
  • 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.

Frage 27

Frage
To create a custom object from the Schema Builder:
Antworten
  • 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'.

Frage 28

Frage
To create a custom field from the Schema Builder:
Antworten
  • 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.

Frage 29

Frage
To Leverage flows you need to:
Antworten
  • Have Run Flows permission enabled
  • Have access to the Visualforce page the flow uses.
  • The flow must be active.
  • All of the above.

Frage 30

Frage
What is true about a master detail relationship?
Antworten
  • 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.
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

SFDC App Builder 1 (126-150)
Connie Woolard
SFDC App Builder 1 (26-50)
Connie Woolard
SFDC App Builder 1 (1-25)
Connie Woolard
SFDC App Builder (76-100)
Connie Woolard
SFDC App Builder 1 (176-200ish)
Connie Woolard
SFDC App Builder 1 (151-175)
Connie Woolard
SalesForce ADM 201 Study Quiz
Kristin Bunn
Salesforce Certified Platform Developer I (1-85)
Marco Calisti
Salesforce Certified Sales Cloud Consultant SU16 - Part 1
Finnsta 15
SFDC App Builder I (51-75)
Victoria Jones
Salesforce ADM 201 II
mito_zgb