You are on page 1of 4

Q1: What will be the effect of inserting 500 rows in a table with the following definition.

CREATE TABLE `categories` ( `category_id` tinyint(3) AUTO_INCREMENT, `category_name`


varchar(150) DEFAULT NULL, `remarks` varchar(500) DEFAULT NULL, PRIMARY KEY?

a half the records will be inserted then an error will be generated

b 500 rows will be inserted into the table

c a table with the above definition is not possible

d None

e None

f only 100 rows will be inserted

Q2: A low-level utility that can be used for creating/restoring filesystem backup copies in
Linux is called:?

a fsutil

b format

c None

d diskpart

e dd

f None

Q3: Is Kubernetes open-source??

a True

The correct Answer is: None

The correct Answer is: None

d False

The correct Answer is: None

The correct Answer is: None


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

a cd/

b cd .

c cd

d cd ..

e cd..

f None of the above

Q5: What does the Ansible setup module do??

a It helps you install Ansible on all of your servers

b It helps you setup Ansible on the master server

c It shows you the information that the Ansible master server has about a host

d None

e None

f It sets up the connection between the master and the worker nodes

Q6: What is the purpose of $_SESSION[]??

a None

b Used to store variables of the current session

c None

d Used to initialize a session.

e none of the above

f Used to register a global variable

Q7: What is Solaris??


a None

b None

c IBM’s UNIX

d Microsoft’s UNIX

e Sun microsystems UNIX

f HP’s UNIX

Q8: How to list all the docker containers running/exited/stopped with container details.?

a None

b None

c $ docker details -a

d $ docker ps -a

e None

f $ docker ls -a

Q9: Which of the following function opens a file??

a file_exist()

b fopen()

c filesize()

d fread()

e None

f None

Q10: Which of the following is an aggregate function in MySQL??

a Group By

b None
c None

d MAX

e Union

f LIKE

Q11: The query SELECT name, (SELECT study_program FROM programs) study_program
FROM students will return the student name and the program that the student is studying.?

a None

b None

c True

d None

e None

f False

Q12: Can I use JSON instead of YAML for my compose file in Docker??

The correct Answer is: None

b True

c False

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

You might also like