CRT-450 Exam Questions
223 real CRT-450 exam questions with expert-verified answers and explanations. Page 1 of 5.
- Question #1
Universal Containers hires a developer to build a custom search page to help user-find the Accounts they want. Users will be able to search on Name, Description, and a custom comme...
- Question #2
Universal Container uses Service Cloud with a custom field, stage_c, on the Case object. Management wants to send a follow-up email reminder 6 hours after the stage_c field is set...
- Question #3
A developer must troubleshoot to pinpoint the causes of performance issues when a custom page loads in their org. Which tool should the developer use to troubleshoot?
- Question #4
A developer Is asked to create a Visualforce page that lists the contacts owned by the current user. This component will be embedded In a Lightning page. Without writing unnecessar...
- Question #5
A developer has a Visualforce page and custom controller to save Account records. The developer wants to display any validation rule violation to the user. How can the developer ma...
- Question #6
A developer is creating a page that allows users to create multiple Opportunities. The developer is asked to verify the current user's default } | Opportunity record type, and set...
- Question #8
A developer migrated functionality from JavaScript Remoting to a Lightning web component and wants to use the existing getOpportunities() method to provide data. What to do now?
- Question #9
A Lightning component has a wired property, searchResults, that stores a list of Opportunities. Which definition of the Apex method, to which the searchResults property is wired, s...
- Question #10
Management asked for opportunities to be automatically created for accounts with annual revenue greater than $1,000,000. A developer created the following trigger on the Account ob...
- Question #11
What are two ways a developer can get the status of an enquered job for a class that queueable interface? Choose 2 answers
- Question #12
Cloud kicks has a multi-screen flow that its call center agents use when handling inbound service desk calls. At one of the steps in the flow, the agents should be presented with a...
- Question #13
A developer needs to have records with specific field values in order to test a new Apex class. What should the developer do to ensure the data is available to the test?
- Question #14
How can a developer check the test coverage of active Process Builder and Flows deploying them in a Changing Set?
- Question #15
Universal Containers has large number of custom applications that were built using a third-party javaScript framework and exposed using Visualforce pages. The Company wants to upda...
- Question #16
Which two are best practices when it comes to component and application event handling? (Choose two.)
- Question #17
A developer wrote Apex code that calls out to an external system. How should a developer write the test to provide test coverage?
- Question #18
Universal Containers recently transitioned from Classic to Lighting Experience. One of its business processes requires certain value from the opportunity object to be sent via HTTP...
- Question #19
A developer wants to invoke on outbound message when a record meets a specific criteria. Which three features satisfy this use case? Choose 3 answer
- Question #20
Given the following Anonymous Block: Which one do you like? What should a developer consider for an environment that has over 10,000 Case records?
- Question #21
For which three items can a trace flag be configured? Choose 3 answers
- Question #22
A developer has a single custom controller class that works with a Visualforce Wizard to support creating and editing multiple subjects. The wizard accepts data from user inputs ac...
- Question #23
A developer is creating an app that contains multiple Lightning web components. One of the child components is used for navigation purposes. When a user click a button called.. com...
- Question #24
A developer is implementing an Apex class for a financial system. Within the class, the variables `creditAmount' and `debtAmount' should not be able to change once a value is assig...
- Question #25
If apex code executes inside the execute() method of an Apex class when implementing the Batchable interface, which statement are true regarding governor limits? Choose 2 answers
- Question #26
A developer Is Integrating with a legacy on-premise SQL database. What should the developer use to ensure the data being Integrated is matched to the right records in Salesforce?
- Question #27
A developer created a custom order management app that uses an Apex class. The order is represented by an Order object and an Orderltem object that has a master-detail relationship...
- Question #28
Universal Containers has a support process that allows users to request support from its engineering team using a custom object, Engineering_Support__c. Users should be able to ass...
- Question #29
A developer is asked to prevent anyone other than a user with Sales Manager profile from changing the Opportunity Status to Closed Lost if the lost reason is blank. Which automatio...
- Question #30
Which two events need to happen when deploying to a production org? Choose 2 answers
- Question #31
Which three operations affect the number of times a trigger can fire? Choose 3 answers
- Question #33
What is the result of the following code?
- Question #34
Universal Containers stores the availability date on each Line Item of an Order and Orders are only shipped when all of the Line Items are available. Which method should be used to...
- Question #35
A developer wants to import 500 Opportunity records into a sandbox. Why should the developer choose to use data Loader instead of Data Import Wizard?
- Question #36
A Salesforce Administrator used Flow Builder to create a flow named `'accountOnboarding''. The flow must be used inside an Aura component. Which tag should a developer use to displ...
- Question #37
A developer must modify the following code snippet to prevent the number of SOQL queries issued from exceeding the platform governor limit. public class without sharing Opportunity...
- Question #38
Universal Container is building a recruiting app with an Applicant object that stores information about an individual person that represents a job. Each application may apply for m...
- Question #39
Universal Containers decides to use exclusively declarative development to build out a new Salesforce application. Which three options should be used to build out the database laye...
- Question #40
Universal Containers has implemented an order management application. Each Order can have one or more Order Line items. The Order Line object is related to the Order via a master-d...
- Question #41
Refer to the following code snippet for an environment has more than 200 Accounts belonging to the Technology' industry: When the code execution, which two events occur as a result...
- Question #42
Which three statements are true regarding custom exceptions in Apex? (Choose three.)
- Question #43
A developer observes that an Apex test method fails in the Sandbox. To identify the issue, the developer copies the code inside the test method and executes it via the Execute Anon...
- Question #44
Which Apex class contains methods to return the amount of resources that have been used for a particular governor, such as the number of DML statements?
- Question #45
A company has been adding data to Salesforce and has not done a good Job of limiting the creation of duplicate Lead records. The developer is considering writing an Apex process to...
- Question #46
A business has a proprietary Order Management System (OMS) that creates orders from their website and fulfills the orders. When the order is created in the OMS, an integration also...
- Question #47
Which two statements are true about using the @testSetup annotation in an Apex test class? Choose 2 answers
- Question #48
A primaryid_c custom field exists on the candidate_c custom object. The filed is used to store each candidate's id number and is marked as Unique in the schema definition. As part...
- Question #49
A custom object Trainer_c has a lookup field to another custom object Gym___c. Which SOQL query will get the record for the Viridian City gym and it's trainers?
- Question #50
What are two ways for a developer to execute tests in an org?
- Question #51
A software company uses the following objects and relationships: - Case: to handle customer support issues - Defect_c: a custom object to represent known issues with the company's...
- Question #52
An Opportunity needs to have an amount rolled up from a custom object that is not in a master- detail relationship. How can this be achieved?