
Salesforce CRT-403 Practice Verified Answers - Pass Your Exams For Sure! [2022]
Valid Way To Pass Platform App Builder's CRT-403 Exam
NEW QUESTION 25
Which type of relationship can be defined with external objects? Choose 2 Answers
- A. Indirect Look-Up
- B. Cross Organizational Look-up
- C. External Look-Up
- D. External Master-Detail
Answer: A,C
NEW QUESTION 26
Currently defined picklist values are retained when you change a picklist to a multi-select picklist.
- A. True
- B. False
Answer: A
NEW QUESTION 27
A junction object has two Master-Detail relationships, a primary and a secondary master object.
What happens to a junction object record when both associated master records are deleted?
- A. The delete operation cannot be performed on both master records.
- B. The junction object records is deleted and placed in the recycle bin.
- C. The junction object record is permanently deleted and can't be restored.
- D. The delete operation is not allowed with Roll-up summary fields defined.
Answer: B
NEW QUESTION 28
What determines whether a user can create a new record using a specific record type?
- A. Page layout
- B. Sharing
- C. Profile
- D. Field level security
Answer: C
NEW QUESTION 29
The marketing team at UVC has a list of 400 leads it wants to upload to Salesforce. The team need to avoid creating duplicate records. Which two actions should be taken to meet this requirement? Choose 2 answers
- A. Upload the lead list using the import wizard and select a Matching type to prevent duplicate lead creation.
- B. Use Data Loader's update function to import lead and match to existing records based on e-mail address.
- C. Utilize a Lead Matching Rule and corresponding Duplicate Rule to block newly created duplicate leads.
- D. Enable Duplicate Matching in the Data Management section in Setup and activate the Lead-to_Lead scenario.
Answer: A,C
NEW QUESTION 30
Which statement about record types is true? (Choose two.)
- A. The ability to create records of a specific record type is determined by the profile.
- B. Record types can only be assigned to one profile at a time.
- C. Record types can be used to define picklist values available for a given field.
- D. Users cannot view records assigned to a record type their profile does not have access to.
Answer: A,C
NEW QUESTION 31
The VP of Marketing wants to broadcast an email to 10,000 contacts in Salesforce on a regular basis, but realizes Salesforce's mass email functionality has a limitation on the number of emails that can be sent each day.
- A. Request Salesforce increase the number of maximum daily mails.
- B. Download all contacts to a CSV file and use an email client to send the mails
- C. Research and evaluate products available on AppExchange to send mass emails
- D. Develop Apex code and Visualforce pages to send the emails.
Answer: C
Explanation:
Explanation: Check out the following link: MassMailer App Link on AppExchange https://appexchange.salesforce.com/listingDetail?listingId=a0N30000005uxj5EAA
NEW QUESTION 32
What is a true statement in regards to creating custom report types?
- A. When the primary object is a custom object and is deleted, then the report type and any reports created from it must be deleted manually.
- B. The detail object in a Master-Detail relationship cannot be added as a secondary object on a custom report type.
- C. Any object can be chosen unless the object is not visible to the person creating the report type through security settings.
- D. Once a report type is saved with a standard or custom primary object, the primary object cannot be changed for that report type.
Answer: D
NEW QUESTION 33
A workflow has been written to update the 'Stage' field on opps. What will be the impact of this field update?
- A. Type fields on opp
- B. Forecast field on opp
- C. Both A&B
- D. No Impact
Answer: C
NEW QUESTION 34
Universal Containers manages leads in a Lead qualification queue where sales reps can accept ownership of the Lead. Campaign members are required to have a sales owner.
What validation rule should an app builder configure?
- A. AND( ISBLANK(Lead.Owner.Id) )
- B. NOT(ISNEW() && ISBLANK(Lead.Owner:Queue.Id))
- C. AND(ISNEW(), ISBLANK(Lead.Owner:User.Id))
- D. NOT( ISBLANK(Lead.Owner:Queue.Id))
Answer: D
NEW QUESTION 35
Which statement is true when a new full sandbox is created? Choose 2 answers
- A. User's email addresses will not be modified.
- B. Chatter data will be copied to the sandbox by default
- C. Default email deliverability is set to system email only
- D. Usernames will be modified uniquely for that sandbox
Answer: A,C
NEW QUESTION 36
Universal Containers generates leads from three different sources: web, trade shows, and partners. Some of the information collected is applicable to all sources, there is also information that is unique to each type of lead. What should an app builder configure to meet these requirements?
- A. Create custom page payouts for each type of lead only containing the relevant fields
- B. Create a partner community and a record type for web and trade show leads
- C. Create three sections on the lead layout and instruct users to collapse the non-relevant fields
- D. Create three lead record types each with its own page layout containing the relevant fields
Answer: C
NEW QUESTION 37
Universal Containers has a requirement that an Opportunity should have a field showing the value of its associated account's billing state. This value should not change after the Opportunity has been created. What is the recommended solution to configure this automation behavior?
- A. Formula Field
- B. Roll-up-summary field
- C. Apex
- D. Workflow
Answer: D
NEW QUESTION 38
How is the Lightning Component framework different from Visualforce?
- A. The framework can be used to build mobile apps only.
- B. They are both useful in building components, but Visualforce has a simpler markup.
- C. None of the above.
- D. The framework is client-side centric, while Visualforce relies on server calls.
Answer: D
NEW QUESTION 39
Universal Containers has a custom assessment object used by three divisions. Each division wants to track different information on the assessments, including different values for the status picklist. Division managers do not want their teams to be able to create another division's assessment.
How can this be accomplished?
- A. Create separate assessment record types for each division and use them to limit picklist values. Create separate page layouts for each record type and use profiles to restrict record type access.
- B. Create additional custom assessment objects, one for each division, to track their assessments so information can be tracked separately. Use profiles to restrict access to the three custom objects.
- C. Create a separate page layout for each division and assign them profiles. Use the profile setting to configure each division's custom field list and picklist values for assessments.
- D. Create three page layouts to determine the fields and picklist values for each user based on the division indicated on their user record. Use field-level security to restrict access to each division's fields.
Answer: A
NEW QUESTION 40
Ursa Major Solar is ramping up the sales team to meet increased demand. As part of the short ramp up for these new reps, the manager wants to provide a help guide to enable reps to easily get help where needed during the different sales processes.
Which solution should an app builder recommend?
- A. Chatter Publisher
- B. Flow
- C. Path
- D. Journey Builder
Answer: C
NEW QUESTION 41
Which values must be defined when creating a new Opportunity stage? Choose 3
- A. Forecast category
- B. Close date
- C. Amount
- D. Probability
- E. Type
Answer: A,B,C
NEW QUESTION 42
Cloud Kicks (CK) wants to quickly insert a list of over 60,000 net new Accounts. The template based on CK's data model was used to populate the list.
Which tool should be used?
- A. Import Wizard
- B. Schema Builder
- C. Data Loader
- D. A Lightning Object Creator
Answer: C
NEW QUESTION 43
You are building a project mgmt app. According to the design given to you, a project must store info regarding the various functional modules under it. Each functional module must store info regarding responsibility assigned to each developer. Info about the responsibility must have info about the due date and status.
What could be the most optimal model to achieve this?
- A. Create Project and Module objects then Responsibility as a junction object.
- B. Create a Project then add Tasks to it. Define Modules as a field on Task.
- C. Create a Project object then Modules as a child object. Add Tasks to Modules.
- D. Create Project, Module, Responsibility as parent, child and grandchild objects.
Answer: C
NEW QUESTION 44
The developer at Universal Containers wants to test code in a sandbox environment. In order to ensure the code works properly, the sandbox needs to have at least half a gigabyte of dat a. The sandbox will need to be refreshed after each three-day sprint.
What type of sandbox should the App Builder provision to the developer?
- A. Partial Data
- B. Developer Pro
- C. Full Copy
- D. Developer
Answer: B
NEW QUESTION 45
......
Salesforce CRT-403 Pre-Exam Practice Tests | RealValidExam: https://actualtests.realvalidexam.com/CRT-403-real-exam-dumps.html
