Salesforce Developer 401

Description

A massive question bank for salesforce.com 401 certification
Jonas wiesel
Quiz by Jonas wiesel, updated more than 1 year ago
Jonas wiesel
Created by Jonas wiesel over 9 years ago
2675
14

Resource summary

Question 1

Question
Developer wants to ensure that when a parent record is deleted, child records are not deleted. Which relationship should the developer choose?
Answer
  • lookup
  • master-detail
  • many-to-many
  • master-to-master
  • None

Question 2

Question
Developer wants to ensure that when a parent record is deleted, child records are not deleted. Which relationship should the developer choose?
Answer
  • lookup
  • master-detail
  • many-to-many
  • master-to-master
  • None

Question 3

Question
29. A developer has created a junction object what is the significance of the first master-detail (primary) relationship? Select the Right Answer
Answer
  • 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

Question 4

Question
Which of the following is NOT a step in creating a junction object? Select the Right Answer
Answer
  • 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

Question 5

Question
31. An organization wants to leverage a custom objects to track bugs. The organization wants the ability to related bugs to parent bugs in a parent-child relationship. What type of relationship should be used? Select the Right Answer
Answer
  • master-detail
  • self
  • hierarchical
  • many-to-many

Question 6

Question
An organization needs the ability view the value of the Opportunity Stage field on an Opportunity Product related list. Please choose the declarative method of fulfilling the requirement. Choose the Right answer
Answer
  • Create an Apex method to replicate the value on the child object, and set the field level security to read-only and expose the new field on the Opportunity Product related list.
  • Create a cross object formula field on the Opportunity Product object and expose the formula field on the Opportunity Product related list.
  • Create a validation rule on the Opportunity Product object.
  • Create a new pick list field called Stage on the Opportunity Product object, and expose the filed on the Opportunity Product related list.

Question 7

Question
If a parent object has a lookup relationship defined with a child object. What happens in the child object when you delete a record from the parent? Choose the Right answer
Answer
  • The child record is deleted
  • Nothing
  • The parent record cannot be deleted
  • The child record cannot be deleted

Question 8

Question
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? Choose the Right answer
Answer
  • master-detail
  • hierarchical
  • lookup
  • many-to-many

Question 9

Question
What is true about a cross-object formula field for a master-detail relationship? Choose the Right answer
Answer
  • 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.
  • Cross-object formula field is not available for master-detail relationship

Question 10

Question
What is true about a master-detail relationship? Please select two (2) choices. Please select two (2) choices.(Confusion question)
Answer
  • 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

Question 11

Question
What is a junction object? Choose the Right answer
Answer
  • Object with lookup relationship
  • Master detail relationship
  • Object with two lookup relationship
  • Object with two master-detail relationship

Question 12

Question
In a master-detail relationship, what happens when the a record is deleted from parent object Choose the Right answer
Answer
  • Parent record alone gets deleted
  • Exception occurs
  • Parent and Child record will not be deleted
  • All child records are deleted

Question 13

Question
Object X has a lookup to Object Y. What among the following statements are TRUE Please choose two (2). Please choose two (2)
Answer
  • 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

Question 14

Question
In 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: Choose the Right answer
Answer
  • Cross-object formula field
  • Workflow rule
  • Validation Rule
  • Assignment rule

Question 15

Question
In a master-child relationship between a standard object and custom object. Which of the following statements is NOT true. Please select two (2) items Please select two (2) items
Answer
  • Standard object is always the master
  • Custom object is always a child
  • Custom Object is always the master
  • Standard or custom object can be a master
  • Standard object is never a child

Question 16

Question
The Force.com platform supports the following relationship types Select all which apply
Answer
  • Self
  • Master Detail
  • Many to Many
  • Many to All
  • One to One
  • One to all
  • Validation Rules
  • Lookup

Question 17

Question
Fill in the blanks. ______________ lookup relations are allowed per object Fill in the blanks
Answer
  • 10
  • 20
  • 25
  • 40

Question 18

Question
Roll up Summary Field works in the case of which relationship Select the correct choice
Answer
  • Master Detail
  • Master Master
  • Workflow
  • Validation Rules
  • Lookup
  • Do not lookup
  • Master to all

Question 19

Question
In Rollup Summary there is an option to include all records in thr roll-up or just that meets certain criteria True or False
Answer
  • True
  • False

Question 20

Question
In a master detail relationship the owner of the parent record controls both the parent and the child True or False
Answer
  • True
  • False

