You are on page 1of 4

Q1: Can you run several versions of PHP at the same time??

a False

b None

c None

d True

e None

f None

Q2: Which function gives us the number of affected entries by a MySQL query??

a None

b None

c mysqli_rows() return the number of entries affected by an SQL query.

d mysqli_num_rows() return the number of entries affected by an SQL query.

e mysqli_affected_rows() return the number of entries affected by an SQL query.

f None

Q3: Is Kubernetes open-source??

The correct Answer is: None

The correct Answer is: None

c False

The correct Answer is: None

The correct Answer is: None

f True

Q4: Which one is the correct declaration for choosing the 'Character Set' other than
default??
a Varchar(20);

b Varchar(20) Character Set Utf8;

c None

d Varchar(20) Character Set;

e None

f None Of The Mentioned

Q5: What is the default DATE field type format??

a YYYY-DD-MM

b DD-MM-YYYY

c MMDDYYYY

d MM-DD-YY

e None

f YYYY-MM-DD

Q6: How to check the history of deployments including the revision in Kubernetes??

a kubectl rollout diff deployment/frontend

b None

c kubectl rollout log deployment/frontend

d kubectl rollout show deployment/frontend

e None

f kubectl rollout history deployment/frontend

Q7: What is called if a value shouldn't be greater than 100??

a Referential constraint

b Feasible constraint
c Integrity constraint

d None

e None

f Over-defined constraint

Q8: What does $_FILES mean??

a None

b $_FILES is an associative array composed of items sent to the current script via the
HTTP GET method.

c None

d None

e None

f $_FILES is an associative array composed of items sent to the current script via the
HTTP POST method.

Q9: Which command would you use to gather facts with Ansible??

a ansible your_server -m gather

b None

c None

d ansible your_server -m fact

e ansible your_server -m info

f ansible your_server -m setup

Q10: HTML tags are surrounded by which type of brackets.?

a None

b Curly

c Squart
d Round

e None

f Angle

You might also like