ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 321 - Certified Platform Developer II discussion

Report
Export

Users complain that a page Is very slow to respond. Upon investigation, the query below Is found to perform slowly.

SELECT id, Name FROM Contact WHERE CustomField_c null;

Which two actions can a developer take to improve performance?

Choose 2 answers

A.
Add a UMir dause to the query to reduce the number of records returned.
Answers
A.
Add a UMir dause to the query to reduce the number of records returned.
B.
Contact Salesforce customer support to create a custom index to include null values
Answers
B.
Contact Salesforce customer support to create a custom index to include null values
C.
Make the CustomFleld__c field an External ID.
Answers
C.
Make the CustomFleld__c field an External ID.
D.
Make the field CustomReW__c required because Salesforce field Indexes do not Include nulls.
Answers
D.
Make the field CustomReW__c required because Salesforce field Indexes do not Include nulls.
Suggested answer: A, D
asked 23/09/2024
Salvatore Buscio
28 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first