Loading provider exams...
Sign Up & unlock 100% of Exam Questions
No Strings Attached!
Updated
Which of the following data structures is a JSON array?
This exam has 54 community-verified practice questions. Create a free account to access all questions, comments, and explanations.
Log In / Sign UpA service provider runs infrastructure in various globally distributed locations and offers to deliver static files from these locations to clients that need to access this data. What kind of service is this?
What is the benefit of feature toggles? (Choose two.)
After creating a new file within a directory which belongs to a Git repository, which commands have to be used in order to make Git manage the new file and upload it to an already configured remote repository? (Choose three.)
The following output is generated by git branch:
development
main
production
Want a break from the ads?
Become a Supporter and enjoy a completely ad-free experience, plus unlock Learn Mode, Exam Mode, AstroTutor AI, and more.
Which of the following values stems from the Agile Manifesto?
What is true about a commit in git?
Which of the following benefits are realized by using immutable servers? (Choose two.)
Which of the following clauses is included in permissive open source licenses as well as copyleft open source licenses?
Which of the following statements are true regarding microservices? (Choose two.)
Which of the following statements are true about CI/CD platforms, such as GitLab CI or Jenkins? (Choose two.)
Which of the following products are relational databases? (Choose two.)
Which of the following statements are true regarding the commands git diff and git diff --staged? (Choose two.)
What is the purpose of the command git rebase?
Which of the following stages usually exist in a continuous delivery pipeline? (Choose three.)
Which of the following HTTP requests could stem from the communication with a RESTful service? (Choose two.)
Which git command restores changes that were saved using git stash save?
Which of the following kinds of linking of a binary program to its libraries exist? (Choose two.)
Where should containerized applications store persistent data such as user uploaded files or billing information? (Choose two.)
After creating a new Docker network using the following command: docker network create --driver bridge isolated_nw
Which parameter must be added to docker create in order to attach a container to the network?
Which of the following docker compose subcommands exists?
Which of the following statements in a Dockerfile lead to a container which outputs hello world? (Choose two.)