Salesforce ADM-211 Exam Practice Questions (P. 1)
- Full Access (379 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #1
_________is a procedural scripting language that is written in discrete pieces, uses a syntax that looks like Java and acts like database stored procedures, and arc executed entirely on the Force.com platform.
send
light_mode
delete
Question #2
___________ allow developers to completely replace the standard page layouts within the Sales force UI with completely custom pages.
- AHTML
- BApex
- CS-Controls
- DVisual force Pages
Correct Answer:
D
Visual force pages can incorporate Apex for advanced business logic functionality.
D
Visual force pages can incorporate Apex for advanced business logic functionality.
send
light_mode
delete
Question #3
An administrator notices there are too many duplicate records, numerous sharing rules, and a large number of manually shared records. This situation maybe a symptom of...
- AA role hierarchy that has too few roles
- BA sharing model that is too public.
- CA sharing model that is too private.
- DObject permissions on profiles that are too restrictive.
Correct Answer:
C
With a private sharing model, users can't see if records already exist in the system and create new ones that they can see. Also, IT receives many requests for additional access to users as well as users individually sharing records.
C
With a private sharing model, users can't see if records already exist in the system and create new ones that they can see. Also, IT receives many requests for additional access to users as well as users individually sharing records.
send
light_mode
delete
Question #4
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?
- AThe field will fail to update and remain in its original state.
- BThe field is updated, even though it is hidden.
- CThe field will only update if the rule was triggered by a time-based trigger.
- DThe field will only update if the user has "Modify All Data" enabled in the profile.
Correct Answer:
B
Workflow rules run whether or not the end user is able to see the field.
B
Workflow rules run whether or not the end user is able to see the field.
send
light_mode
delete
Question #5
All of the following tools assist in auditing EXCEPT:
- AReports
- BField History
- CSetup Audit Trail
- DPage Layout
- EDream factory Snapshot
Correct Answer:
D
Page Layout has nothing to do with auditing. However, you can place some history related list on a page layout to display the historical information.
D
Page Layout has nothing to do with auditing. However, you can place some history related list on a page layout to display the historical information.
send
light_mode
delete
Question #6
As an end user what are two things you can do in content?
send
light_mode
delete
Question #7
Because Apex runs in a multitenant environment, the Apex runtime engine strictly enforces a number of _____________________ensure that runaway scripts do not monopolize shared resources.
- ABandwidth limits
- BAPI limits
- CData storage limits
- DGovernor limits
- EMayoral limits
Correct Answer:
D
Governor limits help to ensure the stability and performance of each org inside SFDC shared infrastructure.
D
Governor limits help to ensure the stability and performance of each org inside SFDC shared infrastructure.
send
light_mode
delete
Question #8
Choose the correct answer:
S-Controls are the__________ (code that can execute) for various__________(objects that fire events)in the system, such as standard or custom buttons, custom links, inline s-controls, and web tabs.
S-Controls are the__________ (code that can execute) for various__________(objects that fire events)in the system, such as standard or custom buttons, custom links, inline s-controls, and web tabs.
send
light_mode
delete
Question #9
A company called Universal Containers would like to track bugs within Sales force. The company needs to track the bug's severity and type as well as its status and description. Bugs should be related to Cases, but the bug's owner will be different than the owner of the case. How can the Universal Containers administrator meet these requirements?
- ACreate a section on the case page layout
- BCreate a field on cases
- CCreate a custom object for bugs and relate it to cases
- DCreate a relationship between the standard bug object and the standard case object
Correct Answer:
C
The relationship would be established using a look up to the cases object so that independent ownership can be established. It will also allow the related bugs to be visible as a related list on the cases screen.
C
The relationship would be established using a look up to the cases object so that independent ownership can be established. It will also allow the related bugs to be visible as a related list on the cases screen.
send
light_mode
delete
Question #10
A company currently uses the standard Sales force product and price hook objects. Is it possible for this company to publish product and price hook information to its corporate Web site so customers in different regions sec the correct product catalog with prices in the local currency?
- AYes, with the Customer portal.
- BNo, it is not possible to present multicurrency data.
- CYes, by building a custom integration following the X-to-Web design pattern.
- DNo, it is not possible to present data stored in standard objects other than cases and solutions to a Web site.
Correct Answer:
C
X-to-web enables any standard or custom object to be published into any website.
C
X-to-web enables any standard or custom object to be published into any website.
send
light_mode
delete
All Pages