2021 Updated Verified Pass ADM-211 Study Guides & Best Courses [Q121-Q144]

Share

2021 Updated Verified Pass ADM-211 Study Guides & Best Courses

Ultimate Guide to the ADM-211 - Latest Edition Available Now


Salesforce ADM-211 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Create Relationships Between Objects
  • Use Delegated Administration
  • Create Custom Report Types
  • Build Exception Reports With Cross Filters
  • Categorize Report Data With Bucketing
Topic 2
  • Extend And Troubleshoot Business Process Automation
  • Understand The Order Of Execution For Automated Processes
  • Use Debug Logs To Troubleshoot Business Process Issues
Topic 3
  • Troubleshoot Record Access And Field Visibility
  • Troubleshoot Record Access
  • Understand The Impact Of Territory Management On The Sharing Model
Topic 4
  • Increase Efficiency With Salesforce Mobile App And Quick Actions
  • Customize The Salesforce Mobile App
  • Create Object-Specific Quick Actions
  • Creating Global Quick Actions
Topic 5
  • Manage Approval Processes
  • Troubleshooting Approval Processes
  • Increase Productivity With Visual Workflow
  • Understand Use Cases For Visual Workflow
  • Build And Deploy A Flow
Topic 6
  • Assess, Cleanse, And Maintain Data Quality
  • Prevent Duplicate Records Using Duplicate
  • Automate Complex Business Processes
  • Streamline Requests With Approval Processes
Topic 7
  • Extend Summaries In Reports And Dashboards
  • Display Multiple Views Of Data Using Joined Reports
  • Analyze Data Over Time With Historical Trending And Reporting Snapshots
Topic 9
  • Manage Field Visibility
  • Manage Changes In A Sandbox
  • Deploy Changes Using Change Sets
  • Extend Salesforce With Custom Objects And Apps
  • Build Custom Objects, Tabs, And Apps

 

NEW QUESTION 121
What type of report drives the User Login dashboard component?

  • A. Chatter adoption
  • B. User profile report
  • C. This component does not exist for security purposes
  • D. Admin Login report

Answer: D

 

NEW QUESTION 122
When should Apex not be used?
Select all that apply:

  • A. When adding visual elements to the UI
  • B. When you add functionality lo an S-Control or composite app to process one record at a time.
  • C. When you want to process multiple records at the same time
  • D. If you want to integrate with a third party system that does not support web services.
  • E. When adding business logic that only applies when accessing data through the UI

Answer: A,B,D,E

 

NEW QUESTION 123
How often can weekly data export requests be made?

  • A. Every 4 days
  • B. Every 7 days
  • C. Every 6 days
  • D. Every 5 days

Answer: C

Explanation:
Explanation/Reference:
Explanation/Reference: Requests can be made every 6 days.

 

NEW QUESTION 124
What are some drawbacks to S-Controls?
Select All that apply:

  • A. Not always cross-browser compatible
  • B. S-controls are client-side code, so can slow-down the UI
  • C. SFDC does not support the code

Answer: A,B,C

 

NEW QUESTION 125
Roll-up Summary Fields work with Opportunity Line Items to Opportunities?

  • A. False
  • B. True

Answer: B

Explanation:
Explanation/Reference: Opportunity Line Items are in a master-detail relationship with Opportunities being the master and Opportunity line items being the child. Roll up summaries are available for the master records in a master-child relationship.

 

NEW QUESTION 126
Which feature can be enabled in a sandbox?
Choose 2 answers.

  • A. Case escalation rules
  • B. Case assignment rules
  • C. Workflow rules
  • D. Opportunity reminders

Answer: C

 

NEW QUESTION 127
Where is additional information about the Excel-Connector available?

  • A. Ideas Exchange
  • B. Help & Training
  • C. https://www.apexdevnet.com
  • D. https://www.salesforce.com/developer

Answer: C

Explanation:
Section: Volume C

 

NEW QUESTION 128
SIMULATION
List the commonly used API calls

Answer:

Explanation:
See the solution below
Explanation/Reference:
Create (also known as Insert)
Update
Upsert
Delete
Undelete
Query
Retrieve

 

NEW QUESTION 129
Validation rules are executed for fields that arc stored in the object but not part of the displayed page layout.

  • A. False
  • B. True

Answer: B

Explanation:
Section: Volume A
Explanation/Reference: Validation rules are executed for all fields on an object regardless of whether or not they are displayed on the page layout.

 

NEW QUESTION 130
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 Sales force Object query Language (SOQL) statement could be used to retrieve the desired records?

  • A. Select first name. last name. where last name= "Smith" OR state=" CA"
  • B. Select " California " or " Smith " where last name="

Answer: A

 

NEW QUESTION 131
What is the sequence of Workflow action?

  • A. Field Update. Task, Email, Outbound Message
  • B. Don't remember wrong options

Answer: A

 

NEW QUESTION 132
CORRECT TEXT
What arc the potential reasons why different people may have different numbers when they create and run reports?

Answer:

Explanation:
They used different criteria:
1.Time frames
2.My vs all ownership criteria
3.Advanced fillers

 

NEW QUESTION 133
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?

  • A. Create a custom object for bugs and relate it to cases
  • B. Create a field on cases
  • C. Create a section on the case page layout
  • D. Create a relationship between the standard bug object and the standard case object

Answer: A

Explanation:
Section: Volume A
Explanation/Reference:
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.

 

NEW QUESTION 134
What element would you use to set an opportunity name variable to "Product Promotion"?

  • A. Record Update
  • B. Assignment
  • C. Decesion
  • D. Record Create

Answer: B

 

NEW QUESTION 135
When does knowledge of Apex code become necessary to create a Visual Force page?

  • A. When creating custom page layouts
  • B. When a custom controller is required
  • C. It is always necessary to use Apex code with VF
  • D. When creating a master roll-up summary

Answer: B

 

NEW QUESTION 136
Is it possible to modify apps downloaded from the App Exchange?

  • A. No
  • B. Yes. only if they are a managed package.
  • C. Yes. only if they are not a managed package.

Answer: C

 

NEW QUESTION 137
Which is the part of Force.com platform.
Choose 2

  • A. Sandbox
  • B. Metadata API
  • C. Force.com IDE

Answer: A,B

 

NEW QUESTION 138
Universal Containers would like to build a recruiting application. The y 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 object for positions and a custom object for candidates and relate the two objects.
  • B. Create a custom field for candidates.
  • C. Create a custom field for positions.
  • D. Create a custom field for positions with a custom field called recruiting.

Answer: A

Explanation:
Section: Volume C

 

NEW QUESTION 139
CORRECT TEXT
List the "clicks" and "code" options at the 'User Interface 'level.

Answer:

Explanation:
Clicks: Apps, Tabs, Page Layouts, Record Types.
Code: S-Controls, Web Controls, Visual force

 

NEW QUESTION 140
The API fully respects the security and access protocols configured through Force.com builder.

  • A. False
  • B. True

Answer: B

 

NEW QUESTION 141
What functionality can be used to create a new related record when a user saves a record?

  • A. Apex trigger.
  • B. Work flow rule.
  • C. Validation rule.
  • D. Visual force page.

Answer: A

 

NEW QUESTION 142
CORRECT TEXT
Describe how administrators can examine what configuration changes have been made:

Answer:

Explanation:
1. Through the audit trail (at Setup | Security Controls).
2.It will show the 20 most; recent setup changes, you can download a complete history for the last 180 days
3.There are over three dozen items tracked (see "Monitoring Setup Changes" in help)
4.Alternatively, you might use Dream factory's Snapshot or other Metadata API-based tools.

 

NEW QUESTION 143
What privileges can be given to delegated administrator?
Select all the apply

  • A. Modify profile permissions.
  • B. Manage custom objects.
  • C. Create and edit users.
  • D. Assign users to specified profiles.
  • E. Modify the role hierarchy.

Answer: B,C,D

 

NEW QUESTION 144
......

Dumps MoneyBack Guarantee - ADM-211 Dumps Approved Dumps: https://www.passcollection.com/ADM-211_real-exams.html

2021 Updated Verified Pass ADM-211 Exam - Real Questions & Answers: https://drive.google.com/open?id=1Qwa7w9onx-MHh7TtX8ip6DvpSPiw2SED