Set 1 Flashcards

1
Q

Universal Containers wants to ensure that they are accepting clean data from their users and verify that important fields are entered.
What should an app builder recommend to meet this requirement?
A. Update the important fields to be required on the page layout

B. Make a formula field to check the format of the important fields

C. Configure a validation to require a field for a specific record type

D. Create a workflow rule to check the fields are formatted correctly

A

C

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

A new custom object called invoices needs to have an invoice date for the date and time it was invoiced. What field type should be selected for this?
A. Time

B. Date/Time

C. Date

D. Date/Timestamp

A

B

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

If any of the triggered workflow rules result in another field update that’s also enabled for workflow rule re- evaluation, a domino effect occurs, and more workflow rules can be re-evaluated as a result of the newly- triggered field update.
A. True

B. False

A

A

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

The VP of Account Management at Universal Containers has requested that all Contacts’ mailing postal codes match the associated account’s shipping postal code.
How can this be enforced using validation rules?
A. Create a validation rule using a Not Equal operator.

B. Create a validation rule using a Compare operator.

C. Create a validation rule using the DISTANCE() function.

D. Create a validation rule using the GEOLOCATION() function.

A

A

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

Which two report formats can be used as a source report to configure a reporting snapshot? (Choose two.)
A. Summary format

B. Matrix format

C. Joined format

D. Tabular format

A

A, D

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

An Alexa Skill Builder is creating a skill that requires the user to authenticate by speaking a PIN before an order status can be retrieved.
According to best practices, how should the PIN value be collected?
A. Use multiple slots of type AMAZON.NUMBER

B. Use AMAZON.SearchQuery

C. Use AMAZON.FOUR_DIGIT_NUMBER

D. Use a custom slot with zero to nine as values.

A

D

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

Which two may occur if workflow rules are reevaluated after a field change by a field update? (Choose two.)
A. Cross-object workflow rules result in re-evaluation after field change.

B. Workflow rules trigger validation rules on field updates.

C. A recursive loop potentially results in exceeding governor limits.

D. Workflow rules trigger more workflow rules to be re-evaluated.

A

C, D

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

SERVICE AGENTS ARE REQUIRED TO CONFIRM A USER IDENTITY BEFORE PROVIDING SUPPORT INFORMATION OVER THE PHONE. WHAT FEATURE CAN AN APP BUILDER USE TO HELP AGENTS MEET THIS REQUIREMENT?
A. Include Surveys as a Case related list

B. Guided Action Flows on the record page

C. Case Validation Rules

D. Add Path to the top of the Case layout

A

B

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

What type of relationships can you create on External Objects? (Choose all that apply.)
A. All of the above

B. Direct lookup

C. Lookup

D. External lookup

E. Indirect lookup

A

C, D, E

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

An Alexa Skill Builder built a skill with the following interaction model:

{
	“InteractionModel” : {
		“LanguageModel” : {
			“InvocationName” : “my first skill”,
			“Intents”: [
				{
					“Name”: “HelloIntent”,
					“Slots”: [],
					“Samples”: [
						“Say hello”,
						“Hello”
					]	
				]
			},
			{
				“name”: “HelloPersonIntent”,
				“Slots”: [
					{
						“Name”: “Name”,
						“Type”: “AMAZON.US_FIRST_NAME”
					}
				],
				“Samples” : [
					“Say hello to {Name}”,
					“Hello {Name}”
				]
			}
	}
} }

Which utterance would invoke HelloIntent?
A. “Alexa, ask my first skill to say hello to John.”

B. “Alexa, use my first skill to say hello.”

C. “Alexa, say hello to my first skill.”

D. “Alexa, open my first skill.”

A

C

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

At Universal Containers, multiple departments utilize the Case object for different purposes. Some users submit cases while other users provide customer support with case records.
What is the minimum required configuration for an app builder to enable different users to see different fields, based on the case type?
A. Record Types, Page Layouts, Permission Sets, and Profiles.

B. Record Types, Page Layouts, Field Sets, and Profiles.

C. Record Types, Page Layouts, Support Process, and Profiles.

D. Record Types, Page Layouts, Case Teams, and Profiles.

A

A

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

What are the recommendations for unmanaged packages? (Choose 2)
A. For move to production

B. For open source

C. For sale in App Ex

D. Should be deployed from Dev Edition

A

B, D

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

Universal Containers is setting up Salesforce for the first time. Management wants the sales and marketing teams to have different navigation menus in the Salesforce Mobile App.
What option is available to an app builder to satisfy this requirement?
A. Create sales and marketing profiles and ensure read access to different objects.

B. Create mobile navigation menus for both the sales and marketing profiles.

C. Create public groups for sales and marketing and create mobile navigation menus for each group.

D. Create roles for sales and marketing and assign a custom homepage layout for each role.

A

A

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

Which use case can be accomplished using a custom link?(Select 3)
A. To create a custom visual flow

B. To create a record page

C. To external system using data of salesforce

D. To a process to update current record

E. Navigate to Apex trigger

A

B, C, D

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

An app builder at Cloud Kicks created a custom object and related fields in the schema builder.
What next steps should the app build take to ensure users can access the new object and fields7
A. Assign data types to the fields on the object.

B. Allow reporting for the object and fields.

C. Create a permission set for access to the object and fields.

D. Add the fields to the page layout on the object.

A

D

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

A new custom object is being created with a private sharing setting. The business wants to share individual records with specific people or group of people on a case by case basis. What options does the business user have to manually share individual records? Choose 3 answers
A. Users

