You are on page 1of 4

Q1: In HTML, what does the <aside> element define??

a None

b A navigation list to be shown at the left side of the page

c Content aside from the page content

d The ASCII character-set; to send information between computers on the Internet

e None

f A list to be included in a certain part of the page

Q2: If you see a directory with the following permissions `drwxrwxrxt`, would you be able
to remove it??

a We can remove it with the root user

b Yes, we can remove it from any user

c Only the owner of the folder can remove this folder

d No, this folder can't be remove.

e We can remove it only using the root user

The correct Answer is: None

Q3: What is Ingress network??

a Ingress network is a collection of rules that acts as an entry point to the


Kubernetes cluster.

b Ingress network is a http node that acts as an entry point to the Kubernetes
cluster.

The correct Answer is: None

d Ingress network is a routing outh that acts as an exit point to the Kubernetes
cluster.

The correct Answer is: None

The correct Answer is: None


Q4: How to check the history of deployments including the revision in Kubernetes??

a None

b None

c kubectl rollout history deployment/frontend

d kubectl rollout show deployment/frontend

e kubectl rollout log deployment/frontend

f kubectl rollout diff deployment/frontend

Q5: Which of the following is available in MySQL:?

a CREATE VIEW

b None

c CREATE SCHEMA

d CREATE TRIGGER

e None

f CREATE DATABASE

Q6: Which of the following is correct about PHP??

The correct Answer is: None

The correct Answer is: None

c PHP is a recursive acronym for "PHP: Hypertext Preprocessor".

d It is used to manage dynamic content, databases, session tracking, even build


entire e-commerce sites.

e All of the mentioned.

f PHP is a server side scripting language that is embedded in HTML.

Q7: The external JavaScript file must contain the <script> tag.?
a None

b True

c False

d None

e None

f None

Q8: Is it better to directly remove the container using the rm command or stop the
container followed by remove container??

a Its always better to stop the container and then remove it using the remove
command.

b No. Its not always better to stop the container and then remove it using the
remove command.

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q9: #!/bin/bash is commonly called as?

a hashbang

b None

c None of the Above

d None

e shebang

f Script Initialiser

Q10: Which of the following will reset the MySQL password for a particular user??
a UPDATE mysql.user SET Password=’password’ WHERE User=’username’;

b None

c None of the above

d None

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


User=’username’;

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

Q11: On Docker Hub, you get ten private repositories for free with your Docker Hub user
account. If you need more accounts, you can upgrade your Docker Hub plan.?

a None

b None

c True

d False

e None

f None

You might also like