Free Salesforce CRT-403 Exam Actual Questions

The questions for CRT-403 were last updated On May 6, 2024

Question No. 1

Universal Containers asked the app builder to ensure when an account type changes to 'Past-Customer' the contacts directly related to that account get an updated status of 'Re-Market'.

Which automation should the app builder use to accomplish this task?

Show Answer Hide Answer
Correct Answer: D

For automatically updating contact statuses when an account type changes:

D . Record triggered flow. This type of automation can monitor changes in account types and accordingly update related records, such as contacts.

Steps to implement:

Navigate to Setup Flows.

Create a new Flow and choose the record-triggered flow type.

Configure the flow to trigger when the Account record is updated to 'Past-Customer'.

Add an Update Records element to modify all related contacts, setting their status to 'Re-Market'.

Activate the flow.

This automation ensures that contact statuses are updated in real-time when their related account's type changes, maintaining data consistency and relevancy.

For more on record-triggered flows, check out Salesforce's Record-Triggered Flows documentation.


Question No. 2

A customer service representative at a call center wants to be able to collect

information from customers using a series of question prompts.

What should an app builder use to accomplish this?

Show Answer Hide Answer
Correct Answer: B

For a customer service representative to collect information through a series of question prompts:

B . Flow. Salesforce Flows allow for the creation of guided interactions that can prompt users for information in a step-by-step manner.

Steps to create a flow for this purpose:

Navigate to Setup Flows.

Click on 'New Flow' and select a Screen Flow to interactively prompt users.

Design the flow with Screen elements for each question.

Add logic to process responses as necessary.

Save and activate the flow.

Embed or link the flow in a relevant location accessible to the service representative, such as on a record page or in the utility bar.

Flows provide a flexible and powerful way to interactively gather and process customer data in real time.

For detailed guidance on creating Flows, see Salesforce's Flow Builder documentation.


Question No. 3

What is one limitation of using schema builder when creating a field?

Show Answer Hide Answer
Correct Answer: C

One of the limitations when using the Schema Builder for creating fields is:

C . Cannot add fields to page layouts. While Schema Builder allows for easy visualization and creation of fields and objects, it does not support placing these fields onto specific page layouts directly from the Schema Builder interface.

To place fields on page layouts, you need to:

Navigate to Setup Object Manager select your object.

Click on Page Layouts, choose the appropriate layout, and manually add the newly created fields.

This step is necessary to ensure fields are visible and properly arranged on user interfaces.

For more details, Salesforce's Schema Builder documentation outlines its capabilities and limitations.


Question No. 4

A sales manager has noticed that reps continue to input contacts directly in

their phone instead of adding them to Salesforce.

What should an app builder recommend to ensure the data makes it into Salesforce?

Show Answer Hide Answer
Correct Answer: C

To ensure sales reps input contacts into Salesforce rather than their personal devices:

C . Enable offline create, edit, and delete in Salesforce for Android and iOS. This feature allows sales reps to enter contact information directly into the Salesforce Mobile App even when they are offline, which syncs back to Salesforce once connectivity is restored.

Steps to enable offline capabilities:

Navigate to Setup Mobile Administration Salesforce Mobile App Offline Settings.

Configure offline settings to allow for creating, editing, and deleting records.

Ensure that the Contact object is available for offline access.

This functionality encourages reps to use Salesforce directly by mitigating connectivity constraints.

For implementation details, refer to Salesforce Mobile App Offline.


Question No. 5

An app builder just added a lookup field to Account from the existing custom object, Box.

Which report type is automatically created?

Show Answer Hide Answer
Correct Answer: D, D

Upon adding a lookup field to Account from a custom object, Box: