All Practice Exams

100+ Free CIoTP Practice Questions

Pass your CertNexus Certified Internet of Things Practitioner (CIoTP) exam on the first try — instant access, no signup required.

✓ No registration✓ No credit card✓ No hidden fees✓ Start practicing immediately
Not published Pass Rate
100+ Questions
100% Free
1 / 10
Question 1
Score: 0/0

In a typical IoT system architecture, what is the correct logical data flow from physical world to business action?

A
B
C
D
to track
2026 Statistics

Key Facts: CIoTP Exam

100

Exam Questions

CertNexus

120 min

Exam Duration

CertNexus

60-66%

Passing Score

CertNexus

$250

Exam Fee

CertNexus

3 years

Valid For

CertNexus

Vendor-neutral

Cert Type

CertNexus

The CIoTP exam (ITP-110) has 100 multiple-choice questions in 120 minutes with a passing score of approximately 60-66%. It is delivered at Pearson VUE test centers and via online proctoring. The certification costs $250 USD and is valid for 3 years. CIoTP is vendor-neutral — content covers IoT system architecture, common protocols (MQTT, CoAP, AMQP), short-range and long-range wireless (BLE, Zigbee, Thread, Matter, LoRaWAN, NB-IoT, LTE-M, 5G mMTC), cloud platforms (AWS IoT Core, Azure IoT Hub), edge analytics, digital twins, OTA updates, and basic IoT security.

Sample CIoTP Practice Questions

