0% found this document useful (0 votes)
37 views5 pages

1 Cheat Sheet For XZWT

This document contains 15 multiple choice questions related to various computing topics such as Docker, Kubernetes, PHP, Linux, and virtualization. The questions cover topics like Docker tools, Kubernetes commands, PHP variables, passing variables by reference in PHP, Linux commands, and the definition of a hypervisor.

Uploaded by

sheyllypanda
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)
37 views5 pages

1 Cheat Sheet For XZWT

This document contains 15 multiple choice questions related to various computing topics such as Docker, Kubernetes, PHP, Linux, and virtualization. The questions cover topics like Docker tools, Kubernetes commands, PHP variables, passing variables by reference in PHP, Linux commands, and the definition of a hypervisor.

Uploaded by

sheyllypanda
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/ 5

Q1: A low-level utility that can be used for creating/restoring filesystem backup copies in

Linux is called:?

a diskpart

b None

c format

d fsutil

e None

f dd

Q2: What are the Namespaces in Docker??

a None

b None

c None

d None

e Namespaces in Docker are a technology for the facility of containers in Docker.

f Namespaces in Docker are a technology for the facility of images in Docker.

Q3: How can we get the error when there is a problem with uploading a file??

a $FILES['userfile']['error']

b None

c None

d $_FILES['userfile']['error']

e None

f $_FILES['userfile = error']

Q4: What is the correct HTML element for playing video files??
a None

b <media>

c None

d <type="video">

e <movie>

f <video>

Q5: Which keyword is used with the ALTER command to delete a column??

a DELETE

b None

c REMOVE

d DROP

e CHANGE

f None

Q6: Docker Toolbox is an installer for quick setup and launch of a Docker environment on
Mac and Windows systems. Select all of the Docker tools that come with the Docket
Toolbox?

a A shell post-configured for a Docker command-line environment

b Oracle VirtualBox

c Docker Machine for running docker-machine commands

d A shell pre-configured for a Docker command-line environment

e Docker Compose for running the docker-compose commands

f Oracle RealBox Containers

Q7: When patching resources in Kubernetes, how to partially update a node??

a kubectl patch node k8s-node-1 -p '{"spec":{"unschedulable":false}}'


b kubectl patch node k8s-node-1 -p '{"spec":{"unschedulable":true}}'

c kubectl patch node k8s-node-1 -pr '{"spec":{"unschedulable":true}}'

d None

e None

f kubectl patch node k8s-node-1 -p '{"patch":{"unschedulable":true}}'

Q8: What is service container in Laravel??

a None

b None

c None

d Dockerized Laravel applications are called service containers.

e None

f Service container is a tool used for performing dependency injection in Laravel.

Q9: Docker host's IP address by default is 192.168.99.100?

The correct Answer is: None

The correct Answer is: None

c False

The correct Answer is: None

The correct Answer is: None

f True

Q10: Which of the following variable is used to get user's browser and operating system
details in PHP??

a AGENT

b HTTP_USER_AGENT

c None of the above.


d None

e USER

f None

Q11: How can you pass a variable by reference??

a None

b $var1 = &$var2

c $var1 == &$var2

d None

e None

f $var1 === &$var2

Q12: Which command can be used to display basic information about your server??

The correct Answer is: None

b show

c info

d uname

e ls

The correct Answer is: None

Q13: How to show metrics for a given pod and its containers in Kubernetes??

a kubectl top POD_NAME --containers

b kubectl status pod POD_NAME --containers

c kubectl top pod POD_NAME --containers

d kubectl resources pod POD_NAME --containers

e None
f None

Q14: How many error levels are available in PHP ??

a 16

b 19

c4

d None

e None

f 20

Q15: What is Hypervisor??

a A hypervisor is a software that makes virtualization possible. It is also called


Virtual Machine Monitor.

b A hypervisor is a software that makes optimization possible. It is also called


Virtual Machine Monitor.

c None

d None

e A hypervisor is a hardware that makes optimization possible. It is also called


Virtual Machine Monitor.

f None

You might also like