Question 21

Question
What is the number of components that can be added to a dashboard? Select the one correct answer
Answer
  • 20
  • 25
  • 50
  • 100

Question 22

Question
Which report type is used to group rows of data and show their subtotals. Select the one correct answer.
Answer
  • Summary
  • Matrix
  • Tabular
  • Detailed

Question 23

Question
Which is the first step when creating reports? Select the one correct answer
Answer
  • Select report name
  • Select object on which report needs to be generated
  • Select type of report
  • Select columns to be displayed

Question 24

Question
Which of these is not a valid report type. Select the one correct answer.
Answer
  • Summary
  • Matrix
  • Tabular
  • Detailed

Question 25

Question
Which report type is used to group rows and columns of data and show their subtotals. Select the one correct answer.
Answer
  • Summary
  • Matrix
  • Tabular
  • Detailed

Question 26

Question
Which report type does not allow generation of charts? Select the one correct answer.
Answer
  • Summary
  • Matrix
  • Tabular

Question 27

Question
Which report type does not support analytical snapshot? Select the one correct answer.
Answer
  • Summary
  • Matrix
  • Tabular

Question 28

Question
In a recruitment application, a dashboard component needs to be built that will display total number of positions. Which dashboard component can be used to implement this feature? Select the one correct answer.
Answer
  • Gauge
  • Metric
  • Table
  • Chart
  • VisualForce page

Question 29

Question
Universal Recruiters will like to hire ten employees in two months. In a recruitment application, a dashboard component needs to be built that will display progress towards achieving this goal of hiring of ten employees. Which dashboard component can be used to implement this feature? Select the one correct answer.
Answer
  • Gauge
  • Metric
  • Table
  • Chart
  • VisualForce page

Question 30

Question
Universal Recruiters uses an external system for keeping track of exits from the organization. The CEO of the organization will like to view information about exits in the Salesforce application that Universal Recruiters uses. Which dashboard component can be used to implement this feature? Select the one correct answer
Answer
  • Gauge
  • Metric
  • Table
  • Chart
  • VisualForce page

Question 31

Question
Universal Recruiters uses Force.com as its recruitment platform. The Sales VP of Universal Recruiters will like a report that will display progress in recruitment across six months. Which reporting component can be used to implement this feature? Select the one correct answer. (Confusion question)
Answer
  • Summary
  • Matrix
  • Tabular
  • Analytic Snapshot

Question 32

Question
A group of executives has requested a convenient way to see daily metrics without having to log in to Salesforce. How would a developer accomplish this goal?
Answer
  • The users’ home page layouts to include a dashboard
  • Create a Workflow rule that sends a link to the dashboard in an email.
  • Schedule the dashboard for daily refresh and email distribution.
  • Create a series of daily recurring events providing the dashboard link

Question 33

Question
If you want the a list of positions what dashboard would you use?
Answer
  • Metric
  • Table
  • Chart
  • Gauge

Question 34

Question
A manager in an organization wants to share specific fields of data to his subordinates that only he has access to. What is the best way to share specific fields of data? Please select two (2) choices. Please select two (2) choices.
Answer
  • Run As on dashboards
  • Folder Permission on a Report
  • Run As on scheduled reports
  • Folder Permission on a Dashboard

Question 35

Question
A developer needs to make a field that is normally accessible by most users inaccessible on the report wizard for specific users. What the best method to fulfill that requirement? Choose the Right answer
Answer
  • Field level security
  • Remove the field from the page layout
  • Remove the field from the user profile
  • Change my display under personal settings

Question 36

Question
What can be done with report summary totals? Please select two (2) choices: Please select two (2) choices:
Answer
  • Calculate values from a previous report
  • Calculations based on report summary totals
  • Highlight outliers
  • Historical analysis

Question 37

Question
Select the features that are available through custom report types. Please select two (2) items. Please select two (2) items.
Answer
  • Define object relationships and fields for reports
  • Define up to 4 object relationships
  • Define anti-join relationships
  • Create analytic snapshot reports

Question 38

Question
A developer needs to create a trending report what should he/she use to get the historical data? Choose the Right answer
Answer
  • Analytic Snapshots
  • Roll-Up Summary
  • Report Types
  • Audit History Records
  • Reports

Question 39

Question
What is the best type of dashboard component to display a list of your top 10 customers? Choose the Right answer
Answer
  • Metric
  • Table
  • Gauge
  • Chart

Question 40

