[Nov-2023] Exam Advanced-Administrator New Brain Dump Professional - Exam4Tests [Q111-Q128]

Share

[Nov-2023] Exam Advanced-Administrator: New Brain Dump Professional - Exam4Tests

Free Advanced-Administrator Exam Dumps to Improve Exam Score

NEW QUESTION # 111
Universal containers uses Salesforce to track job positions and applicants. Applicants can apply for multiple positions and positions will have multiple applicants. The company wants to ensure that if an applicant is deleted, all associations between the applicant and the position(s) that he or she has applied for are deleted.
How can this be accomplished?

  • A. Create a lookup relationship between applicants and positions with applicants as the parent.
  • B. Create a master detail relationship between applicants and positions with applicants as the master.
  • C. Create a custom object between applicants and positions with lookup fields on the junction to both the objects.
  • D. Create a many -to- many relationships using junction object with both positions and applicants as masters.

Answer: B


NEW QUESTION # 112
Multiple developers work in the AW Computing developer sandbox for testing and merging code. A developer is reporting that one of the Lightning web Components is no longer visible in the user interface.
What can the administrator use to troubleshoot?

  • A. Flex Queue
  • B. Apex Jobs page
  • C. Salesferce CLI
  • D. Setup Audit Trail

Answer: C


NEW QUESTION # 113
While reviewing the quarterly forecast, a manager notices the newest team member is missing in the forecast- After looking at a few the manager can see where the sales representative has closed six opportunities this month and has three additional opportunities m progress.
Where should the administrator start troubleshooting?

  • A. Verify the app the user is selecting and adjust tabs as needed.
  • B. Create a permission set with View All Forecasting permission.
  • C. Chide Allow Forecasting under general Information for user.
  • D. Assign View All Forecasting permission to the sales profile.

Answer: D


NEW QUESTION # 114
Cloud Kicks has a very large knowledge base in Salesforce, Service reps are having a hard the finding the most reviewing articles because there are too many search results.
What should the administrator do to help service reps quickly narrow down the number of articles?

  • A. Activate and configure Einstein Search.
  • B. Update Knowledge to auto-search the case's subject.
  • C. Delete and remove old Knowledge articles.
  • D. Implement and configure Data Categories.

Answer: D


NEW QUESTION # 115
Universal Containers uses Salesforce to track job positions and applicants. Applicants can apply for multiple positions, and positions will have multiple applicants. The company wants to ensure that if an applicant is deleted, all association between applicant and the position (s) that he or she has applied for are removed. How can this be accomplished?

  • A. Create a master-detail relationship between Applicants and Positions with Applicants as the master
  • B. Create a custom object between Applicants and Positions with lookup fields on the junction to both objects
  • C. Create a lookup relationship between Applicants and Positions with Applicants as the parent
  • D. Create a many-to-many relationship using a junction object with both Positions and Applicants as masters

Answer: D


NEW QUESTION # 116
The administrator at Universal Containers has been asked to create an account management dashboard displaying opportunities and activities for each of its top five clients.
Which dashboard feature should the Administrator use to meet this requirement?

  • A. Dynamic dashboard
  • B. Matrix reports on a dashboard
  • C. Dashboard Filter
  • D. Joined reports on a dashboard

Answer: B


NEW QUESTION # 117
A user with permissions to create price books wants to quickly create a new product with the same information as the existing product by cloning the product.
What is an important consideration when cloning a product?

  • A. Price book entries will NOT be created in the standard price book.
  • B. Price book entries in price books that the user does NOT have access to will be created.
  • C. Price book entries need to be activated before users can use the new price book.
  • D. Price book entries in price books that the user does NOT have access to will not be created.

Answer: D

Explanation:
Price book entries in price books that you don't have sharing access to aren't created.
Reference: https://help.salesforce.com/articleView?id=sf.products_clone.htm&type=5


NEW QUESTION # 118
Which of the following forecast schedule types consists of opportunities in various stages of maturity?

  • A. Forecast
  • B. Quota
  • C. Pipeline

Answer: C


