Saturday, 1 December 2018

Salesforce Certified Administrator Spring ’18 Release Exam Q & A

Salesforce Certified Administrator Spring ’18 Release Exam Q & A

1 of 6. Which three features are available with Salesforce Files?
Choose 3 answers
A.Access files with the view list of assets feature.
B.Automatically upload .pdf files from an email attachment.
C.Allow Standard Users to create and delete content assets.
D.Integrate Quip to chat and collaborate on Files.
E.Create Asset Files for Unauthenticated users.

2 of 6. Which functionality is available to a support agent directly from the case feed?
A.Configure an email template
B.Reply and forward an email
C.Mass email
D.Delete an email

3 of 6. What are the path steps based upon when creating a campaign path?
A.Business processes
B.Picklist field values
C.Lead record types
D.Campaign responses

4 of 6. What must the administrator consider when enabling Themes?
A.Only one theme can be active at a time and is applied to the entire org.
B.Chatter External Users also see the custom theme.
C.Any user can select a theme and avatar based on their role.
D.There is no built-in theme if a custom theme is not created.

5 of 6. Which three functions are available with chart enhancements in Lightning Experience?
Choose 3 answers
A.Combine small groups into “Others” on any chart.
B.Set chart legend position.
C.Show total in the center of donut charts.
D.Download chart images from dashboard components.
E.Display up to 2,000 groups in line and bar charts in dashboards.

6.The Administrator for Universal Containers is asked to provide the Sales teams with Opportunity Splits so that the opportunity owner has better visibility into their share of the deal. Which functionality is available with Opportunity Splits?
A.Create a new Opportunity Split directly from the account record.
B.Send Opportunity Split notifications automatically.
C.Assign a dedicated opportunity owner to the split.
D.Add or adjust splits from the Opportunity Splits related list.

Wednesday, 21 November 2018

Salesforce Platform Developer 1 maintenance spring’ 18

1. which debug type captures information related to accessing external objects with the salesforce connect cross-org and OData adapters?

Ans: XDS_RESPONSE

2.what is the replacement the salesforce recommends for force.com IDE 2 Beta?

Ans: salesforce extension for VS code

3.which global variable can be used to delete whether a visualforce page is loaded in lightning apps with console navigation or standard navigation?

Ans: $User.UITheme

5.what can be use to control the styling and behavior of the salesforce login process?

Ans: lightning component login flow

5.which CLI command supports the generation of new apex trigger?

Ans: force:apex:trigger:create

Friday, 3 August 2018

Salesforce Certified Administrator Spring ’18 Release Exam Q & A


1 of 6. Which three features are available with Salesforce Files?

Choose 3 answers

A.Access files with the view list of assets feature.

B.Automatically upload .pdf files from an email attachment.

C.Allow Standard Users to create and delete content assets.

D.Integrate Quip to chat and collaborate on Files.

E.Create Asset Files for Unauthenticated users.

2 of 6. Which functionality is available to a support agent directly from the case feed?

A.Configure an email template

B.Reply and forward an email

C.Mass email

D.Delete an email

3 of 6. What are the path steps based upon when creating a campaign path?

A.Business processes

B.Picklist field values

C.Lead record types

D.Campaign responses

4 of 6. What must the administrator consider when enabling Themes?

A.Only one theme can be active at a time and is applied to the entire org.

B.Chatter External Users also see the custom theme.

C.Any user can select a theme and avatar based on their role.

D.There is no built-in theme if a custom theme is not created.

5 of 6. Which three functions are available with chart enhancements in Lightning Experience?

Choose 3 answers

A.Combine small groups into “Others” on any chart.

B.Set chart legend position.

C.Show total in the center of donut charts.

D.Download chart images from dashboard components.

E.Display up to 2,000 groups in line and bar charts in dashboards.

6.The Administrator for Universal Containers is asked to provide the Sales teams with Opportunity Splits so that the opportunity owner has better visibility into their share of the deal. Which funtionality is available with Opportunity Splits?

A.Create a new Opportunity Split directly from the account record.

B.Send Opportunity Split notifications automatically.

C.Assign a dedicated opportunity owner to the split.

D.Add or adjust splits from the Opportunity Splits related list.

Wednesday, 23 May 2018

Salesforce Certified Platform App Builder - Spring '18 Release Exam Questions and Answers

1) How can an App Builder add a Flow to the Action menu on a Lighting record page?
A) Using an Object-specific Action
B) Using a Global Action
C) Using a Lightning component
D) Using an Auto-launched Flow
Answer: A
2) Which object now triggers a Process Builder and Workflow Rule?
A) Orders
B) Topics
C) Campaigns
D) Assets
Answer: B
3) What is a new feature in Lightning Experience added to Reports and Dashboards in this release?
A) Joined Reports
B) Matrix Reports
C) Subscribe to Reports
D) Subscribe to Dashboard
E) Row limit filters on Dashboards
Answer: B
4) Which data protection functionality does the Individual object provide?
A) Personal Information packaging
B) Personal Information deletion
C) Data Privacy Protection
D) Data Privacy Preferences
Answer: D
5) Which new standard feature should an App Builder use to collect Sales team feedback about a new Lightning page layout?
A) Survey Lightning component
B) Survey Visualforce page
C) Survey Email Alert
D) Survey Quick Action
Answer: A

Salesforce Certified Platform Developer -1 Winter ’18 Release Exam Q & A


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

Answer : 

2 of 6. 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 allows agile, local test .
C. Salesforce DX shifts the source of truth from the org to the version control system.
D. Salesforce DX provides an integrated, end-to-end life cycle designed for high-performance agile development.

Answer : CD

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

Answer : BC

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

Answer : BD

5 of 6. Which two statements are true regarding Lightning component JavaScript code validation?
  Choose 2 answers
 
A. Code validations can be temporariy disabled by setting the component version to API 40.0 or earlier.
B. Code validations are applied only to components set to API version 41.0 and later.
C. Code validations enforce all ESlint rules.
D. The validation service ensures good software design and prevent bugs.

Answer : AB

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