Drag and drop the operations from the left into the correct order on the right when using CI/CD, assuming that there are no failures or conflicts
DRAG DROP Drag and drop the operations from the left into the correct order on the right when using CI/CD, assuming that there are no failures or conflicts. View AnswerAnswer:
Which command must be added in a Dockerfile to accomplish this goal?
A DevOps engineer has built a new container and must open port 8080 for intercontainer communication. Which command must be added in a Dockerfile to accomplish this goal?A . EXPOSE 8080B . FIREWALL ADD-PORT 8080C . PORT 8080D . OPEN PORT 8080View AnswerAnswer: A
What characteristic of IP addressing creates a hierarchical network?
What characteristic of IP addressing creates a hierarchical network?A . All hosts on all networks must have unique host numbers.B . IP addresses identify a host and the network on which it resides.C . Clients are assigned 32-bit addresses and servers 64-bit addresses.D . Router, switch and host addresses are...
Which two actions help limit the attack surface of your Docker container? (Choose two.)
Which two actions help limit the attack surface of your Docker container? (Choose two.)A . Run only a single service in each container.B . Run all services in a single image.C . Use version tags for base images and dependencies.D . Use Kali Linux as a base image.E . Download...
The IaC configuration for an application is being deployed using a CI/CD pipeline
DRAG DROP The IaC configuration for an application is being deployed using a CI/CD pipeline. Drag and drop the steps for this pipeline from the left into the correct order that they would be executed on the right. Not all options are used. View AnswerAnswer:
Which binding option should the administrator use to manage the VMs if vCenter becomes unavailable?
An administrator decides to implement vSphere networking using the VDS. Which binding option should the administrator use to manage the VMs if vCenter becomes unavailable?A . ephemeralB . dynamicC . portD . staticView AnswerAnswer: A
Which binding option should the administrator use to manage the VMs if vCenter becomes unavailable?
An administrator decides to implement vSphere networking using the VDS. Which binding option should the administrator use to manage the VMs if vCenter becomes unavailable?A . ephemeralB . dynamicC . portD . staticView AnswerAnswer: A
Which type of testing should be integrated into a CI/CD pipeline to ensure the correct behavior of all of the modules in the source code that were developed using TDD?
Which type of testing should be integrated into a CI/CD pipeline to ensure the correct behavior of all of the modules in the source code that were developed using TDD?A . soak testingB . unit testingC . load testingD . volume testingView AnswerAnswer: B
Which description of a canary deployment is true?
Which description of a canary deployment is true?A . deployment by accidentB . deployment that is rolled back automatically after a configurable amount of minutesC . deployment relating to data mining developmentD . deployment to a limited set of servers or usersView AnswerAnswer: D
Which command does the pipeline run to accomplish this goal?
A CI/CD pipeline that builds infrastructure components using Terraform must be designed. A step in the pipeline is needed that checks for errors in any of the .tf files in the working directory. It also checks the existing state of the defined infrastructure. Which command does the pipeline run to...