NEW QUESTION # 119
which feature is supported in delegated administrator? choose 3

  • A. set org wide sharing defaults
  • B. Manage custom objects
  • C. unlock communities users
  • D. unlock non-communities users
  • E. create and edit users

Answer: B,D,E


NEW QUESTION # 120
A new administrator at Cloud Kicks has reported that they are unable to use outbound change sets as requested.
What permission should be reviewed to determine if it is missing from the administrator user or profile?

  • A. API Enabled
  • B. Deploy Change Sets
  • C. Modify Metadata Through Metadata API Functions
  • D. Create and Upload Change Sets

Answer: A


NEW QUESTION # 121
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. Flow that calls a Process Builder
  • B. Process Builder that calls a Workflow Rule
  • C. Process Builder that calls a Flow
  • D. Process Builder that calls Apex

Answer: C,D

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 # 122
The sale VP notices several sales reps generating a contract too early in the sales stage. The help correct this Behavior, the has requested the Create Contract button only be available when the opportunity reach... negotiation stage.
How should the administrator meet this requirement?

  • A. Create a validation rule.
  • B. Create a custom permission.
  • C. Modify page layout.
  • D. Configure dynamic action.

Answer: D


NEW QUESTION # 123
The VP Sales wants to require that the Next Step field is always updated when an opportunity stage is changed. How can this process be automated?

  • A. Create a validation rule with the following formula: AND ( ISCHANGED (StageName) , NOT (ISCHANGED (NextStep))
  • B. Create a workflow rule with the following formula: AND ( ISCHANGED(ISPICKVAL(StageName)), NOT (ISCHANGED (NextStep)))
  • C. Create a validation rule with the following formula: AND ( ISCHANGED(ISPICKVAL(StageName)), NOT (ISCHANGED (NextStep)))
  • D. Create a workflow rule with the following formula: AND ( ISCHANGED (StageName) , NOT (ISCHANGED (NextStep))

Answer: A


NEW QUESTION # 124
Sales managers at Ursa Major Solar have asked for some additional automation around opportunity reminders. If the opportunity is in the Proposal stage a week before the close date, they want an email sent to the opportunity owner and manager. If the Budget Approved custom field is checked, the managers want to be notified immediately.
How should these requirements be met without using code?

  • A. Create a schedule-triggered flow for the Opportunity object. Configure the trigger to flow daily.
  • B. Create a record-triggered flow with scheduled paths. Configure the trigger to flow before the record is saved.
  • C. Create a record-triggered flow with scheduled paths. Configure the trigger to flow after the record is saved.
  • D. Create a schedule-triggered flow. Configure the trigger to flow weekly.

Answer: A


NEW QUESTION # 125
SFB Industries needs to use two Custom Objects Shipments & Shipment items. Every time a Shipment item is marked as packed, it needs to trigger a field update on the master shipment record. What kind of relationship and feature needs to be present for this to work?

  • A. Lookup--relationship with a cross object field update
  • B. Master--detail relationship with a cross object field update
  • C. Lookup--relationship with a roll--up summary field
  • D. Master--detail relationship with a roll--up summary field

Answer: B


NEW QUESTION # 126
The administrator at Universal Containers has been asked to create an account management dashboard displaying opportunities and activities for each of its top five clients.
Which dashboard feature should the Administrator use to meet this requirement?

  • A. Matrix reports on a dashboard
  • B. Dashboard Filter
  • C. Joined reports on a dashboard
  • D. Dynamic dashboard

Answer: D


NEW QUESTION # 127
Sales Rep Phil Smith has an opportunity for 55,000 in the Commit stage. Which aggregates on Phil'sforecast willinclude this amount? Choose three answers.* (1 Point)

  • A. Commit
  • B. Closed
  • C. Best Case
  • D. Pipeline

Answer: A,C,D


NEW QUESTION # 128
......

Powerful Advanced-Administrator PDF Dumps for Advanced-Administrator Questions: https://www.exam4tests.com/Advanced-Administrator-valid-braindumps.html

2023 Realistic Advanced-Administrator Dumps Exam Tips Test Pdf Exam Material: https://drive.google.com/open?id=1iUzxQK7Lw8FtYJ8HW32bsFBvL9Lha0DQ