Salesforce Certified Platform Developer I – Winter ’18 Release Exam

  1. 1) In which two ways does Salesforce DX facilitate source-driven development? Choose 2 answers
  2. Salesforce DX allows agile, local test runs.
  3. Salesforce DX provides an integrated, end-to-end life cycle designed for high-performance agile development.
2) Which two statements are true regarding Lightning component JavaScript code validation?Choose 2 answers
  1. Code validations are applied only to components set to API version 41.0 and later.
  2. Code validations can be temporarily disabled by setting the component version to API 40.0 or earlier.
3) Which Content Security Policy (CSP) configuration is required to access the Streaming API and call Apex methods from within a Lightning container component?
  1. CSP set to low
4) In which two ways does Lightning Data Service (LDS) eliminate redundant server calls in Lightning Components?Choose 2 answers
  1. LDS acts as a publisher hub that notifies components of data changes.
  2. LDS identifies requests that involve the same record data and sends a single shared data request that updates all relevant components.
5) What is the correct annotation to indicate test classes that can run in parallel?
  1. @isTest(isParallel=true)
6) What are two valid scenarios for automatic recompilation of Apex classes?Choose 2 answers
  1. All Apex classes are automatically recompiled before a package is installed.
  2. All Apex classes are automatically recompiled before completing a metadata deploy

Comments

Popular posts from this blog

Approval Process

Spring Batch 2.0 -Basic Concepts

Sending Mass Emails From Salesforce