SALESFORCE ADM-201 Certification Exam 2

Descripción

Salesforce ADM 201 Quizzes preparing certified
Hawerth Castro
Test por Hawerth Castro, actualizado hace más de 1 año
Hawerth Castro
Creado por Hawerth Castro hace más de 6 años
590
3

Resumen del Recurso

Pregunta 1

Pregunta
Which custom fields can be made universally required? Choose 2 answers.
Respuesta
  • Formula
  • URL
  • E-mail
  • Checkbox

Pregunta 2

Pregunta
Which statements are correct about encrypted fields among the following? Choose 3 answers.
Respuesta
  • Encrypted text fields can be an external ID and can have default values
  • Encrypted fields are not searchable and cannot be used to define report criteria
  • Encrypted fields can be included in search results, and report results
  • They are not available for use in filters such as list views, reports, rollup summary fields, and rule filters
  • Encrypted fields are not available in lead conversion, workflow rule criteria or formulas, formula fields, outbound messages, default values, and Web-to- Lead and Web-to- Case forms

Pregunta 3

Pregunta
Which type of custom fields can be used as External Id? Choose 3 answers.
Respuesta
  • A text field that is unique
  • A text field that is required
  • A text field that is encrypted
  • Date
  • E-mail
  • Phone

Pregunta 4

Pregunta
The media object record needs to refer to a similar media object record. For that a lookup field to "media" is created. What is this relation type called?
Respuesta
  • Master-Detail
  • Lookup
  • Hierarchical
  • Many-to- Many
  • Self

Pregunta 5

Pregunta
How many master relationships can be there per detail object?
Respuesta
  • 1
  • 2
  • 3
  • 4
  • 5

Pregunta 6

Pregunta
How many lookup relationships can be there per child?
Respuesta
  • 10
  • 15
  • 20
  • 25

Pregunta 7

Pregunta
A Standard object has more than one Master-Detail relationship?
Respuesta
  • TRUE
  • FALSE

Pregunta 8

Pregunta
Position is a custom object containing details of each position. Candidate contains the details of each candidate such as skills. When a user is viewing the position records, he should also be able to see all those candidates who match the skill required for the post. However, a position can have no candidate and a candidate record can also be kept blank. A position can be applied by multiple candidates, while a candidate can also apply to multiple positions. What can be done to achieve this?
Respuesta
  • Create a master-child relationship between them
  • Create a junction object to store both the values
  • Create a lookup relationship of candidate on position
  • Create a Visualforce page

Pregunta 9

Pregunta
Only a particular user with the right profile should be able to submit the record for approval. How do you achieve this?
Respuesta
  • Add this condition in the entry criteria
  • Choose the initial Submitters
  • Add this condition in the approval step entry criteria
  • Add this condition as a rejection action

Pregunta 10

Pregunta
Using an approval process an organization has configured the application to have the first step of the process require approvals from three different hiring managers. Select the two possible approval choices based on multiple approvers for an approval step. Choose 2 answers.
Respuesta
  • Approve or reject based on the first response
  • Require majority approval from all selected approvers
  • Require x out of y approval from all selected approvers
  • Require unanimous approval from all selected approvers

Pregunta 11

Pregunta
Which one of the following can't be a final rejection action in the approval process?
Respuesta
  • Lock the record
  • Outbound message
  • Delete the record and send to recycle
  • E-mail alert

Pregunta 12

Pregunta
In a Master-Detail relationship scenario where the fields of the parent object needs to be displayed in the related list how will a developer design this?
Respuesta
  • Cross-object formula field
  • Workflow rule
  • Validation rule
  • Assignment rule

Pregunta 13

Pregunta
In a recruiting application a position that is of type "Critical" should not be open for more than 14 days. How will you develop the business logic to cater to this?
Respuesta
  • Time-dependant workflow action to send an e-mail to the owner after 14 days
  • Time-dependant workflow action to send the record for review to owner after 14 days
  • Time-dependant workflow action to send an e-mail to the owner before 14 days
  • Time-dependant workflow action to close the position after 14 days

Pregunta 14

Pregunta
An organization wants to leverage the import wizard to import different types of data. What type of data cannot be imported through the wizard?
Respuesta
  • Accounts and contacts
  • Leads
  • Custom objects
  • Users

