You are on page 1of 4

Q1: Which of the following will reset the MySQL password for a particular user??

a None of the above

b UPDATE mysql.user SET Password=RESET(‘password’) WHERE User=’username’;

c None

d None

e UPDATE mysql.user SET Password=’password’ WHERE User=’username’;

f UPDATE mysql.user SET Password=PASSWORD(‘password’) WHERE


User=’username’;

Q2: Which of the following tags represents a section of the document intended for
navigation in HTML5??

a footer

b nav

c dialog

d section

e None

f None

Q3: What is the Ping of Death??

a None

b None

c The Ping of Death is capturing and deciphering traffic on a network.

d None

e The Ping of Death can be set in wordpress under admin settings.

f The Ping of Death is an occurrence when sending packets are reassembled, are too
large for the system to understand.
Q4: What number is the first key of a PHP’s numerical array??

a None

b None

c2

d -1

e0

f1

Q5: How to mark a node called my-node as schedulable in Kubernetes??

a kubectl up my-node

b None

c kubectl uncordon my-node

d kubectl schedulable my-node

e kubectl available my-node

f None

Q6: Which of the mentioned are valid PHP loops?

a while

b beforeeach

c for

d each

e do ... while

f foreach

Q7: Kubernetes is written in?


a C++

b Python

c Java spring framework

d Go

The correct Answer is: None

The correct Answer is: None

Q8: What does the /etc/hosts file contains??

a The IP address of the default gateway

b IP addresses to hostnames mappings

c CPU and memory info

d Hostnames of all devices on the network segment

e None

f None

Q9: PHP server scripts are surrounded by delimiters, which??

a None

b None

c <?php>...</?>

d <?php...?>

e <&>...</&>

f <script>...</script>

Q10: How to list only the running containers??

a None

b None
c docker print

d docker list

e docker run

f docker ps

Q11: You can also get the Ansible documentation directly via your terminal by using:?

a ansible-doc

b ansible --doc

c ansible-documentation

d ansible -d

e None

f None

Q12: How can you make sure your Docker containers and their data are safely backed up??

a Data stored in Docker containers is backed up to Docker Hub.

b Set up volume mapping on all containers to store their data in a single location on
the server (example, /data/) and backup this location.

c Backup the /var/lib/docker/ directory manually Nothing.

d None

e None

f Schedule regular Plesk backups. Docker containers are included in Plesk backups.

You might also like