Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Q1: Which of the following methods sends input to a script via a URL??

a None

b Both

c Get

d None

e Post

f None

Q2: Suppose you have an application that has many dependant services. Will docker
compose wait for the current container to be ready to move to the running of the next
service??

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

d True

e False

The correct Answer is: None

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

a Yes, we can remove it from any user

b We can remove it with the root user

c Only the owner of the folder can remove this folder

d No, this folder can't be remove.

The correct Answer is: None

f We can remove it only using the root user


Q4: What will be the output of the SELECT CASE WHEN NULL = NULL THEN 'YES' ELSE 'NO'
END?

a True

b None

c None

d An Error will be generated

e False

f None

Q5: What is ETCD??

The correct Answer is: None

b Etcd is written in Go programming language and is a distributed key-value store


used for coordinating between distributed work.

c Etcd is written in C++ programming language and is a distributed key-value store


used for coordinating between distributed work.

The correct Answer is: None

e Etcd is written in Python programming language and is a distributed key-value


store used for coordinating between distributed work.

The correct Answer is: None

Q6: How is the ternary conditional operator used in PHP??

a None

b None

c Expression_1:Expression_2 : Expression_3;

d Expression_1?Expression_2 : Expression_3;

e Expression_1?Expression_2 ? Expression_3;

f None

You might also like