All Practice Exams

100+ Free CWICP Practice Questions

Pass your CWNP Certified Wireless IoT Connectivity Professional (CWICP-202) 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 / 100
Question 1
Score: 0/0

In a star topology, how do IoT end devices typically communicate?

A
B
C
D
to track
2026 Statistics

Key Facts: CWICP Exam

60

Exam Questions

CWNP

90 min

Exam Duration

CWNP

70%

Passing Score

CWNP

$350

Exam Fee

CWNP

3 years

Valid For

CWNP

Professional

CWNP Tier

CWNP

CWICP-202 is the CWNP professional-level wireless IoT connectivity exam. It has 60 multiple-choice questions in 90 minutes with a passing score of 70%, costs $350 USD, and is delivered at Pearson VUE test centers or via online proctoring. CWNP recommends CWISA (Certified Wireless IoT Solutions Administrator) as the prerequisite. The exam goes deep on LoRaWAN classes A/B/C and ADR, NB-IoT vs LTE-M differences, Zigbee 3.0 device roles and channels (channel 11-26 in 2.4 GHz), Thread (FTD/MTD, Border Router, IPv6 over 6LoWPAN), Matter (commissioning over BLE, runs over Thread or Wi-Fi), BLE pairing modes (LE Legacy vs LE Secure Connections), Wi-Fi HaLow (802.11ah sub-GHz), industrial wireless (ISA100.11a and WirelessHART both use IEEE 802.15.4 PHY), regulatory rules (FCC Part 15, ETSI ERC 70-03 duty cycle), antenna selection, link budgets, and structured IoT troubleshooting. Certification is valid for 3 years.

Sample CWICP Practice Questions

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

1In a star topology, how do IoT end devices typically communicate?
A.Through multiple peer devices that forward frames
B.Directly with a central gateway or coordinator
C.With each other in a peer-to-peer fashion only
D.Through a cellular base station only
Explanation: In a star topology, every end device communicates directly with a single central node — typically a gateway, coordinator, or access point. There is no multi-hop forwarding between peers. Star is simple and predictable but requires every device to be within radio range of the central node.
2Which of the following is a primary benefit of a mesh topology for IoT deployments?
A.Lowest possible latency for every link
B.Range extension through multi-hop forwarding
C.Simplest commissioning and management
D.Eliminates need for any gateway
Explanation: Mesh networks extend effective range by allowing intermediate devices to relay frames toward a destination, so the source and destination do not need to be within direct radio range. Mesh adds protocol complexity and can increase latency per hop, but it is widely used in Zigbee, Thread, and BLE Mesh.
3Which characteristic best distinguishes a Low-Power Wide-Area Network (LPWAN) from a Wireless Personal Area Network (WPAN)?
A.LPWANs operate only in licensed cellular bands
B.LPWANs trade data rate for long range and very low power
C.LPWANs always use mesh routing
D.WPANs always require a cloud gateway
Explanation: LPWAN technologies (LoRaWAN, NB-IoT, LTE-M, Sigfox) trade off data rate for very long range (kilometers) and ultra-low power consumption suitable for years of battery life. WPANs (Zigbee, BLE, Thread) cover short range with higher data rates and lower power for short bursts.
4What is the role of an IoT gateway in a typical deployment?
A.It generates sensor data
B.It bridges constrained-protocol IoT devices to IP/cloud backends
C.It provides only physical-layer signal repeating
D.It only stores firmware images
Explanation: An IoT gateway bridges devices that speak constrained or non-IP protocols (BLE, Zigbee, Thread, LoRaWAN, 802.15.4) onto IP networks and cloud services such as MQTT brokers or platform APIs. It often performs protocol translation, local buffering, security, and edge processing.
5Which messaging pattern is most commonly used between IoT gateways and cloud back-ends?
A.FTP file transfer
B.SMTP email
C.MQTT publish/subscribe
D.SNMPv1 traps
Explanation: MQTT is the dominant publish/subscribe messaging protocol used between IoT gateways or devices and cloud back-ends. It is lightweight, runs over TCP, supports three QoS levels, and is widely supported by AWS IoT, Azure IoT, and Google Cloud IoT.
6Which MQTT QoS level guarantees a message is delivered exactly once?
A.QoS 0
B.QoS 1
C.QoS 2
D.QoS 3
Explanation: MQTT QoS 2 guarantees exactly-once delivery using a 4-step handshake (PUBLISH, PUBREC, PUBREL, PUBCOMP). QoS 0 is at-most-once (fire and forget), QoS 1 is at-least-once (may duplicate), and QoS 3 does not exist in MQTT.
7In a peer-to-peer (P2P) IoT topology, what is the key feature?
A.All traffic must traverse a cloud broker
B.Two devices communicate directly without a coordinator
C.A central controller schedules every transmission
D.Devices can only communicate via cellular
Explanation: A peer-to-peer (P2P) topology lets two devices communicate directly without an intermediate coordinator or gateway. Examples include Wi-Fi Direct, BLE connections in some configurations, and certain industrial radio links. P2P is simple but does not scale to many nodes the way mesh or star do.
8Which of the following is generally a LONG-range, low-data-rate IoT technology?
A.Bluetooth Low Energy
B.Zigbee 3.0
C.LoRaWAN
D.NFC
Explanation: LoRaWAN is a long-range LPWAN technology built on the LoRa chirp-spread-spectrum PHY. Typical urban range is several kilometers, with much further range under line-of-sight. BLE, Zigbee, and NFC are all short-range technologies (meters to tens of meters).
9What is the primary trade-off between range and density in IoT deployments?
A.Greater range typically reduces per-cell device density
B.Greater range always increases per-cell density
C.Range and density are independent
D.Density depends only on the cloud platform
Explanation: Longer range typically means each cell covers a larger area and shares spectrum among more devices, lowering achievable density per channel. Higher data-rate, shorter-range technologies generally support more simultaneous users in a given area because cells are smaller and spectrum can be reused more aggressively.
10Which deployment pattern is best suited for very low-rate, battery-powered sensors spread across many kilometers?
A.Wi-Fi 6 mesh
B.LPWAN (LoRaWAN or NB-IoT)
C.Bluetooth Classic point-to-point
D.NFC tap-to-pair
Explanation: For very low-rate, battery-powered sensors covering kilometers — agriculture, asset tracking, smart metering — LPWAN technologies (LoRaWAN, NB-IoT) are the best fit. They are designed for long range, ultra-low power, and small payloads. Wi-Fi, Bluetooth, and NFC are short-range.

