CRT-450 Exam Question 131

A Platform Developer needs to write an Apex method that will only perform an action if a record is assigned to a specific Record Type.
Which two options allow the developer to dynamically determine the ID of the required Record Type by its name? (Choose two.)
  • CRT-450 Exam Question 132

    A developer has a unit test that is failing. To identify the issue, the developer copies the code inside the test method and executes it via the Execute Anonymous Apex Tool. The code then executes without failing. Why did the unit test failed, but not the Execute Anonymous?
  • CRT-450 Exam Question 133

    A developer has the controller class below.

    Which code block will run successfully in an execute anonymous window?
    myFooController m = new myFooController();
  • CRT-450 Exam Question 134

    Which three steps allow a custom SVG to be included in a Lightning web component? (Choose three.)
  • CRT-450 Exam Question 135

    A developer needs to test an Invoicing system integration. After reviewing the number of transactions required for the test, the developer estimates that the test data will total about 2 GB of data storage.
    Production data is not required for the integration testing.
    Which two environments meet the requirements for testing? (Choose two.)