Salesforce (CRT403) Exam Questions And Answers page 7
Each workflow rule applies to a single object.
False
Data Modeling and Management
Business Logic and Process Automation
You want to use an External Data Object Table from Heroku carrying Product Category information. The data need to be included in Salesforce and searchable.
What do you have to do before you can use the connection? (Choose three.)
What do you have to do before you can use the connection? (Choose three.)
Choose "Include as index field".
Choose "Include in Salesforce searches" option.
URL/choose the URL.
Press "Validate and sync".
Data Modeling and Management
Data Management
On the Account Lightning record page, users need to see ten fields and the ability to sort and wrap text on their Related Lists.
What Related List type would the app builder select for the Related List Lightning component?
What Related List type would the app builder select for the Related List Lightning component?
List View
Basic List
Enhanced List
List Class
User Interface
Data Management
The appraisal team at DreamHouse Realty wants to leverage Salesforce mobile app.
What are three things an app builder should do to optimize mobile experience? (Choose three.)
What are three things an app builder should do to optimize mobile experience? (Choose three.)
Put the most important fields in the compact layout so they are easy to find.
Create individual customized layouts for different phone operating systems.
Minimize the amount of formula fields and lookup fields to reduce page load time.
Avoid using default fields values so that the user is required to fill in all fields on the screen.
Use Global Actions to make it easy to perform vital functionality on mobile.
User Interface
Business Logic and Process Automation
At Universal Containers, each admin and developer use a separate developer pro sandbox. Configuration and code are then migrated to a partial data sandbox for combination and initial testing. Once approved the configuration and code are then migrated to a full sandbox for final load and regression testing before going to production.
When should the full sandbox be refreshed?
When should the full sandbox be refreshed?
After each major release to production
After each push from the partial data sandbox
After a new user is added to production
After user acceptance testing is complete
Business Logic and Process Automation
Data Management
Which two solutions prevent a formula field from being referenced by a Roll-Up Summary field? (Choose two.)
A cross-object workflow updating a field referenced by the formula field
A cross-object field reference in the formula field
The CASE() function in the formula field
The NOW() function in the formula field
Business Logic and Process Automation
Data Management
Universal Containers uses a custom object called Projects. When managers assign projects they set a custom field on the Project record called Estimated Hours. Once set, users should be able to decrease but not increase the value.
How can an app builder meet this requirement?
How can an app builder meet this requirement?
Create a validation rule that uses the PRIORVALUE function
Create a process builder to update the record type
Create a formula field that uses the PREVGROUPVAL function
Create a formula default value for the custom field
Business Logic and Process Automation
Data Management
Which three standard component types are available in Lightning App Builder? (Choose three.)
Plain text
Report details
Filter report
Rich text
Recent items
User Interface
Business Logic and Process Automation
What are two true statements about Master-Detail relationships?
Multiple Choice
What is true about Master-Detail relationships? (Choose two.)
You can have a child record without the parent record.
You have to expose the master-detail field on the child object page layout.
When the parent record is deleted, all child records will be deleted.
You cannot delete a child object.
Data Modeling and Management
Data Management
Universal Containers require different fields to be filled out at each stage of the Opportunity sales process.
What configuration steps can an app builder use to meet this requirement?
What configuration steps can an app builder use to meet this requirement?
Define record types and page layouts for each stage
Set page layout required fields based on the current stage
Create a Process Builder to prompt the User for field information
Add the Path component to the Lightning record page
User Interface
Business Logic and Process Automation
Comments