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

Exam CIS-EM All Questions

View all questions & answers for the CIS-EM exam

Exam CIS-EM topic 1 question 106 discussion

Actual exam question from ServiceNow's CIS-EM
Question #: 106
Topic #: 1
[All CIS-EM Questions]

The additional information field is a JSON string that gives more information about an event. An example of a supported JSON string is:

  • A. {"CPU":100}
  • B. {"CPU":100,’Status":3}
  • C. {"CPU":"100","Status":3}
  • D. {"CPU":"100"}
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
wkwkhk
5 months, 4 weeks ago
Selected Answer: D
D is more proper. Although A, C, D are all valid JSON, but we should always refer to the existing way ServiceNow supported. In the Now Learning it is stated: - Supported JSON format "{"MEMORY";"70"}"
upvoted 1 times
...
moSplat
9 months ago
Selected Answer: C
A, C, and D are all valid JSON (A is also valid because integers do not necessarily have to be in quotes). However, note that at this time, ServiceNow only accepts up to ES5 JSON (not ES6 yet), and while there are still three correct answers, C is the most correct, because most examples on the SN doc sites display concatenated k/v pairs more often than not. Examples here: https://docs.servicenow.com/bundle/utah-integrate-applications/page/administer/import-sets/reference/json-data-source-examples.html
upvoted 1 times
...
MrBravo
9 months, 3 weeks ago
C and D are both correct?
upvoted 1 times
MrBravo
9 months, 3 weeks ago
i guess the "" makes D even more correct. But integers do not have to be in quotes, i believe.
upvoted 1 times
...
...
KondorZw
1 year, 1 month ago
Selected Answer: D
https://docs.servicenow.com/en-US/bundle/vancouver-it-operations-management/page/product/event-management/task/send-events-via-web-service.html
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 ...