Salesforce CRT-450 Sample Questions

Question # 41

A team of many developers work in their own individual orgs that have the same configuration as the production org. Which type of org is best suited for this scenario? 

A. Full Sandbox
B. Developer Edition
C. Partner Developer Edition
D. Developer Sandbox


Question # 42

What is the result of the following code snippet?

A. Accounts are inserted.
B. Account Is inserted.
C. 200 Accounts are inserted.
D. 201 Accounts are Inserted.


Question # 43

Universal Containers has developed custom Apex code and Lightning Components in a  Sandbox environment. They need to deploy the code and associated configurations to theProduction environment. What is the recommended process for deploying the code and configurations to Production? 

A. Use a change set to deploy the Apex code and Lightning Components.
B. Use the Force.com IDE to deploy the Apex code and Lightning Components.
C. Use the Ant Migration Tool to deploy the Apex code and Lightning Components.
D. Use Salesforce CLI to deploy the Apex code and Lightning Components.


Question # 44

A developer needs to allow users to complete a form on an Account record that will create a record for a custom object. The form needs to display different fields depending on the user's job role. The functionality should only be available to a small group of users. Which three things should the developer do to satisfy these requirements? Choose 3 answers 

A. Create a Dynamic Form,
B. Add a Dynamic Action to the Account Record Page.
C. Create a Custom Permission for the users.
D. Add a Dynamic Action to the Users' assigned Page Layouts.
E. Create a Lightning wet> component.


Question # 45

A developer creates a batch Apex job to update a large number of records, and receives reports of the job timing out and not completing. What is the first step towards troubleshooting the issue? 

A. Check the asynchronous job monitoring page to view the job status and logs.
B. Check the debug logs for the batch job.
C. Decrease the batch size to reduce the load on the system.
D. Disable the batch job and recreate it with a smaller number of records.


Question # 46

The Job_Application__c custom object has a field that is a Master-Detail relationship to the Contact object, where the Contact object is the Master. As part of a feature implementation, a developer needs to retrieve a list containing all Contact records where the related Account Industry is ‘Technology’ while also retrieving the contact’s Job_Application__c records. Based on the object’s relationships, what is the most efficient statement to retrieve the list of contacts? 

A. [SELECT Id, (SELECT Id FROM Job_Applications_r) FROM Contact WHEREAccount.Industry = ‘Technology’];
B. [SELECT Id, (SELECT Id FROM Job_Applications_r) FROM Contact WHEREAccounts.Industry = ‘Technology’];
C. [SELECT Id, (SELECT Id FROM Job_Applications_c) FROM Contact WHEREAccounts.Industry = ‘Technology’];
D. [SELECT Id, (SELECT Id FROM Job_Application_c) FROM Contact WHEREAccount.Industry = ‘Technology’];


Question # 47

Universal Containers wants to assess the advantages of declarative development versus programmatic customization for specific use cases in its Salesforce implementation. What are two characteristics of declarative development over programmatic customization? Choose 2 answers 

A. Declarative code logic does not require maintenance or review.
B. Declarative development has higher design limits and query limits.
C. Declarative development can be done using the setup menu.
D. Declarative development does not require Apex test classes.


Question # 48

A credit card company needs to implement the functionality for a service agent to process damaged or stolen credit cards. When the customers call in, the service agent must gather many pieces of information. A developer is tasked to implement this functionality. What should the developer use to satisfy this requirement in the most efficient manner? 

A. Apex trigger
B. Approval process
C. Screen-based flow
D. Lightning Component


Question # 49

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 with integrating orders placed in Salesforce with UC's enterprise resource planning (ERP) system. ‘After the status for an Craer__c is first set to "Placed’, the order information must be sent to a REST endpoint in the ERP system that can process ne order at a time. What should the developer implement to accomplish this? 

A. Callout from an §urare method called from a trigger
B. Callout from a Sarchabie class called from a scheduled job
C. Flow with 2 callout from an invocable method
D. Callout from a queseatie class called from a trigger


Question # 50

What should a developer use to fix a Lightning web component bug in a sandbox?

A. Developer Console
B. VS Code
C. Force.com IDE
D. Execute Anonymous


‹ First3456

Download All Questions PDF Check Customers Feedbacks