ADM211 Flashcards
A company currently uses the Salesforce Product and Price book Object. Is it possible for the company to publish product and price book information to their corporate website so that the customers in different regions see the correct product category?
A) Yes, with the Customer portal.
B) No, it is not possible to present multi-currency data.
C) Yes, by building a custom integration following the X-to-Web design pattern.
D) No, it is not possible to present data stored in standard objects other than cases and solutions to a website.
C) Yes, by building a custom integration following the X-to-Web design pattern.
When requesting a log analysis for Salesforce’s information Security department, an administrator will NOT get it.
A) An encrypted version of the log file.
B) the User ID of the person being investigated.
C) coaching on how to create the actual view of information
D) the password to decrypt the log file in the same document as the log file.
D) The password to decrypt the log file in the same document as the log file.
How does an administrator create an opportunity business process that by passes a sales representative’s immediate manager and goes directly to the CEO for approval when a deal is worth more than 1 Million dollars?
A) Create a workflow rule with a field update that sets the sales representative’s immediate manager to be the CEO if the deal is larger than 1 million dollars.
B) Create an approval process that skips to the CEO approval step if the deal is > $1 million
C) Create a workflow rule with a tome-based trigger that alerts the CEO if a 1 million dollar deal has not been updated within 2 days.
B) Create an approval process that skips to the CEO approval step if the deal is > $1 million
Which technology is useful for Visualforce controller developers to have experience with? choose 2
A) Java
B) HTML
C) Java Script
D) Java Server Pages
A) Java
B) HTML
If a primary object on a custom report type is a custom object, what happens if the custom object is deleted?
A) The custom report type will be deleted.
B) The custom report type will not be deleted.
C) The custom report type and any reports created from it will be automatically deleted.
D) The custom report type will be deleted but any reports created from it will remain available.
C) The custom report type and any reports created from it will be automatically
deleted.
An administrator would like to compare a field or expression to a list of static values. Which of the following functions should be used?
A) ISNUMBER
B) CONTAINS
C) TRIM
D) VALUE
B) CONTAINS
Which statement is FALSE regarding Visualforce?
A) It allows developers to replace the standard page layouts within the Salesforce user interface with completely customer pages.
B) It uses Apex for advanced business logic.
C) It is available to users of all editions.
D) It is available to users of Enterprise, Unlimited, and Developer Editions
Only.
D) It is available to users of Enterprise, Unlimited, and Developer Editions Only.
A company has set the organization wide defaults for all objects to private. Which profile setting would allow a user to access all of the accounts within the organization and ONLY the cases they own?
A) Public for Accounts
B) Modify All Data
C) Read for Accounts
D) View All for Accounts
D) View All for Accounts
When using Salesforce Territory Management, Accounts and Users can be in multiple territories, but an Opportunity can only be associated with a single territory. How is an Opportunity assigned to a territory?
A) To the territory of the user who is a forecast user
B) To the account’s original territory upon initialization
C) To the territory of the user that owns the related account
D) By the intersection of the user’s territory and the account territory
D) By the intersection of the user’s territory and the account territory.
Salesforce will automatically archive older activities that meet certain criteria (for example, events with due dates greater than 365 days). Where does a user go to view these records?
A) Recycle Bin
B) Activity history related list
C) Activities home page view
D) Storage usage link under Setup.
B) Activity history related list
Which permission must a user have to trace in real-time using the system log?
A) View All Data” permission
B) “Manage Users” permission
C) Manage Call Center” permission
D) “View Encrypted Data” permission”
A) View All Data” permission”
An admin wants to extract and then delete file attachments. What is the easiest method of extract file attachments?
A) Data Loader Export features
B) Weekly Data Export Service
C) Web Service API Get Attachments” method
D) The AppExchange Attachment Manager application”
B) Weekly Data Export Service
A business process in which every U.S. based account should fall into one of six different regions needs to be created. The account field should also be inherited by the Opportunity. How could this be accomplished? Choose 2 answers.
A) Validation Rule
B) Workflow Field Update
C) Formula Field
D) Assignment Rule
B) Workflow Field Update
C) Formula Field
Which of the following use cases for custom buttons? Choose 3 answers.
A) Perform an action against a list of records
B) Automate processes
C) Pre- populate data
D) Perform a calculation on a report
A) Perform an action against a list of records
B) Automate processes
C) Pre- populate data
How would an administrator ensure that users are not able to edit account records owned by other users?
A) Set the organization wide default for accounts to Public Read/Write
B) Remove edit access from the account object on the user profile.
C) Set the organization wide default for accounts to Public Read Only.
D) Override the Edit button on the account object with an Apex trigger to limit edit access to account owners only
C) Set the organization wide default for accounts to Public Read Only.
Which of the following is NOT part of the Force.com platform?
A) AppExchange
B) Salesforce Ideas
C) User Interface
D) Global, trusted, secure infrastructure
D) Global, trusted, secure infrastructure
What does Connect for Microsoft Office include? choose 2 answers.
A) Microsoft Word add-in.
B) Microsoft Excel add-in.
C) Microsoft Project add-in.
D) Microsoft PowerPoint add-in.
A) Microsoft Word add-in.
B) Microsoft Excel add-in.
What should never be done when creating a profile with restricted login settings?
A) Assign the administrator to this new profile.
B) Use the Data Loader to update user records to this new profile.
C) Use the Data Loader to update user records to their original profiles.
D) Set the login hours of the new profile to prevent logins to the system.
A) Assign the administrator to this new profile.
Which process CANNOT be automated in Salesforce by a system administrator?
A) Deleting: when any record needs to be removed from the system
B) Updating: when information needs to dynamically change
C) Routing: when someone needs to take ownership of an issue
D) Integrating: when information needs to be passed to a different system
D) Integrating: when information needs to be passed to a different system
When overriding a standard button that is not the Save button, which feature can be used to replace the standard functionality?
A) Apex trigger
B) Apex classes
C) Visualforce pages
D) Visualforce controllers
C) Visualforce pages
Which statement is TRUE regarding the order by which Workflow Rules and actions are executed? Choose 3 Answers
A) Unlike assignment rules, there is no set order in which workflow rules may be triggered
B) A user cannot use the system log to track and troubleshoot the execution of workflow triggers.
C) Workflow actions execute in the following order: field update, task, emails, outbound messaging.
D) Multiple workflow rules are executed upon save resulting in any combination of different actions
A) Unlike assignment rules, there is no set order in which workflow rules may be triggered
C) Workflow actions execute in the following order: field update, task, emails, outbound messaging.
D) Multiple workflow rules are executed upon save resulting in any combination of different actions
Which feature can be enabled in a sandbox? Choose 2 answers.
A) Case escalation rules
B) Workflow rules
C) Opportunity reminders
D) Case assignment rules
B) Workflow rules
D) Case assignment rules
Universal Containers would like to build a recruiting application. They need to track open positions and the attributes of those positions as well as candidates applying for those positions and the attributes of the candidate. What should an administrator do to track this information?
A) Create a custom field for positions.
B) Create a custom field for candidates.
C) Create a custom object for positions and a custom object for candidates and relate the two objects.
D) Create a custom field for positions with a custom field called recruiting.
C) Create a custom object for positions and a custom object for candidates and relate the two objects.
Which component is part of the Force.com platform? Choose 3 answers.
A) Force.com IDE
B) Sandbox
C) Metadata API
D) Workflow process
A) Force.com IDE
B) Sandbox
C) Metadata API