Saturday, 4 February 2017

Which new option in Winter '17 improves sandbox creation by reducing the data in a Full sandbox?

Which new option in Winter '17 improves sandbox creation by reducing the data in a Full sandbox?

A. Data Compression
B. Template Optimizer
C. Content Version History
D. Login History

Answer

C. Content Version History

Explanation

Minimizing the amount of version history you include from your production org speeds up your sandbox copy. You can configure the new Content Version History option when you create or refresh a Full sandbox. You can copy from 0 to 180 days of history, in 30-day increments. The default is 0 days

For how many days will the "Quick Deploy" option appear after a Change Set is successfully validated?

For how many days will the "Quick Deploy" option appear after a Change Set is successfully validated?


  • 15
  • 10
  • 30
  • 4
Answer 

  • 10
Explanation

The time window to quick-deploy your validations has expanded from 4 days to 10 days. This larger time window provides you more flexibility for scheduling your quick deployment and helps minimize the impact on your org. For example, if you successfully validated metadata components during off-peak hours on a weekend, you can wait until the following weekend to schedule your quick deployment of the validation. This change applies to change sets, Metadata API, and Metadata API–based tools, such as the Force.com Migration Tool.

Which two interfaces can be implemented to enable a lightening component for custom action


Which two interfaces can be implemented to enable a lightening component for custom action ?
  • Force:lightningQuickActionWithoutHeader
  • Force:lightiningQuickActionWithHeader
  • Force:LightningQuickAction
  • Aura:enableQuickAction
  • Lightning:QuickActionEnabled


Answer 

  • Force:lightningQuickActionWithoutHeader
  • Force:lightiningQuickActionWithHeader
 

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