What is the transaction limit on the recursive trigger depth?

What is the transaction limit on the recursive trigger depth?A . 10B . 17C . 16D . 3E . There is no limitView AnswerAnswer: C

April 21, 2022 No Comments READ MORE +

What is the outcome after executing the following code snippet in the org?

The Contact object has a custom field called "Zone." Its data type is "Text" and field length is 3 . What is the outcome after executing the following code snippet in the org?A . Both inserts succeed and the contact record that has the Zone value of 'PI'IT is set...

April 21, 2022 No Comments READ MORE +

Invokable methods accept sObjects as parameters.

Invokable methods accept sObjects as parameters.A . TrueB . FalseView AnswerAnswer: B

April 21, 2022 No Comments READ MORE +

What is the optimal way to implement these requirements?

An org has a requirement that an Account must always have one and only one Contact listed as Primary. So selecting one Contact will de-select any others. The client wants a checkbox on the Contact called 'Is Primary' to control this feature. The client also wants to ensure that the...

April 21, 2022 No Comments READ MORE +

What change In the controller will fix the error?

A Visualforce Page throws an Attempt to dereference a null object error for a Contact . What change In the controller will fix the error?A . Declare a static final Contact at the top of the controller.B . Change the setters signature to return a Contact.C . Use a condition...

April 21, 2022 No Comments READ MORE +

What is the transaction limit on the max execution time?

What is the transaction limit on the max execution time?A . 5 minutesB . 10 minutesC . 15 minutesD . 20 minutesE . There is no limitView AnswerAnswer: B

April 20, 2022 No Comments READ MORE +

What is wrong?

Consider the controller code above that is called from a Lightning component and returns data wrapped in a class. Consider the controller code above that is called from a Lightning component and returns data wrapped in a class. The developer verified that the Queries return a single record each and...

April 20, 2022 No Comments READ MORE +

if the "PageReference.setRedirect" Apex function is set to False, what type of request is made?

if the "PageReference.setRedirect" Apex function is set to False, what type of request is made?A . Get requestB . Postback requestC . If PageReference points to the same controller and subset of extensions, postback request, otherwise get requestView AnswerAnswer: C

April 20, 2022 No Comments READ MORE +

What should the developer do to ensure good data quality and to ensure that data imports, integrations, and searches perform well?

A developer needs to design a custom object that will be integrated into a back-end system. What should the developer do to ensure good data quality and to ensure that data imports, integrations, and searches perform well? (Choose two.)A . Configure a custom field as uniqueB . Configure a custom...

April 20, 2022 No Comments READ MORE +

Why could the test be failing?

A developer wrote a Visualforce page for Sales Reps to add products to an order. The page takes a URL query parameter, productFamily, which filters the product results. The test method for the filter behavior has an assertion failing due to an incorrect number of results. Why could the test...

April 20, 2022 No Comments READ MORE +