300-910 Exam Questions
129 real 300-910 exam questions with expert-verified answers and explanations. Page 3 of 3.
- Question #101Application Deployment and Operations
A developer is responsible for application configuration to be deployed in the preproduction and production environment Kubernetes cluster. For this configuration, two different da...
KubernetesConfigMapsApplication ConfigurationEnvironment Configuration - Question #102CI/CD Pipelines
A DevOps team is working on a Docker pipeline for CI. The Dockerfile is built out based on specifications. Linters are used to verify the Dockerfile committed. What is the next pha...
Docker pipelineCI/CD stagesDockerfile lintingContainer build - Question #103Application Deployment and Operations
Drag and Drop Question A DevOps engineer is constructing an Ansible playbook to deploy a containerized application via Docker. This playbook must conform to these requirements: - R...
AnsibleDockerContainer DeploymentInfrastructure as Code - Question #104Application Deployment and Operations
An application development project has these requirements: - deployment via a container image - image building as part of a CI/CD pipeline - test in dev and stage environments How...
Twelve-Factor AppConfiguration ManagementEnvironment VariablesContainerization - Question #105Containerization
Refer to the exhibit. A DevOps engineer is deploying a stack of services with Docker Compose. A containerized application running in the app Docker container must communicate with...
Docker ComposeContainer NetworkingService DiscoveryDNS - Question #106Infrastructure Automation
Drag and Drop Question Drag and drop the code snippets from the bottom onto the boxes in the code to complete the Ansible playbook. Not all options are used. ```yaml --- - name: De...
AnsibleInfrastructure AutomationConfiguration ManagementLinux Services - Question #107Application Deployment and Operations
A developer must deploy a new application in Kubernetes. The deployment has these requirements: - The application must be deployed in a new pod. - A new node is required. - Avoid d...
KubernetesCluster AutoscalerNode ManagementScalability - Question #108Application Deployment and Operations
A developer must review all the configuration that has been applied to set up a UI-based service called "UI". The code exists in the "master" namespace. Which command must be used...
Kubernetes ServiceskubectlConfiguration ManagementOperations - Question #109Application Deployment and Operations
A developer must maintain identical copies of pods deployed or run at any given time. To maintain these copies, a ReplicaSet Kubernetes controller is used. The controller is define...
KubernetesReplicaSetkubectlResource Deployment - Question #110Deployment
An application is developed based on microservices. The application must be installed on a pod in a separate cluster. Which command must be used to deploy the application?
Kubernetes deploymentkubectl commandsMicroservicesContainerization - Question #111Infrastructure as Code
What is a benefit of infrastructure as code?
Infrastructure as CodeAutomation BenefitsConfiguration ManagementRisk Mitigation - Question #112Application Deployment and Operations
A developer wants to set up a new application that will reside in an existing Kubernetes cluster. The application must have two internal databases. After launch, the application wi...
Kubernetes ScalingWorker NodesResource ManagementApplication Performance - Question #113Infrastructure as Code
What is a benefit of infrastructure as code regarding speed and simplicity of deployments?
Infrastructure as CodeAutomationDeployment SpeedIaC Benefits - Question #114Application Deployment and Operations
What is used by Kubernetes for access on the matching pods?
KubernetesServicesPodsNetworking - Question #115Application Deployment and Operations
Refer to the exhibit. A portion of the Kubernetes architecture of an application is shown, including the performance limits. What is the minimum number of application pods required...
KubernetesPod ScalingCapacity PlanningPerformance Limits - Question #116Security and Observability
Which method is used to track the cost of consuming public cloud?
Cloud cost managementReal-time usage trackingCloud observabilityResource consumption - Question #117Application Deployment and Operations
How does Kubernetes enable application portability between cloud environments?
KubernetesContainerizationApplication PortabilityCloud Environments - Question #118Application Deployment and Operations
A DevOps engineer must deploy several microservice applications with these requirements: - The deployment must be configured to assist with dependencies between the applications. -...
MicroservicesOrchestrationCloud-NativeDeployment Automation - Question #119Monitoring and Logging
Refer to the exhibit. A DevOps engineer wrote a Node.JS WebEx bot for a chatops implementation. The AppDynamics APM library is used to log transaction performance, and some slow tr...
APMAppDynamicsCall GraphPerformance Monitoring - Question #120Logging and Monitoring
Which Kubernetes cluster logging architecture uses a single agent per Kubernetes node to aggregate and stream stdout and stderr logs from containers to a backend log collection ser...
Kubernetes loggingLogging architectureNode-level agentsContainer logs - Question #121Software Development and Design
Clients of a large electronic retail store report that they are not getting the proper items when they go to check out. Unfortunately, they only see this when dealing with the phon...
Database PerformanceSQL OptimizationApplication MonitoringTroubleshooting - Question #122Monitoring and Logging
A developer created an application that stores all employee sensitive data. The application will be used by the HR department to store and run frequent reports based on the departm...
Performance troubleshootingServer monitoringResource utilizationApplication performance - Question #123Monitoring and Logging
A development team is in the design phase of the SDLC for a new application. Application requirements must be identified to provide visibility into application health and enable ef...
SDLC design phaseApplication healthMonitoring requirementsBusiness KPIs - Question #124Monitoring and Logging
Refer to the exhibit. A developer using AppDynamics notices a transaction that is normal within the established baseline, but is blocked for a much of its execution time. The devel...
APMTransaction TroubleshootingPerformance MonitoringNode Health - Question #125Monitoring and Logging
Refer to the exhibit. An engineer must find application log file entries when a user named user1 makes an HTTP GET request and return only the time of the query. Which command comp...
jqJSON processingLog parsingCommand-line tools - Question #126Security and Observability
A DevOps team must select a method for the CI/CD pipeline with these characteristics: - Ensure security throughout their CI/CD pipeline production - Provide security for the testin...
DevOpsCI/CD SecurityDASTApplication Security Testing - Question #127Security
A DevOps team must ensure security throughout the CI/CD pipeline production and test these principles: - Ensure vulnerabilities are found early in the development lifecycle. - Use...
SASTSecure DevOpsVulnerability DetectionSDLC - Question #128Security and Observability
A developer must ensure maximum security during the software development lifecycle. While investigating, the engineer discovers a potentially vulnerable Docker container. Which two...
Container SecurityDockerfile Best PracticesSDLC SecurityContainer Registries - Question #129CI/CD Pipelines
A development team is using CI/CD during application development. During the latest releases, runtime vulnerabilities have been indicated. To address these vulnerabilities, a compl...
CI/CD SecurityDynamic Application Security Testing (DAST)Application SecurityBlack-box testing