ServiceNow Certified Implementation Specialist – Event Management — Question 74
Which is the best option to reduce latency issues when receiving events?
Answer options
- A. Verify bucket field in em_event table > 0
- B. Verify event_processor_job_count = 2
- C. Verify event_processor_job_count = 0
- D. Verify event_processor_enable_multi_node = 2
Correct answer: A
Explanation
Option A is correct because ensuring the bucket field in the em_event table is greater than 0 can help distribute events effectively and reduce latency. Options B and C involve the event processor job count, which may not directly address latency, and option D is incorrect as enabling multi-node processing may not be necessary for reducing latency.