Last CRT-403 practice test reviews Practice Test Salesforce dumps [Q252-Q276]

Share

Last CRT-403 practice test reviews: Practice Test Salesforce dumps

Try CRT-403 Free Now! Real Exam Question Answers Updated [Jan 27, 2023]


Salesforce CRT-403 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Declarative options for incorporating Lightning Components
  • Unmanaged and managed packages
Topic 2
  • Ramifications of field updates and potential for recursion
  • Restricting and extending object, record, and field access
Topic 3
  • Custom buttons, links, and actions
  • Considerations for changing field types
Topic 4
  • Automating business processes
  • Capabilities of core CRM objects
Topic 5
  • Declarative customizations available for the Salesforce1 user interface
  • Use cases for programmatic customizations

 

NEW QUESTION 252
Universal Containers wants to rollout new product bundles with several pricing options. Pricing options include product-price bundles, account specific pricing and more. Which product satisfies the needs?

  • A. Formula fields on Opportunity/Opportunity Product
  • B. Custom AppExchange-app for product-pricing
  • C. Lightning process builder
  • D. Workflow on Opportunity/Opportunity Product

Answer: A,C,D

 

NEW QUESTION 253
Which statement is true about an external id field? Choose 2 answers

  • A. The field must be unique since duplicates are not allowed within salesforce
  • B. The field must contain at least one number and at least one letter
  • C. The field can be unique based on case-sensitive or case-insensitive values.
  • D. The field contains unique records identifiers from a system outside of salesforce

Answer: A,D

 

NEW QUESTION 254
Universal Containers implemented an application process that uses custom objects Internships and Applications. The organization-wide default for Internships has been set to private and is the master in the master-detail relationship with Applications. The VP of HR wants to allow edit access to Applications to recruiters.
How should an app builder configure the proper access?

  • A. Set the organization-wide default on the Applications object to Read/Write.
  • B. Add a sharing rule that grants the users Read/Write access to the Internship records.
  • C. Create a queue for the web applications and assign access to the users who will be editing the records.
  • D. Create a sharing rule that grants the users Read/Write access to the Application records.

Answer: D

 

NEW QUESTION 255
What is true about a master detail relationship? (Choose three.)

  • A. To create multilevel master-detail relationships, you need the "Customize Application" user permission.
  • B. By default, records can be reparented master-detail relationships.
  • C. You can create a master-detail relationship if the custom object already contains data.
  • D. You can create a relationship as a lookup and then convert it to master-detail if the lookup field in all records contains a value.
  • E. Standard objects can't be on the detail side of a custom object in a master-detail relationship.

Answer: A,D,E

 

NEW QUESTION 256
When a sales rep submits an account for approval, Universal Containers wants the user to answer additional questions via a popup window to populate additional record fields.
What should an app builder use to achieve the desired result?

  • A. Lightning component and Process Builder
  • B. Custom picklist field and Process Builder
  • C. Process Builder and Flow
  • D. Custom button and Flow

Answer: D

 

NEW QUESTION 257
What feature can an app builder use to automatically assign cases that have been open longer than three days to the next support tier?

  • A. Case Assignment Rules
  • B. Case Business Rules
  • C. Case Auto Response Rules
  • D. Case Escalation Rules

Answer: D

 

NEW QUESTION 258
Which statement is true when using record types to control picklist value. (Select 2)

  • A. If a picklist value is added to the master picklist, then the new value must be manually included in the appropriate record types
  • B. If a record type is renamed, then the list of values included in that record type are also changed to newly renamed record types
  • C. If a picklist value is removed from the master, then it is no longer available when records assigned to that value are unchanged
  • D. If values are added to the Opportunity Stage, Case Status, and Lead Status fields, then the values must be manually adjusted for each record type

Answer: A,C

 

NEW QUESTION 259
In Salesforce Classic, which two statements are true for embedding a Visualforce page in a page layout? (Choose two.)

  • A. Visualforce pages can be placed in the details section of a page layout.
  • B. Visualforce pages on a field set have attribute for width and height.
  • C. Visualforce pages can only be placed in the Visualforce section in a page layout.
  • D. Visualforce pages on a page layout have attributes for width and height.

Answer: A,D

 

NEW QUESTION 260
Universal containers has a custom picklist called support level on the account object. They would like to show the real time value of support level on all case records. How can an app builder implement this requirement?

  • A. Create a formula field on the case object using the TEXT function.
  • B. Create a formula field on the account object using the ISPICKVAL function
  • C. Create a roll-up summary field using support level on the account object
  • D. Create a process builder and use a field update on the case object.

Answer: D

 

NEW QUESTION 261
Ursa Major Solar wants to see the Type field from the parent object Galaxy listed on the child record Star. The app builder is receiving an error stating "Picklist values are only supported in certain functions".
What formula should an app builder use to achieve the desired result?

  • A. ISPICKVAL(Galaxy__r.Type__c)
  • B. FIND(Galaxy__r.Type__c)
  • C. VALUE(Galaxy_r.Type__c)
  • D. TEXT(Galaxy_r.Type_c)

Answer: D

 

