Frage 1
Frage
Sam is trying to convert a master detail relationship into a look up relationship, however is not able to do so. What could be the reason?
Antworten
-
It is not possible to convert master detail to look up relationship
-
All records do not have the master relationship field populated
-
The Master relationship field is marked required on page layout
-
A roll up summary field exists on the master object
Frage 2
Frage
A user does not see the Social network icons on the Account Page Layout. What are possible reasons for this?
Choose 2 answers.
Antworten
-
Social Accounts and Contact is not enabled for the user
-
Social Accounts and Contacts is not enabled for the organization
-
Social Accounts and Contacts is not enabled for the user's role
-
Social Accounts and Contacts is not enabled for the user's profile
Frage 3
Frage
Sam is required to define a custom field on the User record that would show a user’s mentor. In the Salesforce user object, what relationship type option would Sam use to achieve this?
Choose 1 answer.
Frage 4
Frage
What is true regarding a dashboard refresh?
Choose 1 answer.
Antworten
-
Dynamic dashboards can be scheduled to be refreshed
-
If a user clicks refresh to update a dashboard, the data is refreshed for all users
-
Dashboards can be refreshed hourly, daily, or monthly
-
If a dashboard is on the home page, it will be refreshed each time the home page is displayed
Frage 5
Frage
Which of the components will be renamed if the naming conflict occurs when installing an unmanaged package?
Choose 2 answers.
Antworten
-
Report
-
Apex Class
-
List View
-
Apex Trigger
Frage 6
Frage
You need to provide a way to invoke a custom report from the account detail page. The report should render values that are specific to the account in context. What are the best options do you have to achieve this need?
Choose 2 answers.
Antworten
-
Detail Page Button
-
List Button
-
Detail Page Links
-
Visualforce
Frage 7
Frage
You have a customer would like to see a red flag appear on the case record detail page, if the case is older than 10 days. How would you put this Red Flag image on the case detail page?
Antworten
-
Formula Field
-
Image Field
-
Bitmap Field
-
Rich Text Field
-
Visualforce Page
Frage 8
Frage
The marketing department would like to manage email campaigns and track responses in Salesforce. What is the recommended solution to this requirement?
Antworten
-
Use the standard campaign functionality
-
Use a third party app from the App Exchange
-
Use a third party email campaign application and integrate with Salesforce
-
Build custom functionality that tracks the responses
Frage 9
Frage
If a user’s profile has create, read and edit access to Contacts and the Org Wide Default setting is Public Read, what access will the user have to
Contacts?
Choose 1 answer.
Antworten
-
The user will be able to create, read, and edit contacts they own and view all other rcontacts
-
None of the above
-
The user will be able to create, view and edit all contacts in the system
-
The user will be able to view all contacts in the system.
Frage 10
Frage
Using Change Sets, all of the following information can be transferred from one Salesforce org to another, except?
Antworten
-
Sharing Rules
-
Account records
-
Workflow Rule
-
Contact field sets
-
Apex Class
Frage 11
Frage
Customer Service have no access to opportunities. Due to a new cross selling initiative they need to get access to the opportunity object to create and
edit opportunities. How can this be set up?
Frage 12
Frage
An object specific action has been created to create cases from an account. Cases created from Salesforce1 always are high priority and have the status ‘New’. What should be done to optimise the Salesforce1 user experience to create cases?
Choose 1 answer.
Antworten
-
Only include the required fields on the action layout
-
Only include the minimum fields on the action layout and use default values for additional fields
-
Include all required and additional fields on the action layout
-
Only include the minimum fields on the action layout and use predefined values for additional fields
Frage 13
Frage
Object A and Object B are in a master – detail relationship, with A as the master. Also, there is a sharing rule that grants edit permission to object A for all Marketing Users. Based on the given information, which of the following statements are true?
Choose 2 answers.
Antworten
-
Marketing Users have edit access to object B
-
B cannot be part of another master detail relationship
-
A cannot be part of another master detail relationship
-
B cannot have an Owner field
Frage 14
Frage
You have a requirement to send the contact email id to an external system (which has an endpoint URL), 3 days after the creation of the contact. Which of the following would help you in meeting this requirement?
Antworten
-
Visual Workflow
-
Approval Process
-
Process Builder
-
Workflow
Frage 15
Frage
What is true regarding the user interface for external object data?
Choose 1 answer.
Antworten
-
All of the Above
-
External object data can be accessed via detail pages
-
External object data can be accessed via custom tabs
-
Chatter Feeds can be enabled on external object pages
-
External object data can be accessed via lists views
Frage 16
Frage
You have a requirement to display the average of Feedback Scores for all related Feedback custom object records of an account. How would you meet this requirement?
Antworten
-
Look up relationship and roll up summary fields
-
Master Detail Relationship and roll up summary fields
-
Hierarchical Relationship and Process Builder
-
Cross Object Formula Field
Frage 17
Frage
Speedy Deliveries Inc. have created custom objects to track deliveries and delivery items. One delivery can have multiple delivery items. On the delivery record the total number of delivery items as well as the number of fragile items must be indicated. How can a developer meet this requirement?
Antworten
-
Create roll up summary fields on the delivery object
-
Create a trigger on the delivery item object to update fields on the delivery object
-
Use Visual workflow to update the fields on the delivery object when delivery items are updated
-
User Process Builder to update the fields on the delivery object when delivery items are updated.
Frage 18
Frage
What can be configured to be included on the related information page for a record in Salesforce1?
Choose 1 answer.
Antworten
-
Related Lists
-
All of the Above
-
Components
-
Expanded Lookups
-
Visualforce Pages
Frage 19
Frage
Global University uses a custom object for tracking enrollments in a program. It needs to ensure that when a contact is marked Inactive, the enrollment records associated to the contact should be deleted from the system. Which amongst the following would help you achieve this use case?
Choose 1 answer.
Antworten
-
Trigger
-
Visual workflow
-
Validation Rule
-
Workflow
Frage 20
Frage
A custom app can include one or more custom tabs. What kind of custom tabs can be included in an application?
Choose 1 answer.
Antworten
-
Custom Object Tab
-
Visual force Tab
-
All of the Above
-
Lightning Page Tab
Frage 21
Frage
A custom object has a custom URL field named “Link” that is populated by a third party integration. This field uses http: to populate the url link. A developer would like to convert the http: portion of the url to https: maintaining the remaining url information. What function will achieve this?
Antworten
-
SUBSTITUTE function
-
REPLACE function
-
INCLUDE function
-
CHANGE function
Frage 22
Frage
You have a custom object for holding Expense Requests. Now you have a requirement to ensure that when the Status field on Expense Request changes to ‘Processed’, a Chatter post is made. Which of the following helps you meet this requirement?
Choose 2 answers.
Antworten
-
Visual Workflow
-
Process Builder
-
Workflow
-
Approval Process
Frage 23
Frage
What details are displayed for Social Accounts and Contacts?
Antworten
-
The details displayed can be configured by an administrator
-
Every user will see the same details
-
The details displayed depend on the user's profile
-
Each user will see different details depending on how they are connected
Frage 24
Frage
Universal Systems have 3 kind of users – marketing users, sales users and executive users. Marketing users must not have acccess to any kind of Opportunity data. While Sales users must not have access to any kind of Lead data. How should this be configured in their Salesforce instance?
Antworten
-
Use Assigned App settings on profile
-
Use Object Settings on role
-
Use Assigned App settings on role
-
Use Object Settings on profile
Frage 25
Frage
What is not true regarding external objects and lightning connect?
Choose 2 answers.
Antworten
-
External object data can be viewed together with data from within Salesforce on the same page
-
External objects can be created for any data source that supports OData 2.0
-
External objects support lookup relationships
-
External object data is not available in Global Search
-
External object data is not available in Salesforce1