About the CWICP Exam

The CWNP Certified Wireless IoT Connectivity Professional (CWICP-202) is a professional-level vendor-neutral wireless IoT connectivity certification. It covers wireless IoT architectures and topologies (star, mesh, P2P), LPWAN (LoRa/LoRaWAN, NB-IoT, LTE-M, Sigfox), short-range PHY (IEEE 802.15.4, Zigbee, Thread, Matter, BLE, NFC, RFID), Wi-Fi for IoT (Wi-Fi HaLow, Wi-Fi 6/6E with TWT and OFDMA), industrial wireless (ISA100.11a, WirelessHART), regulatory (FCC Part 15, ETSI, ISM/SRD bands and duty cycle rules), antenna selection, link budgets, link-layer security (Zigbee keys, BLE pairing, LoRaWAN AppKey/NwkSKey, WPA3-SAE-PK), site survey for IoT, and structured troubleshooting.

Questions

60 scored questions

Time Limit

90 minutes

Passing Score

70%

Exam Fee

$350 USD (CWNP / Pearson VUE)

CWICP Exam Content Outline

15%

Wireless IoT Architectures and Topologies

Star, mesh, P2P topologies, gateway/broker patterns, long-range vs short-range trade-offs, deployment patterns, IoT QoS

20%

LPWAN Technologies

LoRa/LoRaWAN (Class A/B/C, ADR, gateways, network server), NB-IoT, LTE-M (Cat-M1), Sigfox (140 uplinks/day), cellular IoT trade-offs

20%

Short-Range PHY and Mesh

IEEE 802.15.4 (2.4 GHz channels 11-26), Zigbee 3.0 (coordinator/router/end device), Thread (FTD/MTD, Border Router, IPv6/6LoWPAN), Matter, BLE roles, NFC, RFID

10%

Wi-Fi for IoT

Wi-Fi HaLow (802.11ah sub-GHz), Wi-Fi 6/6E for IoT, TWT (Target Wake Time), OFDMA RU allocation, low-power features

10%

Industrial Wireless and Regulatory

ISA100.11a, WirelessHART (both based on IEEE 802.15.4 PHY), FCC Part 15, ETSI ERC 70-03, ISM/SRD bands, duty cycle rules (1% in 868 MHz EU)

10%

Site Survey, Antennas, Deployment

