Exam Flashcards

1
Q
Universal Containers wants an org for development which can be refreshed in every 5 days with all the configuration and some data. What org do you choose? 
 A) Full Sandbox.
 B) Developer Sandbox.
 C) Developer Pro Sandbox.
 D) Partial copy sandbox.
A

> > > D) Partial copy sandbox.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
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?
 A) Cross-object formula field.
 B) Workflow rule.
 C) Validation rule.
 D) Assignment rule.
A

> > > A) Cross-object formula field.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Universal Containers has a custom object “service” which has a lookup relationship to Account. Universal Containers wants to enhance Salesforce1 with an action that allows account managers to enter a new service to an Account while looking at the account.
A) Enter an object specific action to Account and put it in the Account Layout.
B) Enter an object specific action to Service and put it in the Account Layout.
C) Enter an object specific action to Service and put it in the Service Layout.
D) Enter an object specific action to Account and put it in the Service Layout.

A

> > > A) Enter an object specific action to Account and put it in the Account Layout.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A company is using Chatter for their internal communication. They wish to give a user access to the account object. If he is a Chatter user, what things should be done to give him access?
A) Assign a separate profile for him.
B) Make the normal user his manager.
C) It cannot be done.

A

> > > C) It cannot be done.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
Use case: An object called "House" is related to Opportunity. There can be many Houses per Opportunity. On houses, we have a field named "Square feet". We need to show the total of Square feet for all houses on each Opportunity. What type of relationship should we have?
 A) Lookup.
 B) Master detail.
 C) Junction.
 D) Cross object.
A

> > > B) Master detail.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
Where can a Standard Lightning Component be placed in the Lightning App Builder tool?
 A) Canvas.
 B) Console Layout.
 C) Mini Page Layout.
 D) Mobile Card
A

> > > A) Canvas.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is true about person accounts? (Select 2)
A) Do use space in both account and contacts table.
B) Have the same icon as Business accounts.
C) Can only be merged with other person accounts.
D) Are enabled by default.
E) Are enabled via feature license.

A

> > > A) Do use space in both account and contacts table.

|&raquo_space;>C) Can only be merged with other person accounts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

If a data type is changed in a field that is used for lead conversion, the lead field mapping will remain intact?
A) True
B) False

A

> > > B) False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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?
A) Configure pricebooks, products, and payment schedules to enable this capability.
B) Work with developers to develop custom code for payment processing.
C) Configure Outbound Messaging to send a message to an external Payment Gateway.
D) Install an AppExchange product to provide Payment Gateway processing.

A

> > > D) Install an AppExchange product to provide Payment Gateway processing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Is there data loss when converting from a Picklist (Single-Select) to Picklist (Mutli-Select)?
A) Yes
B) No

A

> > > B) No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which one of the following can’t be a final rejection action in the approval process?
A) Lock the record.
B) Outbound message.
C) Delete the record and send to recycle bin.
D) E-mail alert.

A

> > > C) Delete the record and send to recycle bin.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
Which of the following refers to the controller part of the MVC architecture?
 A) Apex.
 B) Visualforce.
 C) S-control.
 D) Page layout.
A

> > > A) Apex.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
Which editions support Apex and Visualforce? (Choose 2)
 A) Unlimited Edition.
 B) Enterprise Edition.
 C) Apex Edition.
 D) Professional Edition.
 E) Group Edition.
A

> > > A) Unlimited Edition.

|&raquo_space;>B) Enterprise Edition.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
Universal Containers wants to store an area code and wants to be able to search for it in applications (apex). Which are possible fields to store the data (Choose 2)
 A) Phone.
 B) Text.
 C) Email.
 D) Picklist (Multi-Select).
 E) Number.
A

> > > B) Text.

|&raquo_space;>E) Number.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Case assignment rules: is it allowed to have more than 1 active?
A) Yes
B) No

A

> > > B) No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which workflow evaluation rule doesn’t support a time-dependent workflow?
A) When a record is created, or when a record is edited and did not previously meet the rule criteria
B) Every time a record is created or edited
C) Only when a record is created

A

> > > B) Every time a record is created or edited

17
Q
Of the following, what are the things not possible to include in the user page layout? (Choose 2)
 A) Tagging.
 B) Custom links.
 C) Inline Visualforce page.
 D) Custom buttons.
 E) Custom fields.
A

> > > A) Tagging.

|&raquo_space;>D) Custom buttons.

18
Q

The user wishes to add the ratings on the page. The ratings will be displayed as the radio button from 1 to 5 with the features on the y axis. How can we achieve this?
A) Create a new field radio button.
B) Create a picklist with radio values.
C) Create a Visualforce page to include radio group in a data table.

A

> > > C) Create a Visualforce page to include radio group in a data table.

19
Q
Company A wants to implement business processes around Opportunities. What tools should be used? (Choose 3)
 A) Opportunity Teams.
 B) Page Layouts.
 C) Record Types.
 D) Business Processes.
 E) Workflows.
A

> > > B) Page Layouts.
C) Record Types.
D) Business Processes.

20
Q

Do person accounts use space in both account and contacts table?
A) Yes
B) No

A

> > > A) Yes

21
Q

A workflow change to stage x causes status field = ‘Pending’ value. A validation rule fails (true) if amount

A

> > > A) Workflow fires after validation and do not cause validation rules to fire again.

22
Q

Using an approval process an organization has configured the application to have the first step of the process requiring approvals from three different hiring managers. Select the two possible approval choices based on multiple approvers for an approval step. (Choose 2)
A) Approve or reject based on the first response.
B) Require majority approval from all selected approvers.
C) Require x out of y approval from all selected approvers.
D) Require unanimous approval from all selected approvers.

A

> > > A) Approve or reject based on the first response.

|&raquo_space;>D) Require unanimous approval from all selected approvers.

23
Q

What are the features of a custom report type? Please select two items.
A) Define object relationships and fields for reports.
B) Define anti-join relationships.
C) Create analytic snapshot reports.
D) Define up to four object relationships.

A

A) Define object relationships and fields for reports.

D) Define up to four object relationships.

24
Q

A person, who does not have “View Encrypted Data” permission, will see the field with masked characters. Assuming the field is in the page layout, what happens if he clicks the Edit button and tries to edit the value?
A) The field will not appear in the edit layout.
B) The user will see only masked characters, but can enter a new value and save it.
C) It will throw an error on changing that field and when he saves.
D) He can see the original value and he can save it.

A

> > > B) The user will see only masked characters, but can enter a new value and save it.

25
Q
The library wants to import updated titles of the media items from their external servers every night at 1 p.m. What can be used for the scenario?
 A) Import wizard
 B) Data loader
 C) Data loader using command prompt
 D) Scheduled jobs
 E) None of the above
A

> > > C) Data loader using command prompt

26
Q
A sales manager would like to look at an Account record and view charts of all of the related open opportunities, closed/won opportunities and open cases. How many report charts can be added to the Account page layout to meet this requirement?
 A) 1
 B) 4
 C) 2
 D) 3
A

> > > C) 2