Saturday 11 June 2016

Platform Security features Winter'16

We can use the new Health Check tool to identify and fix security risks in your password, session, and network access settings, all at a glance.
  • View and Address Security Risks Using Health Checks
    At a glance, we can now see and fix security risks in your Session Settings, Password Policies, and Network Access settings. A new health check dashboard shows how well your org measures against the Salesforce-recommended baseline. Health Check lets you understand and proactively remediate your org’s security risks and vulnerabilities from a single page.This feature is available in both Lightning Experience and Salesforce Classic.
  • Default Certificate is 2048 Bits
    If we use client certificates or custom web address https certificates, we can now create a 2048-bit certificate or a 4096-bit certificate. The option to create a 1024-bit certificate has been removed.
  • Upgrade Your Transport Layer Security (TLS) Version for HTTPS Connections
    Starting in Spring ’16, Salesforce is disabling the TLS 1.0 encryption protocol using a phased approach. We can test and upgrade to TLS 1.1 or TLS 1.2 early to give our org more time to verify end-to-end compatibility. This feature is available in both Lightning Experience and Salesforce Classic.
  • Use an API Client Certificate for Improved Scurity
    We can now choose an org-specific API client certificate for workflow outbound messages, the AJAX proxy, some ApexPageReference methods, and delegated authentication HTTPS callouts. This change improves security and maintains productivity after a planned Microsoft Windows update on April 19, 2016 that retires the root certificate of the older proxy.salesforce.com certificate


Authentication and Identity features in Spring'16

We can track identity verification activity, use new identity verification Apex methods in your custom apps, and apply two-factor authentication at a more granular level.

Salesforce Certified Platform Developer I - Spring '16 Release

1.             What are the supported content sources for custom buttons and links? Choose 2 answers
1.             Visualforce Page
2.             Static Resource
3.             URL
4.             Chatter File
5.             Lightning Page

2.             What actions types should be configured to display a custom success message?
1.             Update a record.
2.             Post a feed item.
3.             Delete a record.
4.             Close a case

3.             When creating a record with a Quick Action, what is the easiest way to post a feed item?
1.             By selecting create case feed on the quick action.
2.             By adding a trigger on the new record.
3.             By adding a workflow rule on the new record.
4.             By selecting create case feed on the new record.

4.             What is the easiest way to verify a user before showing them sensitive content?
1.             Sending the user a SMS message with a passcode
2.             Calling the generateVerificationUrl method in apex
3.             Sending the user a Email message with a passcode
4.             Calling the Session.forcedLoginUrl method in apex

5.             What features are available when writing apex test classes? Choose 2 answers
1.             The ability to select error types to ignore in the developer console
2.             The ability to write assertions to test after an @future method
3.             The ability to set and modify the CreatedDate field in apex tests
4.             The ability to set breakpoints to freeze the execution at a given point
5.             The ability to select testing data using csv files stored in the system

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