Quiz Flashcards
A Lightning Page is: (choose 1)
A. A page you can access via a customer community.
B. The new name for a Salesforce page layout.
C. A custom layout for creating pages in Salesforce1.
D. A compact, configurable, and reusable element.
C. A custom layout for creating pages in Salesforce1
Universal Containers installs an unmanaged package. Which of the following are true (choose 2 answers):
A. Unmanaged packages can be upgraded
B. Components of unmanaged packages can be edited C. Unmanaged packages have a namespace prefix
D. Unmanaged packages don’t have a version number E. Tests are executed during deployment
B. Components of unmanaged packages can be edited.
E. Tests are executed during deployment.
What would the proper field type be to allow users to enter multiple paragraphs (Choose 2 answers):
A. Text Area (Rich) B. Text Area C. Text Area (Long) D. Text Area (Super Long) E. Text F. Text (Encrypted)
A. Text Area (Rich)
C. Text Area (Long)
*A connection to a SQL server database to provide information on products needs to be created using Lightning Connect and an oData collection. There is a
table listing the categories of products in the database that need to be made available to an external object and searchable inside salesforce.What steps are required to display these fields?(Choose 2 answers)
A. Click Include in Salesforce Searches
B. Display the URL on the page
C. Select the add external Index option
D. Select Valid and sync
A. Click include in Salesforce Searches
D. Select Valid and Sync
Actions on a Lightning Page allow you to do which of the following? (Choose 1 answer):
A. Clone records, add users, and assign permissions.
B. Send email and delete or clone records.
C. Send email, create a task, and create or update records.
D. Send email, send outbound messages, and launch a flow.
C. Send email, create a task, and create or update records.
On an object called ‘Building’, when the building is changed from ‘Commercial building’ to ‘Residential building’, some fields are not relevant anymore an should not appear on the page. What is the recommended solution to eliminate the fields that are no longer relevant?
A. Create a separate Residential object and use a workflow to clone the existing Commercial
B. Create a criteria-based sharing rule to help with access to the record
C. Create a Residential record type to control the page layout for the object
D. Create a separate Residential object and use a trigger to clone the existing Commercial object
C. Create a Residential record type to control the page layout for the object.
What is the statement regarding case assignment rules? (Choose 3 answers)
A. A predefined Case Team is mandatory for each rule entry
B. Salesforce processes case assignment rules before workflow rules
C. They allow for more than one active rule at the same time
D. They allow for more than one rule entry for each assignment rule
E. They allow cases to be assigned to a queue
A. A predefined Case Team is mandatory for each rule entry.
D. They allow for more than one rule entry for each assignment rule.
E. They allow cases to be assigned to a queue.
What is true about social accounts?
A. You can use social accounts data even when you are not logged into the social account.
B. You need a personal social account in order to see social account data
C. You can use social accounts to import data into Salesforce
D. Connection to social account is established thru a company wide “named principal”
B. You need a personal social account in order to see social account data.
*Universal Containers wants to rollout new product bundles with several pricing options. Pricing options include product-price bundles, account specific pricing and more. Which product satisfies the needs (Choose 1 answer):
A. Custom AppExchange-app for product-pricing
B. Workflow on Opportunity/Opportunity Product
C. Formula fields on Opportunity/Opportunity Product
D. Lightning process builder
D. Lightning Process Builder
Universal containers has included its orders as an external data object into Salesforce. You want to create a relationship between Accounts and the Orders object (one-to-many relationship) leveraging a key field for account which is on both external object and Account. Which relationship do you create:
A. Lookup Relationship B. Indirect Lookup Relationship C. Master Detail Relationship D. Hierarchical Relationship E. External Lookup Relationship
B. Indirect Lookup Relationship
Field type conversion. Which of the following are true (choose 2 answers):
A. Data can be lost when converting from auto-number to text
B. Data can be lost when converting from number to currency (assuming that field lengths are identical)
C. Data can be lost when converting from simple picklist to multi picklist
D. Information can be lost when converting from text area (rich) to text area (long)
A. Data can be lost when converting from auto-number to text.
D. Information can be lost when converting from text area (rich) to text area (long).
Identify the standard Lightning components (choose 3 answers)
A. List View B. Reports C. Visualforce Page D. Rich Text E. Dashboards
A. List view
C. Visualforce Page
D. Rich Text
Person Accounts (choose 2)
A. Do use space in both account and contacts table
B. Have the same icon as Business accounts
C. Can only be merged with other person accounts
D. Are enabled by default
E. Are enabled via feature license
A. Do use space in both account and contacts table
C. Can only be merged with other person accounts
Which permission is required to install and uninstall packages from Salesforce AppExchange (choose 1):
A. Upload AppExchange Packages
B. Manage Package Licenses
C. Download AppExchange Packages
D. Create AppExchange Packages
C. Download AppExchange Packages
An object called “House” is related to Opportunity, there can be many Houses per Opportunity. On houses, we have a _eld named “Square feet”. We need to show the total of Square feet for all houses on each Opportunity. What type of relationship should we have?
A. Lookup
B. Master detail
C. Junction
D. Cross object
B. Master-Detail
What can be added to a Lightning Page using Lightning App Builder (Choose 3)
A. Standard Lightning components B. Object-specific publisher actions C. Global publisher actions D. Customer Visualforce Components E. Custom Lightning components
A. Standard Lightning Components
C. Global publisher actions
E. Custom Lightning Components
Which statement is true when using record types to control picklist value (choose 2)
A. If a picklist value is removed from the master, then it is no longer available when records assigned to that value are unchanged.
B. If values are added to the Opportunity Stage, Case Status, and Lead Status fields, then the values must be manually adjusted for each record type
C. If a record type is renamed, then the list of values included in that record type are also changed to newly renamed record types
D. If a picklist value is added to the master picklist, then the new value must be manually included in the appropriate record types
A. If a picklist is removed from the master, then it is no longer available when the records assigned to that value are unchanged.
D. If a picklist value is added to the master picklist, then the new value must be manually included in the appropriate record types.
Universal Containers want to store an area code and wants to be able to search for it in applications (apex). Which are possible fields to store the data (choose 2)
A. Text B. Phone C. Email D. Number E. Multi Picklist
A. Text
D. Number
An admin is trying to add a custom VF page to the mobile app quick navigation but can’t. What might be the problem?
A. A tab has not been created for the VF page
B. The smart search is not enabled for the VF page
C. The VF page references / fields that the user can’t access
D. The menu configuration has not been set up correctly for the VF page
A. A tab has not been created for the VF page.
Which of these actions are executed after a reevaluated workflow? (choose 3)
A. Cross-object workflow rules B. Criteria-based sharing rules C. Active Validation rules D. Previously fired workflow rules E. Active Escalation rules
B. Criteria based sharing rules
D. Previously fired workflow rules
E. Active Escalation rules
Universal Containers wants to be able to search for partner Accounts by area code. Which field should the area code be stored in? (choose 2)
A. Picklist
B. Phone
C. Text
D. Formula
B. Phone
C. Text
Universal Containers introduces a custom object called Service, which has a lookup to Account. Field enter Service using the Salesforce1 mobile app. Operators create new Service records when viewing Account name which needs to automatically display the current Account. How can this be accomplished?
A. Create an action in the Service object and add it to the Account page layout.
B. Create an action in the Account object and add it to the Service page layout.
C. Create an action in the Account object and add it to the Account page layout.
D. Create an action in the Service object and add it to the Service page layout
C. Create na action in the Account object and add it to the Account page layout.
Which deployment tools will you use to deploy metadata from one organization to another organization? (choose 1)
A. Change sets
B. Force.com IDE
C. Un-managed Packages
B. Force.com IDE
You can create global actions to let users create which of the following records? (choose 3 answers)
A. Opportunity B. Products C. Question D. Event (without invitees) E. Chatter Posts F. Users
A. Opportunity
C. Question
D. Event (without invitees)