B. Profiles

C. Public Groups

D. Permission Sets

E. Roles

A

A, C, E

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

UVC has deployed custom tabs to Production via change sets, without including the profiles settings. What is true about the visibility of custom tabs in Enterprise Edition?
A. Custom tabs are hidden for all users

B. Custom tabs are default on for all the users

C. Custom tabs are default off for all the users.

D. Custom tabs are not deployed

A

A

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

Universal Containers conducts evaluations of its sales reps using a custom object consisting of numerical scores and executive comments. The company wants to ensure that only the sales reps, their managers, and their manager’s executives can view the rep’s evaluation record, but the reps should not be able to view the executive comment fields on their review.
How can these requirements be met?
A. Use a private sharing model granting record access using custom settings; manage field access with page layouts and field-level security.

B. Use a private sharing model granting record access using custom settings; manage field access with record types and page layouts.

C. Use a private sharing model granting record access using hierarchy; manage field access with field-level security.

D. Use a private sharing model granting record access using hierarchy; manage field access with record types and field-level security.

A

C

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

Cloud Kicks works on an annual subscription model. When a sales rep marks an opportunity as closed won, a new opportunity should automatically be created for the renewal. The contracts team works outside of Salesforce but also needs to be notified about closed deals in order to initiate the contract process with the customer.
Which automation solution would meet these requirements?
A. Validation Rule

B. Approval Process

C. Workflow Rule

D. Process Builder

A

D

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

Which functions are available when creating a Roll-up Summary Field? (Choose four.)
A. MIN

B. COUNT

C. AVG

D. SUM

E. MAX

A

A, B, C, D, E

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

accounts and a secondary master detail relationship with contacts. The app builder has requirement to change the primary master relationship to lookup. What happens to the master detail relationship with contacts?
A. The contacts master detail also converts to lookup

B. The contacts master detail values are cleared from invoice

C. The contacts master detail becomes the primary

D. The contacts master detail field is deleted from the object

A

C

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

An app builder has been asked to provide users a way to identify a Contact’s “Preferred Contact Method” directly on the Contact record. Users need to be able to identify whether a phone number or an e-mail is the Contact’s preferred communication method.
What field type will allow the app builder to accomplish this with the fewest fields possible?
A. Checkboxes

B. E-mail

C. Formula

D. Picklist

A

D

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

Universal Containers is setting up salesforce for the first time. Management wants the sales and marketing teams to have different navigation names in the salesforce1 mobile app. Which option is available to an app builder to satisfy the requirement?
A. Create sales and marketing profiles to ensure read access to different objects

B. Create roles for sales and marketing and assign a custom homepage layout for each role.

C. Create mobile navigation menus for both the sales and marketing profiles.

D. Create public groups for sales and marketing and create mobile navigation menus for each group.

A

A

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

What sandbox is used for virtually any development, testing, or training purpose?
A. Developer

B. Partial Copy

C. Full Sandbox

D. Developer Pro

A

B

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

How can you make a field mandatory? (Choose three.)
A. Create a Workflow Rule.

B. Check the required field box on the page layout.

C. Check the required field box on the field definition.

D. Creating a validation rule for the field.

E. Check the required field box for the field on the record type.

A

B, C, D

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

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?
A. Master-Detail

B. Lookup

C. Many-to-many

D. Hierarchical

A

D

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

What is true regarding person accounts in Salesforce? (Choose two.)
A. Person accounts can have contacts.

B. Person accounts do not have a “Parent Account” field.

C. Person Accounts can be enabled in setup.

D. Leads cannot be converted to Person Accounts.

E. Person accounts do not have the Account Hierarchy feature.

A

B, E

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

What is recommended to refresh a fullsandbox?
A. Within 3 hours of when it is needed.

B. After a major production release.

C. Whenever a new production used is added.

D. After UAT sign-off.

A

D

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

An app builder needs to change the data types of a few custom fields. The appbuilder is not able to delete and recreate any of the fields, nor modify any apexcode. Which data type change will require the app builder to perform additionalsteps in order to retain existing functionality?
A. Changing the data type of a field used in a report from text to an encrypted field

B. In lead conversion from number to text

C. In an apex class from number to text

D. As an external ID from number to text

A

B

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

Universal Containers has created the custom objects Candidate and Interview in Salesforce to track candidates and interviews respectively. The company wants to track the total number of interviews a candidate has gone through on the candidate record without writing any code. How can app builder accomplish this requirements?
Choose 2 answers
A. Use a roll-up summary field on the candidate record to show the total number of interviews.

B. Use a master-detail relationship between the Candidate and the Interview objects.

C. Use a formula field on the candidate record to show the total number of interviews

D. Use a lookup relationship between the Candidate and Interview objects

A

A, B

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

The customer service team at Universal containers uses a custom Project object to track their customer projects. An App builder needs to create a relationship between the project object and the related client Account record. A private sharing model is in place for both Accounts and projects. Which statement is true when creating an Account lookup field on the Project object? Choose 2 answers
A. Cross-object field updates between the Project and Account records are not supported

B. The account record can include roll-up summary field with data from the project records

C. The account lookup field on the project record can be made optional.

D. Users can only delete Accounts if they have access to related projects records

A

A, D

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

The customer service team at Universal containers uses a custom Project object to track their customer projects. An App builder needs to create a relationship between the project object and the related client Account record. A private sharing model is in place for both Accounts and projects. Which statement is true when creating an Account lookup field on the Project object? Choose 2 answers
A. The account lookup field on the project record can be made optional.

