CMO Data Collection & Monitoring 4 — Questions and Answers
Question 1: When designing a data collection form for field use, which best practice reduces data entry errors for categorical fields?
- Free-text input with spell-check enabled
- Dropdown menus or radio buttons with predefined options (Correct answer)
- Numeric codes that operators must memorize
- Voice-to-text transcription
Correct answer: Dropdown menus or radio buttons with predefined options
Constrained input controls like dropdowns restrict entries to valid choices, eliminating spelling errors and non-standard values at the point of collection.
Question 2: A dashboard shows that one data stream has a 15% packet loss rate. What is the most likely operational impact?
- Faster data processing
- Gaps in the monitoring timeline and potentially missed alerts (Correct answer)
- Improved battery life on field devices
- Reduced storage consumption
Correct answer: Gaps in the monitoring timeline and potentially missed alerts
Packet loss creates gaps in the data timeline, which can cause missed alert conditions and incomplete records that compromise monitoring integrity.
Question 3: Which data compression strategy is most appropriate when transmitting sensor data over a low-bandwidth mobile connection?
- Lossless compression of the full raw payload
- Delta encoding that transmits only changes from the last reported value (Correct answer)
- No compression to preserve raw data fidelity
- Lossy compression at 50% quality
Correct answer: Delta encoding that transmits only changes from the last reported value
Delta encoding reduces payload size significantly for slowly changing sensor data by transmitting only the difference from the previous value rather than full readings.
Question 4: What is a 'dead band' setting in a monitoring configuration?
- A time window during which alerts are suppressed for maintenance
- A range around a threshold within which small fluctuations do not trigger repeated alerts (Correct answer)
- The maximum storage size for archived data
- A geographic exclusion zone for data collection
Correct answer: A range around a threshold within which small fluctuations do not trigger repeated alerts
A dead band defines a tolerance range around a threshold so that minor oscillations near the threshold do not cause rapid repeated alert toggling.
Question 5: In Mobilyze, what is the correct action when a mandatory field in a data collection form is left blank upon submission attempt?
- The form submits with a null value and logs a warning
- Submission is blocked and the operator is prompted to complete the required field (Correct answer)
- The system inserts a default placeholder value automatically
- The record is flagged as draft and sent to a supervisor
Correct answer: Submission is blocked and the operator is prompted to complete the required field
Mandatory field validation blocks form submission and directs the operator to the empty field, ensuring data completeness at the point of entry.
Question 6: A field team is collecting data in an area with intermittent GPS signal. Which fallback positioning method provides the next best location accuracy?
- Manual address entry geocoded server-side
- Wi-Fi positioning using nearby access point triangulation (Correct answer)
- Cell tower triangulation
- Dead reckoning based on last known position and movement speed
Correct answer: Wi-Fi positioning using nearby access point triangulation
Wi-Fi positioning uses nearby access point signals to estimate location and typically offers better accuracy than cell tower triangulation in urban environments.
Question 7: Which metric is most useful for evaluating the overall reliability of a remote monitoring data pipeline?
- Average dashboard load time
- Data completeness ratio (percentage of expected records actually received) (Correct answer)
- Number of user logins per day
- Total storage consumed per month
Correct answer: Data completeness ratio (percentage of expected records actually received)
Data completeness ratio directly measures how often expected data arrives successfully, capturing the end-to-end reliability of the entire collection and transmission pipeline.
When designing a data collection form for field use, which best practice reduces data entry errors for categorical fields?