Home/comptia/Free CompTIA CloudNetX CNX-001 Actual Exam Questions

Free CompTIA CloudNetX CNX-001 Actual Exam Questions

The questions for this exam were last updated on January 9, 2026

Dumps Box (DumpsBox) offers up-to-date practice exam questions for -CNX 1.00 certification exam which are developed and validated by CompTIA subject domain experts certified in CompTIA CloudNetX CNX-001 . These practice questions are update regularly as we keep an eye on any recent changes in -CNX 1.00 syllabus, and when there is update our team quickly adjusts the questions. This commitment to providing the best quality exam prep material to certification aspirants is what makes DumpsBox.com the best certification exam prep website. On top of that, our strong, yet strictly moderated, community based feedback keeps the content clean and current. Each question has helpful community discussion that provides it extra perspective and introduces helpful resources for better exam preparation. This also saves students from other outdated practice questions or illicit exam dumps that can have adverse affects on career. Browse through our CompTIA CloudNetX CNX-001 exam questions and pass your exam on first try.

Question No. 1

HOTSPOT New devices were deployed on a network and need to be hardened. INSTRUCTIONS Use the drop-down menus to define the appliance-hardening techniques that provide the most secure solution. If at any time you would like to bring back the initial state of the simulation, please click the Reset All button. -CNX 1.00 practice exam questions

Top comments
IY
Irfan Y.
2026-02-22

D and B make sense since logging tracks issues and disabling unused services cuts risks.

0
IY
Irfan Y.
2026-02-20

Disabling unused services definitely lowers risk by shutting down possible exploits. Pairing that with enabling logging makes sense to catch any weird activity early on. Firmware updates could be tricky depending on policies.

0
Question No. 2

SIMULATION

A network administrator needs to resolve connectivity issues in a hybrid cloud setup. Workstations and VMs are not able to access Application

A. Workstations are able to access Server B.

INSTRUCTIONS

Click on workstations, VMs, firewalls, and NSGs to troubleshoot and gather information. Type help in the terminal to view a list of available commands.

Select the appropriate device(s) requiring remediation and identify the associated issue(s).

If at any time you would like to bring back the initial state of the simulation, please click the Reset All button.

Top comments
MH
Mohammad H.
2026-02-22

I’d check the routing table too—maybe traffic to App A’s IP is getting misrouted or dropped before hitting the VM subnet. NSGs aren’t the only place where connectivity can break.

0
LM
Luke M.
2026-02-20

If workstations can reach Server B but not App A, NSG rules on the VM subnet might be blocking those

0
Question No. 3

HOTSPOT -

You are designing a campus network with a three-tier hierarchy and need to ensure secure connectivity between locations and traveling employees.


INSTRUCTIONS -

Review the command output by clicking on the server, laptops, and workstations on the network.

Use the drop-down menus to determine the appropriate technology and label for each layer on the diagram. Options may only be used once.

Click on the magnifying glass to make additional configuration changes.

If at any time you would like to bring back the initial state of the simulation, please click the Reset All button.

Top comments
RZ
Ryan Z.
2026-02-11

I agree with the general breakdown but want to add that the core layer usually doesn’t deal directly with VLANs or security policies—it’s more about fast, reliable transport. So if one device is mostly routing and applying security controls, it’s probably distribution. Also, access layers are typically where you see end devices connected, with port security or 802.1X features enabled. If any of the devices show those commands or role-based access control configs, that helps confirm access layer. So double-check those details in the output to make sure the labeling matches these roles.

0
RZ
Ryan Z.
2026-02-09

A seems like access, since it probably connects end-user devices directly.

0
Question No. 4
As part of a project to modernize a sports stadium and improve the customer service experience for
fans, the stadium owners want to implement a new wireless system. Currently, all tickets are
electronic and managed by the stadium mobile application. The new solution is required to allow
location tracking precision within 5ft (1.5m) of fans to deliver the following services:
Emergency/security assistance
Mobile food order
Event special effects
Raffle winner location displayed on the giant stadium screen
Which of the following technologies enables location tracking?
Select one option, then reveal solution.
Top comments
RZ
Ravi Z.
2026-02-22

B imo, BLE is designed for indoor positioning and can easily meet the 5ft accuracy requirement. SSID and IoT are too broad or indirect, and NFC’s range is way too short for this use case.

