Is it possible the question's asking about assigned roles instead of role definitions? If so, would A make sense, since that's the user record table? Just not sure what "recorded" is referencing.
I see why you raised that, but A is actually valid in ServiceNow. When tasks go to a group, members really do get to select items from "My Groups Work" so A applies. F isn't quite right since availability usually ties to on-call not real-time status, so B covers that already. That's why it's A B C D I think, but open to other takes!
Yeah this is True. UI Actions in ServiceNow can show a message like "Incident successfully submitted" using gs.addInfoMessage(). It does require you to add that line in the script though, it won't pop up on its own. Pretty sure that's what they're getting at here. Agree?
Pretty straightforward, this is False. Official guide and practice tests both say ServiceNow does auto-numbering, not manual increments.
Hmm, pretty sure it's False here. I thought knowledge bases in ServiceNow share category setups and workflows, can't have each one fully unique. If I've got that wrong let me know!
That's true. Each knowledge base in ServiceNow can be set up with its own workflow, user permissions, category structure, and managers. Pretty important for organizations with multiple departments or business units. Think that's what the question is getting at.
TrueI’d check the official docs and some lab scenarios, they both say data policies can enforce required fields on imports. True here.
FILL IN THE BLANK _______________ is a computer program running as a service; a physical computer dedicated to running one or more services, or a system running a database.
Yeah, looks like "Server" is the better fit here. The question lists both a service and physical hardware, which lines up with how a server is described in CSA docs. I get why some might pick "Service" though since it's also mentioned. Not 100% but I'd stick with "Server" for this one.
B is right here. In ServiceNow lists, you just type email in the column filter (no % needed, that's more of a SQL/legacy thing). The Magnifier opens up the right field for that. Pretty sure about this from platform use, but open to corrections if there's some recent UI change.