Skip to content

Networking Questions

Practice questions for Networking topic in Docker Certified Associate. 30 questions covering this domain.

30 questions8 easy17 medium5 hard
Q1
medium

An operator wants to connect a standalone troubleshooting container to an existing overlay network for temporary diagnostics. Which overlay network op...

Q2
hard

A replicated web service publishes port 443 with the default ingress mode. A client connects to a swarm node that is not currently running one of the ...

Q3
easy

A developer creates a user-defined bridge network and attaches two containers to it. How can those containers resolve each other by default?

Q4
medium

An engineer starts a container with `--network host` and also adds `-p 8080:8080`. What should they expect?

Q5
easy

Which built-in Docker network driver places a container directly in the host's network namespace?

Q6
hard

A mixed cluster includes Linux and Windows nodes. The architect wants encrypted overlay traffic for Linux services and asks whether Windows containers...

Q7
medium

A team wants multiple swarm services to communicate across different hosts on the same virtual network. Which requirement must be met before they can ...

Q8
medium

An administrator wants newly created bridge networks to inherit a custom MTU and other defaults. Where can Docker-level defaults for new networks be c...

Q9
hard

A service must publish port 9000 only on nodes where its tasks actually run because each node can safely host just one copy of the listener. Which pub...

Q10
easy

Why does Docker generally recommend user-defined bridge networks instead of relying on the default bridge for application containers?

Q11
easy

Which built-in Docker network driver gives a container no network interface other than loopback?

Q12
medium

What IP address is used by Docker's embedded DNS server inside containers attached to user-defined networks?

Q13
medium

A legacy application requires each container to appear on the physical LAN with its own MAC address. Which built-in Docker network driver is designed ...

Q14
medium

Which port set must be open between swarm nodes for overlay networking and node discovery to work correctly?

Q15
hard

A team needs an application network where containers can talk to each other internally but the network itself should not provide external connectivity...

Q16
medium

In Docker's networking model, which component is responsible for IP address management?

Q17
medium

An operations team wants every container on a host to use specific external DNS servers by default. Where can that be set for the Docker daemon?

Q18
medium

A platform engineer wants newly created bridge networks to bind published ports to a specific default address unless overridden. Where is that kind of...

Q19
hard

An architect wants overlay network application traffic encrypted between swarm nodes. Which option enables that behavior on the overlay network?

Q20
medium

Which command best reveals the host port mapping currently assigned to a running container?

Sign in to see all 30 questions

Create a free account to browse all questions — completely free during our launch phase.