Salesforce (CRT403) Exam Questions And Answers page 8
Universal Containers has a Lightning record page that supports both the mobile app and desktop. An app builder has downloaded a custom Lightning component from AppExchange, but users are unable to view the component on mobile devices.
What can be the issue?
What can be the issue?
The component needs to be activated.
The record page needs to be activated.
The component has been developed for Desktop Pages.
User Interface
Business Logic and Process Automation
What are two reasons for creating unmanaged packages?
Multiple Choice
What are two reasons to create unmanaged packages? (Choose two.)
Deploying from a Developer Edition environment.
Publishing an application for sale on the AppExchange.
Distributing upgradeable components to other Salesforce orgs
Distributing open-source projects on the AppExchange.
Business Logic and Process Automation
Security
In Salesforce Classic, which three use cases can be accomplished using a custom link? (Choose three.)
Navigate to a create a record page with fields pre-populated.
Navigate to an Apex Trigger to update the current record.
Navigate to a process to update the current record.
Navigate to a custom Visual Flow to update the current record.
Navigate to an external system using data in Salesforce.
User Interface
Business Logic and Process Automation
Which custom fields can be used as External ID? (Choose three.)
Multiple Choice
Which type of custom fields can be used as External ID? (Choose three.)
Email
Date
A text field that is unique
A text field that is encrypted
Phone
A text field that is required
Security
Data Management
Universal Containers wants to provide users with a process to create Opportunity records related to an Account. Many fields can be populated based on the Account record. Some fields require input from the user.
What should an app builder configure to meet the requirement?
What should an app builder configure to meet the requirement?
Process Builder triggered from Opportunity update
Process Builder triggered from Account update
Quick Action on the Account object
Quick Action on the Opportunity object
Data Modeling and Management
Business Logic and Process Automation
Use case:
An object called "House" is related to Opportunity, there can be many Houses per Opportunity. On houses, we have a field named "Square feet". We need to show the total of Square feet for all houses on each Opportunity.
What type of relationship should we have?
An object called "House" is related to Opportunity, there can be many Houses per Opportunity. On houses, we have a field named "Square feet". We need to show the total of Square feet for all houses on each Opportunity.
What type of relationship should we have?
Cross-Object
Master-Detail
Lookup
Junction
Business Logic and Process Automation
Data Management
Workflow rules on custom objects are NOT automatically deleted if the custom object is deleted.
True
False
Business Logic and Process Automation
Data Management
When should the data import wizard be used?
Multiple Choice
Use the data import wizard when __________. (Choose three.)
You need to load less than 50,000 records.
The objects you need to import are supported by the wizard.
You want to schedule regular data loads, such as nightly imports.
You don t need the import process to be automate.
Data Modeling and Management
Data Management
The Training team at Universal Containers uses a custom Training object to track their customer training sessions. An app builder needs to create a relationship between the Training object and the related Students record.
Which two statements are true when creating a Student Lookup field on the Training object? (Choose two.)
Which two statements are true when creating a Student Lookup field on the Training object? (Choose two.)
On Training record, the Student Lookup field can be made optional.
On Student record, users can set up Roll-up summary field on Training records.
On Training record, users can only delete Students, if they have access to it.
Cross-object field updates between Training and Student records are not supported.
Data Modeling and Management
Data Management
Universal Containers has a junction object called Billings with a primary Master-Detail relationship with Accounts and a secondary Master-Detail relationship with Orders. The app builder has a requirement to change the primary Master-Detail relationship to a Lookup.
What happens to the secondary Master-Detail relationship with Orders?
What happens to the secondary Master-Detail relationship with Orders?
The secondary Master-Detail object relationship is no longer valid.
The secondary Master-Detail object relationship needs to be reestablished.
The secondary Master-Detail object also converts to a lookup.
The secondary Master-Detail object becomes the primary.
Data Modeling and Management
Data Management
Comments