Tuesday 18 July 2017

Salesforce Certified Administrator – Summer 17 Release Exam



1.    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

2.    How can an administrator allow users to choose different views of a dashboard in
       Lightning Experience?
A. Dashboard designer
B. Report filters
C. Report  creator
D. Dashboard filters

3. Which two chatter groups will show a seen by count of people who viewes the post, in the             Lightning Experience? choose 2 answers
A. Public
B. Restricted
C. Unlisted
D. Private

4.  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, opportunityrecords
D.  Contact account, person account records
5.  which two feature best describe the new Lightning optimized Log a call action? choose 2               answers
A.  Autopopulate the case team
B.  Autopopulate the case contact
C.  Autolink the call log to the case
D.  Autolink the audit log to the case

Salesforce Certified Platform App Builder – Summer 17 Release Exam




1. 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

2.  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

3.  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

4.    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

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



1. How can a validity check be performed on a component?
A. cmp.get("v.isValid")==true
B.  cmp.get()==true
C. cmp.get("v.isvalid")!=null
D. cmp.get()!=null

2. 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 disabled for custom lightning components implementing the interface force:ignoreLockerService
C. Locker service is enabled for all custom Lightning Components with api version 40.0 or greater.
D. Locker service is disabled for all custom Lightning Components, regardless of the API version.

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

4. what are two considerations when overriding standard actions? choose 2 answer
A. Overriding standard actions with a Lightning component applies to Lightning Experience, salesforce1, and salesforce classic.
B. Overriding standard actions with a Lightning component applies only to Lightning Experience, and salesforce1, but not to salesforce classic.
C. Overriding standard actions with a visualforce page applies only to Salesforce Classic and Lightning experience, but not to salesforce1.
D. Overriding standard actions with a visualforce page applies to Salesforce Classic , Lightning experience, and salesforce1

5.  which standard actions can be overridden with Lightning Components?
A. View, Edit, new, Delete.
B. List, Edit, New, Delete.
C. List, View, Edit, New
D. Tab, View, Edit, new