You are on page 1of 4

Q1: What do you mean by the custom field in WordPress??

a Custom fields are also known as request meta. request meta is a feature in
WordPress which allows post authors to add additional information at the time writing a
post.

b Custom fields are also known as post meta. Post meta is a feature in WordPress
which allows post authors to add additional information at the time writing a post.

c Custom fields are also known as get meta. Get meta is a feature in WordPress
which allows get authors to add additional information at the time writing a post.

d None

e None

f None

Q2: What is the default priority of the swap partition?

a There are no priorities for swap

b 100

c 10

d -1

e1

f0

Q3: Which command will delete a table called 'test':?

a DELETE test WHERE Confirm = "YES"

b DROP test

c None

d None

e DROP TABLE test

f DROP test WHERE Confirm = "YES"


Q4: ______ is used to destroy a variable in PHP ??

a unset()

b None

c delete()

d unlink()

e destroy()

f None

Q5: What will be the output of the query SELECT MINIMUM (amount) FROM sales;?

a None

b return the lowest sales value

c the query will generate an error

d None

e None

f None

Q6: MySQL supports user defined functions?

a None

b None

c True

d None

e False

f None

Q7: Which command will you use to pull a Docker image??


a docker pull IMAGE_NAME

b None

c docker start IMAGE_NAME

d docker get IMAGE_NAME

e None

f docker image-pull IMAGE_NAME

Q8: How to define a service without a selector??

The correct Answer is: None

b Address and port Just by specifying the IP address

c Specifying the label and api-version

The correct Answer is: None

e Specify the external name

f Specify an endpoint with IP

Q9: The partitions that are used as virtual memory when the system runs out of physical
memory are known as:?

a primary partitions

b boot partitions

c extended partitions

d None

e swap partitions

f None

Q10: Which command will you use to update a Kubernetes deployment??

The correct Answer is: None

The correct Answer is: None


The correct Answer is: None

d kubectl setimage deploy/Deployment tomcat = tomcat:6.0

e kubectl --setimage deployment/Deployment tomcat = tomcat:6.0

f kubectl setimage deployment/Deployment tomcat = tomcat:6.0

Q11: Which artisan command would you use to create a new Laravel Migration??

a None

b None

c php artisan create:migrations create_users_table

d php artisan make:migrations create_users_table

e php artisan make:migrations create_users_table

f php artisan make:migration create_users_table

Q12: Which event occurs when the user clicks on an HTML element??

a onmouseover

b onclick

c None

d onchange

e onmouseclick

f None

You might also like