Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Q1: Suppose you have 3 containers running and out of these, you wish to access one of

them. How do you access a running container??

The correct Answer is: None

b $ docker exec --it <container id>

c $ docker exec it <container id> bash

d $ docker exec -it <container id> bash

The correct Answer is: None

The correct Answer is: None

Q2: What will be the output of the following query INSERT INTO students (student name)
VALUE ('James Lenon');?

a None

b a student record with the name James Lenon will be added into the students table

c None

d the above query will generate an error message.

e None

f None

Q3: A simple text file which tells the browser what to cache Is known as a/an ________.?

a None

b A Manifest File

c HTML File

d Input Files

e Output Files

f None

Q4: Which of the following is not a component of a Master Node??


a kubectl

b Scheduler

c Controller Manager

The correct Answer is: None

The correct Answer is: None

f API server

Q5: Which arithmetic operator you can not use??

a\

b-

c*

d All are valid

e+

f%

You might also like