Pregunta 15

Pregunta
A manager wants to share specific results of data with his subordinates that only he has access to. What is the best way to share specific results of data? Choose 2 answers.
Respuesta
  • Select the view dashboard as with his own name
  • Folder permission on a report
  • Run report as scheduled reports and e-mail distribution
  • Folder permission on a dashboard

Pregunta 16

Pregunta
A developer needs to create a trending report what should he/she use to get the historical data?
Respuesta
  • Reports
  • Analytic snapshots (Reporting Snapshot)
  • Roll-up summary
  • Report types
  • Audit history records

Pregunta 17

Pregunta
Which component in a dashboard gives you a grand total? Choose 2 answers.
Respuesta
  • Table
  • Gauge
  • Chart
  • Metric

Pregunta 18

Pregunta
What is the best type of dashboard component to display a list of your top 10 customers?
Respuesta
  • Metric
  • Table
  • Gauge
  • Chart

Pregunta 19

Pregunta
An organization has decided to manage hiring and positions. A custom object has been created to manage all new job positions. All positions below $50,000 must be approved by the hiring manager, and positions above $50,000 must be approved by the hiring manager and the regional hiring manager. What would a developer use to declaratively fulfill the requirement?
Respuesta
  • Apex code, to check the position's salary and assign the appropriate resource for approval
  • Approval process
  • Validation rules
  • Dynamic routing approval

Pregunta 20

Pregunta
If a developer has created a junction object what is the significance of the first Master-Detail (primary) relationship?
Respuesta
  • Look and feel, the junction object's detail and edit pages use the color and any associated icon of the primary master object
  • You cannot delete the primary relationship
  • You cannot rename the primary relationship
  • There is no significance

Pregunta 21

Pregunta
Which of the following is NOT a step in creating a junction object?
Respuesta
  • Creating the custom object to serve as the junction object between the two master objects
  • Creating two Master-Detail relationships
  • Customizing the related lists on the page layouts of the two master objects
  • Creating two lookup relationships

Pregunta 22

Pregunta
When a record has been rejected by all approvers, Salesforce executes all final rejection actions. Which of the following is NOT a possible final rejection action?
Respuesta
  • Lock the record from being edited
  • Send an e-mail to a designated recipient
  • Delete the record
  • Update a field on the record

Pregunta 23

Pregunta
An organization is interested in using the data loader to load data into Salesforce.com. Which of the following are NOT capabilities of the data loader? Choose 2 answers.
Respuesta
  • Import greater than 50,000 records
  • Import data into two objects in a single transaction
  • Rollback import transactions
  • Run by command line

Pregunta 24

Pregunta
A developer has a requirement to collect the state and the cities for the state selected on an account page layout. Once the user selects a state, only the possible cities in that state should be available for entry. What is the best declarative method for fulfilling this requirement?
Respuesta
  • Create a workflow rule that will update the city once a state is entered
  • Create a validation rule that will cause an error if the city is not in the state that has been entered
  • Create a dependent picklist for cities based on the state that has been entered
  • Create a formula field that look ups the valid cities for the state entered

Pregunta 25

Pregunta
What settings can you specify on a profile? Choose 2 answers.
Respuesta
  • Revoke sharing permissions
  • Enable record types
  • Enable create read, create, edit, and delete objects
  • Specify language

Pregunta 26

Pregunta
When creating a sharing rule, what entities can data be shared to? Choose 3 answers.
Respuesta
  • Public groups
  • Users
  • Roles
  • Roles and subordinates
  • Queues

Pregunta 27

Pregunta
Using the Force.com platform declarative model to build an application, which of the following do you have to do?
Respuesta
  • Install a database server
  • Configure an application using clicks not code
  • Deploy a web server
  • Administer and e-mail server

Pregunta 28

Pregunta
An organization wants to create a field to store manager data on the user object. The manager field is a reference to another user record. What type of relationship should be used?
Respuesta
  • Master-Detail
  • Hierarchical
  • Lookup
  • Many-to- many

Pregunta 29

Pregunta
What are the data types that are supported by a formula field? Choose 3 answers.
Respuesta
  • Text
  • Percent
  • E-mail
  • Currency
  • Phone

