exam questions

Exam CRT-450 All Questions

View all questions & answers for the CRT-450 exam

Exam CRT-450 topic 1 question 211 discussion

Actual exam question from Salesforce's CRT-450
Question #: 211
Topic #: 1
[All CRT-450 Questions]

Which statement generates a list of Leads and Contacts that have a field with the phrase 'ACME'?

  • A. List <sObject> searchList = [FIND "*ACME*" IN ALL FIELDS RETURNING Contact, Lead];
  • B. List<List <sObject>> searchList = [FIND "*ACME*" IN ALL FIELDS RETURNING Contact, Lead];
  • C. List<List <sObject>> searchList = [SELECT Name, ID FROM Contact, Lead WHERE Name like '%ACME%'];
  • D. Map <sObject> searchList = [FIND "*ACME*" IN ALL FIELDS RETURNING Contact, Lead];
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...