Range vs density trade-offs, antenna selection for IoT (omni, patch, Yagi), link budget, power-constrained deployment, gateway placement

10%

Link-Layer Security

Zigbee app/network keys (AES-128-CCM*), BLE pairing modes (LE Legacy, LE Secure Connections with ECDH), LoRaWAN AppKey/NwkSKey/AppSKey, WPA3-SAE-PK

5%

Troubleshooting and Power Constraints

Interference identification, battery budgeting, sleep/wake cycles, duty cycle limits, structured IoT troubleshooting methodology

How to Pass the CWICP Exam

What You Need to Know

  • Passing score: 70%
  • Exam length: 60 questions
  • Time limit: 90 minutes
  • Exam fee: $350 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

CWICP Study Tips from Top Performers

1Memorize LoRaWAN classes: Class A (uplink-initiated, 2 RX windows), Class B (scheduled beacon RX windows), Class C (continuous RX, mains-powered)
2Compare NB-IoT vs LTE-M: NB-IoT has deeper coverage and lower power but no mobility/voice; LTE-M supports mobility, VoLTE, and higher data rates
3Know IEEE 802.15.4 channel layout: 2.4 GHz uses channels 11-26 (5 MHz spacing); Zigbee primary channel set is 11, 15, 20, 25
4Understand Thread architecture: Border Router connects Thread mesh to IP, FTD (Full Thread Device) routes, MTD (Minimal Thread Device) is a leaf
5Know Matter runs over IP — over Wi-Fi, Ethernet, or Thread — with BLE used only for commissioning
6BLE pairing: LE Legacy uses TK/STK and is vulnerable; LE Secure Connections uses ECDH and is FIPS-approved
7Sigfox: 100 bps uplink, 140 uplinks/day max, 4 downlinks/day max, ultra narrowband
8ETSI ERC 70-03 868 MHz band: 1% duty cycle in g1 sub-band — affects LoRaWAN and Sigfox planning in EU
9Wi-Fi HaLow (802.11ah) operates in sub-GHz unlicensed bands (~900 MHz US, ~868 MHz EU) and supports up to 8,191 stations per AP
10ISA100.11a and WirelessHART both use IEEE 802.15.4 PHY in 2.4 GHz but are not interoperable — different MAC and network layers

Frequently Asked Questions

What is the CWNP CWICP-202 exam?

The CWNP Certified Wireless IoT Connectivity Professional (CWICP-202) is a professional-level vendor-neutral certification covering wireless IoT connectivity protocols including LoRaWAN, NB-IoT, LTE-M, Sigfox, Zigbee, Thread, Matter, BLE, Wi-Fi HaLow, ISA100.11a, and WirelessHART. The exam has 60 multiple-choice questions in 90 minutes and requires 70% to pass. Cost is $350 USD.

How hard is the CWICP exam?

CWICP is a professional-level exam — significantly harder than CWISA. It requires deep, hands-on knowledge across LPWAN (LoRaWAN classes, NB-IoT), short-range PHY (802.15.4, Zigbee, Thread, Matter, BLE pairing modes), regulatory rules, link budgets, and link-layer security. Plan for 60-100 hours of study. CWNP recommends earning CWISA first.

How much does CWICP cost and how long is it valid?

The CWICP-202 exam fee is $350 USD. The certification is valid for 3 years. Recertification is via continuing education or re-taking the exam. The exam is delivered through Pearson VUE at test centers or via online proctoring.

Should I take CWISA before CWICP?

Yes — CWNP recommends CWISA as the prerequisite. CWISA gives you the foundational wireless IoT vocabulary (Wi-Fi, BLE, Zigbee, Thread, Matter, LoRaWAN, NB-IoT, LTE-M, 5G). CWICP-202 then goes deeper on connectivity-protocol details: LoRaWAN class differences, NB-IoT vs LTE-M, Zigbee channel mapping, Thread Border Router, BLE LE Secure Connections, regulatory duty cycle, and link-layer security.

Is CWICP worth getting in 2026?

Yes — wireless IoT roles increasingly require deep multi-protocol expertise. Engineers deploying smart-building, industrial IoT, smart-city, and asset-tracking solutions must choose between LoRaWAN, NB-IoT, LTE-M, Zigbee, Thread, Matter, BLE, and Wi-Fi HaLow based on link budget, power, regulatory, and security requirements. CWICP-202 is the only widely recognized vendor-neutral professional-level credential covering this depth.