You are on page 1of 4

Q1: Which attribute is used with an img tag to display the text if image could not load in

browser??

a id

b name

c None

d alt

e None

f description

Q2: In Kubernetes how to create a service for a replicated Nginx, which serves on port 80
and connects to the containers on port 8000??

a None

b kubectl expose rc nginx --port=80 --target-port=8000

c kubectl rc nginx --port=80 --target-port=8000

d kubectl expose rc nginx --port=8080 --target-port=80

e kubectl expose nginx --port=80 --target-port=8000

f None

Q3: Which command would you use to gather facts with Ansible??

a ansible your_server -m info

b ansible your_server -m setup

c ansible your_server -m gather

d None

e ansible your_server -m fact

f None

Q4: How can we propagate a session id??


a None

b None

c None

d You can propagate a session id via headers and routing.

e You can propagate a session id via cookies or URL parameters.

f None

Q5: If we want to be sure a file will be created if it doesn't exesit with fopen() which mode of
the function are we going ot use:?

aa

b w+

c r+

dx

e a+

f x+

Q6: What is the function to parse a configuration file??

a None

b None

c parse_ini_file()

d parseini_file()

e parse_ini()

f None

Q7: MySQL comes with a standard client libraries for:?

a PHP And C
b Java Only

c Perl, Java And C

d None

e C Only

f None

Q8: The command to remove rows from a table "MOVIE" is:?

a DELETE FROM MOVIE WHERE

b None

c REMOVE FROM MOVIE

d None

e UPDATE FROM MOVIE

f DROP FROM MOVIE

Q9: Which of the following type of variables are floating-point numbers, like 3.14159 or
49.1??

a Doubles

b Booleans

The correct Answer is: None

d Integers

The correct Answer is: None

f Strings

Q10: How to search for a variable name under all the files in the workspace??

The correct Answer is: None

b ctrl + shift + C

c ctrl + V
The correct Answer is: None

e ctrl + F

f ctrl + shift + F

Q11: The following command can be used for turning off or restarting a Linux host.?

a reboot

b shutdown

c None

d taskkill

e None

f exit

You might also like