DCA Cheat Sheet 2026
The 30 highest-yield DCA facts, distilled from real exam questions. Print it, save it as a PDF, or study it here β free, no sign-up.
55 questions
90 min time limit
65.00% to pass
- How do regulations differ from industry standards in DCA practice? β Regulations are legally binding; standards are typically voluntary guidelines
- Why is written communication important in DCA practice? β It creates a permanent record, ensures clarity, and provides reference for future actions
- Why is regular review important in DCA risk management? β Because conditions change and new risks emerge requiring updated assessments
- What is multi-factor authentication (MFA) in DCA security? β A security method requiring two or more verification factors to gain access
- How can John launch a container that utilizes the json-file log driver when he has configured his Docker daemon to use the syslog log driver by default? β By using β--log-driver json-fileβ along with docker run
- Which of the following parameters would allow you to SSH into an active "nginx" Docker container? β docker exec -it nginx /bin/sh
- Which command lists all nodes currently participating in a Docker Swarm? β docker node ls
- What does running a container with the `--privileged` flag do? β Grants the container almost all Linux capabilities and access to host devices
- What is trend analysis in DCA reporting? β Examining data over time to identify patterns, directions, and changes in performance
- What is the default subnet used by Docker's default bridge network (docker0)? β 172.17.0.0/16
- What is cash flow management in DCA practice? β Monitoring and optimizing the timing of money coming in and going out of an organization
- Which command shows detailed information about a Docker network including its connected containers? β docker network inspect my-network
- What command creates a user-defined bridge network named 'my-network'? β docker network create --driver bridge my-network
- Why is documentation critical in DCA regulatory compliance? β It provides evidence of compliance and creates a defensible record of activities
- Which of the subsequent patterns would prevent any Python byte-code files from being copied during the building of a Docker image? β **/*.pyc
- Which Docker daemon flag enables mutual TLS authentication for secure client-to-daemon communication? β --tlsverify
- What role does feedback play in DCA professional development? β It identifies strengths and areas for improvement, guiding professional growth
- What is a budget variance analysis in DCA financial management? β Comparing actual spending against budgeted amounts to identify and explain differences
- Which network driver assigns a MAC address and connects containers directly to the physical network? β macvlan
- Why is data visualization important in DCA reporting? β It makes complex data patterns and relationships easier to understand and communicate
- What is a dashboard in DCA data reporting? β A visual display of key metrics and data points for at-a-glance monitoring of performance
- How can a running container on a Linux host be interpreted? β a process
- What happens to containers connected to the 'none' network driver? β They have no network access
- Which Linux feature does Docker use to filter the system calls a container can make to the kernel? β Seccomp
- Which command updates the image of a running service named 'api' to use the tag '2.0'? β docker service update --image api:2.0 api
- Which command deploys a stack named 'myapp' to a Swarm using 'docker-compose.yml'? β docker stack deploy -c docker-compose.yml myapp
- Which of the commands can be used to view an IPv4 network's subnet? β docker network inspect
- What is the principle of least privilege in DCA technology management? β Users should only have the minimum access rights necessary for their job functions
- What lvm mode should a host in production use when using the devicemapper as a storage driver? β direct-lvm
- What is the critical path in DCA project scheduling? β The longest sequence of dependent tasks determining the minimum project duration
Turn these facts into recall: