Q: 5
Which one of the following statements applies to a set of fields when they are coalesced during an
import?
Options
Discussion
Don’t think it’s C, that’s a common gotcha. When coalesce fields match, the existing record gets updated not created, so A fits best here. Seen similar logic in CSA exam prep. Let me know if I’m missing something!
Makes sense to go with A here. Coalesce fields let ServiceNow update the existing record if there's a match, so you avoid creating duplicates on import. That's how I remember it from doc examples, but open if someone sees an edge case I missed.
I don't think it's C here, trap answer. Pretty sure it's A since coalesce fields update the existing record on a match instead of creating new ones. Lots of similar questions on CSA mocks back this up. If anyone thinks B or D has merit, let me know.
That's odd, I'd pick D here. Usually if there's no match the existing record gets updated, right?
A tbh. Pretty sure from practice and similar exam questions, match on coalesce means update existing record not create new one.
That sounds like C to me. If a match is found, I thought a new record gets created from the import, isn’t that how coalesce works?
Its A. If a record matches on the coalesce fields, ServiceNow updates that record instead of creating a new one. Option C is easy to trip up on but that's for when there is no match, not when there is. Pretty sure about this since I've seen it called out in CSA prep questions. Disagree?
Similar question came up on a CSA mock. I think it's A because with coalesce, ServiceNow updates the existing record if it matches those fields. Not 100 percent sure but that's how it's usually described in import scenarios. If someone thinks C or D makes sense, let me know!
Probably A since that's how coalesce works in ServiceNow imports, updates the record if matched. Haven't seen B-D apply here.
A over C here. C's a classic distractor-if coalesce fields find a match, you update the existing record, not make a new one. That's basically what ServiceNow wants admins to know for imports. I think A is definitely it but open if someone has a different take.
Be respectful. No spam.