exam questions

Exam CRT-450 All Questions

View all questions & answers for the CRT-450 exam

Exam CRT-450 topic 1 question 26 discussion

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

What are two valid options for iterating through each Account in the collection List<Account> named AccountList? (Choose two.)

  • A. for (Account theAccount : AccountList) {ג€¦}
  • B. for(AccountList) {ג€¦}
  • C. for (List L : AccountList) {ג€¦}
  • D. for (Integer i=0; i < AccountList.Size(); i++) {ג€¦}
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

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
mwwt2022
Highly Voted 6 months, 2 weeks ago
choices: A. for (Account theAccount : AccountList) {...} B. for(AccountList) {...} C. for (List L : AccountList) {...} D. for (Integer i=0; i < AccountList.Size(); i++) {...}
upvoted 5 times
...
ChrisZaro
Most Recent 1 week ago
Selected Answer: AD
Either A, to iterate every item in the list or D to get elements from the list with an index
upvoted 1 times
...
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago