Monday 15 January 2018

Salesforce Certified Administrator Winter ’18 Release Q & A

1 of 5. What functionality is available to users when adding files in Lightning Experience?
 
A. Mass upload Quip documents using the data loader
B. Access an external file provider and request secure Quip access
C. Create a new Quip file and add security from a downloaded file in Chatter
D. Create, share, and collaborate on documents with Quip without an external file provider

Correct Answer : D

2 of 5. What functionality enables sales representatives to manage their own sales territories in Lightning Experience?
 
A. Advanced Territory Management
B. Community Territory Management
C. Enterprise Territory Management
D. Corporate Territory Management

Correct Answer : C

3 of 5. Which three functions are available to a Collaborative Forecast user in Lightning Experience?(Choose 3 answers)
 
A. Designate a Delegated Forecast Administrator
B. See User Quota Attainment information
C. Adjust their own Product Family Forecast
D. Access Collaborative Forecasts in Lightning Sales Console
E. Create a Locked Forecast to prevent editing

Correct Answer : B,C,D

4 of 5. The sales teams at Universal Containers need to easily access the Sales Pipeline Dashboard. How can an administrator accomplish this in Lightning Experience?
 
A. Create a cross object dashboard component and add to the record
B. Create a new object and add a dashboard component
C. Create a new component for each sales user and add to their profile
D. Create a embedded dashboard and add to the Home tab

Correct Answer : D

5 of 5. When does an emoji icon appear in the Chatter publisher in Lightning Experience?
 
A. When a user creates a new Chatter group
B. When a user creates a new Chatter Quip file
C. When a user creates a new Chatter profile
D. When a user creates new Chatter posts and comments

Correct Answer : D

Salesforce Certified Platform Developer I - Winter '18 Release Q & A



1 of 6. Which two statements are true regarding Lightning component JavaScript code validation?(Choose 2 answers)
 
A. Code validations are applied only to components set to API version 41.0 and later.
B. Code validations can be temporariy disabled by setting the component version to API 40.0 or earlier.
C. The validation service ensures good software design and prevent bugs.
D. Code validations enforce all ESlint rules.

Correct Answer : A,B

2 of 6. In which two ways does Lightning Data Service (LDS) eliminate redundant server calls in Lightning Components?(Choose 2 answers)
 
A. LDS allows each component within an app to make independent, but concurrent, calls to perform CRUD operations on the same record data.
B. LDS identifies requests that involve the same record data and sends a single shared data request that updates all relevant components.
C. LDS acts as a publisher hub that notifies components of data changes.
D. LDS can be configured as a publisher hub with simple Apex code.

Correct Answer : B,C

3 of 6. In which two ways does Salesforce DX facilitate source-driven development?(Choose 2 answers)
 
A. Salesforce DX provides an efficient, end-to-end life cycle designed for waterfall development.
B. Salesforce DX shifts the source of truth from the org to the version control system.
C. Salesforce DX allows agile, local test runs.
D. Salesforce DX provides an integrated, end-to-end life cycle designed for high-performance agile development.

Correct Answer : B,D

4 of 6. What is the correct annotation to indicate test classes that can run in parallel?
 
A. @isTest(runParallel=true)
B. @isTest(isParallel=true)
C. @isTest
D. @isTest(isParallelrun=true)

Correct Answer : B

5 of 6. Which Content Security Policy (CSP) configuration is required to access the Streaming API and call Apex methods from within a Lightning container component?
 
A. CSP set to low
B. CSP set to custom
C. CSP set to Lightning
D. CSP set to minimum

Correct Answer : A

6 of 6. What are two valid scenarios for automatic recompilation of Apex classes?(Choose 2 answers)
 
A. All Apex classes are automatically recompiled when Apex transactions are run.
B. Specific Apex classes are automatically recompiled before completing a metadata deploy.
C. All Apex classes are automatically recompiled before completing a metadata deploy.
D. All Apex classes are automatically recompiled before a package is installed.

Correct Answer : C,D

Salesforce Certified Platform App Builder - Winter '18 Release Q & A


1 of 5. How can an App Builder reference a Queue in the Lightning Process Builder?
 
A. Update Records Action Type and a value of the Queue Name
B. Build a process on Queue that finds and changes the owner
C. Use the Queue Label
D. Add a Lookup(Queue) field to the Case and set the Owner to the Queue

Correct Answer : D

2 of 5. In which way have Lightning Bar Chart Dashboard components been enhanced?
 
A. Horizontal Bar Charts can have up to four measures
B. Line Charts can have up to four measures
C. Pie Charts can have up to four measures
D. Donut Charts can have up to four measures

Correct Answer : A

3 of 5. How can an App Builder implement File privacy on records in Lightning Experience?
 
A. Enable private file settings from Salesforce Files setting
B. Add the file privacy permission to a Permission Set
C. Add the file privacy on Records field to the Files page layout
D. Add file privacy feature on Content Deliveries setting

Correct Answer : C

4 of 5. How can a App Builder add a Flow-based Customer Survey in a Customer Community?
 
A. Create a Login Flow for Community Users
B. Add a Flow Component to a Community page
C. Add a Flow Quick Action to the page layout
D. Create a Visualforce page with an embedded Flow

Correct Answer : B

5 of 5. How can an App Builder configure a Lightning Page so that a Page component only displays for Accounts in Europe?
 
A. Add a component that only supports dynamic display
B. Add a component to a new page layout for Eurpoean Accounts
C. Add filter conditions and logic to the component properties
D. Set the component visibility by Profile and Record Type

Correct Answer :  C