CRT-450 Exam Questions
223 real CRT-450 exam questions with expert-verified answers and explanations. Page 2 of 5.
- Question #53
A developer must create a lightning component that allows users to input contact record information to create a contact record, including a salary__c custom field. what should the...
- Question #54
A developer is tasked to perform a security review of the ContactSearch Apex class that exists in the system. Whithin the class, the developer identifies the following method as a...
- Question #55
A developer created these three Rollup Summary fields in the custom object, Project_ct, The developer is asked to create a new field that shows the ratio between rejected and appro...
- Question #56
Which three Salesforce resources can be accessed from a Lightning web component? Choose 3 answers
- Question #57
An org tracks customer orders on an Order object and the items of an Order on the Line Item object. The Line Item object has a MasterDetail relationship to the order object. A deve...
- Question #58
Which action may cause triggers to fire?
- Question #59
The following code snippet is executed by a Lightning web component in an environment with more than 2,000 lead records: Which governor limit will likely be exceeded within the Ape...
- Question #60
Which scenario is valid for execution by unit tests?
- Question #62
A developer has an integer variable called maxAttempts. The developer meeds to ensure that once maxAttempts is initialized, it preserves its value for the lenght of the Apex transa...
- Question #63
Consider the following code snippet: Given the multi-tenant architecture of the Salesforce platform, what Is a best practice a developer should Implement and ensure successful exec...
- Question #64
What does the Lightning Component framework provide to developers?
- Question #65
In the Lightning UI, where should a developer look to find information about a Paused Flow Interview?
- Question #66
Which two are phases in the Aura application event propagation framework? Choose 2 answers
- Question #67
Which two sfdx commands can be used to add testing data to a Developer sandbox?
- Question #68
As part of a data cleanup strategy, AW Computing wants to proactively delete associated opportunity records when the related Account is deleted. Which automation tool should be use...
- Question #69
What are three ways for a developer to execute tests in an org? Choose 3.
- Question #70
Which two settings must be defined in order to update a record of a junction object? Choose 2 answers
- Question #71
What should be used to create scratch orgs?
- Question #72
AW Computing tracks order information in custom objects called order__c and order_Line_ c - Currently, all shipping information is stored in the order__c object. The company wants...
- Question #73
What should a developer use to obtain the Id and Name of all the Leads. Accounts, and Contacts that hove the company name "Universal Containers"?
- Question #74
Which three code lines are required to create a Lightning component on a Visualforce page? Choose 3 answers
- Question #75
Which aspect of Apex programming is limited due to multitenancy?
- Question #76
A development team wants to use a deployment script lo automatically deploy lo a sandbox during their development cycles. Which two tools can they use to run a script that deploys...
- Question #77
A developer has a Apex controller for a Visualforce page that takes an ID as a URL parameter. How should the developer prevent a cross site scripting vulnerability?
- Question #78
A developer created a new trigger that inserts a Task when a new Lead is created. After deploying to production, an outside integration chat reads task records is periodically repo...
- Question #79
A developer creates a new Apex trigger with a helper class, and writes a test class that only exercises 95% coverage of new Apex helper class. Change Set deployment to production f...
- Question #81
A developer considers the following snippet of code: Based on this code, what is the value of x?
- Question #82
A developer is creating a Lightning web component to showa list of sales records. The Sales Representative user should be able to see the commission field on each record. The Sales...
- Question #83
A developer created these three Rollup Summary fields in the custom object, Project__c: The developer is asked to create a new field that shows the ratio between rejected and appro...
- Question #84
The sales management team at Universal Container requires that the Lead Source field of the Lead record be populated when a.. converted. What should be done to ensure that a user p...
- Question #86
n org has an existing flow that creates an Opportunity with an Update Records element. A developer must update the flow to aiso create a `Contact and store the created Contact's 1D...
- Question #87
A company has a custom object, Sales, }_Help_Request__c, that has a Lookup relationship to Opportunity. The Seles Help Request__c has a mumber field, Number_ct_Hours__c, that repre...
- Question #89
niversal Containers (UC) processes orders in Salesforce in a custom object, Crder_c. They also allow sales reps to upload CSV files with of orders at a time. A developer is tasked...
- Question #90
A developer wants to improve runtime performance of Apex calls by caching result on the client. What is the most efficient way to implement this and follow best practices?
- Question #91
In the following example, which starting context will mymethod execute it is invoked?
- Question #92
A developer at Universal Containers is taked with implementing a new Salesforce application that bwill be maintained completely by their company's Salesforce admiknistrator. Which...
- Question #93
When a user edits the Postal Code on an Account, a custom Account text field named ''Timezone'' must be updated based on the values another custom object object called. What is the...
- Question #94
A company wants to implement a new call center process for handling customer service calls. It requires service reps to ask for the caller's account number before proceeding with t...
- Question #95
Uniersal Containers (UC) is developing a process for their sales teams that requires all sales reps to go through a set of scripted steps with each new customer they create. In the...
- Question #96
Universal Container wants Opportunities to no longer be editable when itreaches the Closed/Won stage. Which two strategies can a developer use to accomplish this? Choose2 answer
- Question #97
Universal Container* decides to use purely declarative development to build out a new Salesforce application. Which two options can be used to build out the business logic layer fo...
- Question #98
Ursa Major Solar has a custom object, serviceJob-o, with an optional Lookup field to Account called partner-service-Provider_c. The TotalJobs-o field on Account tracks the total nu...
- Question #99
Which two scenarios require an Apex method to be called imperatively from a Lightning web component? Choose 2 answer
- Question #100
A developer needs to create a baseline set of data (Account, Contacts, Products, Assets) for an entire suite allowing them to test independent requirements for various types of Sal...
- Question #101
A developer has identified a method in an Apex class that performs resource intensive actions in memory by iterating over the result set of a SOQL statement on the account. The met...
- Question #102
When a user edits the postal Code on an Account, a custom Account text field named. Timezone` must be updated based on the values in a PostalCodeToTimezone_c custom ogject. Which t...
- Question #103
A developer created this Apex trigger that calls MyClass,myStartmethod: The developer creates a test method that calls MyClase,myStartmethod directly, resulting in 81% overall code...
- Question #104
Which statement describes the execution order when trigger are associated to the same object and event?
- Question #105
What writing an Apex class, a developer warts to make sure thai all functionality being developed Is handled as specified by the requirements. Which approach should the developer u...
- Question #106
Refer to the code snippet below: When a Lightning web component is rendered, a list of apportunities that match certain criteria shopuld be retrievved from the database and display...