Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Free Resources

Difficulty IndexLearn — Free ChaptersIT GlossaryFree Tools & LabsStudy GuidesCareer RoadmapsBrowse by VendorCisco Command ReferenceCCNA Scenarios

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

HomeCertifications200-901TopicsApplication Deployment and Security
Free · No Signup RequiredCisco · 200-901

200-901 Application Deployment and Security Practice Questions

20+ practice questions focused on Application Deployment and Security — one of the most tested topics on the Cisco DevNet Associate 200-901 exam. Each question includes a detailed explanation so you learn why the right answer is correct.

Start Application Deployment and Security Practice

Exam Domains

Software Development and DesignUnderstanding and Using APIsApplication Deployment and SecurityCisco Platforms and DevelopmentNetwork FundamentalsInfrastructure and AutomationAll domains →

Study Tools

Practice TestMock ExamFlashcardsAll Topics

Sample Application Deployment and Security Questions

Practice all 20+ →
1.

A developer creates a Dockerfile for a Python web application. Which instruction should be used to copy the application source code into the container image?

A.CMD
B.COPY
C.RUN
D.EXPOSE

Explanation: The COPY instruction copies files or directories from the build context into the container filesystem. RUN executes commands, EXPOSE documents ports, and CMD sets default command.

2.

A Docker container needs to be started in detached mode with port mapping from host port 8080 to container port 80. Which command accomplishes this?

A.docker start -d -p 8080:80 myapp
B.docker run -d -p 8080:80 myapp
C.docker run -it -p 8080:80 myapp
D.docker run -d -p 80:8080 myapp

Explanation: The -d flag runs container in detached mode, -p maps host port to container port.

3.

In a docker-compose.yaml file, which key is used to define the container image to be built from a Dockerfile in the current directory?

A.dockerfile
B.image
C.context
D.build

Explanation: The 'build' key specifies the path to the Dockerfile context; 'image' specifies a pre-built image from a registry.

4.

A company deploys a microservice using Kubernetes. The service must be accessible externally via a stable IP address and load-balanced across pods. Which Service type should be used?

A.NodePort
B.ClusterIP
C.LoadBalancer
D.ExternalName

Explanation: LoadBalancer exposes the service externally using a cloud provider's load balancer. ClusterIP is internal only, NodePort exposes on each node's IP, ExternalName maps to external DNS.

5.

A CI/CD pipeline has a stage that runs security vulnerability scans on dependencies. Which tool is specifically designed to scan Python packages for known vulnerabilities?

A.pip audit
B.Snyk
C.Dependabot
D.npm audit

Explanation: pip audit checks Python packages for vulnerabilities. npm audit is for Node.js, Snyk is a third-party tool, Dependabot automates dependency updates.

+15 more Application Deployment and Security questions available

Practice all Application Deployment and Security questions

How to master Application Deployment and Security for 200-901

1. Baseline your knowledge

Start with 10 questions to gauge your current understanding of Application Deployment and Security. This tells you whether you need a concept refresher or just practice.

2. Review every explanation

For each question — right or wrong — read the full explanation. Understanding why an answer is correct is more valuable than knowing the answer itself.

3. Focus on exam traps

Application Deployment and Security questions on the 200-901 frequently use trap wording. Look for subtle differences in answers that test your precision, not just general knowledge.

4. Reach 80% consistently

Do repeated sessions until you score 80%+ three times in a row. Then move to mixed-mode practice to test cross-topic recall under realistic conditions.

Frequently asked questions

How many 200-901 Application Deployment and Security questions are on the real exam?

The exact number varies per candidate. Application Deployment and Security is tested as part of the Cisco DevNet Associate 200-901 blueprint. Practicing with targeted Application Deployment and Security questions ensures you can handle any format or difficulty that appears.

Are these 200-901 Application Deployment and Security practice questions free?

Yes. Courseiva provides free 200-901 practice questions across all exam topics and domains. The platform includes topic-based practice, mock exams, missed-question review, bookmarked questions, and readiness tracking — no account required.

Is Application Deployment and Security one of the harder 200-901 topics?

Difficulty is subjective, but Application Deployment and Security is a high-priority exam concept tested in multiple ways — direct recall, scenario analysis, and command-output interpretation. Consistent practice is the best way to build confidence.

Ready to practice?

Launch a full Application Deployment and Security practice session with instant scoring and detailed explanations.

Start Application Deployment and Security Practice →

Topic Info

Topic

Application Deployment and Security

Exam

200-901

Questions available

20+