1What is the main purpose of a message communication protocol in IoT?
Message communication protocols for connected devices
Easy
A.To exchange data between devices
B.To cool network hardware
C.To increase battery size
D.To manufacture sensors
Correct Answer: To exchange data between devices
Explanation:
Message communication protocols define how IoT devices send and receive data.
Incorrect! Try again.
2Which protocol is widely used for lightweight publish-subscribe messaging in IoT?
Message communication protocols for connected devices
Easy
A.MQTT
B.Telnet
C.FTP
D.SMTP
Correct Answer: MQTT
Explanation:
MQTT is a lightweight messaging protocol designed for constrained devices and networks.
Incorrect! Try again.
3In a publish-subscribe model, which component receives messages based on a topic?
Message communication protocols for connected devices
Easy
A.Publisher
B.Subscriber
C.Compiler
D.Router
Correct Answer: Subscriber
Explanation:
A subscriber receives messages published to the topics it has subscribed to.
Incorrect! Try again.
4What type of communication does WebSocket support after a connection is established?
WebSocket
Easy
A.Full-duplex communication
B.Offline communication
C.Paper-based communication
D.One-way communication
Correct Answer: Full-duplex communication
Explanation:
WebSocket allows both the client and server to send data at the same time.
Incorrect! Try again.
5WebSocket is especially useful when an IoT application needs what?
WebSocket
Easy
A.Manual cable testing
B.Physical device storage
C.Real-time data updates
D.Printed data reports
Correct Answer: Real-time data updates
Explanation:
WebSocket supports persistent connections for fast, real-time updates.
Incorrect! Try again.
6Which is a common IoT design requirement for battery-powered devices?
Internet of Things requirements and challenges
Easy
A.Heavy metal casing
B.Large screen size
C.Low power consumption
D.High paper consumption
Correct Answer: Low power consumption
Explanation:
Many IoT devices run on batteries, so efficient power use is important.
Incorrect! Try again.
7Which issue is a major challenge in large IoT systems?
Internet of Things requirements and challenges
Easy
A.Scalability
B.Keyboard layout
C.Printer ink level
D.Handwriting quality
Correct Answer: Scalability
Explanation:
IoT systems must be able to support increasing numbers of connected devices.
Incorrect! Try again.
8Which is an example of an IoT application?
Internet of Things services and applications
Easy
A.Smart home lighting
B.Mechanical typewriter
C.Printed telephone book
D.Paper filing cabinet
Correct Answer: Smart home lighting
Explanation:
Smart lighting can be monitored and controlled through connected IoT devices.
Incorrect! Try again.
9How can IoT be used in agriculture?
Internet of Things services and applications
Easy
A.Binding farm manuals
B.Monitoring soil moisture
C.Typing crop reports
D.Printing weather charts
Correct Answer: Monitoring soil moisture
Explanation:
IoT sensors can measure soil moisture to support efficient irrigation.
Incorrect! Try again.
10What is the primary role of a sensor in an IoT device?
Internet of Things sensors and antennas
Easy
A.To store paper records
B.To create user passwords
C.To display video content
D.To collect environmental data
Correct Answer: To collect environmental data
Explanation:
Sensors detect physical conditions such as temperature, light, or motion.
Incorrect! Try again.
11Which sensor is commonly used to detect temperature?
Internet of Things sensors and antennas
Easy
A.Power adapter
B.Network switch
C.Temperature sensor
D.Pressure valve
Correct Answer: Temperature sensor
Explanation:
A temperature sensor measures the degree of heat or cold in an environment.
Incorrect! Try again.
12What is the main role of an antenna in a wireless IoT device?
Internet of Things sensors and antennas
Easy
A.To measure room temperature
B.To process sensor readings
C.To store application files
D.To transmit and receive signals
Correct Answer: To transmit and receive signals
Explanation:
An antenna enables wireless communication by sending and receiving radio signals.
Incorrect! Try again.
13Why is cloud computing useful for IoT systems?
Cloud computing and Internet of Things
Easy
A.It removes all network cables
B.It creates physical antennas
C.It replaces all device sensors
D.It stores and processes IoT data
Correct Answer: It stores and processes IoT data
Explanation:
Cloud platforms can store, analyze, and manage data collected from IoT devices.
Incorrect! Try again.
14What can an IoT device send to a cloud platform?
Cloud computing and Internet of Things
Easy
A.Mechanical parts
B.Paper documents
C.Printed labels
D.Sensor data
Correct Answer: Sensor data
Explanation:
IoT devices commonly send collected sensor data to cloud services for storage and analysis.
Incorrect! Try again.
15What does SaaS stand for?
Software as a Service
Easy
A.Sensors as a System
B.Software as a Service
C.Storage as a Sensor
D.Security as a Signal
Correct Answer: Software as a Service
Explanation:
SaaS provides ready-to-use software through the internet.
Incorrect! Try again.
16In a SaaS model, who usually manages the application software?
Software as a Service
Easy
A.Cloud service provider
B.End-user antenna
C.Local network cable
D.Individual device sensor
Correct Answer: Cloud service provider
Explanation:
The SaaS provider manages the application, updates, and underlying infrastructure.
Incorrect! Try again.
17What does PaaS provide to application developers?
Platform as a Service
Easy
A.A physical sensor for measurement
B.A platform for building applications
C.A screen for data display
D.A cable for network connection
Correct Answer: A platform for building applications
Explanation:
PaaS provides development tools and services for creating and deploying applications.
Incorrect! Try again.
18What does IaaS primarily provide?
Infrastructure as a Service
Easy
A.Ready-to-use office software
B.Wireless antenna designs
C.Physical IoT sensor readings
D.Virtual computing resources
Correct Answer: Virtual computing resources
Explanation:
IaaS provides resources such as virtual servers, storage, and networking.
Incorrect! Try again.
19Which practice helps protect an IoT device from unauthorized access?
Security issues in the Internet of Things
Easy
A.Sharing default passwords
B.Using strong passwords
C.Disabling all updates
D.Using open network access
Correct Answer: Using strong passwords
Explanation:
Strong, unique passwords reduce the risk of unauthorized device access.
Incorrect! Try again.
20Why are software updates important for IoT security?
Security issues in the Internet of Things
Easy
A.They increase sensor size
B.They can fix security weaknesses
C.They remove wireless signals
D.They replace cloud storage
Correct Answer: They can fix security weaknesses
Explanation:
Updates often include patches that correct known security vulnerabilities.
Incorrect! Try again.
21A battery-powered sensor sends a small temperature reading every 10 minutes over an unreliable network. Which protocol characteristic is most important for reducing device overhead?
Message communication protocols for connected devices
Medium
A.A persistent video-streaming connection
B.A large payload format with rich metadata
C.A lightweight header and low connection overhead
D.A browser-dependent request-response model
Correct Answer: A lightweight header and low connection overhead
Explanation:
Constrained IoT devices benefit from protocols with small headers and minimal processing or connection overhead.
Incorrect! Try again.
22In a publish-subscribe IoT system, what is the main role of a message broker?
Message communication protocols for connected devices
Medium
A.It converts sensor data into electrical signals
B.It routes published messages to subscribed clients
C.It stores firmware permanently on each device
D.It assigns IP addresses to all edge devices
Correct Answer: It routes published messages to subscribed clients
Explanation:
A broker receives messages from publishers and distributes them to clients subscribed to the relevant topics.
Incorrect! Try again.
23A smart-building system must ensure that a critical alarm message reaches the monitoring server even if the first transmission fails. Which communication feature is most suitable?
Message communication protocols for connected devices
Medium
A.Broadcast without delivery confirmation
B.Payload compression without validation
C.Acknowledgment with message retransmission
D.Static addressing without session control
Correct Answer: Acknowledgment with message retransmission
Explanation:
Acknowledgments allow the sender to detect failed delivery and retransmit the alarm message.
Incorrect! Try again.
24Why is WebSocket suitable for a dashboard that must show live updates from connected devices?
WebSocket
Medium
A.It requires a new HTTP request for every update
B.It stores messages locally until the user refreshes
C.It supports full-duplex communication over one connection
D.It only transfers data from browser to server
Correct Answer: It supports full-duplex communication over one connection
Explanation:
WebSocket keeps a connection open so both the server and client can send data whenever needed.
Incorrect! Try again.
25A web client receives sensor alerts immediately without repeatedly polling a server. Which WebSocket behavior enables this?
WebSocket
Medium
A.The device opens a separate TCP port per alert
B.The browser caches all alerts before connecting
C.The client downloads a complete page each time
D.The server can push messages to the client
Correct Answer: The server can push messages to the client
Explanation:
After the WebSocket connection is established, the server can send alerts directly to the connected client.
Incorrect! Try again.
26A city deploys thousands of parking sensors that must continue working as more zones are added. Which IoT design requirement is being addressed?
Internet of Things requirements and challenges
Medium
A.Portability
B.Scalability
C.Visualization
D.Localization
Correct Answer: Scalability
Explanation:
Scalability is the ability of an IoT system to handle increasing numbers of devices, users, and messages.
Incorrect! Try again.
27An industrial IoT controller must react to an overheating event within 50 ms. Which requirement is most critical?
Internet of Things requirements and challenges
Medium
A.Large display resolution
B.High archival capacity
C.Low latency
D.Long report formatting
Correct Answer: Low latency
Explanation:
Low latency ensures that sensor data is processed and acted upon quickly enough for time-sensitive control.
Incorrect! Try again.
28Devices from different vendors cannot exchange data because each uses an incompatible data format. This is primarily an issue of:
Internet of Things requirements and challenges
Medium
A.Miniaturization
B.Virtualization
C.Redundancy
D.Interoperability
Correct Answer: Interoperability
Explanation:
Interoperability allows heterogeneous devices, protocols, and platforms to communicate and use data consistently.
Incorrect! Try again.
29Which application best represents predictive maintenance in an IoT environment?
Internet of Things services and applications
Medium
A.Replacing all machines after a fixed interval
B.Analyzing motor vibration to schedule maintenance
C.Switching office lights on at a fixed time
D.Displaying a factory map on a monitor
Correct Answer: Analyzing motor vibration to schedule maintenance
Explanation:
Predictive maintenance uses sensor data such as vibration or temperature to identify likely failures before they occur.
Incorrect! Try again.
30A smart irrigation system combines soil-moisture readings with weather forecasts before opening valves. What IoT service is mainly being used?
Internet of Things services and applications
Medium
A.Data-driven automated control
B.Offline software installation
C.Static document archiving
D.Manual device inventory management
Correct Answer: Data-driven automated control
Explanation:
The system uses collected data and rules to automatically make an operational decision.
Incorrect! Try again.
31A cold-storage monitor must measure the physical quantity that indicates whether stored medicine remains within a safe range. Which sensor is required?
Internet of Things sensors and antennas
Medium
A.Gas sensor
B.Temperature sensor
C.Proximity sensor
D.Light sensor
Correct Answer: Temperature sensor
Explanation:
A temperature sensor measures the environmental temperature needed to verify cold-storage conditions.
Incorrect! Try again.
32An IoT device has poor wireless range after being placed inside a metal enclosure. Which component should be reviewed first?
Internet of Things sensors and antennas
Medium
A.Antenna placement and enclosure interference
B.Dashboard color palette and chart style
C.Cloud storage tier and retention period
D.Sensor sampling interval and calibration
Correct Answer: Antenna placement and enclosure interference
Explanation:
Metal enclosures can block or attenuate radio signals, so antenna placement and design are critical.
Incorrect! Try again.
33A motion-activated security light should detect the presence of people without requiring them to touch a device. Which sensor is most appropriate?
Internet of Things sensors and antennas
Medium
A.Humidity sensor
B.Pressure sensor
C.Passive infrared sensor
D.Temperature sensor
Correct Answer: Passive infrared sensor
Explanation:
A passive infrared sensor detects changes in infrared radiation caused by moving people or animals.
Incorrect! Try again.
34Why is cloud computing commonly used with IoT systems that generate large volumes of sensor data?
Cloud computing and Internet of Things
Medium
A.It provides elastic storage and processing resources
B.It replaces all local control logic permanently
C.It guarantees that sensors need no power
D.It removes the need for device connectivity
Correct Answer: It provides elastic storage and processing resources
Explanation:
Cloud platforms can scale storage and computation as the number of IoT devices and data volume increase.
Incorrect! Try again.
35An edge gateway filters raw camera data locally and sends only detected events to the cloud. What is the primary benefit?
Cloud computing and Internet of Things
Medium
A.Elimination of all cloud storage needs
B.Reduced bandwidth use and faster local response
C.Removal of encryption requirements
D.Unlimited sensor battery capacity
Correct Answer: Reduced bandwidth use and faster local response
Explanation:
Local filtering reduces data sent over the network and can support decisions with lower latency.
Incorrect! Try again.
36A company uses a browser-based IoT dashboard provided by a vendor and does not manage its servers or application updates. This is an example of:
Software as a Service
Medium
A.Software as a Service
B.Platform as a Service
C.Infrastructure as a Service
D.Network as a Sensor
Correct Answer: Software as a Service
Explanation:
SaaS delivers ready-to-use software over the internet, while the provider manages the underlying application and infrastructure.
Incorrect! Try again.
37A development team wants to build a custom IoT analytics application but does not want to manage operating systems, runtime installation, or server patching. Which cloud model fits best?
Platform as a Service
Medium
A.Software as a Service
B.Platform as a Service
C.Infrastructure as a Service
D.Device as a Service
Correct Answer: Platform as a Service
Explanation:
PaaS provides managed development and deployment environments, allowing teams to focus on application code.
Incorrect! Try again.
38An organization needs virtual machines for an IoT data-processing system and wants control over the operating system and installed software. Which model should it choose?
Infrastructure as a Service
Medium
A.Sensor as a Service
B.Infrastructure as a Service
C.Software as a Service
D.Platform as a Service
Correct Answer: Infrastructure as a Service
Explanation:
IaaS provides virtualized compute, storage, and networking while the customer manages operating systems and applications.
Incorrect! Try again.
39A smart camera still uses the manufacturer's default administrator password after installation. Which risk is most directly increased?
Security issues in the Internet of Things
Medium
A.Lower cloud storage capacity
B.Reduced antenna gain
C.Increased sensor precision
D.Unauthorized device access
Correct Answer: Unauthorized device access
Explanation:
Default credentials are widely known or easily guessed, allowing attackers to access the device.
Incorrect! Try again.
40A device sends health-monitoring data to a cloud platform over a public Wi-Fi network. Which control best protects the data while it is being transmitted?
Security issues in the Internet of Things
Medium
A.Encrypting communication with TLS
B.Using a larger local database
C.Increasing the sensor sampling rate
D.Disabling device event logs
Correct Answer: Encrypting communication with TLS
Explanation:
TLS encrypts data in transit and helps protect it from interception or modification on untrusted networks.
Incorrect! Try again.
41A battery-powered sensor publishes QoS 1 messages through MQTT and may disconnect immediately after receiving a PUBACK. Which conclusion about delivery to the application subscriber is correct?
Message communication protocols for connected devices
Hard
A.The broker stored the publication permanently before sending PUBACK
B.The broker received the publication, but the subscriber may receive a duplicate
C.The publisher must retransmit the publication after every reconnect
D.Every subscriber processed the publication exactly once before PUBACK
Correct Answer: The broker received the publication, but the subscriber may receive a duplicate
Explanation:
MQTT QoS 1 provides at-least-once delivery between adjacent MQTT peers. PUBACK confirms broker receipt, not subscriber application processing, and retransmission can produce duplicates.
Incorrect! Try again.
42A constrained device uses CoAP confirmable requests through a proxy. After a timeout, it retransmits the same request. Which design best prevents a non-idempotent operation from executing twice?
Message communication protocols for connected devices
Hard
A.Treat every POST request as inherently idempotent
B.Assign a new CoAP message ID to each retransmission
C.Replace the confirmable request with a non-confirmable request
D.Attach an application-level idempotency key cached by the server
Correct Answer: Attach an application-level idempotency key cached by the server
Explanation:
CoAP message IDs support duplicate detection only within limited scope and time. A server-cached idempotency key protects the application operation across retries, proxies, and longer intervals.
Incorrect! Try again.
43A browser opens a secure WebSocket connection through an HTTP reverse proxy. The initial handshake succeeds, but bidirectional frames fail immediately afterward. Which proxy behavior is the most likely cause?
WebSocket
Hard
A.It allows TCP connections to remain idle for several minutes
B.It validates the server certificate before forwarding the request
C.It forwards HTTP but does not preserve the protocol upgrade tunnel
D.It retains the original Host header during the handshake
Correct Answer: It forwards HTTP but does not preserve the protocol upgrade tunnel
Explanation:
After the HTTP Upgrade handshake, the proxy must tunnel the full-duplex connection. Treating subsequent WebSocket frames as ordinary HTTP traffic breaks communication.
Incorrect! Try again.
44Ten thousand IoT dashboards maintain WebSocket connections to a clustered backend. Clients currently depend on process-local subscription state. Which change most directly enables reliable horizontal scaling without mandatory sticky sessions?
WebSocket
Hard
A.Disable ping and pong frames on all client connections
B.Move subscription and event distribution to a shared broker
C.Perform a separate TLS handshake for each application message
D.Increase the maximum frame size on every backend node
Correct Answer: Move subscription and event distribution to a shared broker
Explanation:
A shared broker decouples connection ownership from event production and distributes events across nodes. Frame sizing and keepalive settings do not solve process-local routing state.
Incorrect! Try again.
45A remote actuator must enter a safe state within 50 ms when hazardous vibration is detected, even during a WAN outage. Which architecture best satisfies the requirement?
Internet of Things requirements and challenges
Hard
A.Buffer all samples locally and upload them after connectivity returns
B.Stream raw samples to the cloud and wait for a control response
C.Replicate the cloud database across several geographic regions
D.Run detection and control locally, then synchronize events to the cloud
Correct Answer: Run detection and control locally, then synchronize events to the cloud
Explanation:
The safety deadline and outage tolerance require local decision-making. Cloud synchronization can support monitoring and analysis without being part of the critical control loop.
Incorrect! Try again.
46A deployment grows from to devices, and each device sends one 200-byte reading every 10 seconds. Ignoring protocol overhead, what sustained ingress throughput is required?
Internet of Things requirements and challenges
Hard
A.Approximately 20 GB/s
B.Approximately 200 MB/s
C.Approximately 2 MB/s
D.Approximately 20 MB/s
Correct Answer: Approximately 20 MB/s
Explanation:
The throughput is bytes per second, or approximately 20 MB/s using decimal units.
Incorrect! Try again.
47A predictive-maintenance service combines vibration, temperature, and maintenance records. Sensor clocks can drift by several seconds. Which processing strategy best preserves the meaning of cross-sensor correlations?
Internet of Things services and applications
Hard
A.Aggregate each sensor independently without retaining timestamps
B.Use event-time windows with watermarks and bounded lateness
C.Sort events only by the order in which brokers receive them
D.Use ingestion-time windows and discard all delayed records
Correct Answer: Use event-time windows with watermarks and bounded lateness
Explanation:
Event-time processing correlates measurements according to when they occurred. Watermarks allow controlled handling of delayed or out-of-order data while bounding state retention.
Incorrect! Try again.
48A smart-meter billing service receives duplicate and out-of-order readings because devices retry transmissions. Which data model most reliably prevents double billing while preserving auditability?
Internet of Things services and applications
Hard
A.Store immutable readings keyed by meter, interval, and sequence number
B.Discard every reading that arrives after the current wall-clock time
C.Increment the customer total whenever any reading is received
D.Overwrite the latest reading using its broker arrival timestamp
Correct Answer: Store immutable readings keyed by meter, interval, and sequence number
Explanation:
A deterministic composite key supports deduplication, ordering, recomputation, and auditing. Arrival-time overwrites and unconditional increments make billing dependent on network behavior.
Incorrect! Try again.
49An IoT node transmits 14 dBm. Cable loss is 2 dB, transmit-antenna gain is 3 dBi, free-space path loss is 100 dB, receive-antenna gain is 2 dBi, and receiver sensitivity is dBm. What is the link margin?
Internet of Things sensors and antennas
Hard
A. dB
B. dB
C. dB
D. dB
Correct Answer: dB
Explanation:
Received power is dBm. The link margin is dB.
Incorrect! Try again.
50A quarter-wave antenna is designed for 915 MHz in free space. Using m/s, what is its approximate physical length before accounting for material and end effects?
Internet of Things sensors and antennas
Hard
A. cm
B. cm
C. cm
D. cm
Correct Answer: cm
Explanation:
The wavelength is m, so a quarter wavelength is m, or 8.2 cm.
Incorrect! Try again.
51A cloud IoT pipeline accepts telemetry through an at-least-once broker. Autoscaled consumers may crash after writing data but before acknowledging messages. Which storage operation best preserves correctness?
Cloud computing and Internet of Things
Hard
A.Use an idempotent upsert keyed by device and message identifier
B.Acknowledge each message before attempting the database write
C.Append every delivery using the consumer's processing timestamp
D.Delete duplicate-looking records through a weekly batch process
Correct Answer: Use an idempotent upsert keyed by device and message identifier
Explanation:
A crash between writing and acknowledging causes redelivery. An idempotent key makes repeated writes converge to one logical record without risking pre-write message loss.
Incorrect! Try again.
52An IoT analytics system experiences unpredictable bursts but must retain every event while scaling consumers gradually. Which cloud design most effectively absorbs the bursts?
Cloud computing and Internet of Things
Hard
A.Maintain one permanent virtual machine for each registered device
B.Place a durable partitioned stream between ingestion and processing
C.Write telemetry directly to a single synchronous analytics worker
D.Increase device retry frequency whenever processing becomes slower
Correct Answer: Place a durable partitioned stream between ingestion and processing
Explanation:
A durable stream buffers bursts, supports replay, and allows independent consumer scaling. Direct synchronous processing couples ingestion capacity to current analytics capacity.
Incorrect! Try again.
53A multi-tenant SaaS dashboard queries a shared telemetry database. Which control most directly prevents a valid user from reading another tenant's device data through a modified API request?
Software as a Service
Hard
A.Hide tenant identifiers from the dashboard's rendered HTML
B.Enforce tenant-scoped authorization in every server-side data query
C.Store each user's preferred dashboard layout in local storage
D.Encrypt the shared database volume with one platform-wide key
Correct Answer: Enforce tenant-scoped authorization in every server-side data query
Explanation:
Server-side tenant scoping prevents horizontal privilege escalation. Hidden identifiers and storage encryption do not enforce authorization between authenticated tenants.
Incorrect! Try again.
54An IoT SaaS vendor deploys a schema change while customer devices and API clients upgrade over several weeks. Which release strategy best preserves service continuity?
Software as a Service
Hard
A.Pause ingestion until every customer confirms a client upgrade
B.Rename required fields immediately and reject all older payloads
C.Maintain separate permanent databases for every client version
D.Use additive schemas first, migrate data, then remove old fields later
Correct Answer: Use additive schemas first, migrate data, then remove old fields later
Explanation:
An expand-and-contract migration keeps old and new clients compatible during rollout. Immediate breaking changes or ingestion pauses create avoidable outages.
Incorrect! Try again.
55A team uses a managed IoT application platform that supplies device registries, message routing, runtime scaling, and managed databases. Which responsibility normally remains with the application team under PaaS?
Platform as a Service
Hard
A.Patch the physical hosts running the managed runtime
B.Replace failed storage disks in the provider's data center
C.Implement application logic and configure access policies
D.Maintain the provider's core network switching equipment
Correct Answer: Implement application logic and configure access policies
Explanation:
PaaS abstracts infrastructure and runtime operations, but customers remain responsible for their code, data use, identities, and application-level security configuration.
Incorrect! Try again.
56An IoT application on a PaaS must perform a 20-minute firmware-signing job, but request handlers have a 60-second execution limit. Which redesign best fits the platform model?
Platform as a Service
Hard
A.Split the firmware into packets sent through browser cookies
B.Retry the same request handler every 60 seconds
C.Queue the job for an asynchronous managed worker
D.Keep the HTTP request open until signing finishes
Correct Answer: Queue the job for an asynchronous managed worker
Explanation:
Long-running work should be decoupled from request lifetimes and executed by a worker service. Keeping requests open or retrying handlers does not provide reliable job ownership.
Incorrect! Try again.
57An organization runs its IoT broker on IaaS virtual machines. The cloud provider patches the hypervisor, but a broker VM is compromised through an outdated operating-system package. Who was primarily responsible for that patch?
Infrastructure as a Service
Hard
A.The provider operating the virtualization layer
B.The organization operating the guest operating system
C.The certificate authority issuing the broker certificate
Correct Answer: The organization operating the guest operating system
Explanation:
Under the IaaS shared-responsibility model, the provider secures the physical and virtualization layers, while the customer generally patches guest operating systems and applications.
Incorrect! Try again.
58A stateful MQTT broker cluster runs on IaaS across three availability zones. Which design best limits message loss during a single-zone failure?
Infrastructure as a Service
Hard
A.Replicate durable broker state across zones using quorum acknowledgments
B.Place all broker nodes on one large VM with local ephemeral storage
C.Resolve one broker address through a long-lived client DNS cache
D.Back up broker data weekly to storage in the same availability zone
Correct Answer: Replicate durable broker state across zones using quorum acknowledgments
Explanation:
Cross-zone quorum replication ensures acknowledged durable state survives one zone's loss. Single-node storage, cached routing, and same-zone backups do not provide comparable fault tolerance.
Incorrect! Try again.
59A captured IoT command is encrypted and authenticated with a valid device key. An attacker retransmits it later, causing the actuator to repeat the action. Which additional mechanism most directly blocks this attack?
Security issues in the Internet of Things
Hard
A.Replace the device identifier with a randomly generated alias
B.Increase the symmetric encryption key from 128 to 256 bits
C.Verify a monotonic counter or nonce within the authenticated payload
D.Compress the command before applying authenticated encryption
Correct Answer: Verify a monotonic counter or nonce within the authenticated payload
Explanation:
Encryption and authentication do not guarantee freshness. An authenticated counter or nonce lets the receiver identify and reject replayed commands.
Incorrect! Try again.
60A manufacturer discovers that a signing key used for IoT firmware updates has been compromised. Devices enforce secure boot and accept only signed images. Which prior design most effectively supports recovery without physically recalling every device?
Security issues in the Internet of Things
Hard
A.A bootloader that permanently trusts exactly one immutable signing key
C.A protected trust store that supports authenticated key revocation and rotation
D.A firmware package encrypted with the same fleet-wide symmetric key
Correct Answer: A protected trust store that supports authenticated key revocation and rotation
Explanation:
Recoverability requires a protected mechanism to revoke the compromised key and install a successor through an independently trusted authorization path. A single immutable key creates a permanent failure mode.
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →