QUESTIONS AND VERIFIED ANSWERS,
PLUS DETAILED RATIONALES/EXPERT
VERIFIED FOR GUARANTEED PASS
2026/LATEST UPDATE/INSTANT
DOWNLOAD PDF
1.
A manufacturer deploys thousands of IoT environmental sensors across
customer facilities. Each device initially uses the same factory-default
administrator username and password. Which security weakness
presents the greatest immediate systemic risk?
A. Lack of IPv6 support
B. Credential reuse across devices
C. Limited sensor battery capacity
D. Absence of a graphical management interface
Answer: B. Credential reuse across devices
Rationale: Reusing identical credentials across a large device
population creates a single point of compromise. Once an attacker
discovers the credentials for one device, they can potentially
authenticate to thousands of other devices. Secure IoT deployments
should use unique device credentials, preferably backed by certificates
or hardware-protected keys, and should eliminate default credentials
before deployment.
2.
An IoT device needs to communicate securely with a cloud service
while proving that it is an authorized device. Which mechanism provides
the strongest device identity model?
1
,A. Shared password embedded in firmware
B. MAC-address allowlisting
C. Per-device cryptographic certificates and private keys
D. Device hostname validation
Answer: C. Per-device cryptographic certificates and private keys
Rationale: Per-device certificates provide unique cryptographic
identities that can be authenticated by a trusted certificate authority or
public-key infrastructure. MAC addresses can be spoofed, hostnames
are not inherently trustworthy, and shared passwords create
significant credential-reuse risks.
3.
A security engineer discovers that an IoT camera exposes Telnet on TCP
port 23. The service is not required for normal operation. What is the
most appropriate security action?
A. Change the camera's hostname
B. Disable Telnet
C. Increase the Telnet session timeout
D. Allow Telnet only from the Internet
Answer: B. Disable Telnet
Rationale: An unnecessary remote administration service expands the
attack surface. Telnet also transmits credentials and session data
without adequate encryption. If remote administration is required, a
properly secured alternative should be used, preferably through a
restricted management network or secure management protocol.
4.
2
,An organization wants to reduce the ability of a compromised smart
thermostat to reach internal servers. Which architecture provides the
strongest mitigation?
A. Place all devices on the same flat LAN
B. Increase DHCP lease duration
C. Segment IoT devices into dedicated network zones with restrictive
access controls
D. Disable DNS on all IoT devices
Answer: C. Segment IoT devices into dedicated network zones with
restrictive access controls
Rationale: Network segmentation limits lateral movement. IoT devices
should generally be placed into dedicated VLANs, security zones, or
microsegmentation policies, with firewall rules allowing only the
communications necessary for their intended functions.
5.
A company discovers that a smart appliance continues running firmware
containing a publicly known critical vulnerability. The manufacturer has
released a security update. Which process should ensure that the update
is deployed systematically?
A. Asset disposal
B. Firmware and patch management
C. Password rotation only
D. Network address translation
Answer: B. Firmware and patch management
Rationale: IoT security requires lifecycle management of firmware
and software vulnerabilities. A mature patch-management process
inventories affected devices, evaluates update applicability, tests
3
, updates where appropriate, schedules deployment, verifies successful
installation, and tracks exceptions.
6.
An IoT device receives a firmware update from a remote server. An
attacker attempts to replace the legitimate firmware image with a
malicious one. Which control most directly prevents installation of the
modified firmware?
A. Static IP addressing
B. Secure boot with cryptographic firmware verification
C. Increased CPU memory
D. DNS caching
Answer: B. Secure boot with cryptographic firmware verification
Rationale: Secure boot establishes a chain of trust in which firmware
components are cryptographically authenticated before execution.
Digital signatures allow the device to verify that firmware originated
from an authorized signer and has not been modified.
7.
Which security property is primarily provided when an IoT device
digitally signs telemetry using a protected private key?
A. Authentication and integrity
B. Compression
C. Availability
D. Network segmentation
Answer: A. Authentication and integrity
4