Updated Free Salesforce Advanced-Administrator Test Engine Questions with 359 Q&As
The Best Salesforce Advanced Administrator Advanced-Administrator Professional Exam Questions
The benefit in Obtaining the Advanced-Administrator Exam Certification
- A candidate might have incredible IT skills. Employers that do the hiring need to make decisions based on limited information and as it always. When they view the official Salesforce Certified Advanced Administrator certification, they can be guaranteed that a candidate has achieved a certain level of competence.
- When an organization hiring or promotion an employee, then the decision is made by human resources. Now while Candidate may have an IT background, they do their decisions in a way that takes into record many different factors. One thing is candidates have formal credentials, such as the Salesforce Certified Advanced Administrator.
- If the Candidate has the desire to move up to a higher-paying position in an organization. This certification will help as always.
- After completing the Salesforce Certified Advanced Administrator certification Candidate becomes a solid, well-rounded Salesforce Certified Advanced Administrator.
NEW QUESTION 205
An admin create a custom field on the sandbox, How can an admin deploy it to Production including the settings of the field level Security.
- A. Click on Add Dependency button
- B. Not possible using Changeset
- C. Check the checkbox to include field level security settings
- D. Check the checkbox saying Profile Settings For Included Components
Answer: D
NEW QUESTION 206
Which features are available only in Customizable forecast ? Choose 3
- A. Share Forecasts
- B. Rename Categories
- C. Territory Management
- D. Snapshots and Forecast History
Answer: A,C,D
NEW QUESTION 207
SFB Industries have started to make use of Collaborative
Forecasts & Quotas. How can the Administrators upload
Quota data into Salesforce? (Select 2)
- A. Add Quotas with the Data Loader
- B. Add Quotas with the API
- C. Use the Quota uploader under setup
- D. Add Quotas manually on the Quota Object
Answer: A,B
NEW QUESTION 208
Analyze the number of open cases for each week this year (1)
- A. bucket field
- B. PREVGROUPVAL function
- C. cross filter
- D. custom report type
- E. reporting snapshot
- F. joined report
- G. dashboard filter
Answer: E
NEW QUESTION 209
If users role is changed from Emea Sales to US Sales, what will be impact on ownerbased Sharing rule ?
- A. Sharing rule will be recalculated only if users move up in hierarchy
- B. None of sharing rules will be recalculated
- C. All Sharing rules will be recalculated automatically
- D. Only manual sharing will be recalculated
Answer: C
NEW QUESTION 210
Users report they are getting an Apex trigger error when they try to save a specific Account record. How could an administrator collect more information about the processing for that record?
- A. Enable debug Logging for the user.
- B. Review the Setup Audit Trail
- C. Create a Flow with a fault connector.
- D. Activate debug logging for the Apex trigger.
Answer: B
NEW QUESTION 211
Which of the following features is NOT unique to Salesforce Knowledge?
- A. Custom Page Layouts
- B. Article Types
- C. Synonym Search
- D. Categories
Answer: A
NEW QUESTION 212
Which three password options are available for the administrator to set on content deliveries? Choose 3 answers
- A. Password protection Is optional and defaults to ON
- B. Password complexity rules
- C. Password protection Is optional and defaults to OFF
- D. Password protection is required
- E. Administrator-provided default password
Answer: B,C,D
NEW QUESTION 213
What will happen when you use dataloader?
- A. Manual sharing rules will not carry over
- B. Once transfer - apex test code will automically run
- C. Components will be transfer along with dependants
- D. Ownerbase sharing will be recalculated
Answer: A
NEW QUESTION 214
a salesforce user has created a lightning report that lists all customer support cases. other users can change the date range but are NOT allowed to changed case statuses.
how can the report creator configure the report to meet these requirements?
- A. Save the report in public folder and grant Read Only access to the folder.
- B. Save the report in private folder and lock the status filter on the report.
- C. Save the report in public folder and lock the status filter on the report.
- D. Save the report in private folder and grant Read Only access to the folder.
Answer: D
NEW QUESTION 215
The VP of Finance wants to ensure that once an opportunity is closed, it cannot be modified by any user.
How can an administrator meet this requirement?
- A. Create an opportunity validation rule with the formula; PWORVALUE( IsClosed ) - True.
- B. Create a workflow field update to update the IsClosed field to True if a dosed opportunity is modified.
- C. Set all fields to Read-Only on the standard Closed Opportunity page layout.
- D. Set the Do Not Modify Closed Opportunity permission for all profiles.
Answer: A
NEW QUESTION 216
Capability of Collaborative Forecast and Customizable Forecast Choose 2
- A. Track sales quota
- B. Rename Categories
- C. Create custom Field
- D. Choose monthly or quarterly
Answer: A,D
NEW QUESTION 217
How can you display a dynamic traffic light style image (Red Amber, Green) on the Lead Object, depending on a custom Lead Score field?
- A. Use a formula field with the IMAGE() function
- B. Enable the Lead Score image field
- C. Create an Image field and set a default formula using the IMAGE() function
- D. Create a workflow rule to automatically update a custom field with the relevant image
Answer: A
NEW QUESTION 218
Assuming that the training sandbox will contain approximately 500MB of production data and be refreshed after daily training sessions, which type of sandbox can be used to train users on new functionality that has recently been deployed to production? * (1 Point)
- A. Developer Sandbox
- B. Partial Data Sandbox
- C. Developer Pro Sandbox
- D. Full Sandbox
Answer: C
NEW QUESTION 219
When a lookup relationship is created between two objects, which three options can the administrator select to help manage situations when a lookup record is deleted?Choose 3 answers.
- A. Prompt the user to enter another record to resolve the lookup relationship.
- B. Do not allow deletion of a lookup record that is part of a lookup relationship.
- C. Notify the record owner.
- D. Delete the related record also.
- E. Clear the value of the lookup field.
Answer: B,D,E
NEW QUESTION 220
Suggest a feature that SFB Industries can enable to increase call deflection.
- A. Live Chat
- B. Click--to--dial
- C. Email--to--Case
- D. Public Knowledge Base
Answer: D
NEW QUESTION 221
Universal Containers wants to ensure that the following opportunity fields are present on each record at the negotiation/review or won stages:
Amount (Currency) us populated.
The Ready to Close (Checkbox) must also be true.
Which validation rule error condition should the administrator configure to meet these requirements?
A)
B)
C)
D)
- A. Option C
- B. Option D
- C. Option B
- D. Option A
Answer: A
NEW QUESTION 222
What do you need to configure on a profile to allow it to find duplicate records?
- A. Read and Edit
- B. Delete
- C. View All
- D. Merge
Answer: C
NEW QUESTION 223
Universal Containers uses a custom object to track resources called Supply Items with a lookup to Accounts.
The Supply Items records should only be visible by users that own the Account records. What sharing setting provides the correct visibility?
- A. Private
- B. Public Read/Write/Transfer
- C. Public Read Only
- D. Controlled by Parent
Answer: D
NEW QUESTION 224
What permission is needed for customize entitlement , customize milestone , manage milestone and manage entitlement ?
- A. None
- B. Customize Entitlements
- C. Manage Entitlements
- D. Manage Application
- E. Customize Application
Answer: C,E
NEW QUESTION 225
Universal Containers has implemented a custom process related to products. They have a custom object called Draft Product. Once a Draft Product is approved, automation is needed to create a new Product record and delete the original Draft Product record.
Which two options would meet this requirement? (Choose two.)
- A. Process Builder that calls a Workflow Rule
- B. Process Builder that calls a Flow
- C. Process Builder that calls Apex
- D. Flow that calls a Process Builder
Answer: B,C
Explanation:
Configure the more complex functionality in a flow, and then add a flow action to your process. If a flow can't do what you need, you or a developer can write Apex to do so. Then add an Apex action to your process.
Just build a flow that clones the opportunity and its products, and build a process that calls the flow when an opportunity is closed won.
Reference:
https://trailhead.salesforce.com/en/content/learn/v/modules/business_process_automation/ business_process_automation_combined https://trailhead.salesforce.com/en/content/learn/v/modules/ business_process_automation/business_process_automation_combined
NEW QUESTION 226
Universal Containers wants to track expense reports and expense line items. Values from expense line item records need to be aggregated and displayed on the expense record.
Which type of relationship should an administrator use to ensure that expense line items can be aggregated?
- A. Master-detail
- B. Roll-up summary
- C. Lookup
- D. Hierarchical
Answer: A
NEW QUESTION 227
......
Try 100% Updated Advanced-Administrator Exam Questions [2022]: https://www.examstorrent.com/Advanced-Administrator-exam-dumps-torrent.html
Pass Advanced-Administrator Exam - Real Questions and Answers: https://drive.google.com/open?id=1dF0g-u7t4Lyk6JuO6Ng7O6Jd_36kY99V