Admin 201 Flashcards
There is a master-detail relationship between custom objects A (master) and B (detail).Can B be a master of any other custom object?
A)Yes
B) No
Yes
It is possible to create two fields as External Id and two fields as Unique in an object?
A) True
B) False
False
Where we can select the fields needs to be displayed in the related list section of a detail page?
(Choose 1)
A) Specify the fields in the search layouts.
B) Specify the fields in the related list properties in page layout.
C) Use the mini-page layout to achieve this. D) Specify the fields in console mini view
Specify the fields in the related list properties in page layout.
We can import records of which of the following objects using Import Wizard? (Choose 3) A) Contact B) Case C) Lead D) Solution
A) Contact
C) Lead
D) Solution
In the console of Job Application, a user wants to see some particular fields of the related Positions. How this can be achieved? (Choose 1)
A) Add the fields in the Mini console View of Position page layout.
B) Add the fields in the Mini console View of the Job Application Layout
C) Add the fields in the Mini Page Layout of the Position page layout
D) Add the fields in the Mini Page Layout of the Job Application page layout
C) Add the fields in the Mini Page Layout of the Position page layout
There is a relation between two objects A and B and a report is created of type A with B. The records are grouped using some fields of B. Which of the following has to be used to highlight the record count based on the number of records? (Choose 1) A) Summary Totals B) SummaryHighlighting C) Conditional Highlighting D) Summary Formula
C) Conditional Highlighting
Can we use a field of auto-number type as external Id?
A)Yes
B) No
A)Yes
Which of the following are true?(Choose 2)
A) Today() function returns Date and Time
B) Now() function returns date and time
C) Day(date) Returns the day of the month, a number between 1 and 31
D) DAY (date) Returns the day of the week (Mon, Tue…etc.)
B) Now() function returns date and time
C) Day(date) Returns the day of the month, a number between 1 and 31
We can monitor Approval Process in which of the following? (Choose 1) A) System Log B) Scheduled Jobs C) Debug Log D) Setup Audit Trial
C) Debug Log
DML operations can be performed on Trigger. New. True or False.
a) True
b) False
b) False
Which of the following provides most restrictive access in salesforce sharing model?
a) Sharing Rules
b) OWD
c) Profiles
d) Roles
b) OWD
Folders are used in salesforce to store which of the following? (Choose 1)
a) Reports, Dashboards, Documents and Email templates
b) Reports, Dashboards and Documents
c) Dashboards, Documents and Email templates
d) Reports and Dashboards
a) Reports, Dashboards, Documents and Email templates
Which of the following is NOT a type of salesforce license ? (Choose 1)
a) Salesforce
b) Force.com–OneApp
c) Chatter Free
d) Salesforce.com API license
d) Salesforce.com API license
New Custom Object can be created using Schema Builder
a) True
b) False
a) True
A security token is required for API access when connecting from an IP address within the list of trusted networks.
a) True
b) False
b) False
A lookup relationship can be converted to Master-Detail when the following conditions are met (choose 1)
a) Making the parent field as a required field in the child object.
b) All existing records in the child object contain data for parent field.
c) All existing records in the child object need not contain data for parent field and is applicable only to the new records that would be created.
d) Parent field need not be a required field in the child object.
b) All existing records in the child object contain data for parent field.
Renaming label of Standard object Contact will rename its API name also. True or False
a) True
b) False
c) If respective option is selected.
b) False
Hierarchical relationship is only available (automatically) for User Object
a) True
b) False
a) True
Job application and position are linked with master detail relationship. When status of job
application changes to ‘Accepted’, status of master Position record should automatically change to ‘Hired’. How a developer can achieve (Choose 1)
a) Workflow and workflow field update on Position object
b) Custom formula field on Position Object
c) Workflow and workflow field update on Job Application object
d) Custom formula field on Position Object
c) Workflow and workflow field update on Job Application object
Can we create Roll up of account on opportunity object? True or False
a) True
b) False
b) False
Position is a custom Object containing details of each position. Candidate contains the details of each candidate such as Skills. When a user is viewing the Position records, he should also be able to see all those Candidates matching the skills required for the post. How can this be achieved? (Choose 1)
a) Add related list of Candidate
b) Create a lookup relationship of candidate on Position
c) Create a Visualforce page.
c) Create a Visualforce page.
Position is a custom object containing details of each position. Candidate
contains the details of each candidate such as skills. When a user is viewing
the position records, he should also be able to see all those candidates who
match the skill required for the post. However, a position can have no
candidate and a candidate record can also be kept blank. A position can be
applied by multiple candidates, while a candidate can also apply to multiple
positions. What can be done to achieve this?
a. Create a master-child relationship between them
b. Create a junction object to store both the values
c. Create a lookup relationship of candidate on position
d. Create a Visualforce page
b. Create a junction object to store both the values
Assignment rules and escalation rules are only available for custom objects. True or False
a) True
b) False
b) False
Scheduled apex can be automatically executed on which of the following basis (select 2)
a. Daily
b. Weekly
c. Monthly
d. Yearly
b. Weekly
c. Monthly
You can specify the set of objects that are supported by each queue, as well as the set of users that are allowed to retrieve records from the queue (T/F)
a. True
b. False
a. True
What statement is true for encrypted custom fields? (Choose 2 answers)
a. encrypted fields can be created on number data type
b. Encrypted fields can be included in Search results.
c. Encrypted fields are not available for validation rules or Apex scripts.
d. Encrypted fields can be included in report results.
b. Encrypted fields can be included in Search results.
d. Encrypted fields can be included in report results.
Which statement is true regarding a Force.com domain name? (Choose 3 answers)
a. It must be unique.
b. It is usually the name of your company.
c. It cannot be changed once it is registered to your organization
d. It cannot be mapped to your company’s domain
a. It must be unique.
b. It is usually the name of your company.
c. It cannot be changed once it is registered to your organization
- A custom object has an organization-wide default setting of Private with Grant Access Using Hierarchies turned off.
Which users can select the Sharing button on records for that object? (Choose 1)
a. The record owner, a user with the System Administrator profile, and a user shared to the record
b. The record owner, a user shared to the record, any user above the record owner in the role hierarchy, and a user with the System Administrator profile
c. The record owner, a user above the record owner in the role hierarchy, and a user with the System Administrator profile
d. Only the record owner and a user with the System Administrator profile
d. Only the record owner and a user with the System Administrator profile
Which scenario required Apex to automate the real-time business logic? (Choose 1)
a. As a user saves a new order (a custom object), the quantity and products on
the order are checked against existing warehouse stock (a custom object), then the warehouse that the product will ship on the order record is populated.
b. When a user enters a State and Zip Code into custom fields on a Candidate custom object, it must be checked against a Zip Code custom object to ensure that the Zip Code entered does exist in the State entered.
c. When a user creates a new Time off Request record (a custom object) and clicks Submit for Approval, the Time off Request routes to that User’s manager for approval.
d. When a user saves a New Hire record (a custom object), an outbound message is automatically sent with the new hire’s contact information to an external HR system
a. As a user saves a new order (a custom object), the quantity and products on
the order are checked against existing warehouse stock (a custom object), then the warehouse that the product will ship on the order record is populated.
A developer attempts to load data into the sandbox environment using the Data Loader GUI. The data load fails due to authentication issues. What should the developer check to diagnose the problem? (Choose 2 answers) A. The password encryption settings B. The mapping file C. The endpoint URL D. The user name
C. The endpoint URL
D. The user name
In Recruiting application, Position object is used to track position, contains fields, Total positions open and number of closed positions, User want to display analysis of these counts on a monthly basis, how a developer can achieve this? (Choose 1) A) Analytic snapshot b) Custom report c) Standard report d) A report using visual force
A) Analytic snapshot
Where the process visualizer is available? (Choose 1)
a) Validation rule
b) Approval processes
c) Work flow rules
d) Apex Code
b) Approval processes
When loading Accounts, Contacts, and Users. Which order is preferred?
i. Contacts
ii. Accounts
iii. Users
a. ii , i, iii
b. i ,ii, iii
c. iii, ii, i
d. order doesn’t matter
c. iii, ii, i
What is not possible with User object page layout? (Choose 1)
- a.A) Add a custom button
- a.B) Add a custom Link
- a.C) Add a custom Field
- a.D) Add an Inline Visual Force Page
A) Add a custom button
A record is modified on 1/1/2008. It meets criteria for a time-based workflow rule; this rule schedules an action for 7 days after rule execution. On 1/4/2008 the record is modified and no longer meets workflow rule criteria. On 1/5/2008 the record is modified and once again meets the initial time-based workflow rule criteria. How many workflow actions will execute and when? (Choose 1) A. 0 B. 1 on 1/8/2008 C. 1 on 1/12/2008 D. 2, on 1/8/2008 and another 1/12/2008
C. 1 on 1/12/2008
What step is not part of creating a custom application? (select one) A. Selecting tabs B. Addingalogo C. Selecting profiles D. Creating Custom object
D. Creating Custom object
For which objects we can create a Queue? A. Leads B. Accounts C. Custom Objects D. Cases E. All objects
A. Leads
C. Custom Objects
D. Cases
An object called Defects needs refer similar defects. For that a lookup field to defect is created. What is this relation type called? A. Master- Detail B. Lookup C. Hierarchical D. Many-Many E. Self
E. Self
You are creating a new object Y and you want to add that in the CREATE NEW picklist present in the left hand side bar. What you need to do?
A) Add a tab
B) Edit the Create New present in the setup of Home Page Component
and add the object Y
C) Creating a new object automatically creates an entry in the Create New
Picklist
D) Enable the option for the object Y in the profile
A) Add a tab
- What is not possible using a Roll Up Summary Field for the following Objects Position – Job Application (look up relations)
Job Application – Reviews (Master Detail)
Note: Score is a Number field in the object “Review”
A) Get the Total number of Reviews that has a value in the field Score, greater than 3
B) Get the average of the Review scores
C) Calculate the count of Job Applications in Positions.
D) Find the Least Review Score
B) Get the average of the Review scores
C) Calculate the count of Job Applications in Positions.
After enabling and then disabling an approval process how many approval steps can be added? (Choose 1)
a. Only one
b. Only two
c. Only fifteen
d. As many as you want
e. None
e. None
In Data loader 50,000 or more records cannot CRUD at a time
a. True
b. False
b. False
When would a developer use upsert and external IDs?
a. To migrate customizations from sandbox to production
b. To integrate with an external system
c. To use the Force.com API to query for data
d. To load related records without knowing Salesforce record IDs
b. To integrate with an external system
d. To load related records without knowing Salesforce record IDs
An organization is interested in leveraging the Data Loader to load data into
salesforce. com. Which of the following are NOT capabilities of the data loader?
a. Import data into 2 objects in a single transaction
b. Import greater than 50,000 records
c. Run by command line - CLI
d. Rollback import transactions
a. Import data into 2 objects in a single transaction
d. Rollback import transactions
A group of executives has requested a convenient way to see daily metrics without having to log in to Sales force. How would a developer accomplish this goal?
a. Create a Workflow rule that sends a link to the dashboard in an email
b. Schedule the dashboard for daily refresh and email distribution
c. The users’ home page layouts to include a dashboard
d. Create a series of daily recurring events providing the dashboard link
b. Schedule the dashboard for daily refresh and email distribution
Time triggers don’t support minutes or seconds.
a. True
b. False
a. True
Using Time-Dependent Workflow (with Leads), Can we convert a lead that has pending actions (in time-based workflow)
a. True
b. False
b. False
If you have a Lead approval process and have the Lead is waiting for an approval from a user, you will not be able to convert
a. True
b. False
a. True
You can create outbound messages for workflow rules on junction objects.
a. True
b. False
a. True
A Record Type may determine the default value of a picklist field.
A. True
B. False
A. True
It is possible to share a custom object record manually.
A. True
B. False
A. True
Which of the following is NOT a step in creating a junction object?
A. Creating the custom object to serve as the junction object between the two master objects
B. Creating two master-detail relationships
C. Customizing the related lists on the page layouts of the two master objects
D. Creating two lookup relationships
D. Creating two lookup relationships
A Workflow Approval process may be used for all of the following objects EXCEPT: A. Opportunity B.Users C. Assets D. Contract
B.Users
What minimum level of access is required on account to add a task to it? A. Read B. Edit C. Delete D. Any of the above
A. Read
Automate data load from SFDC at 2:00 AM. How?
A. Schedule manager of Import Wizard.
B. CLI of Data Loader
C. Use Export Scheduler of Data Loader GUI
D. Use Data Export Service
B. CLI of Data Loader
Which of the following does a Profile control?
A. Username and Password
B. Role level access
C. Read, Create, Edit, and Delete permissions
D. Sharing rule
C. Read, Create, Edit, and Delete permissions
Which of the following features is not available in Professional Edition? A. Big Deal Alert B. Workflow C. Account Sharing Rules D. Multi-Currency
B. Workflow
Which of the following can NOT be used to customize your Home Page? A. Company logo (Image) B. Dashboard Snapshot C. Custom Links D. Custom Formula Field
D. Custom Formula Field
How many Asset records can be imported via Import Wizard?
A. 500
B. 5,000
C. 50,000
D. Asset Records cannot be imported via Import Wizard
D. Asset Records cannot be imported via Import Wizard
Time triggers can’t reference the following
a. Auto Number Fields
b. Date or DateTime fields containing automatically derived functions, such as Today or Now
c. Formula fields that include related-object merge field.
d. Hidden fields from page layout.
b. DATE or DATETIME fields containing automatically derived functions, such as TODAY or NOW.
c. Formula fields that include related-object merge fields.
What should a system administrator use to disable access to a custom application for a group of users? Choose one answer A. Profiles B. Sharing rules C. Web tabs D. Page layouts
Profiles
Universal Containers needs to track the manufacturer and model for specific car companies.
How can the system administrator ensure that the manufacturer selected influences the values available
for the model?
Choose one answer
A. Create the manufacturer field as a dependent picklist and the model as a controlling picklist.
B. Create a lookup field from the manufacturer object to the model object.
C. Create the manufacturer field as a controlling picklist and the model as a dependent picklist.
D. Create a multi-select picklist field that includes both manufacturers and models.
C. Create the manufacturer field as a controlling picklist and the model as a dependent picklist.
Sales representatives at Universal Containers need assistance from product managers when selling
certain products. Product managers do not have access to opportunities, but need to gain access when
they are assisting with a specific deal.
How can a system administrator accomplish this?
Choose one answer
A. Notify the product manager using opportunity update reminders.
B. Enable opportunity teams and allow users to add the product manager.
C. Use similar opportunities to show opportunities related to the product manager.
D. Enable account teams and allow users to add the product manager
B. Enable opportunity teams and allow users to add the product manager.
What should a system administrator consider before importing a set of records into Salesforce?
Choose two answers
A. The import file should include a record owner for each record.
B. Currency field values will default to the personal currency of the record owner.
C. Data should be de-duplicated in the import file prior to import.
D. Validation rules are not triggered when importing data using the import wizard.
A. The import file should include a record owner for each record.
C. Data should be de-duplicated in the import file prior to import.
Which statement about custom summary formulas in reports is true?
Choose two answers
A. Reports can be grouped by a custom summary formula result.
B. Custom summary formulas can reference a formula field within a report.
C. Custom summary formulas can reference another custom summary formula.
D. Custom summary formulas can be used in a report built from a custom report type
B. Custom summary formulas can reference a formula field within a report.
D. Custom summary formulas can be used in a report built from a custom report type
How can a user customize his or her view in Saleforce? (Select 2)
A. He or she can customize the tabs that are shown
B. He or she can customize how related lists on a page look
C. He or she can customize Salesforce on a mobile device
D. All of the above
A. He or she can customize the tabs that are shown
B. He or she can customize how related lists on a page look
The user interface (UI) settings are “global,” and therefore apply to all users in an org. (True or False)
True
The Company Information page can tell you which of the following? (Select 3) A. Organization edition B. Number of Salesforce licenses C. Salesforce Organization ID D. Number of inactive users E. Number of System Administrators
A. Organization edition
B. Number of Salesforce licenses
C. Salesforce Organization ID
Which of the following actions cannot be completed on the Company Information page? (Select 2)
A. Edit the city in which your organization is located
B. Modify the type of licenses your organization has
C. Edit the default locale for your organization
D. Restrict access to currency settings
E. Add or remove licenses
B. Modify the type of licenses your organization has
D. Restrict access to currency settings
Locale settings control which of the following? (Select 1) A. Time Zone B. Number format C. Name order D. All of the above
D. All of the above
It is possible to switch to a standard fiscal year from a custom fiscal year. (True or False)
False
Once enabled, which of the following features cannot be disabled? (Select 1) A. Chatter B. Advanced Currency Management C. Custom Fiscal Year D. Collapsible Sidebar E. Lightning Experience
C. Custom Fiscal Year
By default, all Salesforce orgs are set to a single currency. (True or False)
True
A pre-built App from the AppExchange is always the first approach you should take when you’re looking to add functionality to your Salesforce instance. (True or False)
False
Which step should a system administrator take to remove an active user from Salesforce? (Select 1)
A. Contact Salesforce customer support to have the user record deleted.
B. Overwrite the user record with a new user’s information.
C. Deactivate the user record; the system will delete it in 30 days.
D. Deactivate the user record.
D. Deactivate the user record.
Which of the following fields can you expect to find on user's record detail page? (Select 2) A. System Permissions B. Locale C. Reports D. Role E. All of the above
B. Locale
D. Role
Who has the permission to edit a chatter profile? (Select 2) A. An Administrator B. The individual user C. A user's manager D. Chatter profiles are not editable
A. An Administrator
B. The individual user
Chatter external users can only interact in public or private Chatter groups that they belong to. (True or False)
False
have a handful of users who don't have Salesforce licenses but need access to all Chatter groups. They don't need to access any other Salesforce information. What Chatter license should they have? (Select 1) A. Chatter External license B. Chatter Free license C. Chatter Only (Chatter Plus) license D. Chatter Deluxe license
B. Chatter Free license
If a Salesforce object is a table, then each row represents what? (Select 1) A. Records B. Fields C. Related Lists D. Objects
A. Records
All of the following are advantages of Force.com objects except:
A. All object attributes are described with metadata, making it easy to create and modify records programmatically or through a visual interface.
B. Every object in a Salesforce organization is automatically linked with all other objects in the organization.
C. Objects can have relationship fields that define how records in an object relate to records in another object.
D. Objects have built-in support for access management, validation, formulas, and history tracking.
B. Every object in a Salesforce organization is automatically linked with all other objects in the organization.
What’s the difference between standard and custom objects?
A. Standard objects are limited to a standard set of fields; custom objects are made up of custom fields.
B. Standard objects include standard layouts; custom objects allow you to change their layouts.
C. Standard objects are included with Salesforce by default; custom objects are objects that you create in your organization.
C. Standard objects are included with Salesforce by default; custom objects are objects that you create in your organization.
Objects can have all of the following types of custom fields, except: A Custom address B Picklist C Checkbox D Date/Time
A Custom address
Which of these types of relationship fields can you define in Force.com? A. Relational and Parent-Child B. Link and Parent-Child C. Lookup and Master-Detail D. Relational and Master-Detail
C. Lookup and Master-Detail
- How can a user have full access to a record?
A. Ownership B. Your answerSharing Rules C. Role Hierarchy D. Manual Sharing E. CRED Settings
A. Ownership
C. Role Hierarchy
Which of the following can be used to grant full access to a user? A. Organization Wide Default Setting's B. Sharing Rules C. Apex Sharing D.Manual Sharing E. Role Hierarchy
E. Role Hierarchy
What is the only feature that can be used to restrict record access? (Select 1)
A. CRED Settings B. Sharing Rules C. Role Hierarchy D. Organization Wide Default Setting's E. Profile Login Hours
D. Organization Wide Default Setting’s
Sharing rules can be used to restrict data access. (True or False)
False
Which of the following approaches to sharing is flexible but only allows for one record at a time to be shared? (Select 1) A. Organization Wide Default Setting's B. Sharing Rules C. Apex Sharing D. Manual Sharing E. Role Hierarchy
D. Manual Sharing
Moving from the account object to the contact object is an example of what type of relationship?
A. Related List B. Lookup C. Child-to-Parent D. One-to-Many E. Parent-to-Child
A. Related List
D. One-to-Many
E. Parent-to-Child
Moving from the opportunity object to the account object is an example of what type of relationship?
A. Related List B. Lookup C. Child-to-Parent D. One-to-Many E. Parent-to-Child
B. Lookup
C. Child-to-Parent
Which of the following features can be used to assign different picklist values for different business processes? A. Page Layout B. Record Type C. Validation Rule D. Field Level Security E. Formula Field
B. Record Type
AW Computing wants their sales reps to see the sum of the total opportunities on each account that they own. What feature can be used to display this information? (Select 1)
A. Roll-Up Summary Field B. Page Layout C. Cross Object Formula D. Record Type E. Field Level Security
A. Roll-Up Summary Field
Which of the following features can be used to make a field required?
A. Page Layout B. Record Type C. Validation Rule D. Field Level Security E. Formula Field
A. Page Layout
C. Validation Rule
An admin needs to keep track of all the changes made to the stage, amount, and close date on opportunities.
A. Validation Rule B. Field History Tracking C. Formula field D. Workflow E. Page Layout
B. Field History Tracking
Which of the following data import tools can import up to 50,000 records at a time, and provides a simple interface to specify the configuration parameters, data sources, and the field mappings that map the field names in your import file with the field names in Salesforce? (Select 1) A. Data Loader B. Data Importer C. Data Import Wizard D. Data Loading Wizard
C. Data Import Wizard
Which of the following data import tools can import up to five million records at a time, of any data type, either from files or a database connection, and can be operated either through the user interface or the command line. (Select 1)
A. Data Loader
B. Data Importer
C. Data Import Wizard
D. Data Loading Wizard
A. Data Loader
Regardless of the data import tool used, the number of records you can import depends which of the following?
A. On your permissions
B. The type of data you’re importing
C. They types of objects you’re importing
D. The overall data storage limits for your organization
A. On your permissions
B. The type of data you’re importing
D. The overall data storage limits for your organization
What type of data import tool would you use if you want to automate the data import process?
A. Data Loader
B. Your answerData Importer
C. Data Import Wizard
D. Data Loading Wizard
A. Data Loader
You must include universally required fields in your import files or the import will fail. (True or False)
True
A folder is a place where you can store which of the following?
A. Records
B. Reports
C. Dashboards
D. Email templates
B. Reports
C. Dashboards
D. Email templates
What permissions are needed to be able to delete or change a read-only folder?
A. Read/Write permissions
B. Folder Manager permissions
C. Manage Public Documents permissions
D. Manage Public Templates permissions
C. Manage Public Documents permissions
D. Manage Public Templates permissions
As a System Administrator, you can edit unfiled and personal folders. (True or False)
False
When you share a folder with a group, managers of the group members (above the members in the role hierarchy) have no access to the folder unless those managers are also members of the group. (True or False)
True
You cannot cancel an import after it has started processing. (True or False)
True
Which is a capability of Chatter files? (Choose 2)
A. Store Chatter posts in a Salesforce Content group
B. View a list of files shared with a Chatter group
C. Link a Salesforce Content library to a Chatter profile
D. Post files from a Salesforce Content library to a Chatter feed
B. View a list of files shared with a Chatter group
D. Post files from a Salesforce Content library to a Chatter feed
What option is available when scheduling a dashboard refresh?(Choose 2)
A. Send a refresh notification to users with access to the dashboard
B. Schedule the dashboard to refresh in different time zones
C. Define the refresh times for specific dashboard components
D. View and remove a scheduled dashboard refresh
A. Send a refresh notification to users with access to the dashboard
D. View and remove a scheduled dashboard refresh
Universal Containers wants to ensure that users complete the standard Industry field when creating a new account record. To address this concern, the administrator set the Industry field as required. However, some users are still able to create a new account record without completing the Industry field. What should an administrator do to troubleshoot the issue?
A. Verify the users have the “Edit” permission for accounts on their profiles
B. Verify the users have the “Modify All Data” permission for accounts on their profiles
C. Verify the field-level security for the Industry field is not set to “Read Only” on the users’ profiles
D. Verify the Industry field is set as required on all the account page layouts assigned to the users’ profiles
C. Verify the field-level security for the Industry field is not set to “Read Only” on the users’ profiles
D. Verify the Industry field is set as required on all the account page layouts assigned to the users’ profiles
What type of record access can an Administrator grant through sharing rules? A. Read Only B. Read/Write C. Read/Write/Transfer D. Read/Write/Delete
A. Read Only
B. Read/Write
Which functionality is available when enhanced lists are enabled?
A. Create new records from a list view
B. Calculate the sum of a number field displayed in a list view
C. Edit dependent picklists inline from a list view
D. Edit multiple records directly from a list view
A. Create new records from a list view
D. Edit multiple records directly from a list view
What can a marketing user do using the Manage Members button on a campaign record?
A. Associate existing opportunities with the campaign
B. Create a custom report including all campaign members
C. Associate existing contacts with the campaign
D. Import new leads and associate them with the campaign
C. Associate existing contacts with the campaign
D. Import new leads and associate them with the campaign
What level of access can be set when sharing a document folder with users? A. Read/Write/Create B. Read/Write/Create/Delete C. Read-only D. Read/Write
C. Read-only
D. Read/Write
Universal Containers uses a private sharing model for opportunities. The sales team wants sales engineers to be involved in specific opportunities to help sales representatives close deals faster. How can an administrator meet this request?
A. Add Chatter groups to opportunities
B. Add sales engineers to account teams
C. Add sales engineers to opportunity teams
D. Enable Chatter Feed Tracking on opportunities
C. Add sales engineers to opportunity teams
Sales executives at Universal Containers need to view a chart that displays opportunities grouped by stage and then by region. What chart type can a system administrator use to accomplish this? A. Gauge B. Bar C. Funnel D. Donut
B. Bar
What does the controlling field determine when field dependencies are being created?
A. The values that appear in the dependent field
B. The dependent fields that appear on a layout
C. The default value populated in the dependent field
D. The field-level security for the dependent field
A. The values that appear in the dependent field
A user receives an error message when attempting to login to Salesforce. What is the first step the Salesforce administrator should take to troubleshoot the problem? A. View the login history B. Unlock the user C. Change the login IP ranges D. Reset the password
A. View the login history
Criteria-based sharing rules can be created for which objects? A. Contacts B. Leads C. Opportunities D. Campaigns E. Accounts
A. Contacts B. Leads C. Opportunities D. Campaigns E. Accounts
Which permission is required to convert a lead?
A. “Create” and “Edit” access for leads, accounts, contacts and opportunities
B. “Transfer” access for leads, accounts, contacts, and opportunities
C. “Convert Leads” profile permission
D. “Import Leads” profile permission
A. “Create” and “Edit” access for leads, accounts, contacts and opportunities
C. “Convert Leads” profile permission
When using sharing rules, what can records be shared with? A. Queues B. Public groups C. Profiles D. Roles and subordinates
B. Public groups
D. Roles and subordinates
Universal Containers requires that its Salesforce account data, including attachments, be backed up weekly. Which tool should a system administrator use to accomplish this? A. Data Export Service B. Data Loader C. Account report export D. Account analytic snapshot
A. Data Export Service
When importing data, what happens if some records do NOT meet the data validation criteria?
A. Import process ignores the data validation criteria
B. Import process fails only for the records with invalid data
C. Import process aborts when it encounters the first invalid record
D. Import process requires user authorization to import the invalid records
B. Import process fails only for the records with invalid data
When should a system administrator consider using the Salesforce AppExchange?
A. To submit ideas for Salesforce application enhancements
B. To find answers to Salesforce application questions
C. When looking for pre-built custom applications and tools
D. When standard Salesforce functionality needs to be extended
C. When looking for pre-built custom applications and tools
D. When standard Salesforce functionality needs to be extended
A marketing user has received a file of leads to import into Salesforce. What is the best way to avoid duplicating records? A. Merge Leads Function B. Validation rules C. Import Wizard D. Data Loader
C. Import Wizard
A user profile has login hour restrictions set to Monday through Friday 8am to 5pm. The user logged in at 4:30 pm on a Tuesday and it is now 5:01 pm. Which behavior of the application should the user expect?
A. The user will be able to continue working and start new sessions
B. The user will be logged out and any unsaved work in progress will be lost
C. The user will be logged out and any unsaved work in progress will be saved
D. The user will be able to continue working, but will be unable to start any new sessions
B. The user will be logged out and any unsaved work in progress will be lost
Sales management at Universal Containers is requesting better visibility into specific types of sales deals. They need to be notified when opportunities worth a large amount are close to closing. They would also like to receive a list of opportunities that are still open past the close date. Which feature can a system administrator use to accomplish this? A. Big deal alerts B. Opportunity Escalation Rules C. Opportunity update reminders D. Opportunity field history tracking
A. Big deal alerts
C. Opportunity update reminders
When can a validation rule be used to prevent invalid data?
A. When records are deleted by a user
B. When records are edited by a user
C. When records are submitted using web-to-lead
D. When records are updated by a workflow rule
E. When records are imported
B. When records are edited by a user
D. When records are updated by a workflow rule
E. When records are imported
What should a system administrator consider when setting up Mobile Lite?
A. Mobile Lite users must have a mobile license assigned to them
B. Mobile Lite provides access to standard objects and dashboards
C. Mobile Lite configurations can be created for each user
D. Mobile Lite must be enabled before users can install it
B. Mobile Lite provides access to standard objects and dashboards
D. Mobile Lite must be enabled before users can install it
Which type of chart can be used to display summary values from two different levels of grouping in a report? A. Stacked bar chart B. Funnel chart C. Donut chart D. Grouped line chart
A. Stacked bar chart
D. Grouped line chart
Which accounts are automatically synchronized on Salesforce Classic Lite?
A. All recently accessed accounts
B. Accounts selected with the sync button
C. Accounts that the user owns
D. Any account created in the last 30 days
A. All recently accessed accounts
Which permission is required to install and uninstall packages from Salesforce AppExchange? A. Create AppExchange Packages B. Manage Package Licenses C. Upload AppExchange Packages D. Download AppExchange Packages
D. Download AppExchange Packages
What user interface setting must be enabled for users to edit records in a list view? A. Enhanced page layout editor B. Enhanced lists C. Enhanced profile list views D. Inline editing
B. Enhanced lists
D. Inline editing
Which task can a delegated administrator perform?
A. Log in as a user who has granted login access
B. Reset passwords for all users
C. Create new user profiles
D. Manage users within specified roles
F. Manage specified custom objects
A. Log in as a user who has granted login access
D. Manage users within specified roles
F. Manage specified custom objects
Which schedule type can be defined for a product? A. Quantity B. Forecast C. Revenue D. Production
A. Quantity
C. Revenue
How can a sales user relate an opportunity to a campaign?
A.Use the campaign influences related list on the opportunity
B. Select the primary campaign source for the opportunity
C. Select the campaign record type when creating the opportunity
D. Use the campaign hierarchy related list on the opportunity
A.Use the campaign influences related list on the opportunity
B. Select the primary campaign source for the opportunity
Universal Containers set the Organization-Wide Defaults for accounts to public read/write. The sales management team is importing a new set of account records and needs to limit access to them. Access should be restricted to the account owner and members of a public group. How can this be accomplished?
A. Update the organization - wide defaults for accounts to private and create a sharing rule for the group.
B. Create a sharing rule to grant access to members of the public group.
C. Manually share each account record with members of the public group.
D. Upgrade the role hierarchy and assign members of the group to a role at the top of the hierarchy.
A. Update the organization - wide defaults for accounts to private and create a sharing rule for the group.
Universal Containers is capturing a percentage discount directly on an opportunity record. Sales management needs to include the discounted opportunity amount in pipeline reports. How can the system administrator make the discounted amount available?
A. Create an auto-number field to calculate the discounted amount.
B. Create a formula field to calculate the discounted amount.
C. Create a roll-up summary field to calculate the discounted amount.
D. Create a cross object formula field to calculate the discounted amount.
B. Create a formula field to calculate the discounted amount.
Which setting can a system administrator control in the Salesforce user interface? (Choose 3) A. Enable hover details B. Enable spell checker C. Enable enhanced list views D. Enable Chatter for specific users E. Enable customizable recent items
A. Enable hover details
B. Enable spell checker
C. Enable enhanced list views
Universal Containers has set the organization-wide default settings for accounts to private. Amy and bob are on separate sales teams, but are assigned tot he same role in the hierarchy. Amy is a member of the “Sales West” public group and needs access to all accounts owned by Bob, a member of the “Sales East” group. How would an administrator grant Amy access to only Bob’s accounts?
A. Add Amy to the “Sales East” public group
B. Add Amy to Bob’s default account team
C. Create a sharing rule between the “Sales West” and “Sales East” public groups
D. Add Amy to the role above Bob in the role hierarchy
B. Add Amy to Bob’s default account team
Which record type can be updated when converting a lead? (Choose 2) A. An existing custom object record B. An existing opportunity record C. An existing contact record D. An existing account record
B. An existing opportunity record
D. An existing account record
Which functionality is available when customizing tasks? (Choose 2)
A. Record types can be created for tasks
B. Validation rules can be created for tasks
C. Roll-up summary fields can be created for tasks
D. Recurring tasks can be assigned to more than one user
A. Record types can be created for tasks
B. Validation rules can be created for tasks
What can an administrator assign to both Ideas and Answers? A. Status B. Sharing Rules C. Categories D. Workflow Rules
C. Categories
Which statement about formula fields is true? (Choose 2)
A. Formula fields are read-only on record detail pages
B. Formula fields can reference fields on a child object
C. Formula fields can reference themselves in the formula
D. Formula fields can reference fields on a parent object
A. Formula fields are read-only on record detail pages
D. Formula fields can reference fields on a parent object
Which statement about public groups is true? (Choose 2)
A. Public groups can be used in sharing rules
B. Public groups allows users to delete personal accounts
C. Public groups can be used when manually sharing a record
D. Public groups can be created by any user
A. Public groups can be used in sharing rules
C. Public groups can be used when manually sharing a record
Universal Technology sells software and consulting services. The software sales team uses a different set of sales stages than the consulting services team. How can a system administrator set up the process? (Choose 2)
A. Use a validation rule to prevent the software from access the services team’s sales process
B. Create a record type for each sales process and assign it to the appropriate profiles
C. Create a separate lead process for the software sales team and service sales team
D. Create a unique list of opportunity stage picklist values for each sales process
B. Create a record type for each sales process and assign it to the appropriate profiles
D. Create a unique list of opportunity stage picklist values for each sales process
A system administrator at Universal containers incorrectly imported a set of records and needs to remove them from Salesforce. Which tool should the administrator use to complete the task? (Choose 2) A. Import Wizard B. Mass Delete C. Excel Connector D. Data Loader
B. Mass Delete
D. Data Loader
What determines whether a user can create a new record using a specific record type? A. Profile B.. Sharing C. Page layout D. Field level security
A. Profile
Universal Finance has segmented its customer base into two categories: High Wealth and Retirement. High Wealth accounts should be visible to High Wealth Sales team members only. Retirement accounts should be visible to all sales users. How can a system administrator meet this requirement?
A. Set the organization-wide default sharing to public read-only and create a sharing rule to limit access to High Wealth accounts
B. Create a new profile for Retirement Sales team members and remove read access to High Wealth account records.
C. Set the organization-wide default sharing to private and create a sharing rule to share Retirement accounts with all Sales users
D. Create a new record type for high Wealth accounts and share the record type with High Wealth sales team members
C. Set the organization-wide default sharing to private and create a sharing rule to share Retirement accounts with all Sales users