Thursday 30 November 2017

Salesforce Certified Platform App Builder – Winter 18 Release Exam

1. how can an app builder reference a queue in the Lightning Process Builder?
A. Add a Lookup (queue) field to the case and set the owner to the Queue.
B. Use the Queue Label.
C. Update Records action Type and a value of the Queue Name.
D. Build a process on queue that finds and changes the owner.

2. How can a App Builder add a Flow based customer survey in a customer community?
A. Add a flow component to a community page.
B. Create a visualforce page with an embedded Flow.
C. Create a Login Flow for community Users.
D. Add a Flow Quick Action to the page layout.

3. How can an App Builder configure a Lightning page so that a page component only displays for accounts in Europe?
A. Add a component that only supports dynamic display.
B. Add filter conditions and logic to the component properties.
C. Add a component to a new page layout for eurpoean accounts.
D. Set the component visibility by profile and record type.

4. How can an app Builder implement file privacy on records in Lightning Experience?
A. Add the file privacy on Records field to the files page layout.
B. Add the file privacy permission to a permission set.
C. Add file privacy feature on content Deliveries setting.
D. Enable private file settings from salesforce files setting.

5. In which way have Lightning Bar chart Dashboard components been enhanced?
A. Horizontal Bar charts can have up to four measures.
B. Donut charts can have up to four measures.
C. Pie charts can have up to four measures.

D. Line charts can have up to four measures.

Salesforce Certified Platform Developer1 – Winter 18 Release Exam

1. In which two ways does Lightning Data service (LDS) eliminate redundant server calls in Lightning components? choose 2 answers
A. LDS acts as a publisher hub that notifies components of data changes.
B.  LDS can be configured as a publisher hub with simple apex code.
C.  LDS identifies requests that involve the same record data and sends a single shared data request that updates all relevant components.
D. LDS allows each component within an app to make independent, but concurrent, calls to perform CRUD operations on the same record data.

2. which two statements are true regarding Lightning components javascript code validation? choose 2 answers
A. Code validation are applied only to components set to API version 41.0 and later.
B. The validation service ensures good software design and prevent bugs.
C. Code validation enforce all ESlint rules.
D. Code validation can be temporariy 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?
A. CSP set to minimum.
B. CSP set to Lightning.
C. CSP set to low.
D. CSP set to custom.

4. what is the correct annotation to indicate test classes that can run in parallel?
A. @isTest(runParallel=true).
B. @isTest(isParallelrun=true).
C. @isTest(isParallel=true).
D. @isTest.

5.  In which two ways does Salesforce DX facilitate source driven development? choose 2 answers.
A. Salesforce DX provides an efficient, end to end life cycle designed for waterfall development.
B. Salesforce DX provides an integrated, end to end life cycle designed for high performance agile development.
C. Salesforce DX shifts the source of truth from the org to the version control system.
D. Salesforce DX allows agile, local test runs.

6. what are two valid scenarios for automatic recompilation of apex classes? choose 2 answers
A. All Apex classes are automatically recompiled before completing a metadata deploy.
B. All Apex classes are automatically recompiled when apex transactions are run.
C. Specific Apex classes are automatically recompiled before completing a metadata deploy.
D. All Apex classes are automatically recompiled before a package is installed.


Salesforce Certified Administrator – Winter 18 Release Exam

1. when does an emoji icon appear in the chatter publisher in Lightning Experience?
A. when a user creates a new chatter group.
B.  When a user creates new chatter posts and comments.
C.  when a user creates a new chatter quip file.
D. when a user creates a new chatter profile.

2. which three functions are available to a collaborative forecast user in Lightning Experience? choose 3 answers
A. See user quota attainment information.
B. Adjust their own product family forecast.
C. Create a locked forecast to prevent editing
D. Access collaborative forecasts in Lightning sales console.
E. Designate a delegated forecast administrator.

3. The sales team at universal containers need to easily access the sales pipeline dashboard. how can an administrator accomplish this in Lightning Experience?
A. Create a cross object dashboard component and add to the record.
B.  Create a embedded dashboard and add to the home tab.
C. Create a new object and add a dashboard component.
D. Create a new component for each sales user and add to their profile.

4. what functionality enables sales representatives to manage their own sales territories in Lightning Experience?
A. Community Territory Management.
B. Corporate Territory Management.
C. Enterprise Territory Management.
D. Advanced Territory Management.

5. what functionality is available to users when adding files in Lightning Experience?
A. Create, share, and collaborate on documents with quip without an external file provider.
B. Create a new quip file and add security from a downloaded file in chatter.
C. access an external file provider and request secure quip access.

D. Mass upload documents using the data loader.