nerdexam
Cisco

300-915 · Question #3

A sensor reads potentially critical data from an industrial device, but most of the data from the sensor is not critical information and does not change unless a critical event happens. Which data wor

The correct answer is D. 1. Acquire sensor data.. The answer choices in your question appear to be cut off - all four options only show "1. Acquire sensor data." without their distinguishing subsequent steps. I can't accurately explain why A, B, and C are wrong without seeing what makes them different from D. Could you paste the

IoT Data Ingestion and Processing

Question

A sensor reads potentially critical data from an industrial device, but most of the data from the sensor is not critical information and does not change unless a critical event happens. Which data work flow is appropriate for how the critical and non-critical data is processed?

Options

  • A
    1. Acquire sensor data.
  • B
    1. Acquire sensor data.
  • C
    1. Acquire sensor data.
  • D
    1. Acquire sensor data.

How the community answered

(21 responses)
  • A
    14% (3)
  • B
    5% (1)
  • C
    5% (1)
  • D
    76% (16)

Explanation

The answer choices in your question appear to be cut off - all four options only show "1. Acquire sensor data." without their distinguishing subsequent steps. I can't accurately explain why A, B, and C are wrong without seeing what makes them different from D.

Could you paste the full text of each answer choice? They likely differ in how they handle the conditional logic after acquiring the data (e.g., how/whether they check for critical vs. non-critical events before processing).

That said, here's the core concept the question is testing:

The key principle: When most sensor data is non-critical and only changes during critical events, the correct workflow should use exception-based (interrupt-driven) processing - acquire the data, evaluate whether it is critical, then branch: process/alert if critical, discard/ignore if not. Workflows that always process all data equally (regardless of criticality) waste resources and are inappropriate here.

Once you share the full choices, I can give you a precise explanation of each distractor and a memory tip.

Topics

#event-driven processing#sensor data filtering#critical data detection#industrial IoT

Community Discussion

No community discussion yet for this question.

Full 300-915 Practice