0% found this document useful (0 votes)
14 views4 pages

4 Answer For MMDV

This document contains 12 questions about various technical topics like Kubernetes, Docker, PHP, WordPress, and Linux commands. It tests knowledge on topics such as what Minikube and PVC stand for, how to install Apache using Ansible on Ubuntu, PHP string functions, Docker commands, and the purpose of nohup. The questions have single correct multiple choice answers to indicate understanding of these concepts.

Uploaded by

Tyler Li
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views4 pages

4 Answer For MMDV

This document contains 12 questions about various technical topics like Kubernetes, Docker, PHP, WordPress, and Linux commands. It tests knowledge on topics such as what Minikube and PVC stand for, how to install Apache using Ansible on Ubuntu, PHP string functions, Docker commands, and the purpose of nohup. The questions have single correct multiple choice answers to indicate understanding of these concepts.

Uploaded by

Tyler Li
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Q1: What is Minikube?

a Specification of a Kubernetes API object in JSON or YAML format

b A tool for running Kubernetes locally

c An abstraction used by Kubernetes to support multiple virtual clusters on the


same physical cluster

d None

e A pod object that a kubelet uses to represent a static pod

f None

Q2: What does PVC stand for??

a Pod Volume Container

b Persistent Volume Container

The correct Answer is: None

The correct Answer is: None

e Persistent Volume Claim

f Pod Volume Claim

Q3: Which Ansible command will you use to install Apache on Ubuntu host??

a ansible your_host_name_here -b -m wget -a "name=apache2 state=latest"

b None

c ansible your_host_name_here -b -m yum -a "name=apache2 state=latest"

d ansible your_host_name_here -b -m apt -a "name=apache2 state=latest"

e None

f ansible your_host_name_here apt install "name=apache2 state=latest"

Q4: Which function in PHP is used to get the length of a string variable??
a None

b count()

c len

d None

e strcount

f strlen

Q5: Which command do we need to execute to check the available repos in yum (CentOS)?

a yum repolist

b yum listrepo

c yum reposearch

d yum showrepo

e yum searchrepo

f yum reposhow

Q6: How do you get the number of containers running, paused and stopped??

a docker --info

b None

c None

d docker info

e None

f sudo --docker info

Q7: Docker containers can run on:?

a None

b Only Linux distributions


c None

d Linux distributions and Windows systems

e Only Windows systems

f None

Q8: How can a company deal with a monolithic codebase issue??

a By transitioning from a monolithic codebase to a microservice design so that


different microservices can be classified as containers.

The correct Answer is: None

c By building a large Docker image containing the monolithic codebase and


deploying it as a single container to Kubernetes

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q9: Can echo in PHP accept more than 1 parameter??

a None

b None

c None

d False

e True

f None

Q10: How many Posts and Pages can you have??

a There is no limit on the number of posts or pages you can have.

b I can have 100 posts and 100 pages


c There is no limit on the number of posts but I can have only certain amount of
pages.

d Depends on the theme I'm using.

e Depending on your plan, you can have a different amount of pages and posts.

f None

Q11: Explain the purpose of nohup command.?

a To keep the command running even after the user who issues the command has
logged out.

b To start the command after a certain statement has been approved.

c To start the command after the user who issues the command has logged out.

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q12: Which of the following command can give documentation of a command??

a help

b show

c doc

d info

e None

f man

You might also like