What is true regarding cascading execution of triggers? Choose 1 answer correct
answers Cascading triggers are part of the same execution context with respect to
governor limits
Which of the following are true when using Test Setup methods? Choose 2 answers
correct answers -Any changes to the records created in the @testSetup method will be
rolled back after each test method finishes execution
-Test Setup method is used to create test records once and then access them in every
test method in the test class.
Which are true regarding how to display data in a Visualforce page? Choose 2 answers
correct answers -Data context is provided to controllers by the id parameter of the page
-Expression syntax is used to bind components to the data set available in the page
controller
Which of the following can be used to execute specific Apex test methods in an
organization? Choose 3 answers correct answers SOAP API
Developer Console
Visual Studio Code
What constitutes the Model part in the Model-View-Controller paradigm? Choose 2
answers correct answers Custom Object
Standard Objects
A developer has to do a quick one-time load of 100 custom object records into a
development environment. The data is in a csv file and each record contains 5 fields.
Which tool would you recommend to use to load the data? Choose 1 answer correct
answers Data Import Wizard
You are trying to decide whether to use a master-detail or lookup relationship between
two objects. Which of the following considerations are true? Choose 3 answers correct
answers -Custom Objects on the detail side of a master-detail relationship cannot have
queues
-In a master-detail relationship, if the master record is deleted, the detail records will all
be deleted
-A custom object cannot be on the master side of a relationship with a standard object
Which of the following can be uploaded as a static resource and can be referenced in a
Visualforce page using a global variable? Choose 3 answers correct answers
JavaScript File
Archive
Style Sheet