You are on page 1of 5

Q1: Which of the below symbols is a newline character??

a \n

b /r

c /n

d None

e None

f \r

Q2: Containers running on a single machine all share the same operating system kernel.?

a None

b False

c None

d True

e None

f None

Q3: How do you enable debug mode in WP??

a None

b None

c You can enable debug mode in WP by editing wp-config.html file and changing
WP_DEBUG constant value to true

d None

e None

f You can enable debug mode in WP by editing wp-config.php file and changing
WP_DEBUG constant value to true

Q4: What will happen while adding new API to Kubernetes??


a Adding a new API will improve the functioning ability of Kubernetes

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

e Adding a new API will block the previous API

f Adding a new API will remove some clusters

Q5: How can the result set of Mysql be handled in PHP??

a None

b The result set can be handled using mysqli_fetch_array, mysqli_fetch_assoc,


mysqli_fetch_object or mysqli_fetch_row.

c None

d None

e None

f The result set can be handled using mysqli_get_array

Q6: How to scale a replicaset named 'foo' to 3??

a None

b kubectl up --replicas=3 rs/foo

c None

d kubectl scale --replicas=3 rs/foo

e kubectl update --replicas=3 rs/foo

f kubectl deploy --replicas=3 rs/foo

Q7: In which version of PHP E_STRICT Error level is introduced ??

a PHP 5
b PHP 4

c PHP 5.2

d PHP 7

e None

f None

Q8: DCL is used for _______??

a Control access to data stored in a database

b None

c Inserting, Deleting and Updating data

d Managing the changes made by DML statements

e None of the above

f None

Q9: What should one use for plugin development — custom post types or custom database
tables??

a There is no specific preference for plugin development; it depends on what type of


plugin’s one has to develop.

b None

c custom post type

d custom database tables

e None

f None

Q10: How can you make a bulleted list??

a <ol>

b <list>
c <dl>

d None

e <ul>

f None

Q11: How much character are allowed to create a database name??

a 64

b None

c 70

d None

e 75

f 40

Q12: Gif and Jpg are the two main types of what ??

a Videos

b Images

c None

d None

e None Of The Above

f Animated Effects

Q13: In order to add a new column to an existing table in SQL, which command do we need
to use??

a EDIT TABLE

b MODIFY TABLE

c ALTER COLUMNS

d None
e ALTER TABLE

f None

Q14: Which is the right syntax for the DISTINCT SQL statement??

a None

b SELECT DIFFERENT col1, col2 FROM table;

c None

d SELECT DISTINCT col1, col2 WHERE table;

e None

f SELECT DISTINCT col1, col2 FROM table;

You might also like