CRT-450 Exam Questions

Total 387 Questions

Last Updated Exam : 22-Oct-2024

Topic 2 : Exam Pool B

A developer needs to write a method that searches for a phone number that could be on multiple object types. Which method should the developer use to accomplish this task?


A.

SOQL Query that includes ALL ROWS


B.

SOQL query on each object


C.

SOSL Query that includes ALL ROWS


D.

SOSL query on each object





C.
  

SOSL Query that includes ALL ROWS



What can a Lightning Component contain in its resource bundle? Choose 2 answer


A.

Custom client side rendering behavior.


B.

Build scripts for minification


C.

Properties files with global settings


D.

CSS styles scoped to the component





A.
  

Custom client side rendering behavior.



D.
  

CSS styles scoped to the component



What is the minimum log level needed to see user-generated debug statements?


A.

DEBUG


B.

FINE


C.

INFO


D.

WARN





A.
  

DEBUG



What is a benefit of the lightning component framework?


A.

Better integration with Force.com sites


B.

Better performance for custom Salesforce1 Mobile Apps


C.

More Centralized control via server-side logic


D.

More pre-built components to replicate the salesforce look and feel





D.
  

More pre-built components to replicate the salesforce look and feel



Before putting an app into production, which step should be taken?


A.

Run the production check feature via the web interface


B.

Switch to a production database


C.

Insure that you have installed a performance introspection add-on


D.

Scale your dynos





A.
  

Run the production check feature via the web interface



What is a capability of formula fields? (Choose 3)


A.

Generate a link using the HYPERLINK function to a specific record in a legacy system.


B.

Display the previous values for a field using the PRIORVALUE function.


C.

Return and display a field value from another object using the VLOOKUP function.


D.

Determine if a datetime field has passed using the NOW function.


E.

Determine which of three different images to display using the IF function.





A.
  

Generate a link using the HYPERLINK function to a specific record in a legacy system.



D.
  

Determine if a datetime field has passed using the NOW function.



E.
  

Determine which of three different images to display using the IF function.



What is a valid statement about Apex classes and interfaces? Choose 2 answers:


A.

The default modifier for a class is private.


B.

Exception classes must end with the word exception.


C.

A class can have multiple levels of inner classes.


D.

The default modifier for an interface is private





B.
  

Exception classes must end with the word exception.



D.
  

The default modifier for an interface is private



Which two are true regarding a Dyno? Choose 2 answers


A.

Is a light weight VM used to run code on the Heroku Platform


B.

Has the ability to sleep as a standard and performance Dyno


C.

Is a lightweight Linux container used in a collection to run Heroku applications


D.

Has Ephemeral filesystems and is rebooted every 24 hours.





C.
  

Is a lightweight Linux container used in a collection to run Heroku applications



D.
  

Has Ephemeral filesystems and is rebooted every 24 hours.



What is a capability of cross-object formula fields? Choose 3 answers


A.

Formula fields can reference fields from master-detail or lookup parent relationships.


B.

Formula fields can expose data the user does not have access to in a record.


C.

Formula fields can be used in three roll-up summaries per object.


D.

Formula fields can reference fields in a collect of records from a child relationship.


E.

Formula fields can reference fields from objects that are up to 10 relationships away.





A.
  

Formula fields can reference fields from master-detail or lookup parent relationships.



B.
  

Formula fields can expose data the user does not have access to in a record.



E.
  

Formula fields can reference fields from objects that are up to 10 relationships away.



What is a capability of the Developer Console?


A.

Execute Anonymous Apex code, Create/Edit code, view Debug Logs.


B.

Execute Anonymous Apex code, Run REST API, create/Edit code.


C.

Execute Anonymous Apex code, Create/Edit code, Deploy code changes.


D.

Execute Anonymous Apex code, Run REST API, deploy code changes.





A.
  

Execute Anonymous Apex code, Create/Edit code, view Debug Logs.




Page 16 out of 39 Pages
Previous