Go Back on CRT-450 Exam
Available in 1, 3, 6 and 12 Months Free Updates Plans
PDF: $15 $60

Test Engine: $20 $80

PDF + Engine: $25 $99

CRT-450 Practice Test


Page 3 out of 78 Pages

Topic 1 : Exam Pool A

A developer is asked to create a PDF quote document formatted using the company’s branding guidelines, and automatically save it to the Opportunity record. Which two ways should a developer create this functionality? (Choose two.)


A.

Install an application from the AppExchange to generate documents.


B.

Create a Visualforce page with custom styling.


C.

Create an email template and use it in Process Builder.


D.

Create a visual flow that implements the company’s formatting.





A.
  

Install an application from the AppExchange to generate documents.



B.
  

Create a Visualforce page with custom styling.



What are three characteristics of static methods? (Choose three.)
Initialized only when a class is loaded


A.

A static variable outside of the scope of an Apex transaction


B.

Allowed only in outer classes


C.

Allowed only in inner classes


D.

Excluded from the view state for a Visualforce page





A.
  

A static variable outside of the scope of an Apex transaction



C.
  

Allowed only in inner classes



E.
  

A developer wants to override a button using Visualforce on an object.
What is the requirement?


A.

The controller or extension must have a PageReference method.


B.

The standardController attribute must be set to the object.


C.

The action attribute must be set to a controller method.


D.

The object record must be instantiated in a controller or extension.





B.
  

The standardController attribute must be set to the object.



What is a capability of the <ltng:require> tag that is used for loading external Javascript libraries in Lightning Component? (Choose three.)


A.

Loading files from Documents.


B.

One-time loading for duplicate scripts.


C.

Specifying loading order.


D.

Loading scripts in parallel.


E.

Loading externally hosted scripts.





B.
  

One-time loading for duplicate scripts.



C.
  

Specifying loading order.



D.
  

Loading scripts in parallel.



A developer needs to display all of the available fields for an object.
In which two ways can the developer retrieve the available fields if the variable myObject represents the name of the object? (Choose two.)


A.

Use myObject.sObjectType.getDescribe().fieldSet() to return a set of fields.


B.

Use mySObject.myObject.fields.getMap() to return a map of fields.


C.

Use Schema.describeSObjects(new String[]{myObject})[0].fields.getMap() to return a map of fields.


D.

Use getGlobalDescribe().get(myObject).getDescribe().fields.getMap() to return a map of fields.





B.
  

Use mySObject.myObject.fields.getMap() to return a map of fields.



C.
  

Use Schema.describeSObjects(new String[]{myObject})[0].fields.getMap() to return a map of fields.




Page 3 out of 78 Pages
Previous