You are on page 1of 5

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

a kubectl top pod POD_NAME --containers

b None

c None

d kubectl top POD_NAME --containers

e kubectl resources pod POD_NAME --containers

f kubectl status pod POD_NAME --containers

Q2: Just installed plugin crashes your Wordpress site with no access to the dashboard. What
do you do??

a Rename the specific plugin folder in /wp-includes/plugins

b Reinstall the database

c Delete all plugins from /wp-content/plugins folder

d Rename the specific plugin folder in /wp-content/plugins

e Rename the specific plugin folder in /wp-admin/plugins

f Reinstall Wordpress

Q3: How do you call a function named "myFunction"??

a call myFunction()

b call function myFunction()

c myFunction()

d None

e None

f None

Q4: Which command can be used to rename a file/directory??


The correct Answer is: None

b cp

c rm

d mv

The correct Answer is: None

f rename

Q5: How can we check if the value of a given variable is alphanumeric??

a None

b dtype_alnum to check whether it is an alphanumeric value or not.

c gtype_alnum to check whether it is an alphanumeric value or not.

d None

e None

f ctype_alnum to check whether it is an alphanumeric value or not.

Q6: Which command is used to build a Docker image??

a None

b None

c docker built username/repository_name:1.0.1

d docker image -t create username/repository_name:1.0.1

e docker create username/repository_name:1.0.1

f docker build -t username/repository_name:1.0.1

Q7: What does the date_sunset() function returns?

a Returns the time of sunset for a given day / location

b None
c None

d Returns the date of sunset for a given day / location

e None

f None

Q8: Choose the correct usage of ‘cd’ to move into the parent directory.?

a cd .

b cd..

c cd

d cd/

e None of the above

f cd ..

Q9: Which of the following is the best MySQL data type for currency values??

a DECIMAL(18,4)

b None

c None

d SMALLINT

e VARCHAR(32)

f BIGINT

Q10: A much better approach to establish the base URL is to use the ______ element.?

a HEAD

b BASE

c None

d None
e BODY

f None Of The Above

Q11: What is the correct HTML for adding a background color??

a None

b <body style="background-color:yellow;">

c <body style bg="yellow">

d <body bg="yellow">

e <background>yellow</background>

f None

Q12: Intensity of a color can be described through?

a Saturation

b Hue

c Lightness

d Grayscale

e None

f None

Q13: Which command is used to modify column names or table structure??

a MODIFY

b ADD

c None

d ALTER

e CHANGE

f None

You might also like