Sunday, 5 November 2017

Salesforce Certified Force.com Developer - Summer '17 Release Exam

1 of 5.
Universal Containers tracks the Priority of new Positions using a custom field. The value of 'Medium' is currently selected as the default value. The field definition is modified to include this default value formula: IF($UserRole.Name = ""VP Engineering"", ""Critical"", """").

Which value will be displayed in the field when a new Position record is created by a user with the role ""VP Sales""?

A.
Critical
B.
High
C.
No value
D.
Medium


2 of 5.
Which two steps should an administrator take to quickly and easily activate a session-based Permission Set? 

Choose 2 answers

A.
Use the Activate Session-Based Permission Set action in a flow
B.
Use the Activate Session-Based Permission Set action in Process Builder
C.
Enable the Session Activation Required option for the Permission Set
D.
Enable the Session Based Activation option for the Permission Set

3 of 5.
Universal Containers' production org is currently on the Summer '17 release. A Permission Set named "Integration User" already exists in the org with the "API Enabled" administrative permission enabled. A change set is deployed to this org that includes a Permission Set with the same name that has the "Author Apex" administrative permission enabled but does not have the "API Enabled" permission enabled.

Which behavior will the Permission Set have after deployment? 

A.
Author Apex
B.
An error occurs
C.
The deployment contents are merged with the current org data
D.
API Enabled


4 of 5.
What is a new feature of the Data Import Wizard? 

A.
Use a search function to map fields more easily
B.
Work with multiple delimiter values to split data
C.
Match picklist values to look-up and master-detail fields
D.
Import duplicate rows with Smart-Matching


5 of 5.
How can an existing picklist field with 750 values be shared across objects? 

A.
Ensure the field is an unrestricted picklist, then Promote to a Global Value Set
B.
Ensure the field is a restricted picklist, then Promote to a Global Value Set
C.
Reduce the number of values to 500, then Promote to a Global Value Set
D.
Create a new Global Value Set in the Setup menu under Picklist Value Sets


Salesforce Certified Sharing and Visibility Designer - Spring '17 Release Exam

1 of 5.
An Architect has been involved in designing a new Salesforce org that uses picklists extensively. Several external systems will integrate with Salesforce and send picklist selections, and many of these systems will use different combinations of the same base set of picklist values. There are concerns that admins won’t be able to easily maintain the picklist configurations over time, as new demands are added.

Which two statements can help alleviate these concerns? 

Choose 2 answers

A.
Picklist values and labels are separate, so labels can be updated without breaking integrations.
B.
Picklists cannot be converted between restricted and unrestricted without deleting the picklist.
C.
Admins will be able to Track History on the global picklist value set and see which old values were deleted.
D.
All global picklist fields that use the same global value set have individual record types.


2 of 5.
An Architect is advising Universal Containers (UC) on configuring Lightning record pages. UC is keen to have streamlined record pages that show just the right information depending on the context. Sometimes a particular page needs to be shown based on an app, a record type, and/or a profile.

Which two options should the Architect point out when explaining how to set up Lightning record pages?  

Choose 2 answers

A.
Default settings can be set at the org and app level, and will be applied in the absence of more specific assignments.
B.
When an org or app level default is set, Person Account records still display with the default Person Account record page.
C.
At a granular level, a record page can be shown based on an app, a record type, and a User profile combined.
D.
It is possible to display a specific record page based on the value of a custom field that is defined on the object.

3 of 5.
A customer would like to be able to post Salesforce content in Chatter using Salesforce1 mobile.

What should be considered to accomplish this? 

A.
Content is not available in the Salesforce1 app. Leverage a native mobile application instead.
B.
Attach the files from content library to Chatter post. The user must have content license.
C.
Salesforce1 cannot store the content locally. Instead store files externally and post the link through Chatter.
D.
Contents are available only in Classic mode. Embed content as Visualforce page as a Salesforce1 tab.

4 of 5.
An Architect has been asked to design a Lightning Out app that will not require users of the app to authenticate with Salesforce.

What setting would the Architect recommend to make this possible? 

A.
Add the ltng:allowGuestAccess interface to the app’s definition.
B.
Embed the app in a Visualforce page and set “Enable Guest Access” to true.
C.
Embed the app in a Visualforce page, nothing else is required.
D.
Add the force:allowGuestAccess interface to the app’s definition.


5 of 5.
An Architect is advising a company building a Customer Community for their large customer base. It will be important that both customers and support reps be able to create Case records against the customer account. Both the customer and the support reps will need to see these Cases. 

Which two configurations would have to be made together to satisfy this scenario?

Choose 2 answers

A.
Create a Public Group and include both the customers and the customer support reps in the group.
B.
Configure a Sharing Set to allow the customer to see all Cases created against their Account.
C.
Configure a Criteria-Based Sharing Rule to grant the customer access to all Cases linked to their Account.
D.
Configure a Share Group to allow customer service reps to see Cases owned by customers.

Salesforce Certified Sharing and Visibility Designer - Spring '18 Release Exam

1 of 5. An organization uses Enterprise Territory Management to assign Accounts based on geography. In addition, Op...