Question Bank

721 approved questions from the community

What does Git's repository component contain? (Select all that apply)

HARD
MULTIPLE CHOICE
50s
Git
by Mohamed

What is the primary advantage of Git's content-based tracking over file-based tracking?

HARD
SINGLE CHOICE
45s
Git
by Mohamed

What does the .git directory contain? (Select all that apply)

HARD
MULTIPLE CHOICE
50s
Git
by Mohamed

What storage optimization techniques does Git use?

HARD
SINGLE CHOICE
45s
Git
by Mohamed

What information does a Commit object's SHA-1 hash incorporate? (Select all that apply)

HARD
MULTIPLE CHOICE
50s
Git
by Mohamed

What are drawbacks of other version control systems compared to Git? (Select all that apply)

HARD
MULTIPLE CHOICE
50s
Git
by Mohamed

What are the steps in Git's clone process? (Select all that apply)

HARD
MULTIPLE CHOICE
50s
Git
by Mohamed

How does Git ensure data integrity?

HARD
SINGLE CHOICE
40s
Git
by Mohamed

What is the advantage of Git's directed acyclic graph (DAG) structure for commits?

HARD
SINGLE CHOICE
45s
Git
by Mohamed

Which of the following are ways Docker provides cost savings for organizations? (Select all that apply)

HARD
MULTIPLE CHOICE
45s
Docker
by Mohamed

In what scenario would you choose VMs over Docker containers?

HARD
SINGLE CHOICE
40s
Docker
by Mohamed

Type 2 hypervisors generally provide better performance than Type 1 hypervisors because they run on top of an existing OS.

HARD
TRUE FALSE
30s
Docker
by Mohamed

runC has dependencies on the rest of the Docker platform to function.

HARD
TRUE FALSE
25s
Docker
by Mohamed

cgroups can prevent one container from monopolizing all available resources on the host.

HARD
TRUE FALSE
25s
Docker
by Mohamed

If you have both CMD and ENTRYPOINT in a Dockerfile, what happens?

HARD
SINGLE CHOICE
40s
Docker
by Mohamed

What capability does the ADD command have that COPY does not?

HARD
SINGLE CHOICE
40s
Docker
by Mohamed

Docker orchestration tools like Kubernetes and Docker Swarm are used to simplify container scaling and management.

HARD
TRUE FALSE
25s
Docker
by Mohamed

When docker kill is used, the process receives a chance to perform cleanup operations before termination.

HARD
TRUE FALSE
25s
Docker
by Mohamed

What is the default grace period for docker stop before forcefully stopping a container?

HARD
SINGLE CHOICE
35s
Docker
by Mohamed

Docker uses UnionFS or OverlayFS to layer filesystems and provide efficient image layering.

HARD
TRUE FALSE
30s
Docker
by Mohamed
PreviousPage 19 of 37Next