CRT-450 Exam Questions

Total 392 Questions

Last Updated Exam : 30-Jun-2025

Topic 2 : Exam Pool B

Which component is available to deploy using Metadata API? Choose 2 answers


A. Case Layout


B. Account Layout


C. Case Feed Layout


D. ConsoleLayout





A.
  Case Layout

B.
  Account Layout

A company that uses a Custom object to track candidates would like to send candidate information automatically to a third -party human resource system when a candidate is hired. What can a developer do to accomplish this task?


A. Create an escalation rule to the hiring manager.


B. Create an auto response rule to the candidate.


C. Create a Process Builder with an outbound message action.


D. Create a workflow rule with an outbound message action.





D.
  Create a workflow rule with an outbound message action.

A developer needs to provide a Visualforce page that lets users enter Product-specific details during a Sales cycle. How can this be accomplished? (Choose 2)


A. Download a Managed Package from the AppExhange that provides a custom Visualforce page to modify.


B. Copy the standard page and then make a new Visualforce page for Product data entry.


C. Download an Unmanaged Package from the AppExchange that provides a custom Visualforce page to modify.


D. Create a new Visualforce page and an Apex controller to provide Product data entry.





C.
  Download an Unmanaged Package from the AppExchange that provides a custom Visualforce page to modify.

D.
  Create a new Visualforce page and an Apex controller to provide Product data entry.

How would a developer change the field type of a custom field on the Account object from string to an integer?


A. Make the changes in the developer console, and then the change will automatically be reflected in the Apex code.


B. Mate the change in the declarative UI, then update the field type to an integer field in the Apex code.


C. Make the change in the declarative UI, an then the change will automatically be reflected in the Apex code.


D. Remove all references in the code, make the change in the declarative UI, and restore the references with the new type.





D.
  Remove all references in the code, make the change in the declarative UI, and restore the references with the new type.

Where would a developer build a managed package?


A. Developer Sandbox


B. Unlimited Edition


C. Partial Copy Sandbox


D. Developer Edition





D.
  Developer Edition

What is the return data type when ApexPages.currentPage().getParameters() is used to retrieve URL parameters from a visualforce controller?


A. Map


B. List


C. Enum


D. String[]





A.
  Map

Where can the custom roll-up summary fields be created using Standard Object relationships (Choose 3)


A. On Opportunity using Opportunity Product records.


B. On Account using Case records.


C. On Quote using Order records.


D. On Campaign using Campaign Member records.


E. On Account using Opportunity records.





A.
  On Opportunity using Opportunity Product records.

D.
  On Campaign using Campaign Member records.

E.
  On Account using Opportunity records.

Which statement should a developer avoid using inside procedural loops? (Choose 2)


A. System.debug('Amount of CPU time (in ms) used so far: ' + Limits.getCpuTime() );


B. List contacts = [SELECT Id, Salutation, FirstName, LastName, Email FROM Contact WHERE AccountId = :a.Id];


C. If(o.accountId == a.id)


D. Update contactList;





D.
  Update contactList;

D.
  Update contactList;

When the number of record in a recordset is unknown, which control statement should a developer use to implement a set of code that executes for every record in the recordset, without performing a .size() or.length() method call?


A. For (init_stmt, exit_condition; increment_stmt) { }


B. Do { } While (Condition)


C. For (variable : list_or_set) { }


D. While (Condition) { ... }





C.
  For (variable : list_or_set) { }

Which resource can be included in a Lightning Component bundle?Choose 2 answers


A. Apex class


B. Adobe Flash


C. JavaScript


D. Documentation





C.
  JavaScript

D.
  Documentation


Page 12 out of 40 Pages
Previous