Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: validbest

Exam Data-Architect All Questions
Exam Data-Architect All Questions

View all questions & answers for the Data-Architect exam

Salesforce Application Architect Data-Architect Question # 20 Topic 3 Discussion

Data-Architect Exam Topic 3 Question 20 Discussion:
Question #: 20
Topic #: 3

The data architect for UC has written a SOQL query that will return all records from the Task object that do not have a value in the WhatID field:

Select id, description, Subject from Task where WhatId!= NULL

When the data architect usages the query to select values for a process a time out error occurs.

What does the data architect need to change to make this query more performant?


A.

Remove description from the requested field set.


B.

Change query to SOSL.


C.

Add limit 100 to the query.


D.

Change the where clause to filter by a deterministic defined value.


Get Premium Data-Architect Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.