You are on page 1of 4

Q1: How to remove 'escape' characters from a string??

a None

b The substring function enables us to remove the 'escape' characters before


apostrophes in a string.

c None

d None

e None

f The stripslashes function enables us to remove the 'escape' characters before


apostrophes in a string.

Q2: What is the difference between characters \034 and \x34??

a None

b None

c None

d \034 is octal 34 and \x34 is hex 34.

e None

f \034 is hex 34 and \x34 is octal 34.

Q3: How to mark a node called my-node as unschedulable in Kubernetes??

a None

b kubectl down my-node

c None

d kubectl cordon my-node

e kubectl off my-node

f kubectl stop my-node

Q4: How to pull the Apache HTTP server image.?


a $ docker pull http img

b None

c $ docker pull httpd img

d None

e $ docker pull httpd

f None

Q5: Which command can give first found difference between two file after comparing??

a diff

b stat

c None

d cmp

e None

f Common

Q6: Which of the following is a cloud-hosted service from Docker that provides registry
capabilities for public and private content.?

a None

b Docker Swarm

c Docker Cloud

d Docker Hub

e Docker Compose

f None

Q7: Null is used as a place holder for optional fields?

a None
b False

c None

d None

e None

f True

Q8: You have lost access to your admin area and can't recover it with email. What do you
do??

a Reset the password of your user through MySQL.

b Add a new user with admin privileges in MySQL.

c Install a plugin to recover your password.

d Delete your themes folder.

e Register a new user and set it as an administrator via your panel.

f Reinstall Wordpress.

Q9: Which operator is not included in the data manipulation language (DML)??

a None

b SELECT

c DELETE

d None

e CREATE

f UPDATE

Q10: SQL (Structured Query Language) is:?

a None

b the language of queries by pattern

c DBMS (DataBase Management System)


d None

e imperative programming language

f the language of structured queries

You might also like