0
EO
Ethan O.
2026-02-16

B/C? BLE definitely fits the precision and range needed here, plus it supports continuous tracking without requiring direct user interaction. NFC’s range is too limited for anything beyond point-of-contact interactions, so it seems unlikely to cover all these use cases. IoT is more of an umbrella term for connected devices, not a specific tracking tech. SSID doesn’t provide location info. So between B and C, BLE makes more sense given the proximity accuracy and practical implementation in stadiums.

0
Question No. 5
A network engineer is establishing a wireless network for handheld inventory scanners in a
manufacturing company's warehouse. The engineer needs an authentication mechanism for these
scanners that uses the Wi-Fi network and works with the company's Active Directory. The business
requires that the solution authenticate the users and authorize the scanners. Which of the following
provides the best solution for authentication and authorization?
Select one option, then reveal solution.
Top comments
SI
Sohail I.
2026-02-22

B imo, since TACACS+ is mainly for device admin access, not user Wi-Fi auth. For network access and tying into Active Directory on Wi-Fi, RADIUS is the typical go-to.

0
YU
Yasir U.
2026-02-20

RADIUS is the standard for Wi-Fi authentication with Active Directory integration.

0
Question No. 6
An architecture team needs to unify all logging and performance monitoring used by global
applications across the enterprise to perform decision-making analytics. Which of the following
technologies is the best way to fulfill this purpose?
Select one option, then reveal solution.
Top comments
YJ
Yasir J.
2026-02-21

D, since it's designed to store all types of data for analytics at scale.

0
PM
Paul M.
2026-02-11

It’s D because relational databases (A) can’t efficiently handle the massive, varied data from global apps like a data lake can. The other options don’t fit the logging and monitoring use case either.

0
Question No. 7

A user reports an issue connecting to a database server. The front-end application for this database is hosted on the company's web server. The network engineer has changed the network subnet that the company servers are located on along with the IP addresses of the servers. These are the new

configurations:

  • New subnet for the servers is 10.10.10.64/27
  • Web server IP address is 10.10.10.101
  • Database server IP is 10.10.10.93

Which of the following is most likely causing the user's issue?

Select one option, then reveal solution.
Top comments
OF
Osama F.
2026-02-20

It’s B because if the database server’s firewall wasn’t updated for the new subnet, it might block connections even if IPs look right. That’s an easy miss after changing subnets.

0
RQ
Ravi Q.
2026-01-26

Maybe D. The web server’s IP is outside the 10.10.10.64/27 subnet range, so it probably can’t route traffic correctly to the database server at 10.10.10.93.

0
Question No. 8
A company is migrating an application to the cloud for modernization. The engineer needs to provide
dependencies between application and database tiers in the environment. Which of the following
should the engineer reference in order to best meet this requirement?
Select one option, then reveal solution.
Top comments
MB
Mason B.
2026-02-20

A imo, knowledge base articles often have the most current and detailed info on specific application setups, especially right after a migration when things might not yet be fully reflected in official databases. CMDBs are ideal for structured dependency mapping but can lag behind real-time changes. Since they’re asking about dependencies between app and database tiers, the internal knowledge base might capture those nuances better than the CMDB if it’s not fully updated for the cloud environment yet. Plus, things like SOW or physical diagrams don’t really cover those relationships directly.

0
FK
Fahad K.
2026-02-11

I think B is still the best call because a CMDB is designed specifically to map out relationships between components, including apps and databases, unlike the other options that don’t track dependencies clearly.

0
Question No. 9
An organization's Chief Technical Officer is concerned that changes to the network using IaC are
causing unscheduled outages. Which of the following best mitigates this risk?
Select one option, then reveal solution.
Top comments
ET
Ethan T.
2026-02-18

B imo, because having the author’s code reviewed directly tackles mistakes before they hit production, especially if CI/CD isn’t fully set up yet. It’s a simple step that can catch errors early.

0
AS
Ali S.
2026-02-09

D, automation in CI/CD ensures consistent checks before deployment.

0
Question No. 10
Server A (10.2.3.9) needs to access Server B (10.2.2.7) within the cloud environment since they are
segmented into different network sections. All external inbound traffic must be blocked to those
servers. Which of the following need to be configured to appropriately secure the cloud network?
(Choose two.)
Select all that apply, then reveal solution.
Top comments
BA
Bilal A.
2026-02-18