Pregunta 30

Pregunta
What is true about a junction object?
Respuesta
  • A custom object that has two Master-Detail relationships
  • A custom object that has a Master-Detail relationship
  • A standard object that has two Master-Detail relationships
  • A standard object that has a Master-Detail relationship

Pregunta 31

Pregunta
What is true about a cross-object formula field for a Master-Detail relationship?
Respuesta
  • You can only create a cross-object formula field on the parent object
  • You can only create a cross-object formula field on the child object
  • You can create a cross-object formula field on both the parent and child object
  • A cross-object formula field is not available for a Master-Detail relationship

Pregunta 32

Pregunta
What is true about a Master-Detail relationship? Choose 2 answers.
Respuesta
  • When the parent record has been deleted, all the child records will be deleted
  • You can have a child record without the parent record
  • You have to expose the master lookup field on the child detail page layout
  • You cannot delete a child record

Pregunta 33

Pregunta
What field can be controlled by a translation workbench?
Respuesta
  • Rule criteria
  • Formula
  • Validation errors
  • Assignment rules

Pregunta 34

Pregunta
In a recruiting application, salary is a child object to a parent position object via a Master-Detail relationship The min pay and max pay fields of salary object cannot be modified when the Position status on the parent is 'Approve'. How would a developer design this?
Respuesta
  • Create a Visualforce component on the position detail page
  • Rollup-summary field
  • Validation rule on position object
  • Formula field on the salary object
  • Validation rule on the salary object

Pregunta 35

Pregunta
Object X has a lookup to object Y. Which of the following statements are TRUE? Choose 2 answers.
Respuesta
  • Fields of both X and Y are accessible from object Y
  • Fields of object Y can be accessed from object X
  • Fields of both Y and X are accessible from object X
  • Fields of object X can be accessed from object Y

Pregunta 36

Pregunta
What are the components of the dashboard that use grand totals? Choose 2 answers.
Respuesta
  • Vertical Bar
  • Metric
  • Table
  • Gauge

Pregunta 37

Pregunta
In a master-child relationship between a standard object and custom object which of the following statements is true? Choose 3 answers.
Respuesta
  • The standard object is always the master
  • The custom object is always the master
  • The custom object is always a child
  • The standard or custom object can be a master
  • The standard object is never a child

Pregunta 38

Pregunta
A recruiting application has a position object that contains location, department and other information relating to a position. We need to create a report that is grouped by department but not by locations. What is the best type of report a developer would choose?
Respuesta
  • Summary report
  • Tabular report
  • Matrix report
  • A report using Visualforce

Pregunta 39

Pregunta
A user successfully login’s at 3:00 PM, What happens at 3:31 PM, if the Login hours for the user’s Profile are set from 7:30 AM to 3:30 PM?
Respuesta
  • User is automatically Logged Out
  • User keeps working continuously without any issues
  • User is asked in a Popup window if he would like to extend his session
  • User is logged out once he tries to do any DML (Data Manipulation) Operation i.e. Save, Edit etc.

Pregunta 40

Pregunta
Which Feature is not available in Salesforce.com ?
Respuesta
  • Profile based Login Hours
  • Profile based Login IP Ranges
  • Organization based Login Hours
  • Organization based Login IP ranges

Pregunta 41

Pregunta
Which of the following is the best way to make the Field Mandatory for everyone?
Respuesta
  • Page Layout
  • Validation Rule
  • Roles & Profiles
  • Field Level Security

Pregunta 42

Pregunta
Which of the field types cannot be used as an External Id?
Respuesta
  • Text Field
  • Number Field
  • Picklist Field
  • Email Field

Pregunta 43

Pregunta
Which of the following cannot be on the dependent side of the Dependent Picklist? Choose 2 answers.
Respuesta
  • Checkbox
  • Custom Picklist
  • Standard Picklist
  • Multi Select Picklist

Pregunta 44

Pregunta
Salesforce.com record Id’s are Identical in?
Respuesta
  • Production and Config Only Sandbox
  • Production and Developer Sandbox
  • Production and Full Copy Sandbox
  • Record Id’s are always different in different environment

Pregunta 45

