thinQmaster
Five questions free, before you decide.
Step 1 · choose a vendor
Built like the exam, not like a flashcard deck. The same question shapes you meet on test day, sat against the published blueprint, with a timed paper at full length.
Question types
375 multiple choice · 125 choose two
Domains, and how many questions each
A real exam experience
We teach camps, and its thinQmaster titles are being written. Tell us which exam you are booked for and we will put yours first in the queue.
Nothing matches that. Tell us which exam you are booked for and we will tell you where it is in the queue.
In one of our camps? Your practice exams come with the tuition — they are on your study page already.
Starting the engine…
thinQmaster — free preview
This is not a sample sheet — it is the application, running. Pick your mode, your length, your domain, the same way you would inside the full title. Study mode marks each answer and tells you why the right one is right and why each wrong one is wrong; Simulation puts a clock on it and chooses each question from whatever you are weakest in. No account, no e-mail address, no card.
Free · nothing to sign up forthinQmaster — CloudNetX (CNX-001)
Built like the exam, not like a flashcard deck. The same question shapes you meet on test day, sat against the published blueprint, with a timed paper at full length.
500 questions in the full guide
Question types
375 multiple choice · 125 choose two
Domains, and how many questions each
A real exam experience
And what comes with it
Below is the engine itself, running on real CloudNetX (CNX-001) questions. Free, no account, no card.
1. A payments platform is replacing an ageing three-tier access, aggregation and core data centre network. Instrumentation shows that 85 percent of flows are server to server across racks, tail latency must stay predictable as the fabric grows, and the team wants to add capacity a rack at a time without redesigning the core. Which fabric BEST satisfies these constraints?
Correct answer: C. A spine-and-leaf fabric gives every leaf an equal-cost path to every other leaf through the spine, so cross-rack latency is uniform and predictable, and capacity grows by adding spines or leaves without re-architecting the core.
Why the others are wrong. A: Every east-west flow between racks would funnel through one pair of devices, so cross-rack latency stops being predictable as the fabric grows. B: A full mesh between racks needs a new link on every existing switch each time a rack is added, which breaks the requirement to grow a rack at a time. D: Hub-and-spoke is optimised for traffic to and from a centre, but here 85 percent of traffic is between spokes, so the hub becomes the bottleneck.
2. An organisation is retiring its remote-access VPN in favour of zero trust network access. Which two outcomes are the direct architectural consequences of the change? (Choose two.)
Correct answer: A. Removing the VPN removes the network route the device used to receive, and access becomes a per-application authorisation evaluated for each session rather than a one-off admission to the network.
Why the others are wrong. B: Patching obligations are unchanged; the access model does not alter the vulnerability of the application itself. D: A remote-access VPN already encrypted its tunnel, so encryption is not a new outcome. E: Multi-factor authentication was already available on the VPN, so it is not a consequence of the change.
3. A retailer with 300 branches must route all branch traffic through a central security stack for inspection and logging before it reaches either the data centre or the internet. Branch-to-branch traffic is negligible, the branches are geographically dispersed, and the network team is only four people. Which topology BEST fits?
Correct answer: A. Hub-and-spoke concentrates all flows through the hub, which is exactly where the central inspection stack sits, and it keeps the configuration on each of the 300 branch devices small enough for a small team to operate.
Why the others are wrong. B: A full mesh would carry branch-to-branch traffic directly and bypass the central inspection stack, which the compliance requirement forbids. C: Regional local breakout means traffic leaves to the internet without passing the central stack, failing the inspection requirement. D: This doubles circuit count and cost for 300 sites without adding anything the hub design does not already provide.
4. An auditor reviews an enterprise that describes itself as having adopted zero trust. Every employee authenticates with multi-factor authentication at a VPN concentrator, and once connected a device can reach any subnet in the data centre. Which finding BEST describes the gap?
Correct answer: C. Zero trust requires an access decision per resource against identity, device and context. A single strong authentication at the perimeter followed by full internal reachability is exactly the implicit trust model the approach exists to remove.
Why the others are wrong. A: Strengthening the factor improves the front door but leaves the unrestricted post-connection reachability that the finding is about. B: Availability is a genuine concern but it says nothing about the implicit trust a device receives once it connects. D: Encryption protects confidentiality on the wire and does not change what a connected device is permitted to reach.
5. An architect must explain to a steering group why the new hybrid platform collects metrics, logs and traces rather than only one of them. Users report that a checkout request is slow, but every individual service reports healthy. Which explanation BEST justifies the three signal types together?
Correct answer: C. Metrics show that something is wrong and when, logs give the detail of a specific event, and traces stitch one request together across every service and network boundary it crossed, which is the only one of the three that shows where inside a distributed path the time went.
Why the others are wrong. A: They carry different information rather than the same information three times, so this misstates why all three are needed. B: Timestamps in separate logs do not tie the parts of one request together without a shared trace identifier propagated across services. D: Traces are usually sampled and are per-request, so they cannot provide the continuous aggregate view that alerting and capacity work depend on.
6. Two branches, Leeds and Bristol, reach a cloud payroll workload across the same SD-WAN fabric and the same regional hub. Leeds users work normally. Bristol users time out. Both branches receive the same overlay policy, both resolve the workload name to the same private address, a capture at the hub shows Bristol traffic arriving and being forwarded into the cloud, and a capture on the workload itself shows the Bristol requests arriving and replies being generated. What is the MOST likely cause?
Correct answer: C. The requests arrive and the workload replies, so everything up to and including the server is working. The failure has to be on the return path, and the usual reason is that the cloud subnet route table carries a route for the Leeds prefix but nothing covering the Bristol prefix, so replies fall to the default route and never come back through the hub.
Why the others are wrong. A: The capture on the workload shows the Bristol requests arriving and replies being generated, so the security group already permitted the flow. B: The capture at the regional hub shows Bristol traffic arriving there and being forwarded, so the steering decision was correct. D: Both branches were confirmed to resolve the workload name to the same private address, so resolution is identical on both sides.
7. Three exchange co-location sites in the same metropolitan area run a distributed matching engine. Any added hop costs money, the traffic pattern between all three is symmetric and heavy, and the budget allows dedicated fibre between all pairs. Which topology is the BEST design choice?
Correct answer: D. With only three sites, symmetric heavy traffic and a hard latency budget, a full mesh gives every pair a single direct hop and the link count stays trivially small at three.
Why the others are wrong. A: Two of the three site pairs would take two hops through the hub, which adds latency the matching engine cannot absorb. B: Spine-and-leaf is a data centre fabric for many racks; stretching it across three sites inserts spine hops between sites for no benefit at this scale. C: The relayed pair takes an extra hop, so the latency budget is met for two pairs and missed for the third.
8. An organisation is replacing its remote-access VPN with a zero trust network access service. Which statement BEST describes what changes about the access model itself?
Correct answer: A. The defining change is that the user is authorised to named applications through a broker, and the device is never placed on the corporate network, so there is no route to abuse.
Why the others are wrong. B: Multi-factor authentication can be bolted onto a VPN as well, so it is not what distinguishes the access model. C: A remote-access VPN already encrypts its tunnel, so encryption is not the difference. D: Source address ranges describe where traffic appears to come from, not whether the device is placed on the network.