2025/November Latest Braindump2go 200-901 Exam Dumps with PDF and VCE Free Updated Today! Following are some new Braindump2go 200-901 Real Exam Questions!
QUESTION 454
Which CI/CD component allows for the storing of code packages and enables the testing of the same code that is running on the live system?
A. Artifactory
B. Jira
C. ITSM
D. Git
Answer: A
Explanation:
Git is used for source code and Artifactory is used for the binaries which go with the source code.
QUESTION 455
A development team needs to containerize an application named ‘custapp4o3p2r6d3s6w7x6t9’. A Dockerfile has been created and now the docker build command must be run using the current folder to find the Dockerfile, build the image and create a local repository named ‘custapp4d5c-repo’ that points to that image. Which command must be used?
A. docker build custapp4d5c-repo Dockerfile
B. docker build -t acustapp4d5c-repo Dockerfile.txt
C. docker build custapp4d5c-repo -f Dockerfile.txt
D. docker build -t custapp4d5c-repo -f Dockerfile
Answer: D
Explanation:
The -t flag is used to specify the name (and optionally a tag) of the image.
The -f flag is used to specify the location of the Dockerfile.
The . at the end represents the build context, which is the current directory.
QUESTION 456
A web app must be accessible from computers and mobile devices. It must maintain the same data structure on both types of devices. What is the advantage of using the MVC design pattern for this app?
A. to asynchronously update the graphical interface
B. to define different algorithms for data manipulation
C. to separate the logic of the graphic interface of the different devices
D. to have only one instance of the objects that contain the data