Pregunta
Which of the following is not a Roll Up summary field operation?
Respuesta
  • SUM
  • MAX
  • MIN
  • Count
  • Average

Pregunta 46

Pregunta
On which OWD sharing defaults the Sharing Rules can’t be defined?
Respuesta
  • OWD is Private
  • OWD is Public Read Only
  • OWD is Public Read Write
  • Sharing rules can be created on any of the above

Pregunta 47

Pregunta
Conditional highlighting cannot be used for?
Respuesta
  • Tabular Reports
  • Summary Reports
  • Matrix Reports
  • None of the Above

Pregunta 48

Pregunta
Which of the following is an automated process your organization can use to approve records in Salesforce.com?
Respuesta
  • Validation Process
  • Approval Process
  • Workflow Rules
  • Record Types

Pregunta 49

Pregunta
Can a user restrict access with the help of the sharing rules?
Respuesta
  • Yes
  • No

Pregunta 50

Pregunta
How many ranges can be defined in the case of a Conditional Highlighting?
Respuesta
  • 2
  • 3
  • 4
  • 5

Pregunta 51

Pregunta
How many Solution records can be imported via Import Wizard?
Respuesta
  • 500
  • 5 000
  • 50 000
  • Solution Records cannot be imported via Import Wizard

Pregunta 52

Pregunta
How many Solution records can be imported via Import Wizard?
Respuesta
  • Custom objects
  • Events
  • Leads
  • Contacts

Pregunta 53

Pregunta
A Workflow Approval process may be used for all of the following objects EXCEPT:
Respuesta
  • Opportunity
  • Users
  • Assets
  • Contracts

Pregunta 54

Pregunta
Which of the following fields CANNOT be a controlling field for Dependent Picklists?
Respuesta
  • Standard Picklist
  • Custom Picklist
  • Custom Multi-Select Picklist
  • Standard Checkbox
  • Custom Checkbox

Pregunta 55

Pregunta
An Approval Process begins when a record is:
Respuesta
  • Created
  • Saved
  • Edited
  • Submitted for Approval

Pregunta 56

Pregunta
Which type of field cannot have universal required?
Respuesta
  • Checkbox
  • Text
  • Email
  • Number

Pregunta 57

Pregunta
Which of the following are standard Salesforce objects? Choose 3 answers.
Respuesta
  • Candidate
  • Opportunity Product
  • Price Book
  • Ticket
  • Solution

Pregunta 58

Pregunta
A record is modified on 1/1/2016. It meets criteria for a time-based workflow rule; this rule schedules an action for 7 days after rule execution. On 1/4/2016 the record is modified and no longer meets workflow rule criteria. On 1/5/2016 the record is modified and once again meets the initial time-based workflow rule criteria. How many workflow actions will execute and when?
Respuesta
  • 0
  • 1 on 1/8/2016
  • 1 on 1/12/2016
  • 2 on 1/8/2016 and 1/12/2016

Pregunta 59

Pregunta
Field-level security can be used to make a field required?
Respuesta
  • True
  • False

Pregunta 60

Pregunta
Which of the following are setting options for the User Interface? Choose 3 answers.
Respuesta
  • Enable Collapsible Sections
  • Show Quick Create
  • Show customer Sidebar Components on All Pages
  • Transfer all Open Opportunities
  • Enable List Views
Mostrar resumen completo Ocultar resumen completo

Similar

SALESFORCE ADM-201 Certification Exam 1
Hawerth Castro
SALESFORCE ADM-201 Certification Exam 7
Hawerth Castro
SALESFORCE ADM-201 Certification Exam 5
Renan Soares
SALESFORCE ADM-201 Certification Exam 5
Rick Martin
Teoria Geral da Administração(TGA)
Flávio Machado Lobo
CET_TARDE - MTA HTML5 Application Development Fundamentals 2
Hawerth Castro
SALESFORCE DEV-401 Certification Evaluation 1
Hawerth Castro
SALESFORCE DEV-401 Certification Evaluation 2
Hawerth Castro
CET_TARDE - MTA Mobility and Devices Fundamentals 1
Hawerth Castro
CET_TARDE - MTA Windows OS Fundamentals 2
Hawerth Castro
CET_TARDE - MTA Windows OS Fundamentals 6
Hawerth Castro