NEW QUESTION 262
Universal Containers uses a custom picklist called Account_Region__c on the Account object. The vice president of sales has asked that the value of this field is visible on Opportunities.
How should an app builder create this solution?

  • A. Field-level security
  • B. Field history tacking
  • C. Lookup field
  • D. Cross-object formula field

Answer: B

 

NEW QUESTION 263
Universal Containers would like to embed a chart of all related Opportunities, by stage, on the Account detail page. Which type of report should the App Builder create to add to the Account page layout?

  • A. A tabular report on the Opportunity object.
  • B. A summary report on the Opportunity object.
  • C. A summary report on the Account object.
  • D. A tabular report on the Account object.

Answer: B

 

NEW QUESTION 264
Which two will prevent a formula field from being referenced by a Roll-Up Summary field? (Choose two.)

  • A. A cross-object field reference in the formula field.
  • B. The CASE() function in the formula field.
  • C. A cross-object workflow updating a field referenced by the formula field.
  • D. The NOW() function in the formula field

Answer: A,C

 

NEW QUESTION 265
Universal Containers wants to test code against a subnet of production data that is under 5 GB, Additionally, Universal Containers wants to refresh this sandbox every weekend.
Which type of sandbox should be used to accomplish this?

  • A. Developer Pro
  • B. partial Copy
  • C. Developer
  • D. Full

Answer: B

 

NEW QUESTION 266
Universal Insurance would like to highlight on a report claims that have been open for more than 30 days. What feature could be used for this? Choose 1 answer.

  • A. Bucket Highlighting
  • B. Conditional Highlighting
  • C. Report Highlighting
  • D. Field Highlighting

Answer: B

 

NEW QUESTION 267
You have a team of developers who need logins to sandbox.
What's the best way to give them access?

  • A. Use Developer Edition to log into sandbox.
  • B. Create them as users in sandbox, then deactivate the same number of users in production.
  • C. Have them login as one of the users in production.
  • D. Create them as inactive users in production.

Answer: D

 

NEW QUESTION 268
Universal Containers has deployed custom tabs through change sets, without including the profiles, to Production (Enterprise Edition). Which statement is true in regards to the visibility of custom tabs?

  • A. Custom tabs are default on for all users.
  • B. Custom tabs are exposed for all users.
  • C. Custom tabs are hidden for all users.
  • D. Custom tabs are default off for all users.

Answer: C

 

NEW QUESTION 269
When an opportunity close date is delayed by more than 60 days, the manager and the VP sales must approve the change. How can this requirement be met? Choose 2 answers

  • A. Create a workflow rule that checks for close date less that 60 days and add an email alert.
  • B. Create a lightning process builder flow that submits the record for an approval process
  • C. Build a validation rule that does not allow a user to save the opportunity record.
  • D. Build an approval process that requires unanimous approval from the manager and VP of sales.

Answer: B,D

 

NEW QUESTION 270
Which type of component CANNOT be added to a Lightning App Builder page?

  • A. Global Actions
  • B. Dashboards
  • C. Visualforce
  • D. Filter List

Answer: B

 

NEW QUESTION 271
Ursa Major Solar wants to convert the relationship between Galaxy and Star from a lookup relationship to a master-detail relationship so each Galaxy record can be equipped with a roll-up summary count of Star records.
Which two considerations should be made?
Choose 2 answers

  • A. The Galaxy object is required to contain existing roll-up summary fields.
  • B. The Galaxy object has fewer than two existing master-detail relationships.
  • C. The Star records are all required to have an existing value in their Galaxy field.
  • D. The Star object has fewer than two existing master-detail relationships.

Answer: C,D

 

NEW QUESTION 272
The VP of Sales wants a Chatter post to the All Sales private group when an Opportunity goes to the closed won stage.
What two tools should the app builder use to automate this process?
Choose 2 answers

  • A. Big Deal Alert
  • B. Flow
  • C. Workflow
  • D. Process Builder

Answer: B,D

 

NEW QUESTION 273
A divisional manager wants to add a chart into a page layout Which report format can be used as the source report to accomplish this? Choose 2 answers.

  • A. Matrix format with a chart.
  • B. Joined format with a chart.
  • C. Summary format with a chart.
  • D. Tabular format with a chart.

Answer: A,C

 

NEW QUESTION 274
How can an App Builder share Favorites with other Salesforce users?

  • A. Sharing can only be performed by users with System Administrator rights.
  • B. Favorites can't be shared with other users.
  • C. Share link in the Favorites drop-down menu.
  • D. Favorites Settings under My Personal Information.

Answer: C

 

NEW QUESTION 275
Universal Containers has separated business requirements for consumer and Business Opportunities. The sales team work with both types of Opportunities. The app builder created two record types on the Opportunity Object. Which action can now be performed? Choose 2 answers

  • A. Create unique Opportunity stages by sales process.
  • B. Specify a different page layout by sales process.
  • C. Enable field validation by sales process.
  • D. Prevent access to secure data fields by sales process.

Answer: B,C

 

NEW QUESTION 276
......

Get Ready to Pass the CRT-403 exam with Salesforce Latest Practice Exam : https://www.braindumpquiz.com/CRT-403-exam-material.html

Get Prepared for Your CRT-403 Exam With Actual Salesforce Study Guide!: https://drive.google.com/open?id=18LagfF_kJBqG6PEhHjkYvaccv4CIGS_t