ads

Thursday 17 August 2017

Salesforce Certified Administrator – Summer ’17 Release Exam

Que 1:-Which two Chatter Groups will show a seen-by count of people who viewed the post, in the Lightning Experience? Choose 2 answers
A. Restricted
B. Private
C. Unlisted
D. Public
Que 2:-How can an administrator allow users to choose different views of a dashboard in Lightning Experience?
A. Dashboard filters
B. Dashboard designer
C. Report filters
D. Report creator
Que 3:-Where are the files and related records attached when a sales user converts a lead?
A. Contact, account, person account, opportunity records
B. Contact, account, opportunity, quote records
C. Contact, account, opportunity records
D. Contact, account, person account records
Que 4:-What action can be taken in Lightning, if you receive an approval request that someone else should approve?
A. Delete the associated record
B. Change Approval Entry Criteria
C. Edit Approval Process Manager
D. Re-assign the approval request

Que 5:-Which two features best describe the new Lightning-optimized Log a Call action? Choose 2 answers

A. Autolink the Call Log to the Case
B. Autolink the Audit Log to the Case
C. Autopopulate the Case Contact
D. Autopopulate the Case Team

Salesforce Certified Platform App Builder – Summer ’17 Release Exam

Que 1. Which tool will help the consultant see if Apex or visualforce code is running an out of date API version?


A.  Health Check
B.  Optimizer
C.  Lightning Experience Migration assistant
D.  Lightning Experience Readiness check


Que 2. Which two components are supported when building Lightning pages with the Lightning App Builder? (choose 2 answers)

A. Related Records
B. Social View
C. Chatter Feed
D. Flows


Que 3.  How can users see the change history of key fields in an object record?


A. Setup audit trail
B. History related list with field tracking
C. Historical Trend Reporting
D. Reporting Snapshot

Que 4.  What is a secure method of creating a single field from two encrypted fields?

A. Disable Shield Platform Encryption, create a formula using & to concatenate, then reenable Shield Platform Encryption.
B. Create a custom formula referencing the two encrypted field using & to concatenate.
C. Create the two source fields, use a formula with & to concatenate, populate the data into the two source fields, then encrypt the source fields.
D. Disable encryption on the two source fields, create a formula using & to concatenate, then reenable encryption on the two source fields


Que 5. What happens to an automated notification email generated by a process if another process subsequently modifies the same record?


A.  The email is queued and may send depending on the secondary process.
B.  The email is sent
C.  The email is sent twice

D.  The email is suppressed

Salesforce Certified Platform Developer I – Summer ’17 Release Exam

Que 1: How do the CSS enhancement to the Lightning Design System improve the developer experience?
A. Class names are abbreviated to reduce code length.
B. Class names are available in upper and lower case.
C. Uppercase is used to distinguish from custom class names.
D. Single dashes are used in class names to enable commenting.

Que 2: How can a validity check be performed on a component?
A. cmp.get() == true
B. cmp.get(“v.isValid”) == true
C. cmp.get() != null
D. cmp.get(“v.isValid”) != null

Que 3: What are the two considerations when overriding standard actions? Choose 2 answers
A. Overriding standard actions with a Lightning component applies only to Lightning Experience and Salesforce 1, but not to Salesforce Classic.
B. Overriding standard actions with a Visualforce page applies only to Salesforce Classic and Lightning Experience, but not to Salesforce1.
C. Overriding standard actions with a Visualforce page applies to Salesforce Classic, Lightning Experience, and Salesforce1.
D. Overriding standard actions with a Lightning component applies to Lightning Experience, Salesforce1, and Salesforce Classic.

Que 4: Which standard actions can be overridden with Lightning Components?
A. List, Edit, New, Delete
B. Tab, View, Edit, New
C. View, Edit, New, Delete
D. List, View, Edit, New
 Que 5: What is a consideration for Locker Service Enablement?
A. Locker Service is enabled for custom Lightning Components implementing the interface force:enforceLockerService
B. Locker Service is enabled for all custom lightning components with API version 40.0 or greater.
C. Locker Service is disabled for custom Lightning Components implementing the interface force:ignoreLockerService

D. Locker Service is disabled for all custom Lightning Components, regardless of the API version.