00:00

QUESTION 101

- (Exam Topic 1)
What is the transaction limit for the number of records for SOQL queries?

Correct Answer: C

QUESTION 102

- (Exam Topic 1)
Given the following code:
Platform-Developer-II dumps exhibit
Assuming there were 10 Contacts and five Accounts created today, what is the expected result?

Correct Answer: A

QUESTION 103

- (Exam Topic 1)
A Visualforce page contains an industry select list and displays a table of Accounts that have a matching value in their Industry field.
Platform-Developer-II dumps exhibit
When a user changes the value in the industry select list, the table of Accounts should be automatically updated to show the Accounts associated with the selected industry.
What is the optimal way to implement this?

Correct Answer: B

QUESTION 104

- (Exam Topic 1)
A developer gets an error saying 'Maximum Trigger Depth Exceeded.' What is a possible reason to get this error message?

Correct Answer: C

QUESTION 105

- (Exam Topic 1)
A Visualforce Page throws an Attempt to dereference a null object error for a Contact. What change In the controller will fix the error?

Correct Answer: C