- (Exam Topic 1)
What is the transaction limit for the number of records for SOQL queries?
Correct Answer:
C
- (Exam Topic 1)
Given the following code:
Assuming there were 10 Contacts and five Accounts created today, what is the expected result?
Correct Answer:
A
- (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.
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
- (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
- (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