D is not needed because blocking outbound traffic to everywhere isn’t required here. A for allowing specific server access inside the cloud and C for denying external inbound traffic makes the most sense.

0
SW
Sami W.
2026-01-26

A/C? A is necessary for access between the servers. C denies all inbound traffic from outside, which fits the requirement to block external inbound traffic without messing with internal flows.

0
Question No. 11
A company provides an API that runs on the public cloud for its customers. A fixed number of VMs
host the APIs. During peak hours, the company notices a spike in usage that results in network
communication speeds slowing down for all customers. The management team has decided that
access for all customers should be fair and accessible at all times. Which of the following is the most
cost-effective way to address this issue?
Select one option, then reveal solution.
Top comments
AV
Ali V.
2026-02-19

It’s C because throttling controls usage per customer, keeping access balanced without extra infrastructure.

0
CG
Carlos G.
2026-02-18

It’s C for me. Throttling ensures no single customer can overload the system, so everyone gets fair access without needing to throw more money at extra VMs. Increasing VMs (B) can get pricey and might not solve fairness if some users still abuse the system. Also, changing MTU (D) won’t help with fairness or slowdowns caused by too many requests. An allow list (A) could block some users but isn’t really “fair” access. So throttling is the most cost-effective way to keep things balanced during peak times.

0
Question No. 12
A company is experiencing Wi-Fi performance issues. Three Wi-Fi networks are available, each
running on the 2.4 GHz band and on the same channel. Connecting to each Wi-Fi network yields slow
performance. Which of the following channels should the networks be configured to?
Select one option, then reveal solution.
Top comments
DR
David R.
2026-02-21

A/B? Since they’re using the same channel now, switching to different ones with minimal overlap should help. A’s channels (1, 2, 3) are too close and will overlap a lot, causing interference. B’s channels (2, 4, 9) are spaced out better than A but still not ideal because 2 and 4 overlap. C’s channels (1, 6, 11) are well-known non-overlapping choices, but since that’s already mentioned a lot, B could be considered if C is somehow not allowed. D’s channels overlap too much. So, if C isn’t an option for some reason, B might be a secondary choice.

0
DR
David R.
2026-02-18

C, only those three channels avoid overlap in 2.4 GHz Wi-Fi.

0
Question No. 13
A company hosts a cloud-based e-commerce application and only wants the application accessed
from certain locations. The network team configures a cloud firewall with WAF enabled, but users
can access the application globally. Which of the following should the network team do?
Select one option, then reveal solution.
Top comments
AN
Ali N.
2026-02-18

D. Since the goal is to limit access based on geographic location, geo-restriction is the most direct and effective method. WAF rules mainly handle threats and traffic patterns, not location-based blocking. NAT gateway or CDN won’t restrict where users connect from either, so they’re irrelevant here. Geo-restriction is designed for precisely this use case.

0
MT
Marco T.
2026-02-18

A/D? WAF rules might need tuning if geo blocks aren’t working as expected.

0
Question No. 14
A company is transitioning from on premises to a hybrid environment. Due to regulatory standards,
the company needs to achieve a high level of reliability and high availability for the connection
between its data center and the cloud provider. Which of the following solutions best meets the
requirements?
Select one option, then reveal solution.
Top comments
RU
Ryan U.
2026-02-22

It’s C because relying on two different suppliers for Direct Connect avoids vendor lock-in and single points of failure, which is crucial for meeting strict reliability and availability requirements.

0
AP
Arjun P.
2026-02-22

B/C? If the VPN backup is reliable enough, B’s simpler setup might be enough for high availability. But if the regulations are strict about avoiding any single vendor risk, C seems safer with two different suppliers.

0
Question No. 15
An architect needs to deploy a new payroll application on a cloud host. End users' access to the
application will be based on the end users' role. In addition, the host must be deployed on the
192.168.77.32/30 subnet. Which of the following Zero Trust elements are being implemented in this
design? (Choose two.)
Select all that apply, then reveal solution.
Top comments
CJ
Carlos J.
2026-02-19

A and C, since roles limit access and a small subnet hints at segmenting the network.

0
MD
Mohammad D.
2026-02-18

A imo, role-based access is all about least privilege. For the subnet part, C fits since restricting to a small subnet is a basic form of microsegmentation, even if not super detailed here.

0