Free Salesforce ADX-201E Exam Actual Questions

The questions for ADX-201E were last updated On Nov 6, 2024

Question No. 1

The sales team at Cloud Kicks is noticing that sales reps are misusing the new Screen Flow tool for data entry, since they are viewed the initial screen after clicking finish.

What should the administrator do to fix this?

Show Answer Hide Answer
Correct Answer: A

A lightning action is a type of quick action that can invoke a Lightning component, a Visualforce page, or a URL. The administrator can use a lightning action to redirect the user to a different page after they finish the screen flow. This way, the user will not see the initial screen again and will not misuse the flow tool.


https://help.salesforce.com/s/articleView?id=sf.lightning_component_actions.htm&type=5

https://help.salesforce.com/s/articleView?id=sf.flow_distribute_lex.htm&type=5

Question No. 2

An administrator needs to create a junction object called Account Region to link the standard Account object with a custom object called Region.

Once the junction object is created, what are the next two steps the administrator should take?

Choose 2 answers

Show Answer Hide Answer
Correct Answer: A, D

A junction object is a custom object that has two master-detail relationships with two other objects. A junction object allows administrators to create many-to-many relationships between objects, such as relating multiple accounts to multiple regions.

To create a junction object called Account Region to link the standard Account object with a custom object called Region, an administrator needs to do the following steps:

A) Make a master-detail relationship field on the junction object to the Region object.

A master-detail relationship field is a field that links a child record to a parent record. The child record inherits the sharing and security settings of the parent record. By making a master-detail relationship field on the junction object to the Region object, an administrator can link each Account Region record to one Region record and make Region the first master of the junction object. Reference: https://help.salesforce.com/s/articleView?id=sf.relationships_considerations.htm&type=5

D) Configure a master-detail relationship field on the junction object to the Account object.

By configuring a master-detail relationship field on the junction object to the Account object, an administrator can link each Account Region record to one Account record and make Account the second master of the junction object. This allows administrators to relate multiple accounts to multiple regions through the junction object. Reference: https://help.salesforce.com/s/articleView?id=sf.relationships_considerations.htm&type=5


Question No. 3

DreamHouse Realty has a rental team and a real estate team. The two teams have different safes processes and capture different client information on their opportunities.

How should an administrator extend the Opportunity object to meet the teams' different needs?

Show Answer Hide Answer
Correct Answer: B

Use separate record types, page layouts, and sales processes for the Rental and Real Estate Teams is how the administrator should extend the Opportunity object to meet the teams' different needs. Record types are a way to offer different business processes, picklist values, and page layouts to different users based on their profiles or permission sets. Page layouts are a way to control the layout and organization of fields, buttons, related lists, and other components on a record page. Sales processes are a way to define the stages that an opportunity goes through from creation to close. By using separate record types, page layouts, and sales processes for each team, the administrator can customize the opportunity object according to their different requirements and preferences.


Question No. 4

A developer is getting errors for Production deployment. The test deployment in the Full sandbox, which included a local test run, was successful. The Full sandbox was last refreshed 2 weeks ago.

Where should the administrator check to see what was recently changed?

Show Answer Hide Answer
Correct Answer: D

Setup Audit Trail is a tool that tracks the recent setup changes made by anyone in an org. It can help identify who made what changes and when, as well as any errors or failures that occurred during the changes. Setup Audit Trail can help troubleshoot deployment issues by comparing the changes made in production with those made in sandbox


Question No. 5

DreamHouse Realty wants to notify an assigned agent when an appointment Is booked on a custom object for one of their listed homes along with the total number of appointments booked so far. The administrator has configured a Roll-up Summary for the number of appointments as well as a flow to detect the creation of a new appointment

and send the information to the agent.

What consideration about process automation should the administrator be aware of to ensure the right Information is delivered?

Show Answer Hide Answer
Correct Answer: D

Roll-up Summary calculations are performed after processes and workflows are executed, which means that any changes made by processes or workflows will not be reflected in the roll-up summary field until after the transaction is committed. This could cause inaccurate or outdated information to be delivered to the agent if the flow relies on the roll-up summary field value.