There are two custom objects – A and B, which are in a parentchild relationship. On deleting a record of custom object A, all associated custom object B records are also deleted. Based on the given information, which of the following statements is true? Choose 1 answer.
There is a look up field to object A on object B, and it is not required
There is a look up field to object B on object A, and it is not required
There is a look up field to object A on object B, and it is required
There is a look up field to object B on object A, and it is required
Which of the following sequences of milestones would represent a typical application lifecycle? Choose 1 answer.
Development, Integration Testing, User Acceptance Testing, Staging, Production Migration
Development, User Acceptance Testing, Training, Production Migration
Development, Training, User Acceptance Testing, Staging, Production Migration
Development, Integration Testing, User Acceptance Testing, Regression Testing, Production Migration
Sam, a Salesforce developer, is trying to limit Contact record visibility using the role hierarchy. While testing, he is not able to see any data visibility restrictions that should have been imposed by the role hierarchy. What could be a reason? Choose 2 answers.
Sam’s profile has View All Data permission
Sam’s profile has View All permission for Contact object
Sam’s Role has View All Data permission
Sam’s profile does not have role hierarchy permission
When activating a page in the Lightning app builder, what declarative options are available? Choose 3 answers.
Select a tab icon for the page
Select the tab color
Set the tab visibility
Set the tab order in the navigation menu
Sam has completed a solution design and is ready to create the data model for a new application in Salesforce. There are a number of custom objects, each with a number of custom fields. What would you suggest to complete the task most efficiently? Choose 1 answer.
Use the Schema Builder to create custom objects and fields and the Create> Objects in Setup to create relationships
Use the Schema Builder to create custom objects, fields and relationships
Use the Schema Builder to create objects, fields and relationships need to be created using the Create Custom Field in Setup
Create the Custom objects, fields and relationships using the Create> Objects in Setup and use the Schema Builder to verify the data model was created correctly.
What is true regarding assigning approval requests to queues? Choose 2 answers.
Approval requests can be assigned to a queue for any object
Any queue members can approve or reject an approval request
Approval request emails are sent to the queue email address.
A queue can be used as a delegated approver
What is true regarding compact layouts?
If a user doesn’t have access to a field it won’t be displayed
Compact layouts can be assigned to different record types
Compact layouts support all field types
Compact layouts must be configured for fields to be displayed in the record header
A custom object called Sample has a MasterDetail relationship with the Opportunity object. One opportunity can have one or many related samples. Each sample has fields for Start Date, Estimated End Date and Actual End Date. How would a developer meet this requirement to provide a COUNT of all related samples which are still active (actual End date is not completed?)
Create a Formula field.
Create a Workflow.
Create a Roll up Summary field.
None of the Above.
If a user has create and read access to an object via their profile, edit access via the role hierarchy and the field is not marked as read only for the profile in field level security, what access will the user have to the object? Choose 1 answer.
The user will have edit access as the granted via the role hierarchy
The user will not have edit access due to the object permission setting
The user will not have edit access due to field level security settings
The user will have access due to field level security settings
Global Containers have a requirement to take a daily data backup. As a Salesforce developer, what is the best option you have to achieve this? Choose 1 answer.
Heroku application
Report Scheduler
Apex Data Loader
Apex Data Loader from Command Line
The Opportunity Org Wide Default setting is Private, however the Contracts team needs visibility of opportunities that have a status of ‘Closed – Won’. How can this be achieved? Choose 1 answer.
Add a sharing rule based on criteria to share opportunities that are ‘Closed – Won’ with the Contracts Manager Role and subordinates.
Change the Org Wide Default setting to Public Read
Add a permission set for the Contracts Team
Adjust the role hierarchy so the contracts team gain visibilty to ‘Closed – Won’ opportunities
A custom app can include one or more custom tabs. What kind of custom tabs can be included in an application? Choose 1 answer.
Lightning Page Tab
Visualforce Tab
Custom Object Tab
All of the Above
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.
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
The user will be able to create, read and edit contacts they own and view all other contacts
None of the above
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?
In profiles
In user roles
In the opportunity settings
In the datasets of the users
Salesforce can connect social profiles to all of the following objects except?
Leads
Person Accounts
Business Accounts
Contacts
Users
You are having trouble converting a master detail relationship into a lookup relationship. What could be the possible reasons? Choose 1 answer.
A rollup summary field exists on the object
The object has reached the maximum number of lookup relationships
There is already a lookup relationship with the same object
The relationship field is marked as required
In what order does Salesforce process the following rules? a) Assignment rules b) Auto response rules c) Escalation rules d) Validation rules e) Workflow rules
abcde
dabec
badec
abced
Cool Air Conditioners has been using Service Cloud to manage cases, but are now considering using it to manage field service jobs. They would like to track field service activity, assignment to technicians and manage spare parts. What is the recommended solution to meet these requirements? Choose 1 answer.
Install an AppExchange product that provides Field Service functionality
Extend the Service Cloud configuration to handle Field Service cases
Work with developers to extend the data model to cater for Field Service
Use real time API integration to connect Salesforce with an external field service application
Universal Systems measures it’s overall business efficiency through a single value called “Customer Stickiness Score”. What is the best way to represent this key value on a managerial dashboard?
VisualForce Page
Table
Chart
Metric
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.
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
Only include the minimum fields on the action layout and use predefined values for additional fields
Include all required and additional fields on the action layout
You have defined a workflow to send out update field value of “Is Active” to ‘True’, when field value of “Subscription” is set to ‘Active’. Your colleague defined another workflow to update field value of “Subscription” to ‘Active’, when “Is Active” is set to ‘True’. What would occur in this case?
Second workflow definition will throw error, and won’t be saved
Both workflow gets executed once
Neither workflow are executed
Salesforce org would exceed its limit for workflow time triggers per hour
A custom button can be used for performing all of the actions, except Choose 1 answer.
Invoke a visualforce page in your Salesforce org
Invoke a webpage URL
Invoke a Javascript
Invoke an Apex Trigger
After a review it was decided that custom objects A and B need to be in a master detail relationship, instead of the current lookup relationship. A is the proposed master. Which of these items would you investigate, before making the change? Choose 2 answers.
Number of existing master detail relationships on Object A
Existing Roll Up Summary Fields on Object A
Number of null values in the existing look up field on Object B
Validation rules applicable to the existing look up field on Object B
There is a requirement to view sales order data stored in SAP within the Salesforce account record. What is the best way to meet this requirement?
Export the data from SAP and import with a nightly batch job
Use a 3rd Party integration tool to connect Salesforce and SAP in real time
Define an external object in Salesforce to access the Sales Orders data
Create a custom integration between Salesforce and SAP
Using Change Sets, all of the following information can be transferred from one Salesforce org to another, except?
Sharing Rules
Apex Class
Workflow Rule
Account records
Contact fields sets
You are having trouble converting a lookup relationship into a master detail relationship. What could be the possible reasons? Choose 2 answers.
Not all records have a value in the lookup field
The lookup field is not marked as required
The object has reached the maximum number of master detail relationships
There is already a master detail relationship with the same object
Universal Containers are planning a production release. What steps would not be part of the deployment plan? Choose 2 answers.
Announce the deployment and ask users not to login
Manually migrate metadata not in the metadata API
Update test coverage in production if test coverage is not sufficient
Create changesets to migrate metadata
Universal Containers plan to start storing Orders in Salesforce. What standard features could they make use of? Choose 3 answers.
Cloning existing orders with products
Creating an order directly from an Account
Creating an order directly from a Contract
Creating recurring orders
Universal Containers would like to examine their sales by region and country. Therefore they need a sub total at country level, for their Sales Data report. Considering this case, what format should the Sales Data report be?
Tabular
Summary
Matrix
Joined
There is a requirement when the “Audit” field on an account record is marked as ‘Y’, all audit team members get access to it. An audit team is a collection of senior users from each department, and keeps changing often. What would you recommend to address this need?
Create a sharing rule, and associate it to a Role
Create a sharing rule, and associate it to a Role & Internal Subordinates
Create a sharing rule, and associate it to Public Groups
Not achievable using Sharing Rules
Matt notices that he can edit the “Cleveland Hospitals Opportunity” record, though it is submitted for approval. What could be the possible reasons for this? Choose 2 answers.
Matt is a System Administrator
Matt is the owner of the Opportunity
Matt submitted the Approval request
Matt is the current Approver
Which of the following field types can be used as an External Id? Choose 2 answers.
Date
Text
Number
Picklist
When viewing the Account page the Sales team have requested that the highest value Opportunities are displayed first in the related list. How can a developer meet this requirement? Choose 1 answer.
Specify the sort field and direction in the Opportunity related list properties
Create an inline Visualforce page that queries the Opportunities and sorts them
Create a custom Visualforce page that includes a sorted Opportunities related list
It is not possible to sort related lists
You have been given a Partial Copy Sandbox, that has 5 GB of data storage. You are aware that your production data adds up to 68 GB of data. Keeping the storage limitation in mind, how do you ensure that only the data relevant for testing is brought into the Partial Copy Sandbox?
Change Sets
Programmatic Change Set
Sandbox Templates
Profiles
Universal Containers need to view the margin of a product on the Opportunity Line Item by calculating the sales price – product cost. The product cost is stored in a custom field on the Product object. What would be the recommended way to meet this requirement? Choose 1 answer.
Create a formula field that obtains the value of the cost custom field from the product record and use another formula field to calculate the margin
Create a custom field on the Opportunity Line Item object to store the value and use a formula field to calculate the margin
Create one formula field that references the cost field on the product object and the sales price in the Opportunity Line Item object.
None of the Above
Universal Systems has a “Net Worth” field on the Account object to capture total revenue worth of its customers. However only executive users should be able to view the data in this field. How would you help Universal Systems achieve this requirement?
Define appropriate Account Sharing Rules
Specify Field Level Security for the Net Worth field
Use VisualForce to selectively mask Net Worth data
Define a separate Views for executive and regular users
You are explaining to another developer not familiar with force.com how an external ID field can be used to work with data coming from another system. What features would you mention? Choose 3 answers.
An external ID is indexed and increases query performance
An external ID can be either text, number or email data types
An external ID is used to represent an identifier for a record from an external system
External IDs are not case sensitive
Which Social Account features can be accessed from Salesforce1?
LinkedIn
YouTube
Facebook
Twitter
In a Salesforce1 Mobile app, which of the following corresponds to the tab area in the browser based application?
Navigation Menu
Header
Footer
Welcome screen
A user has 2 record types assigned to their profile ‘Standard Contact’ and ‘Read Only Contact’. When creating a new contact, the user is always prompted to choose the record type, even though the user always selected ‘Standard Contact’. How can you improve this situation? Choose 1 answer.
Set the default contact record type in the user’s profile
Set the default contact record type in the user record
Set the default contact in the user’s role
Ask the user to set the default contact record type in ‘My Settings’.
You are building a recruitment management application. Your application requires the ability to hold details regarding a job position, details regarding a candidate, and details regarding a candidate’s application to a job position. Which of these represent the best data model to achieve this need?
Define 3 unrelated objects – Candidate, Position, Application
Define the Position object then Candidate and Application as child objects
Define the Position object then Candidate as child of Position and Application as child of Candidate
Define the Position and Candidate objects then Application as a junction object
How would you ensure that records of a particular object are visible only to the user, and users higher in the role hierarchy? Choose 2 answers.
Set Org Wide Sharing Default for the object as Private
Set Org Wide Sharing Default for the object as Manager View
Define a Profile List
Define a Role Hierarchy
While designing your application, you are reviewing the data types that would be suitable for each field. Which data types are valid for custom fields? Choose 2 answers.
Number, Currency and Percent
Checkbox, Picklist and Address
Email, Phone and URL
Text, Radio Button and Date/Time
Your company would like to mass create new Salesforce users. What is the best way to do this? Choose 1 answer.
Manually creating records one by one
Create a Visualforce Page for the customers to mass upload the data
Import Wizard
Data Loader
Universal Containers is using Salesforce to manage travel requests. They would like to enable managers to approve travel requests via email. What is true regarding email approval responses?
Approvers must have the “API Enabled” system permission
Approval Comments cannot be added in the email response
Approvers must click a link in the approval email
If the request is rejected, the approver must add the rejection comments directly in Salesforce
As an opportunity moves through the sales stages, different information is required. What is the best way to meet this requirement?
Group the information by sales stages into sections on the page layout
Use record types with different page layouts
Create a visualforce page that updates dynamically based on sales stage
Use validation rules to ensure the requirement information is captured at each sales stage.
Which of the components will be renamed if the naming conflict occurs when installing an unmanaged package? Choose 2 answers.
List View
Report
Apex Trigger
Universal Insurance would like to highlight on a report claims that have been open for more than 30 days. What feature could be used for this? Choose 1 answer.
Field Highlighting
Conditional Highlighting
Report Highlighting
Bucket Highlighting
Dan is considering the requirement to ensure that the value in a custom field ‘Source Country’ on the Order object is validated against the standard list of ISO countries that are valid for the particular type of order, when the order is saved. What is the best way to achieve this requirement?
Create a validation rule using a CASE statement
Create a validation rule using the VLOOKUP function
Create a before trigger and validate the value using APEX code.
Create an after trigger and validate the value using APEX code.
What data type is not available for formula fields? Choose 1 answer.
Long Text Area
Checkbox
Currency
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.
Approval Process
Workflow
Process Builder
Visual Workflow
What is true regarding the User Acceptance testing (UAT) step in a large enterprise application lifecycle? Choose 2 answers.
UAT comes before Integration testing
UAT come after Integration Testing
UAT can be used for end user testing or training
UAT is typically the last step before deploying changes to production
How can an approval request be triggered?
User clicks a button or link
Process or flow starts that includes a “Submit for Approval” action
Apex
Universal Containers require that when saving an Opportunity record, a check is made to determine if the opportunity value is the highest value for the current year from all opportunities in the system, and if so, mark a checkbox on the opportunity record. What Force.com feature would let you achieve this? Choose 1 answer.
Validation Rule
Formula Field
Universal Containers are doing a deep analysis on their monthly sales data, and would like the sales revenue split as products sold per country. What would be the ideal report format to address this need?
What is not true regarding the unified data import wizard? Choose 2 answers.
Standard and Custom objects can be imported
Records can be added, existing records updated or records added and updated simultaneously
Only administrators can access the Data Import Wizard
The import wizard automatically maps data fields from the import file to Salesforce data fields
There is a requirement to add an action to the Account page in Salesforce1 to enable creation of cases. How can this be accomplished?
Create a Global Quick action
Create an Object specific action
Create a default action
Create a standard action
In a real estate application, if a listing is sold, all related inspections for the listing must be cancelled. What business logic feature best caters for this requirement? Choose 1 answer.
Use a trigger to update the status of the related inspection records when the listing status is updated.
Use Process Builder to define a process action to update related records based on the listing status change.
Use Visual Workflow to define a flow to iterate through the related inspection records and update the status to ‘Cancelled’
Create a standard workflow on the Listing object with a workflow record update action on the related Inspection records.
Universal Containers want to make sure that their field agents can update shipment information when they are out of the office. What does an admin need to do ensure that Salesforce1 can be used to update shipment records from the Salesforce1 Mobile App?
Nothing, Salesforce1 supports custom objects and page layouts
Create Salesforce1 Mobile Page Layouts for custom objects
Create Mobile Card Layouts for the App
Create a corresponding mobile app and include the shipment custom object
You are building a project management application. According to the design given to you, a project must store information regarding the various functional modules under it. Each functional module must store information regarding the responsibility assigned to each developer. Information about the responsibility must have information about the due date and status. What could be the most optimal data model to achieve this?
Create a Project object then Module as child object. Add Tasks to Modules
Create a Project object then add Tasks to it. Define Module as a field on Task.
Create Project, Module, Responsibility as parent, child and grandchild objects
Create Project and Module objects then Responsibility as a junction object
How would you ensure that an opportunity name contains a “:” character? Choose 1 answer.
Use the FIND() function
Use the CONTAINS() function
Use the SEARCH() function
Use the INDEX() function
What operations can be performed using the GUI interface of Data Loader?
Upload Attachments
Upload documents and links into content libraries
Hard Delete Records
Soft Delete Records
You would like to prevent users with the support profile from accessing Documents in Salesforce. What is the best way to achieve this? Choose 1 answer.
Set the Document Tab setting to Tab Hidden for the profile
Set the Document Tab setting to Default Off
Disable Object Access to the Document Object
Use a permission set to restrict access to users with the support profile
Which one workflow action cannot be automated using point and click through process builder?
Field Update
Email Alert
Tasks
Outbound message
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?
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
It is not possible to convert master detail to look up relationship
Global Sales Corp has 90 fields on their account object. They decide to boost employee productivity by showing the most commonly used fields at the top of the Account page. However, the set of most frequently used fields are different for Sales, Service and Marketing teams. What is the best way to achieve this need?
Create multiple list views for Sales, Service, and Marketing
Create multiple page layouts of Sales, Service and Marketing
Define multiple profiles for Sales, Service and Marketing
Define multiple roles for Sales, Service and Marketing
Your Sales department would like to assist Account Managers by providing instructions for each sales stage on the opportunity page layout. The instructions should only display for the current stage of the opportunity. How can this be accomplished? Choose 1 answer.
Add an inline Visualforce page to the page layout
Add a dynamic text field to the page layout
Use a dependent picklist to display the instructions
This is not possible
If a workflow email alert should be sent when an opportunity probability is updated to be greater than 75%, what should the evaluation criteria be?
When a record is created
When a record is created and every time it’s edited
When the Opportunity Probability is greater than 75%
When a record is created and any time it’s edited to subsequently meet criteria
When an opportunity is closed, you would like to automatically create custom object commission records. A commission record is generated for each account rep that was associated with the opportunity. The commission record has a value field which needs to be calculated based on the Account Rep role on the opportunity, time to close the deal and type and value of the opportunity. How could this be done?
Lightning Process Builder
Visualforce Page
What is true regarding the profile image displayed on a lead record? Choose 2 answers.
If a lead record is associated to a social network profile, the profile image will initially display the image from the first social network associated
The profile image can be changed by any user if a lead is associated with multiple social networks
The profile image can only be changed by an administrator
If a lead is not associated with any social network, users can upload a photo to be used for the profile image
You have a requirement to ensure that if the discount field on opportunity is greater than 30%, the record should be automatically submitted for Approval. Which of the following would help you meet this requirement? Choose 2 answers.
You have a requirement to provide a way to allow user to directly open up a Contact’s Facebook page, from the Salesforce contact detail page. Contact’s Facebook page is of the format “https://www.facebook.com/“, where ‘facebookid’ is a custom field on the contact record. How can this requirement be achieved? Choose 1 answer.
Detail Page Button
Detail Page Link
List Button
A or B
B or C
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.
A cannot be part of another masterdetail relationship
B cannot be part of another master detail relationship
B cannot have an Owner field
Marketing Users have edit access to object B
Universal Containers is using a custom app to record performance review information for their employees. The performance review should be visible to the employee and the employee’s manager, as well as the HR director. How can this be configured? Choose 1 answer.
Set the organisation wide default for Performance Review to private and use grant access using hierarchies to give visibility to the employee’s manager and HR director
Use manager sharing to enable sharing with the employee’s manager and HR director
Set the organisation wide default for Performance Review to private, do not use grant access using hierarchies and use manual sharing for the employee manager and HR director
Set the organisation wide default for Performance Review to private and add a criteria based sharing rule to share performance review records with a public group that includes the employee managers and HR director
What is true regarding person accounts in Salesforce? Choose 2 answers.
Person accounts do not have a ‘Parent Account’ field
Person accounts do not have the Account Hierarchy feature
Person accounts can be enabled in setup
Person accounts can have contacts
Leads cannot be converted to Person Accounts
In a service application, different kinds of resources are assigned to jobs. The resource types are phones, vehicles and tools. They share mostly common fields but also have some fields unique to each resource type. How should you represent this in Salesforce?
Create a custom object for each resource type
Create one custom object and use record types
Look for standard objects to use to store the resource data
Sam architects a Force.com recruitment application by using custom objects to represent “Candidates”, and “Positions”. A M:M junction object is used between the two called “Application”. Which of the following statements is true with respect to this application? Choose 1 answer.
The Application object cannot have child records
The Application object cannot be on master side of a masterdetail relationship
The Application object cannot have a Tab
Data cannot be imported to the Application object
Global Insurance will use Salesforce to collect lead information from different sources. The information collected about a lead will vary greatly depending on if the lead is interested in life insurance or business insurance. What features would you suggest to use to configure Salesforce in this situation?
Record Types
VisualForce Pages
Custom Objects
Tab Settings
Sam has written the following validation rule for the custom field ‘Count’ OR ( Count__c = 0, MOD ( Count__c,2) <>0 ) What should the error message on this validation rule be set to?
Count must be a non zero even number
Count must be a non zero odd number
Count cannot be a non zero even number
Count cannot be a non zero odd number
The marketing department would like to manage email campaigns and track responses in Salesforce. What is the recommended solution to this requirement?
Use the standard campaign functionality
Build custom functionality that tracks the responses
Use a third party app from the App Exchange
Use a third party email campaign application and integrate with Salesforce.
There is a requirement to display the accounts that users own in the opportunity account lookup, but also allow users to select other accounts if required. How can this be configured?
Dependent Lookup
Required Lookup Filter
Optional Lookup Filter
“Stock Symbol” is a custom field on the Account object. What is the best way to make this field appear on Contact detail page layout?
Roll up summary field
Lookup field
Parent Field
Requires Apex Code
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.
Detail Page Links
Visualforce
Which amongst the following provides a dynamic environment for viewing and modifying all the objects and relationships in a Force.com app?
Schema Builder
Process Visualizer
Approval Visualizer
Flows
What is not a capability of the lead object? Choose 2 answers.
Standard or Custom fields can be mapped to fields in Account, Contact and Opportunity objects as part of lead conversion.
Leads can be grouped into queues
Leads can be automatically assigned to users or queues
Custom objects that have been related to a lead can be copied when a lead is converted to the account, contact or opportunity
Your Salesforce organization uses a custom object to capture expense data. You are required to ensure that an expense record is only visible to the respective record owners, and those above him/her in the management hierarchy. Which of these items would you need to configure? (Select 2)
Permission Sets
Role Hierarchy
Organization wide Sharing defaults
Expense Sharing Rule (Custom Object Sharing Rule)
The Account Object has more than 100 custom fields created to store customer related data. There has been a lot of complaints regarding the usability of this object. You have decided to create a third column on the page layout, to reduce the need to scroll down the page. How can a third column be created?
Create a Visualforce Page
Program it in APEX
Choose the option in the page layout editor
A third column is not possible
Universal containers needs to calculate the sum of the Amount of related Opportunities on Account level. How should the Administrator implement this? Choose 1 answer.
Create a Formula field
Create a Roll-Up Summary field.
Create an Workflow Field Update to capture the value.
Create a Number field.
You have defined a custom object ‘Shipment’ that has a lookup to another custom object ‘Service Level’. Only users with a manager role are allowed to select the ‘Expedited’ value in the Service Level lookup. How would you achieve this?
Which of the following statements are true of a Master Detail Relationship? Choose 2 answers.
The master object can be a standard object or a custom object.
The relationship field is not required on the page layout of the detail records.
By default, records can be reparented in masterdetail relationships
The security settings for the master record control the detail records.
Which of the following is not a declarative option available for incorporating Lightning Components in an application?
Adding a custom component to a lightning page
Adding a standard salesforce component to a lightning page
Adding a 3rd party managed component to a lightning page
Adding a report component to a lightning page
Universal Containers plans to start using Lead Management in Salesforce. What capabilities of the Lead object could they make use of? Choose 3 answers.
Web to Lead
Email to Lead
Lead Conversion to Opportunity
Lead Conversion to Account and Contact
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?
Rich Text Field
Image Field
Bitmap Field
There is a requirement that validation rules are not enforced for the system administrator, as this is causing problems when loading historical data. How can this requirement be met? Choose 1 answer.
Inactivate the validation rules when loading data
Add a condition to each validation rule to check the users profile
Use the ‘Don’t Apply Validation Rules’ setting in Data Loader
Use Triggers instead of validation rules and check if the user is System Administrator
A developer has created a calculated cost field on the Opportunity Product object. There is a requirement to display the total calculated cost on the Opportunity. Can the developer meet this requirement with a rollup summary field? Choose 2 answers.
Yes, if the formula only refers to fields in the Opportunity Product object
Yes, if the formula does not contain any functions
Yes, if the formula does not contain the NOW or TODAY functions
No, it is not possible to rollup a formula field
You are running a training session for a group of new Salesforce developers. Each developer is provided with their own Salesforce developer edition org. As part of this training session you are required to distribute an Expense Manager application to the trainees, and allow them to work further on it. What would be the best way to do this? Choose 1 answer
Bundle the app as a Managed Package
Bundle the app as an Unmanaged Package
Create Trainee Users on your Salesforce org
Share code for the Expense Manager via email
You have been requested to configure the Salesforce system, so that an Account record that has Type field = ‘Internal’ must be visible to all users. The associated contacts and opportunities also need to become visible to everyone. How many Sharing rules would you define here?
One
Two
Three
Not possible using Sharing Rules
A user wants to use inline editing from a list view to quickly edit records. What setting must be enabled?
Enable inline editing
Enable enhanced lists
API access
Both A & B
It is required to define an “Update Payment” feature for a custom object, which users can access on Salesforce1. Clicking the ‘Update Payment’ must allow the user to update the Status field on a custom object, as well as enter comments. What is the best tool you have to achieve this?
Quick Actions
Universal Insurance have a requirement for users to be able to enter policy and advisor details on one screen and for the advisor commission to be displayed on the next screen. What would be the recommended solution to this requirement? Choose 1 answer.
Create a Visualforce Wizard
Create a Visual Workflow
Create a formula field
Create a Process with Process Builder
The executive dashboard for Universal Containers needs to show the number of leads that are over a year old, but are not yet converted. Which dashboard component would you recommend for this? Choose 1 answer.
Gauge
Metrics
Tables
Charts
You would like to add a formatted textual description to your lightning page, what type of component would you use? Choose 1 answer.
Rich Text
Description
If step criteria are defined on an approval process, what are the possible actions for records that do not meet the criteria? Choose 3 answers.
Reject the record
Approve the record
Go to the Next Step
Go to the Last Step
Send an Email Alert
Which of the following statements is false about delegated approvers? Choose 1 answer.
Delegated approver is an alternate approver for approval requests
Delegated approver is configured on Approval Wizard
Delegate approver can’t reassign approval requests
Delegate approver can reject an approval request
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.
Look Up
Master Detail
Hierarchical Relationship
None of these
Scenic Properties have setup custom objects to track their real estate listings and inspections scheduled for each listing. If the status of a listing is updated to ‘Sold’ the status of all related Inspections should be updated to ‘Cancelled’. How can this requirement be met? Choose 1 answer.
Use a cross object workflow field update on the Listing object to update the related Inspection records.
Use the Process Builder to update the related child records
Write an after trigger on the Listing object to update related child records
Write a before trigger on the Listing object to update related child records
Can a master object have a roll up summary field, which works based on a Date/Time type field present in the detail object? Choose 1 answer.
Only if the roll up is based on a COUNT calculation
Only if the roll up is based on a SUM calculation
Only if the roll up is based on a MIN or MAX calculation
Roll Up Summary field cannot work based on a Date/Time type field
Universal Containers have 50 user profiles. When performing a production deployment, what steps should be added to the deployment plan to lock users? Choose 1 answer.
At the beginning of the deployment, change the login hours on each profile, at the end of the deployment, reset the login hours
At the beginning of the deployment, manually change the profile of each user to a maintenance profile, at the end of the deployment, reset each user’s profile
At the beginning of the deployment, use Data Loader to save a file of users and profiles. Change each user to a maintenance profile. At the end of the deployment update all user records with their original profiles
At the beginning of the deployment, restrict the company wide login hours, at the end of the deployment, reset the company wide login hours
Change Sets can be used to do all of the following, except? Choose 1 answer.
Deploy changes to create a new Apex Class in production
Deploy changes to rename a Custom Object in production
Deploy profile level settings for a component being deployed
Validate Dependencies that exists for a Custom Object
What happens when a user clicks on a social network icon? Choose 3 answers
The user is prompted to login to each social network if they are not already logged in
The social viewer will display information from each social network if a user is logged in
If a social profile is not associated with a record, the user can search and select which profile to use
Each social network site is displayed in a separate tab in the browser
What type of Sandbox is appropriate for full regression, performance and load testing? Choose 1 answer.
Partial Copy Sandbox
Full Sandbox
Performance Sandbox
Test Sandbox
Global Telecommunications wants a new opportunity record to be created every time a new contact is added, to an Active Account. Which amongst the given features in Salesforce would let you achieve this? Choose 1 answer.
Process Builder Action
Apex Trigger on Opportunity
Apex Trigger on Contact
Universal Containers would like to ensure that any time a Service Request (Case) is closed, a branded email is sent to the customer. Which of the following features are required to achieve this scenario? Choose 3 answers.
Email Template
Letterhead
Outbound Message
What features would be required to display a report that shows for each internal recruiter how long current year positions with application are open for? Choose 3 answers.
Summary Report
Matrix Report
Cross Filter
Field Filter
A workflow has been written to update the “Stage” field on opportunities. What will be the impact of this field update?
Type fields on opportunity.
Forecast field on opportunity.
No Impact.
Both A & B.
What is true regarding how lightning components are incorporated into an application? Choose 2 answers.
A lightning page is composed of regions that contain one or more components
A lightning page is composed of only one component
A lightning page can have multiple components but only 1 region
Each type of component can be included in a lightning page only once
What is true regarding the user interface for external object data? Choose 1 answer.
External object data can be accessed via lists views
External object data can be accessed via custom tabs
External object data can be accessed via detail pages
Chatter Feeds can be enabled on external object pages
Universal Containers want to track the location of each container. What is not a valid reason for creating a custom object and lookup from the container object instead of using a picklist to store location values? Choose 1 answer.
There are a very large number of locations
Location values need to be maintained by end users
Additional information about the location needs to be recorded
Validation needs to be performed on the location value
ABC Corp. wants to get the sum of all Opportunity Products Quantity and show it in the Opportunity Total Quantity which is in the Opportunity layout. What feature of Salesforce would help achieve this? Choose 1 answer.
Workflow Rules
Number Field
Roll Up Summary Field
What can be configured to be included on the related information page for a record in Salesforce1? Choose 1 answer.
Related Lists
Expanded Lookups
Visualforce Pages
Components
The workflow field update on the Opportunity Amount field is not working. What could be the problem? Choose 1 answer.
The workflow rule is not active
The opportunity has products assigned
The field update was not defined correctly
How can the fields that are shown at the top of the record detail page in Salesforce1 be customized? Choose 1 answer.
Create a compact layout
Create a Salesforce1 layout
Create a mobile card layout
The first 4 fields from the page layout will be used
Universal Containers is defining a custom Expense Manager app for their Salesforce org. They would like to ensure that users in a team only see their own Expense Reports, but a manager can see all his subordinates’ expense reports. Which of the following are essential steps to be done to achieve this use case? Choose 2 answers.
Define Users & Managers as 2 separate profiles
Define Org wide default for Expense Report object as Private
Define Sharing Rules for Expense Report object
Custom buttons cannot be created on which object?
Lead
Quote
Task
User
What is true regarding a dashboard refresh? Choose 1 answer.
If a dashboard is on the home page, it will be refreshed each time the home page is displayed
If a user clicks refresh to update a dashboard, the data is refreshed for all users
Dynamic dashboards can be scheduled to be refreshed
Dashboards can be refreshed hourly, daily or monthly
The service department uses work orders to manage service jobs. When a job is scheduled and resourced, the status is changed to ‘Pending Approval’ and it must be approved by the Service Manager. What business logic features would you recommend to provide a solution for this business process? Choose 1 answer
Use process builder to create a process with an action that submits the work order for approval automatically based on the work order status
Use visual workflow to submit the work order for approval automatically based on the work order status
Define an entry criteria on the approval process to start the approval process automatically based on the work order status
Define an entry criteria on the work order that checks the work order status is ‘Pending Approval’ and request the scheduler to use the ‘Submit for Approval’ button.
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?
Master Detail Relationship and rollup summary fields
Look Up Relationship and rollup summary fields
Cross Object Formula Field
Hierarchial Relationship and Process Builder
What capability in Salesforce allows you to automatically keep Contact information updated? Choose 1 answer.
StayInTouch Request
Workflow Email
Email Handler Class
WebToLead
EmailToCase
You have a need to do performance testing prior to golive of an upgrade project. Which environment would you use for conducting the performance testing?
Developer Sandbox
Developer Pro Sandbox
Full Copy Sandbox
Production Org
Global Sales Corp. want to uses Salesforce to track Expenses, and would like to ensure that no proxy Expenses are submitted for approval. That is, it wants to ensure only the creator of an Expense record is able to submit it for approval. How could they achieve this use case? Choose 1 answer.
Validation Rule on Owner Field
Custom Submit for Approval button
Control Submit for Approval visibility on Page Layout
It is not possible to change the data type for which of the following field types?
Formula
Encrypted
Fields marked as External Ids
Auto Number
Rich Text Area
Which of the following field types can be used in a formula field? Choose 1 answer.
Text Fields
Text Area Fields
Description Field
Encrypted Fields
What is not true regarding relating Tasks and Events to other objects?
Accounts are associated via the WhatId or AccountId
Leads are associated via the WhoId
Custom Objects are associated via the WhatId
Assets are associated via the WhatId
Contacts are associated via the WhatId
What is true regarding changing the field type of a rich text area?
It is not possible to change the field type of a rich text area
Rich text area field can be converted but only to a long text area field type
Rich text area fields can be converted to a text area field type but data may be truncated
Images in a rich text area are deleted when the field type is converted
As a developer at Global Insurance, you have determined that you need to store the following types of information: Prospects, Customers, Policies, Claims and Benefits. What statement is true in this situation?
A mixture of standard and custom objects would be required
Custom objects would need to be created to store this data
Standard objects could store all of the required data
Customers could be stored in the Account standard object, but all other data would require custom objects.
In ABC company, when a quote is accepted by the customer, a draft agreement and followup tasks are created. What is the best way to cater for this requirement? Choose 1 answer.
Create a workflow rule triggerred by a field update on the quote status, with an action to create an agreement record and tasks
Ask a developer to create a trigger that will create an agreement record automatically based on the quote status and use a workflow rule to create followup tasks
Use process builder with an action to create an agreement record and also create followup tasks
Use visual workflow to define a record creation process and task creation
Salesforce lets you define actions for all of the following functions, except
Create a record
Log a Call
Update a Record
Invoke Apex Class
Invoke Visualforce page
Your organisation has a real estate application and is requesting people that are interested in leasing apartments to send an email with their application attached and include in the email which apartment they are interested in. The leasing manager would like the email to be processed automatically if possible. What option would you suggest? Choose 1 answer
Instead of using emails use Web to Case functionality
Use the standard Web to Lead functionality
Develop an email service to process the email and attachment
It is not possible to process an attachment automatically
There is a requirement to create a 3 step Wizard that guides an end user through the Opportunity creation process. What would be your approach to address this requirement?
Use Approval Workflow
Use Force.com Sites
Use a Visual workflow
Use VisualForce
You would like to ensure that the contacts that can be selected on a case are those related to the account selected on the case. How would you achieve this?
Create a dependent lookup on Case Contact field
Create a dependent lookup on Case Account field
Create a dependent lookup on Account Name field
Create a required lookup filter on the Case Contact field
Mary is considering various requirements for managing customers. Which standard account features could she make use of?Choose 3 answers.
Relating customers in a hierachy
Tracking the team that works on a customer account
Understanding the roles contacts play in an organization
Automatically updating the customer’s credit rating
On the custom object ‘Vehicles’, a lookup relationship is defined to the ‘Model’ custom object. What are the possibilities when a Model record is deleted? Choose 3 answers
The lookup field value on vehicle is cleared
The deletion of a model record is restricted
The vehicle record is deleted
The lookup field value on vehicle is updated to the next model record
Universal Systems have their Global sales team organized by geography. There are 242 regional sales managers, 22 country sales heads and 1 Global VP – Sales. The Global VP of Sales needs to be able to see the opportunity data of the entire company, while the country sales head must only see the opportunities owned by his respective regional managers. Region Sales managers must not see each other’s opportunity data. What combination of features in Salesforce could be used to achieve this use case effectively? Choose 2 answers.
Roles
Object Permissions
Default Sharing Settings
What is true regarding page layouts? Choose 3 answers.
Page Layouts can include a visualforce page
Different Page Layouts can be defined for different groups of users
The order of related list fields can be controlled from a page layout
Filters can be applied to records displayed in a related list from a page layout
Your organization has recently completed a large marketing campaign across the globe. The Marketing director wants to collect customer feedback related to the campaign. He wants to use Salesforce for sending survey forms and collating the survey results directly within Saleforce. What would be the recommended solution?
Create a custom survey application using force.com
Develop a custom survey application using .net and integrate with Salesforce
Use a 3rd party cloud survey application and integrate with Salesforce
Look for an AppExchange solution that meets the requirements
A new dashboard has been created that lists the opportunities that have a close date in the next week. What is the easiest way for the Sales Director to go to a particular opportunity record that is listed in the dashboard? Choose 1 answer
After clicking on the dashboard, the source report will be displayed with a link to the opportunity record.
Set the drill down option on the dashboard component to go to the record detail page
Set the drill down option on the dashboard component to the record URL
Set the drill down option to go a filtered source report.
What details are displayed for Social Accounts and Contacts?
Every user will see the same details
Each user will see different details depending on how they are connected
The details displayed can be configured by an administrator
The details displayed depend on the user’s profile
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.
Trigger
Visual workflow
If a standard lightning component is not available to meet business requirements, what should be the first action? Choose 1 answer.
Develop a custom component
Look on the AppExchange for a custom managed component
Modify an existing component
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?
Use Assigned App settings on profile
Use Object Settings on profile
Use Assigned App settings on role
Use Object Settings on role
Steadfast Insurance Inc. have a custom object ‘Claim’ to track insurance claims. A team member will record a claim and an approval process is used for the insurance manager to approve the claim. In order to assist the manager, the team member’s claim limit from their user record should be displayed on the claim record. How can this be developed? Choose 1 answer.
Use a field update in a workflow rule to copy the team members claim limit onto the claim record
Use a cross object formula to display the user’s limit on the claim record
Use a trigger to populate the user limit field when the claim is created
Use Process Builder to populate the user limit field when the claim is created
Sporty Auto Loans uses a custom object to record loan details for customers. As part of the loan agreement, the agreed loan rate is stored. The loan rate cannot be modified after it is initally saved. What is the best way to meet this requirement?
Use a validation rule using the ISNEW() function
Use a validation rule using ISNEW() and ISCHANGED() functions
Create a trigger to prevent changes to the loan rate
Set the field to readonly using field level security
The head of customer service want you to build a single dashboard that shows the number of cases and the number of internal tickets. However, the internal ticketing system is not Salesforce. With which dashboard component type can you achieve this goal?
You have defined a lookup relationship between Accounts and Survey Results. You need a field on the Account that displays the total number of Survey result records. How can this be achieved? Choose 1 answer.
Rollup summary field
Trigger code
A custom application is used to record staff details. The date of birth field is considered private and should only be visible to HR users. What can be used to prevent a non HR user from accessing this data?
Field Level Security
Object Level Security
Page Layouts
What is true regarding where actions are added? Choose 2 answers.
Object specific actions are added to the global publisher layout
Global actions are added to the appropriate page layouts
Object specific actions are added to the appropriate object page layouts
Global actions are added to the global publisher layout
Which field type is used to create a many to many relationship between two custom objects?
Lookup
Master detail
Junction
Hierarchical
Universal Containers is considering creating a custom object instead of using the standard Opportunity object. What standard capabilities of the Opportunity object would not be available on a custom object? Choose 3 answers.
Big Deal Alert
Similar Opportunity Search
Quotes linked to Opportunities
When cloning an Opportunity the fields to be cloned can be selected
Bob has linked the Twitter social profile of the contact Mary Jones to her contact record. When another user, Sue accesses the Mary Jones contact record, what will happen? Choose 2 answers.
Each user can select a Twitter profile to link to the contact record, so Sue will have to search and link the Twitter profile herself
Linking social profiles only needs to be done once, so Sue will have access to the social profile after she logs in to her Twitter account
Sue will have access to the Twitter profile on the Mary Jones contact record and does not need to login to her Twitter account
Sue will have access to the Twitter profile on the Mary Jones contact record if the Twitter social network is enabled in Sue’s user settings
Global Sales Corp., wants to ensure the when a sales rep provides more than 15% discount on an opportunity, it is reviewed by a senior manager. Which amongst the following features would you use to achieve this? Choose 1 answer.
Validation Rules
Assignment Rules
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?
Create a trigger on the delivery item object to update fields on the delivery object
Create rollup summary fields on the delivery object
Use Process Builder to update the fields on the delivery object when delivery items are updated
Use Visual workflow to update the fields on the delivery object when delivery items are updated
Global Insurance has set its Account object OWD to private. They do allow account managers to grant access to other users if required using their own discretion. How would you meet this requirement? Choose 1 answer.
Add the Sharing Button to the Account Page Layout
Enable ‘Manual Sharing’ in the security settings of the object
No action is required, the Sharing Button will be displayed automatically if the OWD setting is private
Enable ‘Grant Access using Hierarchy’ in the security settings of the object
What is the best tool to use for automated batch operations such as nightly scheduled data extractions?
Run Data Loader from the command line
Workflow rules
Utilize flow processes
Batch operations are best completed manually
What ways can an approver receive an approval request?
Emails
Chatter Posts
Salesforce1 Notification
Global Travels has a list of leads that needs to be imported. They follow a very strict data quality policy, and therefore do not want any duplicate leads to be created in the system as part of the import. What would you, as a Salesforce developer, recommend to Global Travels? Choose 1 answer.
Use Data Loader
Use Data Loader CLI
Use Data Import Wizard
Use Data Import CLI
Universal Systems use Salesforce to manage expense reports. If a expense request is approved, the payment system needs to be updated so that the reimbursement can be done. What is the best way of achieving this?
Create a Trigger to send an API message when the approval request is approved.
Create an outbound message action sent to the payment system
Use Process Builder to send an API message
Create a Visual Force page that includes a button to send an API message to the payment system.
Universal Containers plan two custom objects to track “Vehicle” and “Cargo” data. A vehicle can tansport multiple cargo, while a cargo is always associated to 1 vehicle. Universal Containers decommissions certain vehicles if they do not pass the quality checks. Such vehicle records are deleted. Also, it is mandatory to keep history of all Cargo data for compliance purpose. What would be the best recommendation for Universal Containers, in terms of defining these custom objects? Choose 1 answer.
Define Vehicle as a Look Up relationship on Cargo
Define Cargo as a Look Up relationship on Vehicle
Define Vehicle Cargo as a MasterDetail relationship
Define Cargo Vehicle as a Master Detail relationship
What is true regarding the Salesforce1 Navigation menu? Choose 2 answers.
The order of the items can be selected by the administrator
The order of the items can be selected by the user
The first item in the list becomes the Salesforce1 landing page
The order of the objects in the recent section can be customized by the administrator
Universal Containers would like to track the leads and contacts it will send a direct mail promotion. What would be the recommended data model to meet this requirement? Choose 1 answer.
Add a ‘Campaign Lead’ object and a ‘Campaign Contact’ object
Add one custom object ‘Campaign Leads and Contacts’
Use the standard ‘Campaign Members’ object
Use the standard ‘Campaign List’ object
Which considerations does a developer need to keep in mind when creating a workflow rule? Choose 2 answers.
Workflow rules on custom objects can cause errors if the custom object is deleted
Each workflow rule applies to a single object
Field update actions are always executed first
The order in which individual actions and types of actions are executed is guaranteed
A user does not see the Social network icons on the Account Page Layout. What are possible reasons for this? Choose 2 answers.
Social Accounts and Contacts is not enabled for the organization
Social Accounts and Contact is not enabled for the user
Social Accounts and Contacts is not enabled for the user’s profile
Social Accounts and Contacts is not enabled for the user’s role
The Executive team at Universal containers would like to see the Account, Opportunity and Cases belonging to a country, in a single report. How would you configure this, if at all possible?
Custom Report Type
Martix Report
Joined Report
Not possible to achieve in a single report
Your organization is interested in the social features of Salesforce, but is concerned about the effort to link the social profiles to all records. What would you suggest? Choose 1 answer.
Data.com social key can automatically associate social profiles
Data Loader can be used to load social profiles
Social profiles are automatically linked when clicking on the network icons on the page layout
Social profiles must always be manually linked
Universal Systems wants to capture some additional information while selling to Government accounts. Which of these steps represent the best solution? Choose 2 answers.
Create a custom object called “”Government Accounts”"
Add validation rules to the Account fields specific to Government Accounts
Use Record Types to identify Government Accounts
Define separate Page Account Page Layout for Government Accounts
As part of data entry validation, the country code needs to be validated. A custom object contains the values for every valid country code. How could this requirement be met?
Use a Validation Rule and the VLOOKUP() function
Use a “before” trigger
Use an “after” trigger
Use a Validation Rule and the VALIDATE() function
There is a many to many relationship between Employees and Projects. That is, an employee can work on many projects and a project can have many employees working on it. A junction object has been defined ‘Project Assignment’. What would happen to the Project Assignment record if an employee record is deleted?
The Project Assignment record would be deleted permanently
The Project Assignment record would be deleted and moved to the recycle bin
The Project Assignment record would remain with the Employee field cleared
The Employee record could not be deleted if there were Project Assignment records
There are 3 custom objects, Position, Job Application and Candidate. Lookup relationships have been created from Job Application to Position and Job Application to Candidate. What are valid reasons for creating lookup relationships instead of master detail relationships? Choose 3 answers.
The owner of the job application could be different to the owner of the position record
Job applications may be processed in a queue
The Position object may already have a master detail relationship defined
A total field for the number of applications for each position is required on the position object
Universal Systems require that some specific opportunities be collaborated on by multiple regional Sales Managers, so that they are closed efficiently. Collaborating on an opportunity is an adhoc decision taken by a regional sales manager, and there is no common criteria to determine such opportunities. What feature of Salesforce would help achieve this use case?
Programatic Sharing
Manual Sharing
Universal Containers would like a way to search, select individual accounts and build up a list to perform further processing. How could you fulfil this requirement? Choose 1 answer.
Build a visualforce page with search and select options
Ask the users to search for each account and add to a list manually
Run an account report, export to Excel and filter
Define a list view and select multiple accounts from the list view results
What is true regarding a lookup relationship? Choose 2 answers.
The objects in the relationship can have different owners
A lookup relationship is used when two objects need to be linked tightly
Both objects in the lookup relationship can have independent sharing rules
Lookup fields are always optional
Contracts must be approved before the status is set to Finalised. How can this requirement be met?
Add a final approval action in the approval process to update a field on the contract and use a validation rule to check this field when the contract status is changed to ‘Finalised’
Use a trigger on the contract object to check the contract has been approved when the status is changed
Use Process Builder to check the contract is approved when the contract is edited and the status is set to ‘Finalised’
Add a validation action in the approval process to ensure the the status is not set to ‘Finalised’ before the contract is approved.
If a user does not have a certain record type assigned in their profile, what is true? Choose 1 answer.
The user will not be able to select the record type when creating records
The user will not be able to access records of record types not assigned in their profile
The user will not be able to delete records of record types not assigned in their profile
The user will not be able to edit records of record types not assigned in their profile
Universal Containers would like to improve usability of their current look up fields. When looking up a Contact record, they would like to view the Phone, Email and Age fields as well as the name. What feature of Force.com would you require to help them with this need?
Page Layout
Search Layout
Tab Layout
Global Insurance use Salesforce to manage claims on insurance policies. They would like on one page, to display claim details next to the related policy detail and details of the person insured. How can this be enabled?
Use a standard page layout with 3 columns and include the 3 objects
Create a Visualforce page that includes information from the 3 objects in 3 columns
Create a Force.com site page to display the information in 3 columns
It is not possible to display information in 3 columns
What is not true regarding external objects and lightning connect? Choose 2 answers.
External objects can be created for any data source that supports OData 2.0
External object data can be viewed together with data from within Salesforce on the same page
External objects support lookup relationships
External object data is not available in Salesforce1.
External object data is not available in Global Search
At Universal Insurance, medical data related to policy holders is only available to those users that have access via the sharing model. The chief medical officer however needs read access to all medical data. How can an administrator ensure this requirement is met?
Enable the ‘View All Data’ object permission on the profile assigned to the chief medical officer.
Enable the ‘View All’ object permission on a profile that is only assigned to the chief medical officer.
Enable the ‘View All Data’ system permission on the profile assigned to the chief medical officer.
Enable the ‘View All Data’ app permission on the profile assigned to the chief medical officer.
The HR Manager would like to give permission to only 1 account executive to access the Employee custom tab, which is currently only available for the HR employee profile. How can this be configured? Choose 1 answer
Add a Permission set for the specific user
Add a Permission set to the Account Executive Profile
OWD Settings
John, the Salesforce administrator at Global Consulting is designing the data model. As part of this he needs to represent Project and Employee data. A project can have many employees working in it, and an employee can work in multiple projects. What design would John propose?l
Create a look up relationship from Employee object to Project object
Create a look up relationship from Project object to Employee object
Create a masterdetail relationship from Project object to Employee object
Create a new junction object between Project and Employee object
The following are true about unmanaged packages, except? Choose 1 answer.
Unmanaged Packages can be shared using a URL
Unmanaged Packages can be shared via AppExchange
Unmanaged Packages can be created from a Developer Org
Unmanaged Packages can be distributed without 75% test coverage
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?
SUBSTITUTE function
CHANGE function
INCLUDE function
REPLACE function
What is true regarding capabilities of approval processes? Choose 1 answer.
Records submitted for approval cannot be edited
If an approver has selected a delegate the delegate can always approve any requests where they are the delegate
There are a maximum of 5 approvers for an approval process
Records can be automatically approved.
You are asked to configure Salesforce in such a way that if Account status is marked as ‘Inactive’, all associated Contact statuses should also be automatically marked as ‘Inactive’. To meet this requirement, you could use all of the following except?
Apex code
What is true regarding the sidebar? Choose 3 answers.
The administrator can select if users are able to collapse the sidebar
The items in the create new section of the sidebar can be customized
Links to frequently used reports could be added to the custom links section in the sidebar
Custom Components can be added to the sidebar
You have created a Sales Dashboard for the head of sales and all sales reps have access to it. All sales reps can see all data, even though they don’t normally have access to it. How can you make sure, that users will only see data within the existing dashboard they have the right to see?
Change the dashboard folder settings
Run dashboard as loggedin user
Run dashboard as specified user
Hardware’ and ‘Software’ record types are setup for Leads and Opportunities. A Hardware profile user has the default record type of ‘Hardware’. The Hardware profile user owns a lead with the ‘Software’ record type and converts it to an opportunity. What will be the result? Choose 1 answer.
The Software opportunity will be created with the ‘Hardware’ record type
The Software opportunity will be created with the ‘Software’ record type
Depends how the record type field has been mapped in field mapping
The user will be prompted to choose the record type
What is true regarding adding a custom object to an unmanaged package?
Its custom fields are also added to the package.
Its page layouts are also added to the package.
Its related triggers are also added to the package.
All of these
Sam is conducting some testing on his company’s Salesforce instance by manipulating data. He is aware that there are workflows configured on the Account object. Which of these activities are likely to trigger a workflow? Choose 2 answers.
Creating an Account
Deleting an Account
Updating an Account
Viewing an Account
The administrator would like a list of dashboards to displayed when a user logs into Salesforce1. How can this be accomplished?
Create a Visualforce page that contains Dashboards to the Navigation menu
Move the dashboard item to be the first item in the navigation menu item list
Mark the Dashboard tab as the Landing Page in setup
This is not possible to configure in Salesforce1
You need to route Opportunity approval requests to approvers based on the opportunity region and opportunity category. How can this be done?
Dynamic Approval Process
Serial Approval Process
Matrix Approval Process
Parallel Approval Process
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?