Try these sample questions to test your CIoTP exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1In a typical IoT system architecture, what is the correct logical data flow from physical world to business action?
A.Cloud → gateway → sensor → analytics → action
B.Sensor → gateway → cloud/platform → analytics → action
C.Actuator → sensor → gateway → cloud → action
D.Sensor → cloud → gateway → analytics → user interface
Explanation: The standard IoT reference architecture flows from edge devices (sensors) through a gateway that aggregates and normalizes data, up to a cloud or platform tier where analytics is performed, and finally to an action — either automated (actuator command) or human (dashboard, alert). Gateways exist primarily to bridge constrained device protocols (BLE, Zigbee, Modbus) to IP-based cloud connectivity.
2Which IoT messaging protocol uses a publish/subscribe model with a central broker and is widely used for low-bandwidth, high-latency networks?
A.HTTP
B.CoAP
C.MQTT
D.AMQP
Explanation: MQTT (Message Queuing Telemetry Transport) is a lightweight publish/subscribe protocol that runs over TCP and uses a central broker to mediate messages on named topics. It was designed for constrained devices and unreliable networks. CoAP also targets constrained devices but uses a request/response model over UDP, while AMQP is a heavier broker protocol for enterprise messaging.
3In MQTT, which Quality of Service (QoS) level guarantees that a message is delivered exactly once?
A.QoS 0
B.QoS 1
C.QoS 2
D.QoS 3
Explanation: MQTT defines three QoS levels: QoS 0 is fire-and-forget (at most once), QoS 1 guarantees at least once delivery (with possible duplicates), and QoS 2 guarantees exactly once delivery using a four-step handshake (PUBLISH, PUBREC, PUBREL, PUBCOMP). QoS 3 does not exist. QoS 2 has the highest overhead and should only be used when duplicates would cause harm.
4What is the purpose of the MQTT 'retain' flag on a published message?
A.It encrypts the message payload before sending
B.It instructs the broker to store the message and deliver it to any future subscriber of that topic
C.It prevents the broker from logging the message
D.It forces the message to be delivered with QoS 2
Explanation: When a publisher sets the retain flag, the MQTT broker stores the most recent message on that topic and immediately delivers it to any client that subscribes later. This is useful for state — a new subscriber to a topic like 'home/livingroom/temperature' instantly receives the last known temperature without having to wait for the next sensor publish.
5What is an MQTT 'Last Will and Testament' (LWT) message used for?
A.A message published when a client gracefully disconnects
B.A message the broker publishes on behalf of a client when the client disconnects unexpectedly
C.An audit log of all messages sent by a client
D.The final message a publisher sends before changing topics
Explanation: The Last Will and Testament is a message a client registers with the broker when it connects. If the client loses its connection ungracefully (no DISCONNECT packet), the broker publishes the LWT to the configured topic. This lets other subscribers detect a device going offline — for example, a 'status/device42 = offline' message that monitoring dashboards can display.
6CoAP is most commonly transported over which underlying protocol?
A.TCP
B.UDP
C.SCTP
D.ICMP
Explanation: CoAP (Constrained Application Protocol) is designed for constrained devices and runs over UDP by default, which avoids the overhead of TCP connection setup and retransmission. CoAP adds its own optional reliability via confirmable (CON) messages. CoAP-over-TCP is defined in RFC 8323 but is uncommon. Security is provided by DTLS rather than TLS.
7Which short-range wireless protocol operates in the 2.4 GHz ISM band, uses a mesh topology, and is widely used in home automation through the Zigbee 3.0 standard?
A.Z-Wave
B.Zigbee
C.LoRaWAN
D.NB-IoT
Explanation: Zigbee operates in the 2.4 GHz ISM band globally and uses a mesh topology with coordinators, routers, and end devices. Zigbee 3.0 unified the previous application profiles into one standard. Z-Wave uses sub-GHz frequencies (908 MHz in the US), LoRaWAN is a long-range LPWAN protocol, and NB-IoT operates in licensed cellular spectrum.
8Which low-power wide-area network (LPWAN) technology uses chirp spread spectrum modulation in unlicensed sub-GHz bands and is administered by the LoRa Alliance?
A.NB-IoT
B.LTE-M
C.LoRaWAN
D.Sigfox
Explanation: LoRaWAN uses LoRa, a chirp spread spectrum modulation, in unlicensed sub-GHz bands (915 MHz US, 868 MHz EU). It is governed by the LoRa Alliance specification. NB-IoT and LTE-M are licensed-spectrum cellular IoT technologies standardized by 3GPP, and Sigfox uses ultra-narrowband modulation in unlicensed bands.
9In LoRaWAN, which device class supports the lowest power consumption but the highest downlink latency?
A.Class A
B.Class B
C.Class C
D.Class D
Explanation: LoRaWAN Class A devices only open two short receive windows immediately after each uplink transmission, which is the most power-efficient mode but means the network can only send downlink data right after the device transmits. Class B adds scheduled receive windows, and Class C keeps receive windows open continuously (highest power use, lowest latency). All LoRaWAN devices must support Class A.
10Which cellular IoT technology is standardized by 3GPP, operates in licensed spectrum, and is optimized for very low data-rate, deeply-indoor sensor applications?
A.LTE Cat-1
B.NB-IoT
C.5G eMBB
D.HSPA+
Explanation: NB-IoT (Narrowband IoT) is a 3GPP-standardized cellular IoT technology designed for very low data rates, long battery life (10+ years), and deep indoor penetration. It uses 200 kHz channels and licensed spectrum. LTE Cat-1 is much higher bandwidth, 5G eMBB targets enhanced mobile broadband for smartphones, and HSPA+ is a 3G technology not optimized for IoT.

About the CIoTP Exam

The CertNexus Certified Internet of Things Practitioner (CIoTP, ITP-110) is a vendor-neutral IoT certification for practitioners designing and implementing IoT solutions. It covers IoT business strategy, system architecture, sensors and actuators, microcontrollers and SBCs, communication protocols (MQTT, CoAP, BLE, Zigbee, LoRaWAN, NB-IoT, 5G), edge/fog/cloud computing, data analytics, and security and privacy fundamentals.

Questions

100 scored questions

Time Limit

120 minutes

Passing Score

60-66%

Exam Fee

$250 USD (CertNexus / Pearson VUE)

CIoTP Exam Content Outline

15-20%

IoT Business Strategy and Ecosystem

Business case, ROI, IoT use cases (smart city, smart building, predictive maintenance, IIoT, smart agriculture), stakeholders, and ecosystem

20-25%

IoT Systems Architecture

Reference architecture (sensor → gateway → cloud → analytics → action), microcontrollers (Arduino, ESP32) vs single-board computers (Raspberry Pi), sensors and actuators, gateways, edge/fog/cloud computing

20-25%

Networking and Communication Protocols

