Admin 201 Flashcards
There is a master-detail relationship between custom objects A (master) and B (detail).Can B be a master of any other custom object?
A)Yes
B) No
Yes
It is possible to create two fields as External Id and two fields as Unique in an object?
A) True
B) False
False
Where we can select the fields needs to be displayed in the related list section of a detail page?
(Choose 1)
A) Specify the fields in the search layouts.
B) Specify the fields in the related list properties in page layout.
C) Use the mini-page layout to achieve this. D) Specify the fields in console mini view
Specify the fields in the related list properties in page layout.
We can import records of which of the following objects using Import Wizard? (Choose 3) A) Contact B) Case C) Lead D) Solution
A) Contact
C) Lead
D) Solution
In the console of Job Application, a user wants to see some particular fields of the related Positions. How this can be achieved? (Choose 1)
A) Add the fields in the Mini console View of Position page layout.
B) Add the fields in the Mini console View of the Job Application Layout
C) Add the fields in the Mini Page Layout of the Position page layout
D) Add the fields in the Mini Page Layout of the Job Application page layout
C) Add the fields in the Mini Page Layout of the Position page layout
There is a relation between two objects A and B and a report is created of type A with B. The records are grouped using some fields of B. Which of the following has to be used to highlight the record count based on the number of records? (Choose 1) A) Summary Totals B) SummaryHighlighting C) Conditional Highlighting D) Summary Formula
C) Conditional Highlighting
Can we use a field of auto-number type as external Id?
A)Yes
B) No
A)Yes
Which of the following are true?(Choose 2)
A) Today() function returns Date and Time
B) Now() function returns date and time
C) Day(date) Returns the day of the month, a number between 1 and 31
D) DAY (date) Returns the day of the week (Mon, Tue…etc.)
B) Now() function returns date and time
C) Day(date) Returns the day of the month, a number between 1 and 31
We can monitor Approval Process in which of the following? (Choose 1) A) System Log B) Scheduled Jobs C) Debug Log D) Setup Audit Trial
C) Debug Log
DML operations can be performed on Trigger. New. True or False.
a) True
b) False
b) False
Which of the following provides most restrictive access in salesforce sharing model?
a) Sharing Rules
b) OWD
c) Profiles
d) Roles
b) OWD
Folders are used in salesforce to store which of the following? (Choose 1)
a) Reports, Dashboards, Documents and Email templates
b) Reports, Dashboards and Documents
c) Dashboards, Documents and Email templates
d) Reports and Dashboards
a) Reports, Dashboards, Documents and Email templates
Which of the following is NOT a type of salesforce license ? (Choose 1)
a) Salesforce
b) Force.com–OneApp
c) Chatter Free
d) Salesforce.com API license
d) Salesforce.com API license
New Custom Object can be created using Schema Builder
a) True
b) False
a) True
A security token is required for API access when connecting from an IP address within the list of trusted networks.
a) True
b) False
b) False
A lookup relationship can be converted to Master-Detail when the following conditions are met (choose 1)
a) Making the parent field as a required field in the child object.
b) All existing records in the child object contain data for parent field.
c) All existing records in the child object need not contain data for parent field and is applicable only to the new records that would be created.
d) Parent field need not be a required field in the child object.
b) All existing records in the child object contain data for parent field.
Renaming label of Standard object Contact will rename its API name also. True or False
a) True
b) False
c) If respective option is selected.
b) False
Hierarchical relationship is only available (automatically) for User Object
a) True
b) False
a) True
Job application and position are linked with master detail relationship. When status of job
application changes to ‘Accepted’, status of master Position record should automatically change to ‘Hired’. How a developer can achieve (Choose 1)
a) Workflow and workflow field update on Position object
b) Custom formula field on Position Object
c) Workflow and workflow field update on Job Application object
d) Custom formula field on Position Object
c) Workflow and workflow field update on Job Application object
Can we create Roll up of account on opportunity object? True or False
a) True
b) False
b) False
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 matching the skills required for the post. How can this be achieved? (Choose 1)
a) Add related list of Candidate
b) Create a lookup relationship of candidate on Position
c) Create a Visualforce page.
c) Create a Visualforce page.
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?
a. Create a master-child relationship between them
b. Create a junction object to store both the values
c. Create a lookup relationship of candidate on position
d. Create a Visualforce page
b. Create a junction object to store both the values
Assignment rules and escalation rules are only available for custom objects. True or False
a) True
b) False
b) False
Scheduled apex can be automatically executed on which of the following basis (select 2)
a. Daily
b. Weekly
c. Monthly
d. Yearly
b. Weekly
c. Monthly