Question
What will cause the analytic snapshots run to fail? Please select three (3) choices. Please select three (3) choices. (Confusion question)
Answer
  • The source report has been deleted
  • The target object has a trigger on it.
  • The running user has been inactivated
  • The target object is a custom object
  • The source report is saved as Matrix report

Question 41

Question
How do you highlight totals in a report Choose the Right answer
Answer
  • Roll-up Summary Field
  • Formula Field
  • Custom Summary Field
  • Summary Totals

Question 42

Question
Recruiting application has a Position object that contains location, department and other information relating to a position. A report needs to customized that is grouped by department but not on locations. What is the best type of report would a developer choose? Choose the Right answer
Answer
  • Summary Report
  • Tabular Report
  • Matrix Report
  • A report using visual force

Question 43

Question
In a data model object A is related to B, B is related to C. How will a developer create a report to include fields of A and C. Choose the Right answer
Answer
  • Create lookup relationships between A,B and C
  • Create a Custom Report type with A, B and C, and use it in the report
  • Create a custom report with A and C fields as relationships already exist
  • Report cannot be created

Question 44

Question
When new objects and fields are added to Salesforce they are immediately available for reporting?
Answer
  • True
  • False

Question 45

Question
What would prevent a user from including fields when running a report?
Answer
  • Roles
  • Field level security
  • Public Groups
  • Profiles

Question 46

Question
When designing an application, a developer needs to make a field editable to all profiles. In field level security what settiings should be used in this situation. Select the one correct answer.
Answer
  • Disable Visible and Read-Only
  • Disable Visible but Enable Read-Only
  • Enable Visible but Disable Read-Only
  • Enable Visible and Read-Only

Question 47

Question
75. Universal Recruiters wants to make access to records in such a way that all managers should be able to access records that are accessible to their team members. Which feature of Force.com's security should be used to implement this requirement. Select the one correct answer.
Answer
  • Object level access to profiles
  • Field level access to profiles
  • Organization wide defaults
  • Role hierarchy
  • Sharing rules
  • Manual sharing

Question 48

Question
A user at Universal Container has reported an issue with respect to approval process. You need to analyse this issue by reviewing the debug messages that get generated for these particular users. Which feature of the platform can be used to support this requirement? Select the one correct answer.
Answer
  • Debug Log
  • System Log
  • Setup Audit Trail
  • Field level security

Question 49

Question
For approval process what groups can you have
Answer
  • profiles
  • roles and subordinates
  • active team members
  • None

Question 50

Question
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 fulfil the requirement? Select the Right Answer
Answer
  • Apex Code, to check the position’s salary and assign to the appropriate resource for approval
  • Approval process
  • Validation rules
  • Dynamic Routing Approval

Question 51

Question
An organization has created an application manage new hires and job positions. A custom object has been created to manage all job positions. Using an approval process they have configured the application to have the first step of the process require approvals from three different hiring managers. Select the two (2) possible approval choices based on multiple approvers for an approval step. Select TWO Right Answer
Answer
  • Approve or reject based on the first response
  • Require unanimous approval from all selected approvers
  • Require majority approval from all selected approvers
  • Require x out of y approval from all selected approvers

Question 52

Question
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? Select the Right answer
Answer
  • Lock the record from being edited
  • Send an email to a designated recipient
  • Delete the record
  • Update a field on the record

Question 53

Question
A developer has created an approval process. What would require that a formula entry criterion be used versus standard criteria? Choose the Right answer
Answer
  • User profile evaluates to ‘System Administrator’
  • Determine if the record is newly created
  • Determine if a record has been updated
  • Determine if a field has been changed

Question 54

Question
A developer has created an approval process. What would require that a formula entry criterion be used versus standard criteria? Choose the Right answer
Answer
  • User profile evaluates to ‘System Administrator’
  • Determine if the record is newly created
  • Determine if a record has been updated
  • Determine if a field has been changed

Question 55

Question
Parallel approval Processes allow a record to be sent for approval to up to ---- diff users simultaneously Fill in the blanks
Answer
  • 5
  • 10
  • 25
  • 100

Question 56

Question
Can we monitor the Approval processes?
Answer
  • Yes
  • No

Question 57

Question
Related user concept allows us to implement:
Answer
  • Parallel approval process
  • Dynamic approval routing
  • Multistep approval process
  • Single step approval process

Question 58