MQTT (publish/subscribe, QoS, retain, LWT), CoAP, AMQP, HTTP/REST, WebSockets, IPv4/IPv6, Wi-Fi/Wi-Fi HaLow, BLE, Zigbee, Z-Wave, Thread, Matter, LoRaWAN, NB-IoT, LTE-M, 5G mMTC, Sigfox

15-20%

Data, Cloud, and Analytics

Time-series databases (InfluxDB, TimescaleDB), data formats (JSON, CBOR, Protocol Buffers), cloud platforms (AWS IoT Core, Azure IoT Hub), digital twins, OTA updates, device provisioning, streaming/cold path, edge ML

15-20%

IoT Security and Privacy Fundamentals

TLS/DTLS, mutual TLS, secure boot, code signing, network segmentation, identity and access, key management, GDPR/CCPA basics, OWASP IoT Top 10 awareness

How to Pass the CIoTP Exam

What You Need to Know

  • Passing score: 60-66%
  • Exam length: 100 questions
  • Time limit: 120 minutes
  • Exam fee: $250 USD

Keys to Passing

  • Complete 500+ practice questions
  • Score 80%+ consistently before scheduling
  • Focus on highest-weighted sections
  • Use our AI tutor for tough concepts

CIoTP Study Tips from Top Performers

1Master MQTT thoroughly — broker model, topics with wildcards, QoS 0/1/2, retain flag, Last Will and Testament, and TLS/mTLS
2Learn the trade-offs between short-range protocols (BLE, Zigbee, Thread, Matter, Wi-Fi HaLow) and long-range LPWAN (LoRaWAN, NB-IoT, LTE-M, Sigfox)
3Understand sensor vs actuator distinction and common sensor types (PIR, temperature, accelerometer, GPS, soil moisture, reed switch)
4Know microcontroller (Arduino, ESP32) vs single-board computer (Raspberry Pi) differences and when to use each
5Study edge vs fog vs cloud computing and when to push processing to the edge for latency, bandwidth, and offline-first reasons
6Be comfortable with at least one cloud IoT platform (AWS IoT Core or Azure IoT Hub), including device shadows/twins, rules engines, and provisioning
7Review IoT data formats (JSON, CBOR, Protocol Buffers) and time-series databases like InfluxDB

Frequently Asked Questions

What is the CertNexus CIoTP exam?

The Certified Internet of Things Practitioner (ITP-110) is a vendor-neutral IoT certification from CertNexus. It covers IoT business strategy, system architecture, sensors and actuators, microcontrollers, communication protocols (MQTT, CoAP, BLE, Zigbee, LoRaWAN, NB-IoT), edge/cloud computing, data analytics, and security and privacy fundamentals. The exam has 100 questions in 120 minutes.

How hard is the CIoTP exam?

CIoTP is considered moderate-difficulty for an IoT-aware practitioner. Candidates with hands-on exposure to MQTT, microcontrollers (Arduino/ESP32), and at least one cloud IoT platform (AWS IoT Core or Azure IoT Hub) typically pass with 40-60 hours of preparation. Strong protocol knowledge across short-range (BLE, Zigbee, Thread, Matter) and long-range (LoRaWAN, NB-IoT, LTE-M, 5G) helps significantly.

How much does the CIoTP exam cost and how long is the certification valid?

The CIoTP exam fee is $250 USD. The certification is valid for 3 years and can be renewed via continuing professional education or by re-taking the exam. The exam is delivered through Pearson VUE at test centers or via online proctoring.

What are the prerequisites for CIoTP?

There are no formal prerequisites for the CIoTP exam. CertNexus recommends 2-3 years of experience working with IT, networking, or product engineering, plus working knowledge of at least one IoT platform. The exam expects practitioner-level breadth across architecture, protocols, cloud, and security rather than vendor-specific depth.

Is CIoTP certification worth it in 2026?

CIoTP is one of the most recognized vendor-neutral IoT credentials and remains valuable in 2026 because IoT roles continue to span Wi-Fi, BLE, Zigbee, Thread, Matter, LoRaWAN, cellular IoT, and multi-cloud platforms. CIoTP signals breadth across these areas and pairs well with cloud IoT credentials (AWS IoT Specialty, Azure IoT Developer) and security certifications (CIoTSP).