B. Cross-object field updates between the Project and Account records are not supported

C. The account record can include roll-up summary field with data from the project records

D. Users can only delete Accounts if they have access to related projects records

A

B, D

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

Universal Containers has a Lightning record page that supports both the mobile app and desktop. An app builder has downloaded a custom Lightning component from AppExchange, but users are unable to view the component on mobile devices.
What can be the issue?
A. The component has been developed for Desktop Pages.

B. The component needs to be activated.

C. The record page template is unable to support mobile devices.

D. The record page needs to be activated.

A

C

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

What is true statement regarding master - detail relationship? Choose 3 answers
A. A master-detail relationship cannot be created if the custom object on the detail side already contains data.

B. A master - detail relationship cannot be converted to a look-up relationship

C. Deleting a master record in a master detail relationship deletes all related detail records

D. Master-detail relationship can convert to a look -up relationship if no roll-up summary field exist on the master object

E. Standard objects can be on the detail side of the custom object in a master-detail relationship

A

A, C, D

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

Indirect lookup relationship fields can be created on external objects only.
A. True

B. False

A

A

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

A custom object named assignment has a private sharing setting that grantsaccess using hierarchies. The organization has a role hierarchy where the”Specialist” role reports to a “Manager” role which reports to a “Director” role. TheDirector role is at the top of the role hierarchy. A user who is in the manager rolecreate a new assignment record. Who can see this record?
A. The record owner and the specialists in their hierarchy.

B. The record owner and the managers in their hierarchy.

C. The record owner and those above the specialist role in their hierarchy.

D. The record owner and the directors in their Hierarchy.

A

D

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

When a sales rep submits an account for approval, Universal Containers wants the user to answer additional questions via a popup window to populate additional record fields.
What should an app builder use to achieve the desired result?
A. Process Builder and Flow

B. Lightning component and Process Builder

C. Custom button and Flow

D. Custom picklist field and Process Builder

A

C

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

Universal Container wants to display a message when a case needs follow up. What can be used to display different text on the case record depending on the number of days a case is opened?
A. Case Process

B. Lightning Process Builder

C. Workflow Update

D. Formula Field

A

D

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

Which values must be defined when creating a new Opportunity Stage? Choose 3 answers
A. Type

B. Close Date

C. Forecast Category

D. Probability

E. Amount

A

A, C, D

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

Which two places can an app builder go to see a list of available Custom Lightning components in their org?
Choose 2 answers
A. Visualforce components in Setup

B. Lightning App Builder

C. Lightning component Generator

D. Lightning components in Setup

A

B, D

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

Managers at Universal Containers want a quick way to create additional accounts to form a hierarchy from a Parent Account record. They want to auto-populate five fields based on the parent to make it easier for users to create the child accounts quickly.
What should the app builder recommend?
A. Create a custom action

B. Customize a Global Quick Action

C. Add Path on Account hierarchy

D. Add a custom link on Account

A

A

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

A custom object has a public reads only sharing settings that does not grant access using hierarchies. A dynamic sharing rule provides write access to the object to the global marketing public group if the record is marked as global. A user creates a new record and marks it as global. Who will have write access to the record?
A. The record owner and the global marketing public group.

B. The global marketing public group and anyone above the owner in the role hierarchy

C. The record owner and anyone above the owner in the role hierarchy

D. The global marketing public group, the record owner, and anyone above the owner in the role hierarchy.

A

A

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

At Universal Containers, the Account object has a Master-Detail relationship with an Invoice custom object.
The app builder would like to change this to a lookup field, but is not able to do so.
What could be causing this?
A. The Account is included in the workflow on the Invoice object.

B. The Invoice records have existing values in the Account.

C. The Invoice must have at least one Master-Detail field for reporting.

D. The Account record includes Invoice roll-up summary fields.

A

D

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

What are two reason to create an unmanaged package? Choose 2 answers
A. Distributing open-source projects on the AppExchange.

