Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Advanced Administrator All Questions

View all questions & answers for the Certified Advanced Administrator exam

Exam Certified Advanced Administrator topic 1 question 182 discussion

Actual exam question from Salesforce's Certified Advanced Administrator
Question #: 182
Topic #: 1
[All Certified Advanced Administrator Questions]

AW Computing wants to create a process to assign accounts to different salespeople based on the annual revenue of the company. The administrator has decided to create a flow.

Which two considerations should the administrator make sure to remember when creating the flow? (Choose two.)

  • A. Update Record elements should be placed outside the flow loop.
  • B. Update Record elements should be placed inside the flow loop.
  • C. Use a Get Records component instead of hard coding record IDs.
  • D. The running user of a flow is the user that last saved the flow.
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Plohia
10 months, 2 weeks ago
Selected Answer: BC
The update logic has to be placed inside the loop so as to update all the records matching the record criteria.
upvoted 1 times
...
tMana
1 year, 7 months ago
The correct options are A and C. A. Update Record elements should be placed outside the flow loop: This is because placing it inside the flow loop can cause performance issues and unnecessary updates to the database. C. Use a Get Records component instead of hard coding record IDs: This is because hard-coding record IDs is not a best practice, and using a Get Records component makes the flow more dynamic and scalable.
upvoted 2 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 ...