You are on page 1of 4

Q1: DISTINCT keyword is used for:?

a There is no such keyword

b To speed up the selection for a specific field

c None

d To reduce the load on the server with loss of query performance

e None

f For selecting only unique records by a specific field

Q2: What does the date_sunset() function returns?

a None

b Returns the time of sunset for a given day / location

c None

d None

e Returns the date of sunset for a given day / location

f None

Q3: The clause ORDER is used to sort records in either ascending or descending order.?

a None

b None

c False

d True

e None

f None

Q4: In which file, can we permanently change the SWAP priority?


a /etc/prswap

b /etc/fstab

The correct Answer is: None

The correct Answer is: None

e /etc/boot.conf

f /etc/swappriority

Q5: How to monitor Docker containers in production??

a None

b Docker provides functionalities like docker stats and docker events to monitor
docker in production.

c None

d Docker provides functionalities like docker stats and docker events to monitor
container in production.

e None

f Docker provides statistics like docker stats and docker events to monitor pages in
production.

Q6: 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=8080 --target-port=80

c None

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

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

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

Q7: Using which of the following way can you embed PHP code in an HTML page??
a <?php PHP code goes here php?>

b None

c <?php PHP code goes here ?>

d None

e None

f None

Q8: Which value of Socket.readyState atribute of WebSocket indicates that the connection
has been closed or could not be opened??

a None

b2

c None

d0

e3

f1

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

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

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

c Content aside from the page content

d None

e None

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

Q10: What can the Contributor role do??

a Publish Posts

b Moderate Comments
c None

d Edit Posts

e Edit Pages

f None

Q11: Which operator is used to check if two values are equal and of same data type??

a ===

b None

c None

d=

e !=

f ==

You might also like