Question
Which statement is true about approval process? [Select two]
Answer
  • Approval can be approved by any user which is related to current object.
  • Final rejection and final approval has the action to ‘lock the record’ which cannot be changed to ‘unlock the record’.
  • Initial submission has the action to ‘lock the record’ which cannot be changed to ‘unlock the record’.
  • In Approval process four types of actions can be defined while in workflow rule only 3 type actions can be defined.

Question 59

Question
Jump start wizard of approval process doesn’t allow to set: [Select Two]
Answer
  • Allow submitters to recall approval requests option
  • Who can submit the record
  • Approver
  • Approval Assignment Email Template

Question 60

Question
Which statement is true in case of unanimous approval?
Answer
  • When all approver will reject the record then only record will be rejected.
  • Only owner can approve the record.
  • Only manager of the owner can approve the record.
  • None of the above
  • Approves or rejects the record based on the FIRST response.

Question 61

Question
After enabling an approval process how many approval steps can be added?
Answer
  • Only one
  • Only two
  • Only fifteen
  • As many as you want
  • None

Question 62

Question
After enabling and then disabling an approval process how many approval steps can be added?
Answer
  • Only one
  • Only two
  • Only fifteen
  • As many as you want
  • None

Question 63

Question
Which of the of the following fields type is not allowed to be set as external ids. Select one correct answer.
Answer
  • Date
  • Number
  • Email
  • Text

Question 64

Question
In Data loader 50,000 more records CRUD at a time
Answer
  • True
  • False

Question 65

Question
When would a developer use upsert and external IDs? (Choose two answers.)
Answer
  • To integrate with an external system
  • To migrate customizations from sandbox to production
  • To load related records without knowing Salesforce record IDs
  • To use the Force.com API to query for data

Question 66

Question
An organization wants to leverage the import wizards to import different types of data. What type of data cannot be imported through the wizard? Select the Right Answer
Answer
  • Accounts and Contacts
  • Leads
  • Custom Objects
  • Users

Question 67

Question
An organization is interested in leveraging the Data Loader to load data into salesforce.com. Which of the following are NOT capabilities of the data loader? Please select two (2) choices. Select TWO Choices
Answer
  • Import greater than 50,000 records
  • Import data into 2 objects in a single transaction
  • Rollback import transactions
  • Run by command line

Question 68

Question
A developer has created a custom field marked as an external id on an object. If two records in the object have the same external id, and an upsert action occurred for that same external id what would happen. Choose the Right answer
Answer
  • The first matching external id record would be updated
  • Both matching external id records would be updated
  • A new record is created
  • An error would be reported

Question 69

Question
Salesforce.com has notified you that they have enabled the ability to update audit fields for your organization. When inserting a record which field can you set? Choose the Right answer
Answer
  • CreatedDate
  • IsDeleted
  • SysModStamp
  • UpdatedDate

Question 70

Question
Which of the following is true about Roll-up summary fields? Select one correct answer.
Answer
  • Roll-up summary can only be set on the parent of a Master-Detail or Lookup relationship.
  • Roll-up summary can be used to compute SUM,MIN,MAX,AVG over a set of records
  • The results of the roll-up summary is displayed on the child in a master-detail relationship.
  • Roll-up summary fields are read only.

Question 71

Question
The number of master detail relationship that an object can have is?
Answer
  • 1
  • 2
  • 25
  • 300

Question 72

Question
The number of Lookup relationship that an object can have is?
Answer
  • 1
  • 2
  • 25
  • 300

Question 73

Question
Which of these is true about Lookup Relationship? Select one correct answer.
Answer
  • Parent is not a required field and may be omitted.
  • Deleting an object deletes its children.
  • Roll-up summary field can be used to perform basic operations over all children of a parent record.
  • Security access of the child record is dependent upon the parent record.

Question 74

Question
Maximum No of Master Details per child object
Answer
  • 0
  • 1
  • 2
  • 3
  • 4
Show full summary Hide full summary

Similar

Jekyll and Hyde
elliesussex
French Vocab - Higher French
Moira Shepherd
Blood brothers-Context
umber_k
GCSE English Literature: Of Mice and Men
mia.rigby
ICT Key Terms Quiz - Part 1
Mr Mckinlay
Cells - Biology AQA B2.1.1
benadyl10
An Inspector Calls
Georgia 27
PuKW - STEP 1 (mögliche Prüfungsfragen/Prüfungsvorbereitung)
Steven Lee
The Periodic Table
asramanathan
salesforce Developer 1
sbchowdary
GCSE Computer Science (AQA)
Wolfie Ruth