B. Distributing upgradeable components to other Salesforce org (Misse

C. Deploying from a Developer Edition environment

D. Publishing an application for sale on the AppExchange

A

A, C

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

Ursa Major Solar wants to provide sales console users with an Incredible experience, with the most-used components easily accessible at all times.
What solution can enable reps to see and access these components from anywhere within the app without leaving the pagere where the team is working?
A. Home page

B. Favorites

C. Global actions

D. Utility bar

A

D

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

A sales manager at Cloud Kicks wants the team to spend more time in the field and less time manually entering the information found on the business cards they collect.
What should an app builder do to help achieve this goal without sacrificing data quality?
A. Research and evaluate data enrichment products on the AppExchange to automate data entry.

B. Use Flow to create a data entry wizard to automate data entry.

C. Use a combination of workflow rules and formula fields to populate key fields for the sales user.

D. Post daily to the Chatter feed any relevant fields that need to be populated.

A

A

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

When testing an Amazon Alexa skill using the Test page in the developer console, the JSON output is null.
What is the MOST likely cause?
A. The ASK has not been granted access to trigger the AWS Lambda function

B. The AWS Lambda function is encountering an error and is not returning a result.

C. Skill ID verification has been disabled

D. The endpoint ARN has not been configured

A

D

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

What is true about unmanaged packages?
A. Once the components are installed from an unmanaged package, the components can be edited in the organization they are installed in.

B. All of the above.

C. The developer who created and uploaded the unmanaged package has no control over the installed components, and can’t change or upgrade them.

D. Unmanaged packages should not be used to migrate components from a sandbox to production organization. Instead, use Change Sets.

A

B

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

Sales representatives want to capture custom Feedback record details related to each Account. The sales reps want to accomplish this with minimal clicks on the Salesforce1 mobile application. What is the recommended solution to meet this requirement? Choose 2 answers.
A. Create predefined values for most of the fields.

B. Create a global action on Account.

C. Create an object-specific action on Account

D. Create a feedback object as a parent of Account

A

A, C

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

The VP of Marketing wants to broadcast an email to 10,000 contacts in Salesforce on a regular basis, but realizes Salesforce’s mass email functionality has a limitation on the number of emails that can be sent each day.
A. Develop Apex code and Visualforce pages to sendthe emails.

B. Download all contacts to a CSV file and use an email client to send the mails

C. Research and evaluate products available on AppExchange to send mass emails

D. Request Salesforce increase the number of maximum daily mails.

A

C

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

Universal Containers generates leads from three different sources: web, trade shows, and partners. Some of the information collected is applicable to all sources, there is also information that is unique to each type of lead.
What should an app builder configure to meet these requirements?
A. Create three sections on the lead layout and instruct users to collapse the non-relevant fields

B. Create a partner community and a record type for web and trade show leads

C. Create custom page payouts for each type of lead only containing the relevant fields

A

C

52
Q

Sales managers want to be automatically notified any time there is a change to an opportunity close date and want these changes to be tracked on the opportunity. Which two configurations should an app builder recommend? Choose 2 answers
A. Create an opportunity outbound message

B. Use process builder on opportunities and a chatter post action

C. Activate historical trending for opportunities

D. Enable feed tracking on opportunities

A

B, D

53
Q

What can a cross-object formula reference?
A. Parent Only

B. Both Parent and Child objects

C. Child Only

D. Records of the same Object

A

A

54
Q

The app builder at Universal Containers has been asked to ensure that the Country field on the Account object is captured as the two-letter abbreviation.
How can the app builder satisfy this requirement?
A. Create a workflow rule that only allows the expected format.

B. Create a workflow rule to set values using an external data source.

C. Create a validation rule to set values using an external data source.

D. Create a validation rule that only allows the expected format.

A

D

55
Q

A business user wants a quick way to edit a record’s status and enter a custom due date field from the record’s feed in Salesforce Mobile App.
What could be used to accomplish this?
A. Custom URL formula field

B. Custom button

C. Custom quick access link

D. Custom action

A

D

56
Q

Ursa Major Solar’s sales team has been struggling to enter data on mobile since rollout; the team dislikes scrolling through all of the fields to input only the necessary data.
How could the app builder solve this with minimal impact to desktop users?
A. Deselect the phone radio button on the Lightning record page assignment.

B. Reorder the fields to make sense for the reps when in the field.

C. Filter components by device using Form Factor.

D. Update the training documentation with better screenshots.

A

B

57
Q

Which two are capabilities of Schema Builder? (Choose two.)
A. Viewing page layouts in a new window.

B. Editing custom settings.

C. Showing selected objects on a page.

D. Creating a new record type.

A

A, C

58
Q

Which statement is true when defining a Create custom action for the Contact object? (Choose two.)
A. The create action can pre-define Contact field values.

B. The create action will ignore field requirements.

C. The create action allows a user to select a record type.

D. The create action will respect validation rules.

A

C, D

59
Q

the services manager would like to highlight case age. When a case is new, they would like to see a green flag on the case record. The flag should be yellow if the case is still open after one day. Tha flag should be red when cases are open after three days. Which two options should an app builder use to implement this requirements? Choose 2
A. Image

B. VLOOKUP

C. Quick action

D. Formula field

A

A, D

60
Q

An app builder has been asked to integrate Salesforce with an external web service. The web service must be notified every time an Opportunity is Won.
Which two can satisfy this requirement? (Choose two.)
A. Use a flow and an outbound message.

B. Use a workflow rule and an outbound message.

C. Use Process Builder with an outbound message.

D. Use Process Builder and Apex code.

A

A, B

61
Q

You have created a workflow rule to send an e-mail in your configuration sandbox.
For some reason it’s not working, what should you double check? (Choose two.)
A. Look at the system audit trail.

B. HTML does not work in sandbox, make sure your e-mail has no HTML.

C. You have the correct e-mail address.

D. Check the deliverability settings.

A

C, D

62
Q

In which of these scenarios is ETL a better choice than Lightning Connect?
A. You need to create or update the external data in addition to reading it.

B. You want to generate reports and charts from the external data.

C. All of the above.

D. You need the external data to follow the sharing rules defined for your organization.

A

C

63
Q

Which setting is available to customize the salesforce1 mobile app for branding ? Select 3
A. Background color on loading page

B. Notification and search icon

C. Header and search bar color

D. The image on loading page

E. Action bar color

A

A, C, D

64
Q

Person Accounts ___________. (Choose two.)
A. Can only be merged with other person accounts.

B. Have the same icon as Business accounts.

C. Are enabled via feature license.

D. Are enabled by default.

E. Do use space in both account and contacts table.

A

A, E

65
Q

Users at Cloud Kicks provided feedback that the time card custom page layout has too many fields on it, and some fields are only needed if other fields are entered.
What should an app builder configure to help with this issue?
A. Dynamic forms

B. Dependent picklists

C. Lightning web components

D. Separate page layouts

A

A

66
Q

Universal Containers has a junction object called Invoices with a primary Master-Detail relationship with Accounts and a secondary Master-Detail relationship with Contacts. The app builder has a requirement to change the primary Master-Detail relationship to Lookup. What happens to the Master-Detail relationship with Contacts?
A. The Contacts Master-Detail also converts to Lookup.

B. The Contacts Master-Detail field is deleted from the object

C. The Contacts Master-Detail becomes the primary.

D. The Contacts Master-Detail values are cleared from invoices.

A

C

67
Q

Where custom buttons can be placed? (Choose 3)
A. Web to case

B. Related object

C. Record page

D. Personal account

A

B, C, D

68
Q

What metadata can be made manually in production without deployment? (Choose 2)
A. Visualforce

B. Apex class

C. Reports and Dashboards

D. Apex trigger

A

A, C

69
Q

An app builder has created a report for sales people to view records from the custom object, some users have complained that they are unable to see all of the appropriate records. What steps should be taken to ensure data visibility within the report? Choose 3 Answers
A. Check the report folder sharing settings

B. Check reports filter

C. Check organization-wide defaults

D. Check the user’s profile for object settings.

E. Check Sharing rules

A

C, D, E

70
Q

Universal container sales reps can modify fields on an opportunity until it isclosed. Only the sales operations team can modify the post close follow up date andpost close followup comments fields. How to make this happen?
A. Use field-level security to mark fields as read-only on the sales profile

B. Use field-level security on page layouts to restrict editing fields

C. Use multiple record types, page layouts, and profiles

D. Use record types with field sets and restrict editing fields using field-level security

A

B

71
Q

The director of marketing has asked the app builder to create a formula field that tracks how many days have elapsed since a contact was sent a marketing communication. The director is only interested in whole units.
Which function should be used to calculate the difference?
A. Date()

B. Now()

C. Datevalue()

D. Today()

A

D

72
Q
DreamHouse Realty (DR) employees started using company-owned airplanes for work travel after Ursa Major Solar was acquired. DR executives want to automate the submission travel request forms to enforce the Internal policy.
How should an app builder automate travel requests based on these criteria?
A. Apex

B. Workflow rule

C. Process Builder

D. Approval process

A

D

73
Q

When an opportunity close date is delayed by more than 60 days, the manager and the VP sales must approve the change. How can this requirement be met? Choose 2 answers
A. Build an approval process that requires unanimous approval from the manager and VP of sales.

B. Create a lightning process builder flow that submits the record for an approval process

C. Build a validation rule that does not allow a user to save the opportunity record.

D. Create a workflow rule that checks for close date less that 60 days and add an email alert.

A

A, B

74
Q

What is a true statement in regard to creating custom report types?
A. When the primary object is a custom object and is deleted, then the report type and any reports created from it must be deleted manually

B. When the primary object is a custom object and is deleted, then the report type and any reports created from it must be deleted manually

C. Any object can be chosen unless the object is not visible to the person creating the report type through security settings

D. Once a report type is saved with a standard or custom primary object, the primary object cannot be changed for the report type

E. The detail object in a master-detail relationship cannot be added as a secondary object on a custom report type

A

D

75
Q

What is the maximum number of master-detail lookup relationships allowable per object?
A. 2

B. 4

C. 1

D. 3

A

A

76
Q

Sales representatives want to capture custom Feedback record details related to each Account. The sales reps want to accomplish this with minimal clicks on the Salesforce1 mobile application. What is the recommended solution to meet this requirement? Choose 2 answers.
A. Create predefined values for most of the fields.

B. Create a global action on Account.

C. Create a feedback object as a parent of Account

D. Create an object-specific action on Account

A

A, D

77
Q

The VP of Marketing wants to broadcast an email to 10,000 contacts in Salesforce on a regular basis, but realizes Salesforce’s mass email functionality has a limitation on the number of emails that can be sent each day.
A. Develop Apex code and Visualforce pages to send the emails.

B. Download all contacts to a CSV file and use an email client to send the mails

C. Research and evaluate products available on AppExchange to send mass emails

D. Request Salesforce increase the number of maximum daily mails.

A

C

78
Q

Universal Containers wants sales reps to get permission from their managers before deleting Opportunities, What can be used to meet these requirements?
A. Two-step Approval Process.

B. Approval Process with a triggered Flow process.

C. Approval Process with Time-Dependent Workflow action.

D. Process Builder with Submit for Approval action.

A

A

79
Q

Sales representatives want to capture custom Feedback record details related to each Account. The sales reps want to accomplish this with minimal clicks on the Salesforce1 mobile application. What is the recommended solution to meet this requirement? Choose 2 answers.
A. Create predefined values for most of the fields.

B. Create a global action on Account.

C. Create a feedback object as a parent of Account

D. Create an object-specific action on Account

A

A, D

80
Q

Which use case can be accomplished using a custom link? Choose 3 answers
A. Navigate to a create a record page with field pre-populated

B. Navigate to a process to update the current record

C. Navigate to an external system using data in salesforce

D. Navigate to acustom visual flow to update the current record

E. Navigate to an Apex Trigger to update the current record

A

A, B C

81
Q

Which two ways can an app builder grant object-level access to users? (Choose two.)
A. Public Groups

B. Roles

C. Profiles

D. Permission Sets

A

C, D

82
Q

Properly installing managed packages helps prevent conflicts with customizations made by customers and partners.
What functionality should be used to set up packages?
A. Description

B. Help setting

C. Namespace

D. Allow sharing

A

C

83
Q

What may occur if workflow rules are reevaluated after a field change by afield update?
A. Cross-object workflow rules result in re-evaluation after field change.

B. Workflow rules trigger validation rules on field updates.

C. A recursive loop potentially results in exceeding organizational limits.

D. Workflow rules trigger more workflow rules to be re-evaluated.

A

C, D

84
Q

Which statement is true about field update actions from workflow rules and approval processes? Choose 2 answers
A. Field updates to records based on workflow rules and approval processes do not trigger validation rules

B. Field update with “re-evaluate workflow rules” selected can cause a recursive loop if the updated field is included in a workflow.

C. Field update are not available on currency field if the organization uses multi-currency.

D. Field updates are tracked in the history related list of a record regardless of whether or not History tracking is set for those fields.

A

A, B

85
Q

What is true when a field update is set to re-evaluate the workflow rule? (Choose three.)
A. Any workflow rules whose criteria are met as a result of the field update will be ignored.

B. In a batch update, workflow is only re-triggered on the entities where there is a change.

C. Only workflow rules on the same object as the initial field update will be re-evaluated and triggered.

D. Cascade of workflow rule re-evaluation and triggering can happen up to ten times after the initial field update that started it.

E. Only workflow rules that didn’t fire before will be re-triggered.

A

B, C, E

86
Q

Universal container has a custom object for shipping information.
They have to ship to both businesses and consumers.
They need to show additional values in the custom field called insurance type for business shipping records.
How can this be set up?
A. Use record types with multiple page layout

B. Use Record type with single page layout.

C. Create a multi-select pick-list field.

D. Create multiple picklist fields on the object

A

B

87
Q

Cloud Kicks has created a custom object called Interests which is joined to Accounts by way of a junction object called Account Interest.
What is the impact to users attempting to view an Account and the associated Account Interest records if they are without read access to the Interest object?
A. Users will be able to view the Account Interest record, but unable to view the field or any information relating back to the Interest record.

B. Users will be unable to view the Account Interest records or the Interest records.

C. Users will be able to view the Account Interest records and will have read-only access to the Interest records.

D. Users will be unable to view Account records that have a related Account Interest record.

A

C

88
Q

Universal Containers are doing a deep analysis on their monthly sales data, and would like the sales revenue split as products sold per country.
What would be the ideal report to address this need?
A. Summar

B. Matric

C. Tabular

D. Joined

A

B

89
Q

What rules can be used to Opportunity object? (2)
A. Auto-response

B. Assignment

C. Validation

D. Workflow

A

C, D

90
Q

Universal Containers needs to flag Leads with one or more business areas. They need to add a field to capture these to the Lead Record. There is no need to report on this field.
What is the appropriate field type?
A. Text Area

B. Picklist (Multi-Select)

C. Radio Buttons (Multi-Select)

D. Picklist

A

B

91
Q

When should you refresh a sandbox?
A. 3 Hours before you need it.

B. When you are finished with the current sandbox.

C. 10 Days after an implementation.

D. Anytime.

A

B

92
Q

You want to use an External Data Object Table from Heroku carrying Product Category information. The data need to be included in Salesforce and searchable. What do you have to do before you can use the connection.
(Choose 2)
A. Choose “include as index field”

B. Choose “include in Salesforce searches” option

C. Press “validate and sync”

D. URL / choose the URL

A

B, C

93
Q

In order to create an App Launcher component in Lightning an admin must ___________.
A. Purchase a license for the Lightning App Builder.

B. Contact Salesforce to have the component activated for the Lightning App Builder.

C. Join the pilot Lightning App Builder team.

D. Navigate to Setup-Customize-User Interface to enable the component for the Lightning App Builder.

A

B

94
Q

A customer service representative at a call center would like to be able tocollect information from customers using a series of questionprompts.
What could be used to accomplish this?
A. Visual Workflow

B. Lightning Connect

C. Workflow Rules

D. Lightning Process Builder

A

A

95
Q

Universal Containers allows all employees to submit reviews for leadership using a custom object called Review. These Reviews should only be visible to the HR department and the employee who submitted the record.
Which three steps should an app builder take to properly control access to Reviews?
Choose 3 answers
A. Add a Master-Detail(User; field on the Review object.

B. Remove Review Read permission from non-HR Department user Profiles.

C. Disable Grant Access Using Hierarchies.

D. Create a criteria-based Sharing Rule for the HR Department.

E. Set organization-wide default to Private.

A

C, D, E

96
Q

At Universal Containers, the VP of Service has requested a visual indicator flag on each case, based on the case priority. High-priority cases should be flagged red, medium-priority should be flagged yellow, and low-priority cases should be flagged green. Which formula would accomplish this requirement? Choose 2 answers
A. IMAGE(CASE( Priority, “Low”, “img/samples/flag_green.gif”, “Medium”, “img/samples/flag_yellow.gif”, “High”, “img/samples/flag_red.gif”, “Priority Flag”)

B. IMAGE( IF(ISPICKVAL(Priority, “Low”), “img/samples/flag_green.gif”, IF(ISPICKVAL(Priority, “Medium”), “img/samples/flag_yellow.gif”, IF(ISPICKVAL(Priority, “High”), “img/samples/flag_red.gif”))), “Priority Flag”)

C. CASE( Priority, “Low”, “img/samples/flag_green.gif”, “Medium”, “img/samples/flag_yellow.gif”, “High”, “img/samples/flag_red.gif”, “/s.gif”)

D. IF(ISPICKVAL(Priority, “Low”), “img/samples/flag_green.gif”, IF(ISPICKVAL(Priority, “Medium”), “img/samples/flag_yellow.gif”, IF(ISPICKVAL(Priority, “High”), “img/samples/flag_red.gif”, “/s.gif”)))

A

A, B

97
Q

An App Builder at UVC would like to prevent users from creating new records on an Account related list by overriding standard buttons. Which two should the App Builder consider before overriding standard buttons?
A. Standard buttons can be overridden with a Visualforce page

B. Standard buttons can be overridden, relocated on the detail page, and relabeled

C. Standard buttons that are not available for overrides can still be hidden on page layouts

D. Standard buttons can be changed on lookup dialogs, list views, and search result layouts

A

A, C

98
Q

Universal Containers (UC) has created a picklist field called Status on three separate custom objects. UC has a requirement to share the list of values for this field across each object.
Which feature would an app builder use?
A. Field Update

B. Dependent Picklist

C. Dynamic Action

D. Global Picklist Value Set

A

D

99
Q

You have a team of developers who need logins to sandbox.
What’s the best way to give them access?
A. Create them as inactive users in production.

B. Have them login as one of the users in production.

C. Create them as users in sandbox, then deactivate the same number of users in production.

D. Use Developer Edition to log into sandbox.

A

A

100
Q

Custom objects on the “detail” side of a master-detail relationship cannot have sharing rules.
A. False

B. True

A

A

101
Q

The sandbox copy engine creates an organization as part of each creation and refresh request. So, the organization ID of your sandbox changes each time your sandbox is refreshed.
A. False

B. True

A

B

102
Q

Universal Containers wants sales reps to get permission from their managers before deleting Opportunities.
What can be used to meet these requirements?
A. Process Builder with Submit for Approval Action.

B. Approval Process with Apex Trigger.

C. Two-step Approval Process.

D. Approval Process with Time-Dependent Workflow action.

A

C

103
Q

Which statement about record types is true? (Select 2)
A. Users cannot view records assigned to a record type their profile does not have access to

B. Record types can be used to define picklist values available for a given field

C. Record types can only be assigned to one profile at a time

D. The ability to create records of a specific record type is determined by the profile

A

B< D

104
Q

Which use case can be accomplished using a custom link? Choose 3 answers
A. Navigate to a process to update the current record

B. Navigate to a create a record page with field pre-populated

C. Navigate to an Apex Trigger to update the current record

D. Navigate to an external system using data in salesforce

E. Navigate to a custom visual flow to update the current record

A

A, B, D

105
Q

Universal Containers has two types of customer support processes: Platinum and Diamond. The app builder created separate record types for each process on the Case object. The customer support team should not be able to create new cases with the Diamond record type.
How should this requirement be met?
A. Remove the ability for the support team to create new case records.

B. Update the organization-wide defaults to private.

C. Update the profile to remove the Diamond record type from the support team.

D. Make the record type hidden to all users and then use sharing rules to share it.

A

C

106
Q

DreamHouse Realty (DR) is expanding into subsidized housing by partnering with local government entitles. DR uses Sales Cloud and has enabled field history tracking on the Opportunity object. Due to increased Information requirements, the App Dev team is changing Text Area (Long) fields to Rich Text fields to allow for up to 1,000 characters and better descriptions.
Which two considerations should be made by the team?
A. Rich text field values of all lengths are displayed fully in reports.

B. Field History Tracking records value changes of 255 characters or less.

C. Data loss may occur when changing custom field types.

D. Audit Trail is available through REST API extracts.

A

B, C

107
Q

Cool Air Conditioners has been using Service Cloud to manage cases, but are now considering using it to manage field service jobs. They would like to track field service activity and assignment to technicians. What is the recommended solution to meet these requirements? Choose 1 answer.
A. Utilize the standard objects Work Order and Work Order Line Items

B. Install an AppExchange product that provides Field Service functionality

C. Extend the Service Cloud configuration to handle Field Service cases

D. Use real time API integration to connect Salesforce with an external field service application

A

A

108
Q

What type of field can be referenced by a Roll-up Summary field using SUM? Choose 3 answers
A. Formula

B. Currency

C. Number

D. Percent

E. Date

A

B, C, D

109
Q

Universal Containers conduct evaluations of their sales reps using a custom object consisting of numerical scores and executive comments. The company wants to ensure that only the sales reps, and their manager’s executive can view the rep’s evaluation record but the reps should not be able to view the executive comment field on their review. How can these requirement be met?
A. Use a private sharing model granting record access using hierarchy; manage field access with record types and field-level security

B. Use a private sharing model granting record access using custom setting; manage field access with page layouts and field level security

C. Use a private sharing model granting record access using hierarchy; manage field access with field-level security

D. Use a private sharing model granting record access using custom setting; manage field access with record types and page layouts

A

C

110
Q

What happens to user information when a sandbox is created? (Choose two.)
A. The sandbox name is appended to the username.

B. All of the above.

C. User e-mail addresses are NOT modified in your sandbox so that production users don’t receive automatically generated e-mail messages from the sandbox.

D. If the resulting username is not unique, a second modification is performed in which some characters and digits are prepended to the modified username.

A

A, D

111
Q

In which of these scenarios is ETL a better choice than Lightning Connect?
A. You need to create or update the external data in addition to reading it.

B. You need the external data to follow the sharing rules defined for your organization.

C. You want to generate reports and charts from the external data.

D. All of the above.

A

D

112
Q

The appraisal team at DreamHouse Realty wants to leverage Salesforce mobile app.
What are three things an app builder should do to optimize mobile experience?
Choose 3 answers
A. Use Global Actions to make it easy to perform vital functionality on mobile.

B. Avoid using default field values so that the user is required to fill in all fields on the screen.

C. Minimize the amount of formula fields and lookup fields to reduce page load time.

D. Put the most important fields in the compact layout so they are easy to find.

E. Create individual customized layouts for different phone operating systems.

A

A, C, D

113
Q
Cloud Kicks (CK) tracks the support level of its customers on the account record page. CK wants to show a text notification on a case record page when the related account is a platinum-level customer.
How could an app builder meet this requirement?
A. Create a text-only Visualforce page > Drag the Visualforce component into the Case page layout > Set its visibility to show when the account support level is platinum.

B. Create a text-only Visualforce page > Clone the case page layout > Drag the Visualforce component into the page, and assign the layout to platinum cases.

C. Add a rich text area to the Case Lighting page > Set the component visibility of the rich text area to show when the account support level is platinum.

D. Clone the Case Lightning page > Add a rich text area to the new page, and assign this page to platinum accounts.

A

C

114
Q

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.
Which tool would you use for the following use case?
A. Workflow

B. Flow

C. Approvals

D. Process builder

A

B

115
Q

Universal Containers uses the Asset object to track products that are installed at customer locations. A new object, Asset Inventory, has been created to capture details about the asset.
Which approach should the app builder take to show Asset Inventory as a related list on Asset?
A. Create a roll-up on Asset. Add the Asset Inventory related list to the Asset page layout.

B. Create a junction object to relate Asset Inventory and Asset. Add the Asset Inventory related list to the Asset page layout.

C. Create a lookup relationship on Asset Inventory to Asset. Add the Asset Inventory related list to the Asset page layout.

D. Create a master-detail relationship on Asset to Asset Inventory Add the Asset Inventory related list to the Asset page layout.

A

C

116
Q

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 & C?
A. Create a custom report type with A, B and C, and use it in the report.

B. Create a custom report with A and C fields as the relationship already exists.

C. Create lookup relationships between A, B and C.

D. Report cannot be created.

A

A

117
Q

Cloud Kicks wants to make sure that users without the Marketing role are unable to update the Contact Retail Opt In picklist field to Yes.
What validation rule would an app builder use to prevent other users from making this update?
A. AND( $UserRole.Name = ‘Marketing’, ISPICKVAL(Retail_Opt_In_c,”Yes”) )

B. AND( $UserRole.Name != ‘Marketing’, ISCHANGED(Retail_Opt_In__c), ISPICKVAL(Retail_0pt_In_c,”Yes”) )

C. AND( $UserRole.Name = ‘Marketing’, Retail_Opt_In__c = “Yes” )

D. AND( $UserRole.Name != ‘Marketing’, Retail_Opt_In_c = “Yes” )

A

B

118
Q

What is a use case for validation rules?
A. Ensure zip/postal codes are entered in the correct format

B. Prevent non-managers from joining a private Chatter Group

C. Prevent deals with less than a 10% discount from entering an approval process

D. Restrict partner Lead visibility to the channel sales team

A

A

119
Q

The VP of marketing wants to broadcast an emailto 10,000 contacts insalesforce on a regular basis, but realizes salesforce’smass email functionality has alimitation on the number of emails that can besent each day
A. Download all contacts to a CSV file and use an email client to send the emails

B. Request salesforce increase the number of maximum daily emails

C. Develop apex code and Visualforce pages to sent the emails

D. Research and evaluate products available on appExchange to send mass emails

A

D

120
Q

What should an app builder do to upgrade an unmanaged package that has been installed into production?
A. Click the update link on the Installed Packages page.

B. Uninstall the current version and install the new version.

C. Install the new version in a sandbox then deploy to production

D. Install the new version to a Developer org then deploy to production.

A

C

121
Q

Which capability allows an app builder to grant object-level access? Choose 2 answers
A. Assigning a user a Profile that allows Read access to an object

B. Assigning a user a Role that allows Read access to an object.

C. Assigning a user a Permission Set that allows for Read and Edit access to an object

D. Assigning a user a Public Group that allows for Read and Edit access to an object

A

A, C

122
Q

Universal Containers would like sales reps to get permission from their managers before deleting Opportunities.
What can be used to meet these requirements?
A. Two-step Approval Process.

B. Approval Process with Time-Dependent Workflow action.

C. Process Builder with Submit for Approval Action.

D. Approval Process with Apex Trigger.

A

A

123
Q

Use Data Loader when __________. (Choose three.)
A. You need to load into an object that is not supported by the Data Import Wizard.

B. You need to load 50,000 to five million records. If you need to load more than 5 million records, we recommend you work with a Salesforce partner or visit the AppExchange for a suitable partner product.

C. You don’t need the import process to be automated.

D. You want to schedule regular data loads, such as nightly imports.

A

A, B, D

124
Q

What type of field needs to be wrapped in a function (in a formula) to be accessed?
A. Long Text Field

B. Currency

C. Date/Time

D. Picklist

A

D

125
Q

What is a true statement in regards to creating custom report types?
A. When the primary object is a custom object and is deleted, then the report type and any reports created from it must be deleted manually.

B. The detail object in a master- detail relationship cannot be added as a secondary object on a custom report type

C. Once a report type is saved with a standard or custom primary object, the primary object cannot be changed for that report type.

D. Any object can be chosen unless the object is no visible to the person creating the report type through security settings

A

C