crm app builder flashcards
To enable the Publisher Actions area on Page Layouts, navigate to:
Setup - Customize - Chatter - Chatter Settings
Where can a Standard Lightning Component be placed in the Lightning App Builder tool?
Canvas
Which of these is not a valid report format?
Tabular
Summary
Detailed
Joined
Matrix
Detailed
A custom object has a public read only sharing setting that does not grant access using hierarchies. A dynamic sharing rule provides write access to the object for the global marketing public group if the record is marked as global. A user creates a new record and marks it as global. Who will have write access to the record.
The record owner and the global marketing public group.
Company X needs a sandbox for load testing before they deploy their new application. The sandbox will need to contain their app and a complete copy of their data. What type of Sandbox will you recommend they use?
a full sandbox
The only sandbox that provides a full copy of all data plus the application is the _______.
full sand box
Company X has a custom object that has a many-to-many relationship with Opportunity/Line Item carrying price and amount info. In order to compute total amounts and total prices per Opportunity using Roll-up summary fields, what field type or relationship will you use?
Master-detail
Roll-up summary fields are only available on the _______ in a master-detail relationship.
master object
Describe the ramifications of field updates and potential for recursion in the following scenario: If a field update for Rule1 triggers Rule2 and a field update for Rule2 triggers Rule1.
The updates create a loop and the org limits for workflow time triggers per hour will likely be exceeded.
Which of the following cannot be translated via the Translation Workbench?
Custom Report Type
Validation Error Message
Standard Field Help
Report Name
Report Name
User cannot see a custom object field called “industry” in the report builder, but the same user can see it in the page layout. Why?
The industry field is not included in the custom report type.
Company X wants to do load testing of their new application. Which type of sandbox should they use?
full copy
If a report is run which returns 20,000 records, then…
the first 2,000 records are displayed in the User Interface.
Before Apex code can be deployed in production, what percentage of test coverage must be achieved?
75%
Based solely on Role Hierarchy, a manager can do all of the following except:
a. view all folders their subordinate has access to, i.e. reports, documents, and email templates.
b. extend sharing on his and subordinate’s records
c. view, edit, delete, and transfer her and sub’s records
d. view records their sub does not own but can view
a. View all folders their subordinate has access to, i.e. reports, documents, and email templates.
How can you highlight totals in a report?
use Summary totals
Resort X uses a custom object to track site visits. When the status of the site visit is changed from “in process” to “on hold”, the business wants the site visit owner to be automatically assigned to an “on hold” queue. Which features can admin use to do this?
Process Builder and Apex Trigger
Assignment Rules can only be used with _______ and _______, and never ________.
Assignment Rules can only be used with leads and cases, and never custom objects.
How can you create Many to Many relationships in Salesforce?
Use a junction object.
Give an example of a junction object.
Student Enrollments is a junction object to hold the records representing student’s enrollments in courses. Many students can be enrolled in many courses.
Company X requires that an opportunity has a new field showing the value of its related account’s billing state. This value should not change after the opportunity has been created. What is the recommended solution to configure this automated behavior?
Workflow
The trigger is on opportunity creation and this is a suitable use case for a workflow.
You can’t see a Visualforce page in the Salesforce Mobile app. What could be the reason?
The page is not enabled for mobile access.
Company X has included their orders as an external data object in Salesforce. They want to create a relationship between Accounts and the Orders object (one-to-many relationship) leveraging a key field for account which is on both the external Orders object and the standard Account object. Which relationship type should the create?
Indirect Lookup Relationship
A _______ links an external child object to a parent standard or custom object.
Indirect Lookup Relationship
A _______ links an external parent object to a standard, custom or external child object.
External Lookup Relationship
“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?
Formula field
Under what circumstances would the sharing button be enabled on a detail view for a record?
When record sharing is set to public read only or private for the object.
Which of the following features do Person accounts NOT have?
a. Person accounts can be added to campaigns.
b. Person accounts can be added to the case account name or contact name fields or both.
c. Person accounts can be included in account hierarchies.
d. Person accounts can be invited to events.
e. Person accounts can be sent individual or mass emails.
Person accounts can be included in account hierarchies.
Company X wants to make sure that the mailing post code for a contact matches the related account shipping postal code. How will you implement this using a formula in your validation rule?
A simple compare operator (< >) in a formula is the most accurate way of matching the two post codes.
You want to allow call scripting for call center employees to collect information from their customers. Which tool would you use?
Visual Workflow
Admin wants to perform some maintenance to delete obsolete fields. Which of the following are true about deleting fields?
a. The fields cannot be deleted if they are referenced in a report.
b. If enabled, the Field History will also be deleted.
c. Once deleted the fields will have to be manually removed from page layouts.
d. The deleted fields can be restored from the recycle bin for 15 days.
b. If enabled, the Field History will also be deleted.
d. The deleted fields can be restored from the recycle bin for 15 days.
A custom object called Sample has a Master-Detail 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 Roll-up Summary Field
Company X needs to create a roll-up summary field on a custom object that counts the number of related records on a child object. What type of field must exist before the roll-up summary can be created, and where should it be defined?
A master-detail relationship field on the child object.
When someone doesn’t have access to a field, what will happen if a field fails a validation with that field? (ie a validation rule on a field that is invisible to the user)
The validation rule is enforced even if the user doesn’t have access to the field.
Folders are used in Salesforce.com to store…
reports, dashboards, documents, and email templates.
What is the use of marketing user profile?
Select one:
a. User can create Campaigns.
b. User can work in the marketing app.
c. The user can import Leads.
d. None of these options.
User can create Campaigns.
Your Org wants to refresh a sandbox on a weekly basis with some sample data. Which sandbox type will you create?
Partial Copy Sandbox
How often can you refresh a Partial Copy sandbox?
every five days
What determines whether a user can create a new record using a specific record type?
Profiles determine access to record types.
Which of the following are not available on Custom Objects?
a. Workflow
b. Record Types
c. Assignment Rules
d. Validation Rules
Assignment Rules are not available on Custom Objects.
Management wants the sales and marketing teams to have different navigation menus in the Salesforce Mobile app. The Sales team will need access to Leads, Contacts, Accounts and Opportunities and the Marketing team will need access to Campaigns, Leads and Contacts. How should Admin do this?
Create separate sales and marketing profiles and ensure the profiles have access to the appropriate tabs for the objects they require.
When would you refresh a sandbox?
Select one:
a. Before user acceptance test (UAT).
b. After a production user is added.
c. After a major update.
d. After user training.
a. Before user acceptance test (UAT).
VP of Sales has requested that his sales reps be given access to view all accounts in org. However, he also requested his sales reps only be allowed to create new opportunities on accounts they own. As the App Builder, how will you implement this requirement?
Create a “new opportunity” quick action that validates account ownership before the opportunity can be created.
Dev noticed that a workflow field update does not trigger a validation rule. The validation rule does work when records are updated from the user interface. What could be the reason for this?
Validation rules fire before workflow rules.
What is the first step you must do when creating a new report?
Select the report type.
Which statement is true about social accounts?
a. You can use social accounts data even when not logged into the social account.
b. You can use social accounts to import data into salesforce.
c. Connection to social account is established through a company-wide “named principal”
d. You need a personal social account in order to see social account data.
d. You need a personal social account in order to see social account data.
You have created a time-based workflow that escalates a Lead record 10 days after it has been created if no updates have occurred. What is the best way to test that the new time based workflow rule is working?
Create a new lead record the view the time0based workflow queue.
All users of a recruiting app should be able to edit all positions except for Bill. Bill should only be able to view positions but not edit them. How can this requirement be met?
Set Org Wide Default for positions to public Read-Only and use a Sharing Rule to provide read/write access to all users except Bill.
Which type of field cannot be universally required (mandatory)?
a. Number
b. Text
c. Lookup
d. Email
Lookup
A Lookup field is not mandatory because by its nature it is optional - there might not be another Object it is connected to.
Which objects can be members of a campaign?
Leads and Contacts
The Director of Marketing has asked you to create a formula field that tracks how many days have elapsed since a contact was sent a marketing communication. The Director is only interested in whole units. Which of the following functions will be part of your formula?
a. Today ( )
b. Now ( )
c. Date ( )
d. Datevalue ( )
Today ( )
When you create a Business Process, what must you do? Select one:
a. Create a Page Layout
b. Associate a Record Type
c. Create a Sales Process
d. Create Validation rules
Associate a Record Type
Name the 4 types of business processes.
Sales process,
Lead process,
Support process,
Solution process
If the Time Zone field for your Org is Indian Standard Time (IST) and the Time Zone field on your record is set to Pacific Standard Time (PST), when you schedule a report to run every day at 2:00 PM, when will it run?
The report will run every day between 2:00 PM and 2:29 PM PST.
The user time setting will override the org if set.
For a contact object, all users should be able to see all the fields except Natalie who should not be able to see Mobile Number field. How can you achieve this requirement?
Use Field Level Security and Profiles.
Field Level Security can prevent the user from seeing the field and it is applied to a profile.
A Field hidden with Field Level Security can still be viewed from: (Select one)
a. Search
b. Reports
c. Console
d. None of these options
e. Page Layout
None of these options
Data Loader can be run through the Command Line.
True/False
True.
Data Loader CAN be run through the Command Line.
Your senior executive team have asked for daily metrics without having to log in to Salesforce. How can you achieve this?
Schedule the dashboard for daily refresh and email distribution.
A custom object has an Org-Wide Default setting of private but the Grant Access Using Hierarchies check box is turned off. Which users can select the Sharing button on records for that object?
Only the record owner and a user with the System Admin profile.
A salesperson is using Salesforce with the lightning user interface. He only sees the social contacts link for Twitter and not Facebook on his records. Why would this be happening?
Facebook is not longer supported by Social Contacts.
Which field type could be used to track the number of days a case has been open?
Formula field
A formula field can be used to create a formula that subtracts the case open date from today to determine how many days the case has been open.
Company would like to embed a chart of all related opportunities grouped by stage, on the account details page. Which type of report should be used?
a. A tabular report on the account object
b. A summary report on the account object
c. A tabular report on the opportunity object
d. A summary report on the opportunity object
A summary report on the opportunity object
Company wants to provide a different view for its users when they access an account record in Salesforce1 Instead of in the standard web version. How can this be accomplished?
By adding a mobile layout and assigning it to a profile
AND
By adding Visualforce pages to the Mobile Cards section
Person accounts have what limitations…
Person accounts aren’t supported by Data.com Duplicate Management.
Person accounts can’t have relationships with contacts.
Which of the following statements are true about cross-object formula fields in a Master-Detail relationship? (Select one)
a. You can only create a cross-object formula field on the child object.
b. You can create a cross-object formula field on both the parent and child object.
c. You can only create a cross-object formula field on the parent object.
d. A cross-object formula field is not available for a Master-Detail relationship
You can only create a cross-object formula field on the child object.
Which Salesforce formula function can return a value based on more than two different field parameters?
a. Contains
b. IF Statement
c. Beings
d. CASE Statement
CASE Statement
A change set can be moved between…? (Select one or more)
a. A sandbox and the associated production org.
b. Any sandbox to any production org.
c. Any developer edition org to any sandbox org.
d. Any two sandboxes that belong to the same production org.
A sandbox and the associated production org.
Any two sandboxes that belong to the same production org.
An app builder needs to change the data types of a few custom fields. The app builder is not able to delete and recreate any of the fields, nor modify any apex code. Which data type change will require the app builder to perform additional steps in order to retain existing functionality?
a. In an apex class from number to text.
b. Changing the datatype of a field used in a report from text to an encrypted field.
c. As an external ID from number to text.
d. In lead conversion from number to text.
In lead conversion from number to text.
If you change the data type of any custom field that is used for lead conversion, that lead field mapping will _______.
… that lead field mapping will be deleted.
You will have to recreate the field mapping.
With a many-to -many relationship using a Junction Object, the first master-detail relationship you create on the junction object becomes the primary relationship and this affects which of the following? (select all the apply)
a. Roll-up summary and formula fields can only reference the primary object
b. The look and feel of the object and detail pages come from the Primary object
c. Ownership is inherited from the Primary object
d. If Divisions are used, the division is inherited from the primary object.
b. The look and feel of the object and detail pages come from the Primary object
c. Ownership is inherited from the Primary object
d. If Divisions are used, the division is inherited from the primary object.
A custom field contains a feedback score (number 1-5). End users would like a visual indicator of one to five based on the number found in the feedback score field. How can you implement this requirement?
a. with a Number field
b. with text
c. using a custom image
d. with a formula
with a formula
A custom object called “House” is related to an Opportunity and there can be many Houses per Opportunity. On the House object, you have a field named “Square feet”. You need to show the total of Square feet for all houses related to the Opportunity. What type of relationship will you use between the two objects?
a. Junction
b. Lookup
c. Cross object
d. Master-Detail
Master-Detail
Person accounts fit your customers best if they are:
a. vacation travelers
b. gym members
c. online shoppers
d. VIP Executives
e. account managers
a. vacation travelers
b. gym members
c. online shoppers
A developer has completed work in the sandbox and is ready to send it to a related org. What is the easiest deployment tool that can be used?
a. Force.com IDE
b. Unmanaged Packages
c. Force.com Migration Tool
d. Change Sets
Change Sets