Showing posts with label Maintainence. Show all posts
Showing posts with label Maintainence. Show all posts

27 December 2017

Salesforce Certified Pardot Specialist Summer ’17 Release Exam Q & A

Salesforce Certified Pardot Specialist Summer ’17 Release Exam

1. When using the Advanced Subject Line Composer, what options can be inserted to personalize an email’s subject line?
A. Advanced Dynamic Content, Custom Roles
B. Advanced Dynamic Content, Variable Tags
C. Variable Tags, Profiles
D. Custom Roles, Profiles
2. Salesforce Engage Alerts provide real-time information on prospect activity. What are the cards that display prospect activity called?
A. Alert Actions
B. Marketing Cards
C. Engagement Activity
D. Prospect Activity
3. When sending an email in Pardot, what field value does the %%assigned_user.name%% map to?
A. The full name for the sending user of the email
B. The first name for the sending user of the email
C. The full name for the assigned user of the email recipient
D. The first name for the assigned user of the email recipient
4. What is one way marketing assets can be assigned to scoring categories in an account with scoring categories enabled?
A. Marketing assets are placed in a folder, and the folder is assigned to a scoring category.
B. Marketing assets are assigned to a campaign, and the campaign is assigned to a scoring category.
C. Marketing assets are assigned directly to a scoring category.
D. Marketing assets are tagged, and the tag is assigned to a scoring category.
5. In a Pardot account with custom user roles enabled, what permission would give someone full access to Engagement Studio?
A. View, Delete
B. Create/Edit, Delete
C. Create/Edit, View, Delete
D. Create/Edit, View



26 December 2017

Salesforce Certified Platform App builder Winter ’18 Release Exam Q & A

Salesforce Certified Platform App builder Summer ’17 Release Exam

1. How can an App Builder implement File privacy on records in Lightning Experience?
A. Enable private file settings from Salesforce Files setting
B. Add the file privacy on Records field to the Files page layout
C. Add the file privacy permission to a Permission Set
D. Add file privacy feature on Content Deliveries setting
2. How can a App Builder add a Flow-based Customer Survey in a Customer Community?
A. Add a Flow Quick Action to the page layou
B. Create a Login Flow for Community Users
C. Create a Visualforce page with an embedded Flow
D. Add a Flow Component to a Community page
3. How can an App Builder reference a Queue in the Lightning Process Builder?
A. Build a process on Queue that finds and changes the owner
B. Use the Queue Label
C. Add a Lookup(Queue) field to the Case and set the Owner to the Queue
D. Update Records Action Type and a value of the Queue Name
4. 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. Set the component visibility by Profile and Record Type
C. Add filter conditions and logic to the component properties
D. Add a component to a new page layout for Eurpoean Accounts
5. In which way have Lightning Bar Chart Dashboard components been enhanced?
A. Horizontal Bar Charts can have up to four measures
B. Pie Charts can have up to four measures
C. Donut Charts can have up to four measures
D. Line Charts can have up to four measures


Salesforce Certified Platform App builder Summer ’17 Release Exam Q & A

Salesforce Certified Platform App builder Summer ’17 Release Exam

1. How can users see the change history of key fields in an object record?

A. History related list with field tracking
B. Reporting Snapshot
C. Historical Trend Reporting
D. Setup Audit Trail

2. What happens to an automated notification email generated by a process if another process subsequently modifies the same record?
A. The email is sent twice.
B. The email is suppressed.
C. The email is queued and may send depending on the secondary process.
D. The email is sent.


3. Which two components are supported when building Lightning pages with the Lighting App Builder?
Choose 2 answers.
A. Related Records
B. Chatter Feed
C. Social View
D. Flows

4. Which tool will help the consultant see if APEX or Visualforce code is running an out-of-date API version?
A. Optimizer
B. Lightning Experience Readiness Check
C. Lightning Experience Migration Assistant
D. Health Check

5. What is a secure method of creating a single field from two encrypted fields?
A. Create the two source fields, use a formula with & to concatenate, populate the data into the two source fields, then encrypt the source fields
B. Create a custom formula referencing the two encrypted fields using & to concatenate
C. Disable encryption on the two source fields, create a formula using & to concatenate, then reenable encryption on the two source fields
D. Disable Shield Platform Encryption, create a formula using & to concatenate, then reenable Shield Platform Encryption