
Passing Salesforce ADX-201E Exam Using 2023 Practice Tests
ADX-201E Study Guide Brilliant ADX-201E Exam Dumps PDF
Salesforce ADX-201E (Lightning Experience Administrative Essentials for New Admins Extended) Certification Exam is an essential certification for professionals who want to demonstrate their knowledge and expertise in using Salesforce's Lightning Experience interface. ADX-201E exam covers a range of topics and is designed for new admins who are just starting out with Salesforce. Passing the exam can lead to increased job opportunities, higher salaries, improved confidence and competence, and can help prepare for more advanced Salesforce certifications in the future.
NEW QUESTION # 114
Cloud Kicks uses a Review junction object to track product reviews by account. the Review object has a Master-Detail relationship to Account and a Master-Detail relationship to a customer Product object. A user accidentally deleted the Account, Product, and related Review records.
How should the deleted Review records be restored?
- A. The Review object records are permanently deleted without the ability to restore.
- B. Restore the Review junction object record from the Recycle Bin.
- C. Restore either the Account or Product master records from the Recycle Bin.
- D. Restore both the Account and Product master records from the Recycle Bin.
Answer: D
Explanation:
To restore the deleted Review records, you need to restore both the Account and Product master records from the Recycle Bin. A master-detail relationship is a type of relationship that links two objects together and enforces a parent-child relationship between them. A master-detail relationship affects the security and deletion of the child records. If you delete a master record, all of its detail and subdetail records are deleted as well and moved to the Recycle Bin. To restore a detail or subdetail record, you must first restore its parent record. Reference: https://help.salesforce.com/s/articleView?id=sf.relationships_considerations.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.recyclebin_overview.htm&type=5
NEW QUESTION # 115
Northern Trail Outfitters (NTO) is expending into the U.K. While most of NTO's product are the same as in the US. Pricing will vary from product due to shipping and raw material cost differences.
What should the administrator configure for a smooth rollout to the U.K.?
- A. Configure a U.K Opportunity record type.
- B. Add a new U.K Order Form that has the euro symbol instead of the dollar symbol.
- C. Create a new Price Book for the U.K product pricing.
- D. Write a flow the translates the currency from dollars to euros using a custom Exchange Rate field.
Answer: C
Explanation:
As explained in question 3, a price book is a list of products and their prices for a specific segment of customers or market. By creating a new price book for the U.K product pricing, Northern Trail Outfitters (NTO) can offer different prices for their products in the U.K market due to shipping and raw material cost differences. The price book can also specify which currency is used for the prices, such as pounds or euros. Reference: https://help.salesforce.com/s/articleView?id=sf.products_pricebooks_def.htm&type=5
NEW QUESTION # 116
Cloud Kicks has been tracking how many participants wear the company's shoes in each marathon. The administrator creates two custom objects: Races and Runners. There is a master-detail relationship between them as well as a Roll-up Summary field on the Races object to show the count of runners in each race. Requirements have changed, and the administrator wants to delete the Master-detail Relationship field without deleting the Runners records.
What action should an administrator take before the Relationship field can be deleted?
- A. Delete the Roll-up Summary field on the parent.
- B. Uncheck 'Delete this record also' to turn off cascading deletes.
- C. Change the field type to a Lookup Relationship.
- D. Select the Allow Reparenting' checkbox on the Master-detail field.
Answer: D
NEW QUESTION # 117
How can an administrator ensure article managers use specified values for custom article field?
- A. Create field dependecies on article types.
- B. Create a required field on the article page layout.
- C. Create a record type containing preset values
- D. Create different article types for different requirements.
Answer: C
NEW QUESTION # 118
Which three fields should be used as filter criteria? Choose 3 answers
- A. A formula field that calculates a price for the listing.
- B. A multi-select picklist field that designates features of the listing.
- C. A number field that designates the square footage of the listing.
- D. A picklist field that designates the county of the listing.
- E. A phone field that provides the full phone number of the seller.
Answer: A,C,E
NEW QUESTION # 119
What is the correct order of steps to follow when working with inbound change sets?
- A. Deploy, Monitor, Validate
- B. Validate, Deploy, Monitor
- C. Deploy, validate, Monitor
- D. Monitor, Deploy, Validate
Answer: B
NEW QUESTION # 120
The administrator at Universal Containers recently rolled out Email-to-Case functionality. Even though a new record type was created and specified in the Email-to-Case settings, all incoming cases are receiving a different record type.
What is likely causing the record type discrepancy?
- A. A validation rule is preventing the record type from being updated.
- B. A Case assignment rule is preventing the record type from being updated.
- C. The Automated Case User needs permissions to the new record type.
- D. The new Case Owner needs permissions to the new record type.
Answer: C
NEW QUESTION # 121
Universal Containers wants to convert a lookup relationship to a master detail relationship.
What action should the administrator take prior to converting the relationship?
- A. Ensure all existing records have a value in the current lookup field.
- B. Delete the current lookup field before adding the new master-detail field.
- C. Remove roll-up summary fields on the parent prior to changing the field type.
- D. Select the allow re-parenting option on the master-detail relationship field.
Answer: A
NEW QUESTION # 122
Universal Containers would like applicants to apply for multiple positions, tracking how many applicants have applied and how many positions each individual applicant has applied for. To do this, the administrator will create a Job Application junction object between Applicant and Position objects. Why will this action meet the requirement ?
- A. The junction object allows the administrator to add a workflow rule to update fields on the Position and Applicant objects.
- B. The Job Application object as a master to Positions and Applicant objects will allow rollup summary fields on the Positions and Applicant objects.
- C. A lookup relationship on the Applicant object with Position as the master provides rollup summary fields without code.
- D. The junction object allows a many-to-many relationship and also roll-up summary fields on the parent objects.
Answer: D
NEW QUESTION # 123
What would prevent a user from syncing a quote with an opportunity?
- A. The quote has a validation rule preventing it from being updated.
- B. Another quote is already synced with the opportunity and is awaiting approval.
- C. The quote has already passed its expiration date.
- D. Another quote is already synced with the opportunity.
Answer: B
NEW QUESTION # 124
Cloud Kicks has two record-triggered flows on the same object. One flow creates a child record when criteria are met. The second record-triggered flow is based on criteria to check if the child record exists and updates a field. The field on the child record that needs to be updated Is still null after the second record trigger.
What should the administrator do to resolve this issue?
- A. Make a new record-triggered flow on the child object to update the field on the parent record.
- B. Combine the two flows into one with checks to see which part of the flow needs to be run.
- C. flows into schedule flows and have them update the field.
- D. Have the record-triggered flows fire on create or edit to update the field.
Answer: B
NEW QUESTION # 125
The VP of sales at Universal Containers has reported that users are changing the stage of opportunity records that they do not own. The VP wants only the owner of an opportunity to be able to change the stage of an opportunity-wide Default are set to pubic read/write.
Which validation rule should the administrator use to allow only the record owner to edit the stage field?
- A. NOT(PRIORVALUE(StageName) , Ownerid = $user.id)
- B. AND(ISCHANGED(StageName) < >; $user.id)
- C. NOT(ISCHANGED(StageName) , ownerid = $user.id)
- D. AND(PRIORVALUE (StageName), Ownerid < >; $user,id)
Answer: B
NEW QUESTION # 126
What should an administrator do to keep secure fields protected in email templates'?
- A. Remove the fields from the email.
- B. Implement GDPR.
- C. Use classic encrypted fields.
- D. Set up an approval process for email alerts.
Answer: A
Explanation:
The best way to keep secure fields protected in email templates is to remove them from the email altogether. Classic encrypted fields are not supported in email templates, and implementing GDPR or setting up an approval process for email alerts do not prevent unauthorized users from viewing sensitive data in emails. Reference: https://help.salesforce.com/articleView?id=security_pe_classic_encryption_considerations.htm&type=5
NEW QUESTION # 127
An administrator created a new custom object. When trying to upload new records to the custom object using.
Date Loader, they are unable to see the new custom object in the list of available objects.
What should the administrator do to resolve the issue?
- A. Check the Field-Level Security of the new custom object's Name field.
- B. Ensure Allow Sharing is checked on the custom object.
- C. Confirm the object us marked as deployed and not in development.
- D. Assign a permission set to give them access to the new object.
Answer: C
Explanation:
When creating a new custom object, administrators can choose to mark it as deployed or in development. If an object is marked as in development, it is not visible to users or available in tools such as Data Loader, even if they have access to it through their profile or permission set. To make the object available for data import, the administrator needs to mark it as deployed. Reference: https://help.salesforce.com/s/articleView?id=sf.customize_deployment_status.htm&type=5
NEW QUESTION # 128
North Trail Outfitters want to automate the assignment of territories to opportunities.
Which two features are needed to meet this requirement.
- A. Enable opportunity owner-based sharing
- B. Create an Apex Class
- C. Enable filter-based Opportunity Territory Assignment
- D. Create Assignment Rules
Answer: C,D
NEW QUESTION # 129
Ursa Major Solar has a training sandbox with 160MB of test data that needs to be refreshed every other day.
Which two sandboxes should be used in this instance?
Choose 2 answers
- A. Developer Pro
- B. Partial
- C. Full
- D. Developer
Answer: A,B
Explanation:
To create a training sandbox with 160MB of test data that needs to be refreshed every other day, NTO should use either Partial or Developer Pro sandboxes. Partial sandboxes have a storage limit of 10GB and can be refreshed every 5 days. Developer Pro sandboxes have a storage limit of 1GB and can be refreshed every day. Both sandboxes can include test data from production. Reference: https://help.salesforce.com/s/articleView?id=sf.data_sandbox_environments.htm&type=5
NEW QUESTION # 130
How can the administrator ensure article managers use specified values for custom article fields?
- A. Create different article type for different requirements.
- B. Use field dependencies on article types.
- C. Create a validation rule on the article.
- D. Require a field on the page layout.
Answer: C
NEW QUESTION # 131
What is the first step before setting up entitlements? * (1 Point)
- A. Enable entitlement management
- B. Set up service contracts
- C. Specify the entitlements-related lookup filters on cases
- D. Customize entitlements fields
Answer: A
NEW QUESTION # 132
......
Free ADX-201E Test Questions Real Practice Test Questions: https://vceplus.practicevce.com/Salesforce/ADX-201E-practice-exam-dumps.html