Describe
the capabilities of this core CRM object in the Salesforce schema: Person
accounts
a)
Does use space in both account and contact table
b)
Have the same icon as
business accounts
c)
Can only be merged with other person accounts
d)
Are enabled by default
e)
Are enabled via a
feature license
Universal Containers
wants to rollout new product bundles with several pricing options. Pricing
options include product-price bundles, account specific pricing and more. Which
product satisfies these needs?
a)
Custom AppExchange App
for product pricing
b)
Workflow on
Opportunity/Opportunity Product
c)
Formula fields on
Opportunity/Opportunity product
d)
Lightning Process Builder
Universal Containers
has a custom object “Service” which has a lookup relationship to Account.
Universal Containers wants to enhance Salesforce1 with an action that allows
account managers to enter a new Service to an Account while looking at the
Account. How can Universal Containers accomplish this?
a)
Enter an object specific action to Account and put it on the
Account layout
b)
Enter an object
specific action to Service and put it in the Account Layout
c)
Enter an object
specific action to Service and put it in the Service Layout
d)
Enter an object
specific action to Account and put it in the Service Layout
Universal Containers
is using assignment rules to distribute cases to regional teams. Which of the
following are true?
a)
It is possible to have
multiple active assignment rules.
b)
Cases may be assigned
to public groups (if configured)
c)
Cases may be assigned to queues (if configured)
d)
A workflow field
update can be used instead
When should a system
administrator consider using the Salesforce AppExchange? (Choose 2)
a)
When standard Salesforce functionality needs to be extended
b)
To find answers to
Salesforce applications
c)
When looking for pre-built custom applications and tools
d)
To submit ideas for
Salesforce application enhancements
Which permission is
required to install and uninstall packages from Salesforce AppExchange?
a)
Upload AppExchange
Packages
b)
Manage Package
Licenses
c)
Download AppExchange Packages
d)
Create AppExchange
Packages
Which developer tool
can be used to create a data model? (Choose 2)
a)
Schema Builder
b)
Force.com Data Loader
c)
Application Data Model
Wizard
d)
Force.com IDE
Which API cannot be
used to create the data model? (Choose 3)
a)
Force.com API
b)
Force.com Single Sign-on API
c)
Force.com Metadata API
d)
AJAX Toolkit for Force.com
Universal Containers
has a custom object that has an N: M relationship with opportunityLineItem
carrying price and amount information. In order to compute total amounts and
total prices per Opportunity using Rollup summary fields, what field type would
you need to choose?
a)
Junction
b)
Master-Detail
c)
Lookup
d)
Cross object
Note: This is highly
wording specific. If the asks for field
type Master-Detail is correct. However, if the
asks for relationship type the correct answer would be Junction.
When considering Field
Type Conversion, which of the following are true? (Choose 2)
a)
Data can be lost when
converting from simple pick list to multi pick list
b)
Data can be lost when converting from auto number to text
c)
Data can be lost when
converting from number to currency (assuming that field lengths are identical)
d)
Information can be lost when converting from text area(rich) to text
area(long)
Note: When multi-currency is enabled and you convert currency
into number (of the same format), you lose the currency information. If you
convert the other way you will not lose the data. A simple number to currency
conversion with identical field length does not lost information.
Universal Containers
wants to store an area code and wants to be able to search for it in searches.
Which are possible fields to store the data? (Choose 2)
a)
Text
b)
Phone
c)
Email
d)
Multi Pick list
e)
Number
Note: SOSL uses name, phone, and text for search. Some standard
pick lists seem to be included in search, but generally pick lists are not.
(Maybe via support, I didn’t elaborate on this). External ID(index) can be
created on text, number and email. Phone is not an external ID field. SOSL does
not work on multi-pick list.
You want to use an
External Data Object Table from Heroku carrying Product Category information.
The data needs to be included in Salesforce and searchable. What do you have to
do before you can use the connection? (Choose 2)
a)
Press "Validate and Sync"
b)
Choose "Include in Salesforce searches" option
c)
Choose "Include
as Index Field"
d)
URL - Choose the URL
Universal Containers
has included its orders as an external data object into Salesforce. You want to
create a relationship between Accounts and the Orders Object (one-to-many
relationship) leveraging a key field for account which on both external object and
Account. Which relationship do you create?
a)
Lookup Relationship
b)
Master Detail
Relationship
c)
Hierarchical
Relationship
d)
External Lookup
Relationship
e)
Indirect Lookup Relationship
Which of the following
fields are not available for record types?
a)
Opportunity Stages
b)
Case Status
c)
Solution Status
d)
Lead Status
e)
All of the Above
What determines
whether a user can create a new record using a specific record type?
a)
Profile
b)
Field level security
c)
Page layout
d)
Sharing
Which statement about
record types is true?
a)
Record types can be used to define picklist values available for a
given field
b)
The ability to create records of a specific record type is
determined by the profile
c)
Users cannot view
records assigned to a record type their profile does not have access to
d)
Record types can only
be assigned to one profile at a time
Which functions are
available when creating a Roll-Up Summary field? (select all that apply)
a)
AVG
b)
SUM
c)
COUNT
d)
MIN
e)
MAX
Which statements are
true regarding Roll-Up Summary fields? (select all that apply)
a)
Once created, you cannot change the detail object selected or
delete any field referenced in your roll-up summary definition.
b)
Because roll-up summary fields are not displayed on edit pages, you
can use them in validation rules.
c)
Validation errors can display when saving either the detail or
master record.
d)
Advanced currency
management has no affect on roll-up summary fields.
e)
Automatically derived fields,
such as current date or current user, are allowed in a roll-up summary field.
Describe the
ramifications of field updates and potential for recursion for the following
scenario:
If a field update for
Rule1 triggers Rule2, and a field update for Rule2 triggers Rule1.
a)
The updates create a loop and the org limits for workflow time
triggers per hour will likely be violated.
b)
When the second
trigger is saved an Imminent Loop Error message will be displayed and the
workflow rule update will not save.
c)
The updates create a
loop and the org be blocked until the admin resolves the issue
d)
Loop is allowed to run
25 times within one hour. If it does not end on its own the process will be
stopped by R&D.
What is true when a
field update is set to re-evaluate the workflow rule? (Choose three)
a)
In a batch update, workflow is only retriggered on the entities
where there is a change.
b)
Only workflow rules on the same object as the initial field update
will be re-evaluated and triggered.
c)
Only workflow rules that didn’t fire before will be retriggered.
d)
Cascade of workflow
rule re-evaluation and triggering can happen up to ten times after the initial
field update that started it.
e)
Any workflow rules
whose criteria are met as a result of the field update will be ignored.
Identify the field
update limitations. (Choose three)
a)
Field updates that are executed as approval actions don't trigger
workflow rules.
b)
Read-only fields like formula or auto-number fields aren't
available for field updates.
c)
The results of a field update can't trigger additional rules such
as validation, assignment, auto-response, or escalation rules.
d)
In a batch update,
workflow is retriggered on all entities where there is a change.
Which is true about
social accounts
a)
You can use social
accounts data even when you are not logged into the social account.
b)
You need a personal social account in order to see social account
data
c)
You can use social
accounts to import data into salesforce
d)
Connection to social
account is established thru a companywide “named principal”
A salesperson at AW computing
only see’s the Social Contact’s link for Twitter and not Facebook on his
records. Why would this be happening?
a)
The administrator hasn't enabled Social Contacts for Facebook
b)
Facebook is no longer
supported by Social Contacts
c)
The salesperson's
login with Facebook has expired
d)
None of his Facebook
contacts have confirmed the nature of their relationship
Which social networks
are available in the Lightning Experience and Salesforce1? (Select all that
apply)
a)
Facebook
b)
Twitter
c)
LinkedIn
d)
Kloud
A Lightning Page is?
a)
A page you can access
via a customer community.
b)
The new name for a
Salesforce page layout.
c)
A custom layout for creating pages in Salesforce1.
d)
A compact,
configurable, and reusable element.
What can you build
with the Lightning App Builder?
a)
At-a-glance,
dashboard-style apps.
b)
Apps optimized for a
particular task.
c)
Simple, single-page apps
with drill-down capability.
d)
All of the above
Actions on a Lightning
Page allow you to do which of the following?
a)
Send email, create a task, and create or update records.
b)
Send email and delete
or clone records.
c)
Clone records, add
users, and assign permissions.
d)
Send email, send
outbound messages, and launch a flow.
Which components can
be added to a lightning app on custom Object? (choose 3)
a)
Visualforce
b)
Standard Lightning component
c)
Custom lightning component
d)
Global actions
e)
Object specific
actions on the custom object
In order to create an
App Launcher component in Lightning what must an admin do?
a)
Contact Salesforce to have the component activated for the
Lightning App Builder.
b)
Navigate to
Setup-Customize-User Interface to enable the component for the Lightning App
Builder.
c)
Purchase a license for
the Lightning App Builder.
d)
Join the pilot
Lightning App Builder team
Identify the standard
Lightning components. (choose three)
a)
List View
b)
Rich Text
c)
Visual force Page
d)
Reports
e)
Dashboards
You can create global
actions to let users create which of the following records? (choose three)
a)
Event (without invitees)
b)
Opportunity
c)
Question
d)
Users
e)
Chatter Posts
f)
Products
What standard Chatter
actions (Post, File, Link, Poll, and Thanks) appear on the user profile page,
regardless of the actions in the User page layout? (choose three)
a)
Post
b)
File
c)
Poll
d)
Create
e)
Email
When a user creates a
record by using an object-specific create action, what feed item for that
record appears?
a)
In the Chatter feed of the user who created the record
b)
As the first entry in the feed for the new record
c)
In the feed for the record on which the new record was created
d)
In the user profile
feed for all users who can view the record
e)
In the Chatter feed of
teh first user who follows the record on which the record was created
To enable the
Publisher Actions area on Page Layouts, navigate to
a)
Setup | Customize | Chatter | Settings
b)
Setup | Customize |
Feeds | Settings
c)
Setup | Customize |
<Objects> | Settings
d)
Setup | Customize |
Actions | Settings
A developer has
completed work in the sandbox and is ready to send it to a related org, what
deployment tool should be used?
a)
Change Sets
b)
Force.com IDE
c)
Unmanaged Packages
d)
Force.com Migration
Tool
You have created a
workflow rule to send an email in your configuration sandbox. For some reason it’s
not working, what should you double check? (Choose 2)
a)
You have the correct email address
b)
HTML does not work in
sandbox, make sure your email has no HTML
c)
Check the deliverability settings
d)
Look at the system
audit trail
Universal Container
installs an unmanaged package. Which of the following are true? (Choose 2)
b)
Unmanaged packages can
be upgraded
c)
Unmanaged packages
have a namespace prefix
d)
Unmanaged packages don’t have a version number
e)
Tests are executed
during deployment
Which deployment tools
will you use to deploy metadata from one organization to another organization?
a)
Change sets
b)
Force.com IDE
c)
Unmanaged Packages
What tools you need to
use to migrate Metadata to Two Different Production Orgs? (Choose 3)
a)
Force.Com IDE
b)
Force.Com Migration Tool
c)
Change Set
d)
Data Loader
e)
Unmanaged Package
Oxyteam has a custom
object that has a N: M relationship with QuoteLineItem carrying price and
discount information. In order to compute the total amounts and product costs
per quote using Rollup Summary fields, what field type do they need to use?
a)
Junction
b)
Master-Detail
c)
Lookup
d)
Cross object
Could you please share dumps of the Salesforce Certified Platform Developer II - Multiple Choice (SP17) ?
ReplyDeleteHello Masoor - Could you please share the complete dumps ?
ReplyDeleteHello Masoor - Request you to share the complete dumps ?
ReplyDeleteHi Masoor, these questions are part of full exam or just the transition dump?
ReplyDeleteHi Mansoor, do you have Salesforce Certified Platform App Builder (WI18) dumps?
ReplyDeleteHi Mansoor, may be this is not the right section to ask about "1Z0-976: Oracle CPQ Cloud Service 2017 Implementation Essentials" but I was unable to comment in CPQ Cloud section. I was planning to take exam 1z0-436 Oracle BigMachines CPQ Cloud Service 2016 Implementation Essentials but I found out that It is getting expired in May,2018. Next available certification is 1Z0-976: Oracle CPQ Cloud Service 2017 Implementation Essentials. Do you have any information how different/difficult is it from 2016 Implementation Essentials???
ReplyDeleteGreat Post. Thanks for sharing the question
ReplyDeletejsp interview questions
c++ interview questions
salesforce interview questions
bootstrap interview questions
Nice question and answers, thanks for sharing the post
ReplyDeletesalesforce interview questions
Twilight Tech is a professional mobile apps builder and learns how we can create an app for free in just a few steps. We are the best mobile app builder.
ReplyDeleteFor More Information Visit Here -- Best mobile app builder
Great tips and very easy to understand. This will definitely be very
ReplyDeleteuseful for me when I get a chance to start my blog.sugarcrm customization services in india
As a leading Salesforce AppExchange development company India, we assist clients in addressing their business applications on the world’s leading business app marketplace- AppExchange. Here at Endive Software, our Salesforce developers have deep knowledge of AppExchange.
ReplyDeleteReally great contribution. Thank you for providing important and Knowledgeable information. Your article really helped me understand this topic. I am glad that I stumbled upon this site.
ReplyDeletePower Bi Training Institute In Hyderabad