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
When a new feature is considered to be in Developer Preview before it is officially released it means that it is available.
A) in Developer Edition orgs.
B) for salesforce.com partners only.
C) for users with the Developer” permissions
D) for users who activate the feature by calling salesforce.com support”
A) in Developer Edition orgs.
Adoption dashboards can display.
A) only users logins and call activity
B) only call activity and data quality
C) only standard objects
D) any reportable metric
D) any reportable metric
Universal Containers wants all of its sales representatives to use a standard format in Microsoft Word for communicating price quote information to its customers.
A) Create and upload a sample quote document to the Documents tab; point sales representatives to this document
B) Create and upload an email template to Salesforce; train sales representatives how to leverage it via Connect for Outlook.
C) Create and upload a mail merge template to Salesforce; training sales representatives how to leverage it via Connect for Outlook
D) Write an approval workflow for product quotes that requires every sales representative to get approval from his division manager before the quote can be submitted to the customer.
C) Create and upload a mail merge template to Salesforce; training sales representatives how to leverage it via Connect for Outlook
Scrubbing Salesforce data can remove formatting which makes it easier to….
A) Enrich dirty data
B) Identify dirty data
C) Remove dirty data
D) Cleanse dirty data
B) Identify dirty data
From which location can an administrator author APEX? Choose 3 answers.
A) Sandbox org
B) Productions org
C) Profile user interface
D) Force.com IDE
A) Sandbox org
B) Productions org
D) Force.com IDE
Which statement is TRUE regarding sandbox? Choose 2 answers
A) Data and configuration can be pushed from production to sandbox.
B) Data and configuration is automatically pushed from sandbox to production
C) There are different types of sandboxes that administrators can access
D) When data is copied to a sandbox, the email addresses of contacts are automatically changed.
A) Data and configuration can be pushed from production to sandbox.
C) There are different types of sandboxes that administrators can access
Salesforce Territory Management….
A) Works in parallel with other sharing functionality.
B) is based on the characteristics of opportunity records.
C) can only be enabled if Customizable Forecasting is disabled.
D) does not work when the Organization Wide Default for Accounts is set to Private.
A) Works in parallel with other sharing functionality.
Which of the following functions may be use to optimize the size of a Formula field? Choose 2 answers
A) ISPICKVAL function
B) Case function
C) Contains function
D) ISNUMBER function
B) Case function
C) Contains function
The Service Level and SLA Expiration Date are fields on an Account. An Administrator would like to display service level information from accounts on all cases related to those accounts. How can the administrator accomplish this?
A) Account fields cannot be displayed on a case; the administrator would need to run a report
B) Only by writing Apex code
C) By creating a cross object field update
D) By creating a cross object formula field
D) By creating a cross object formula field
Which statement is FALSE regarding Visualforce?
A) Developers can create user interfaces for multiple devices
B) It is only available in Developer, Enterprise, and Unlimited Editions
C) It helps to complete the model-view-controller pattern for force.com
D) Visualforce pages experience the same performance as standard Salesforce pages.
B) It is only available in Developer, Enterprise, and Unlimited Editions
Where could a user go to find information on upcoming Salesforce product releases? Choose 3 answer
A) AppExchange
B) Salesforce Ideas
C) CRM Community
D) www.salesforce.com
B) Salesforce Ideas
C) CRM Community
D) www.salesforce.com
Which is NOT a feature of Custom Report Types?
A) The ability to change the label of a field as it displays on a report.
B) The option to change the order of fields that display in the fields panel of the report builder.
C) The ability to add fields related via lookup
D) The ability to create a calculation across multiple records.
B) The option to change the order of fields that display in the fields panel of the report builder.
Which is NOT an option for customizing Salesforce Content?
A) Customer fields
B) Validation Rules
C) Workflow Rules
D) Workspace permissions
C) Workflow Rules
Where within the user interface is the force.com IDE available for download?
A) Setup > Develop > Components
B) Setup > Develop > Tools
C) Setup > Create > Packages
D) Setup > Create > Apps
B) Setup > Develop > Tools
What feature is NOT customizable under the Setup/Develop menu?
A) Pages
B) Components
C) Apps
D) Apex Classes
C) Apps
The IT organization at Universal Containers wants to install a specific version of Force.com Connect Offline on all employee machines and periodically monitor which version of the product employees are using. How can they do this? Choose 2 answers
A) This is not possible. Force.com Connect Offline must be installed by each Salesforce user.
B) Administrators in IT can see which version of Force.com Connect Offline that each user has by looking at the user role.
C) Administrators in IT can monitor the version of Force.com Connect Offline that each user has by looking at the user login history.
D) Windows Network Administrators can install Force.com Connect Offline on several machines at once using the MSI package available under Setup >Desktop Integration > Connect Offline.
C) Administrators in IT can monitor the version of Force.com Connect Offline that each user has by looking at the user login history.
D) Windows Network Administrators can install Force.com Connect Offline on several machines at once using the MSI package available under Setup >
Desktop Integration > Connect Offline.
Which is NOT a characteristic of a multi-tenant programming language such as Apex?
A) Governor limits restrict the amount of interactions
B) Developers can reuse global code written in any org
C) All code is executed on the same set of Salesforce servers
D) Classes are saved with the version of the API with which they were created
C) All code is executed on the same set of Salesforce servers
Which action is possible with Connect for Lotus Notes and Salesforce for Outlook? Choose 3 Answers
A) Create accounts in Salesforce
B) Synchronize calendar appointments to Salesforce
C) Upload email attachments to Salesforce
D) Synchronize contacts and tasks to Salesforce
B) Synchronize calendar appointments to Salesforce
C) Upload email attachments to Salesforce
D) Synchronize contacts and tasks to Salesforce
Sales representatives can either sell to the media industry, the financial industry, or both. Two Opportunity page layouts were created: the Media Opportunity Page Layout and the Financial opportunity Page Layout. John Doe is a sales representative who only sells to the financial industry. How can it be assured that when John Doe creates an opportunity, the Financial Opportunity Page Layout appears?
A) Change the Opportunity tab settings in John Doe’s profile to a value of default on”.
B) Assign the appropriate page layout to John Doe’s user record using the active assignment rule
C) Create a record type that maps to the appropriate page layout, then enable that record type in John Doe’s profile.
D) Under John Doe’s personal settings, have him select the default record type for his profile for the opportunity object.”
C) Create a record type that maps to the appropriate page layout, then enable that record type in John Doe’s profile.
An Administrator would like to find out if a former employee has misused company data in Salesforce prior to leaving the company. Which method should be used to verify the employee’s activity in Salesforce?
A) Log analysis
B) Setup audit trail
C) Download full login history
D) Create a customer report for users.
A) Log analysis
Introducing duplicate account records can be hard to control in a private sharing model. The Account Owner Report can be used to view a list of account records in such a sharing model. What is required to run this report?
A) An administrator enabling this feature in the application
B) Enabling Modify All Data” permissions on the user profile
C) A user to be above an account owner in the role hierarchy
D) A sharing rule whereby all accounts owned by the entire organization are shared read-only with the entire organization.”
A) An administrator enabling this feature in the application
Which permission is needed to publish a document on Salesforce Content?
A) Modify All Data” checked on the user’s profile
B) “ Customize Application” checked on the user’s profile
C) “ Manage Workspaces” checked in the workspace permission definition, or “ Modify All Data” check on the user’s profile
D) “ Manage Workspaces” checked in the workspace permissions definition, or “ Add Content” checked in the workspace permission definition”
D) “ Manage Workspaces” checked in the workspace permissions definition, or “ Add Content” checked in the workspace permission definition”
The Add Time Trigger button is unavailable if which of the following are true? Choose 3 Answers
A) The rule is activated.
B) The rule criteria is set to Every time a record is created or edited”
C) The rule is deactivated, but has pending actions in the workflow queue
D) A user defines the time triggers using days or hours as the unit of time”
A) The rule is activated.
B) The rule criteria is set to Every time a record is created or edited”
C) The rule is deactivated, but has pending actions in the workflow queue”
To read or modify Salesforce data, a web application requires which Salesforce technology?
A) Force.com data loader
B) Visualforce
C) AppExchange
D) Web Service API
D) Web Service API
The customer support manager needs to create and edit users that are in a subordinate role. One way to accomplish this is by…
A) granting login access to the customer support manager
B) placing the customer support manager in a super user position
C) giving delegated administrative rights to the customer support manager
D) creating a sharing rule whereby the customer support manager has edit access to all user records
C) giving delegated administrative rights to the customer support manager
When are Big Deal Alerts triggered?
A) Upon the close data of the opportunity
B) Upon the receipt of an opportunity update reminder
C) Upon the Amount and Probability field thresholds being achieved
D) Upon the time- based escalation of an opportunity approval process
C) Upon the Amount and Probability field thresholds being achieved
Which is NOT a place where Salesforce Community can be implemented?
A) Partner Portal
B) Customer Portal
C) Self-Service Portal
D) Inside the Salesforce application
C) Self-Service Portal
An administrator wrote a field update action for a workflow rule on a field that is hidden via Field-Level Security. when the workflow rule triggers, what happens to the data in the hidden field?
A) The field will fail to update and remain in its original state.
B) The field is updated, even though it is hidden
C) The field will only update if the rule is triggered by a time-based trigger
D) The field will only update if the user has Modify All Data enabled in the profile.
B) The field is updated, even though it is hidden
The Force.com Web Service API can help an administrator manage data in a Salesforce org by…. Choose 3 Answers
A) allowing the administrator to mass delete more than 250 records at a time
B) allowing an administrator to perform mass updates to records to clean up duplicate data
C) giving the administrator a way to perform incremental backups of the data with the APIs data replication method
D) allows an administrator to mark certain records stored in Salesforce as archived so that they do not count against the storage limits.
A) allowing the administrator to mass delete more than 250 records at a time
B) allowing an administrator to perform mass updates to records to clean up duplicate data
C) giving the administrator a way to perform incremental backups of the data with the APIs data replication method
Programmatic features generally consist of hooks and targets. Which of the following are hooks? Choose 2 answers
A) Apex Trigger
B) Apex Class
C) Customer Link
D) Customer Button
C) Customer Link
D) Customer Button
Which should be used when coding Apex if the code is going to be reused by other developers?
A) Classes
B) Triggers
C) Global Groups
D) Managed Packages
A) Classes
With cross-object formula fields, fields can be inserted from objects of which relationship types? Choose 2 answers.
A) Master-detail relationships
B) Roll-up summary relationships
C) Lookup relationships
D) Hierarchical Relationships
A) Master-detail relationships
C) Lookup relationships
Contact records need to be retrieved that meet the following criteria: all contacts with a mailing address in the state of California or whose last name is equal to Smith. Only the first and last names are needed. An administrator decided to use the Data Loader to retrieve these records using the Export feature. What Salesforce Object Query Language (SOQL) statement could be used to retrieve the desired records?
A) Select California “ or “ Smith “ where lastname=” Smith “ for contact
B) Select firstname, lastname, where lastname= “Smith” OR state= “ CA”
C) Select state, lastname from contact where lastname=” Smith” AND state=”CA”
D) Select firstname, lastname, from contact where state= “CA” OR lastname=”Smith””
B) Select firstname, lastname, where lastname= Smith” OR state= “ CA””
In Salesforce Territory Management, a territory hierarchy is different from a role hierarchy in that it….
A) grants login access to all users in a territory
B) supports assigning users to multiple territories.
C) automatically assigns users to sales teams in the territory
D) gives users in a territory full edit access to all accounts in that territory.
B) supports assigning users to multiple territories.
The Force.com Metadata API allows developers to….
A) add data to their Salesforce orgs
B) delete standard fields on customer objects programmatically
C) create, update and delete custom objects and fields programmatically
D) perform all the actions listed under Setup through a programmatic interface.
D) perform all the actions listed under Setup through a programmatic interface.
Which is NOT an option for customizing Salesforce Community?
A) Half-Life
B) Categories
C) Customized page layouts
D) Customized search layouts.
C) Customized page layouts
What are some drawbacks to S-Controls? Choose 3 answers.
A) Creating new ones is no longer supported by SFDC
B) S-Controls are server side code and much faster than APEX code.
C) Not always cross-browser compatible
D) S-Controls can slow down the UI (User Interface)
A) Creating new ones is no longer supported by SFDC
C) Not always cross-browser compatible
D) S-Controls can slow down the UI (User Interface)
What is Data Enrichment?
A) Improving Existing data by linking additional data services.
B) Systematic collection or organization and analysis of data
C) Creating format consistency, removing bad data, and consolidating resources.
D) Identifying and merging duplicate records.
A) Improving Existing data by linking additional data services.
What kind of content can be included in a VisualForce Page? Choose 3 answers.
A) VisualForce Tags, Force.com Merge tabs.
B) Personal Tags
C) HTML
D) Flash, JAVA
A) VisualForce Tags, Force.com Merge tabs.
C) HTML
D) Flash, JAVA
Which of the following are Hooks? Choose 3 answers
A) S-Controls
B) In-line S-Controls
C) Custom Links
D) Web Tabs
B) In-line S-Controls
C) Custom Links
D) Web Tabs
Other than the Mass Delete tool, what is another possible approach for mass deleting? Choose 2 answers.
A) Data Loader
B) Excel Connector
C) Delete Button
D) Running a Report
A) Data Loader
B) Excel Connector
When would you use APEX? Choose 2 answers.
A) When you need to process one record at a time
B) If you want to attach business logic to a data event
C) Use classes when coding APEX that will be used by other developers
D) When you can use a custom formula field
B) If you want to attach business logic to a data event
C) Use classes when coding APEX that will be used by other developers
What is Data Cleansing?
A) Improving existing data by linked additional data services
B) Systematic Collection or organization and analysis of data.
C) Creating format consistency removing bad data and consolidating resources
D) Identifying and merging duplicate records.
C) Creating format consistency removing bad data and consolidating resources
What are three types of S-Controls? Choose 3 answers.
A) FTTP
B) HTML
C) SNIPPET
D) URL
B) HTML
C) SNIPPET
D) URL
How do you take away a userÕs ability to run reports while allowing them to view the report?
A) Remove the ÒRun ReportsÓ or ÒCreate and Customize ReportsÓ from their profile.
B) Adding ÒCannot Run ReportsÓ or ÒCannot Create and Customize Reports to their profile.
C) Adding ÒManage UserÓ permissions to their profile.
D) Remove ÒView All DataÓ permission from their profile.
A) Remove the ÒRun ReportsÓ or ÒCreate and Customize ReportsÓ from their profile.
What are the four pillars of Salesforce Success?
A) Apps, Force.com Platform, Community, AppExchange
B) Apps, Force.com Platform, Community, Ideas
C) Force.com Platform, Community, Ideas, AppExchange
D) Apps, Community, AppExchange, Ideas
A) Apps, Force.com Platform, Community, AppExchange
When should you consider the System Debug Log? Choose 3 answers.
A) Workflow Rules
B) Custom Formula Fields
C) Assignment Rules
D) Escalation Rules
A) Workflow Rules
C) Assignment Rules
D) Escalation Rules
Is it possible to add actions to existing steps within an activated approval process?
A) No
B) Yes
C) Only when it is a time-dependent action
B) Yes
What Objects can the Mass Delete Tool be used with? Choose 3 answers.
A) Accounts
B) Solutions
C) Leads
D) Custom Objects
A) Accounts
B) Solutions
C) Leads
What are the two major pieces to S-Controls?
A) Hooks and Controllers
B) Controllers and Protectors
C) HTML & Java Script
D) Visual Presentation & Functional/code
C) HTML & Java Script
Can Ideas be used in the Self-Service Portal?
A) Yes à They can also be used in Customer and Partner Portals
B) No à They can only be used in Customer and Partner Portals
C) No à Ideas cannot be used in any portals
D) Yes à Only if the portal has a custom manager custom profile associated to them.
B) No à They can only be used in Customer and Partner Portals
What is a Data Set?
A) Profile for Mobile Setup
B) Change Set
C) When information is available on your internal server
D) When information is available on your Salesforce Server
A) Profile for Mobile Setup
How can Administrators examine what configuration changes have been made?
A) Setup / Application Setup / Administration / Create / Setup Changes
B) Use Dream Factory Snapshot or other metadata API-based Tool
C) Run reports on Last Modified By
D) Go to a list view
B) Use Dream Factory Snapshot or other metadata API-based Tool
What are the symptoms of a sharing model that is too private? Select all that apply.
A) Lots of duplicate records.
B) Users always have to manually share records.
C) There are a large number of sharing rules in the organization
D) Administrators have a lot of requests for more record access
E) Only A, C, and D
A) Lots of duplicate records.
B) Users always have to manually share records.
C) There are a large number of sharing rules in the organization
D) Administrators have a lot of requests for more record access