You are on page 1of 3

Q1: A Docker container is an instance of an image with a specific configuration.?

a None

b None

c True

d None

e None

f False

Q2: The logic model of a database is??

a concerned with the physical implementation of the database

b concerned with the planning of the entire database development life cycle

c None

d concerned with developing the database model without taking into consideration
the physical implementation or the DBMS

e concerned with developing the database model taking into consideration the
physical implementation

f None

Q3: Which of the following are features of Kubernetes??

The correct Answer is: None

b Batch execution

c Self-healing

d Kubernetes Swarm

The correct Answer is: None

f Secrets and configuration management

Q4: In Linux, the priority of a running process can be changed using which command??
a passwd

b ps -A

c priority

d None

e None

f renice

Q5: Choose the option to remove write permission for group & others for a file “a.txt”.?

a None

b chmod go-w a.txt

c None

d Select disable write for group and others where file=”a.txt”

e chmod go=”r-x” a.txt

f chmod w-go a.txt

Q6: Which Element Represents A Control For Generating A Public-private Key Pair??

a Command

b Key

c Keygen

d Ins

e None

f None

Q7: Which statement is true for Replica set??

a Replica set is considered as a substitute to the replication controller. The prime


function of replica set is to assure the number of pod replicas running.
The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

f Replica set is considered as the legacy replication controller. The prime function of
replica set is to remove the number of pod replicas running.

Q8: How do you create a cookie in PHP??

a createcookie

b getcookie()

c None

d setcookie()

e None

f makecookie()

Q9: What is the correct JavaScript syntax to change the content of the HTML element
below??

a None

b document.getElementById("demo").innerHTML = "Hello World!";

c document.getElementByName("p").innerHTML = "Hello World!";

d None

e document.getElement("p").innerHTML = "Hello World!";

f #demo.innerHTML = "Hello World!";

You might also like