You are on page 1of 4

Q1: The _____ character tells browsers to stop tagging the text?

a None

b?

c>

d None

e/

f%

Q2: What Are Kubernetes Controllers??

a Kubernetes controllers are Surverless, Deployment capacitor.

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

e Kubernetes controllers are Replicaset, Deployment controller.

The correct Answer is: None

Q3: What will happen if two tables have names 'users' and 'USERS'??

a None

b This is possible only on Windows

c This depends on lower_case_table_names system variable

d This is not possible because table names are case insensitive

e This is possible because table names are case sensitive

f This is possible only on UNIX/LINUX

Q4: Which one is the correct declaration for choosing the 'Character Set' other than
default??
a None

b None

c None Of The Mentioned

d Varchar(20);

e Varchar(20) Character Set;

f Varchar(20) Character Set Utf8;

Q5: What is the function to parse a configuration file??

a parseini_file()

b None

c parse_ini_file()

d None

e None

f parse_ini()

Q6: Which of the following will create the so called Hamburger Menu??

a None

b Icon-next

c Icon-bar

d None

e Img-circle

f Icon-prev

Q7: What is a Dockerfile??

a Docker can build images automatically by reading the instructions from a file
called Dockerfile.

b None
c Docker cannot be build images automatically by reading the instructions from a
file called Dockerfile.

d None

e None

f Docker can build audio automatically by reading the instructions from a file called
Dockerfile.

Q8: In which PHP version was 'Final' introduced ??

a None

b None

c None

d 'final' was introduced in PHP6.

e 'final' was introduced in PHP5.

f 'final' was introduced in PHP7.

Q9: Which of the following are Container Orchestrators? Select all answers that apply.?

a Kubernetes

The correct Answer is: None

The correct Answer is: None

d Ansible

e Vault

f Docker Swarm

Q10: Which of the following are true for routes in Laravel??

a None

b A route is an endpoint specified by a URI (Uniform Resource Identifier).

c Routes can only handle GET requests


d None

e Routes can point to a method on a controller and also dictate which HTTP
methods are able to hit that URI.

f You can not pass any arguments to your routes.

Q11: How do you create secrets in Kubernetes??

The correct Answer is: None

b kubectl generate secret generic db-user-pass --from-file=./username.txt --from-


file=./password.txt

The correct Answer is: None

d kubectl create secret generic db-user-pass --from-file=./username.txt --from-


file=./password.txt

The correct Answer is: None

The correct Answer is: None

Q12: Can you insert multiple rows with only one INSERT query??

a None

b False

c It's possible but only with newer MySQL versions

d None

e Yes but these inserts cause data corruption

f True

You might also like