You are on page 1of 4

Q1: What is the highest privilege user in Wordpress??

a None

b Editor

c Contributer

d None

e Author

f Administrator

Q2: Which command is used to remove all rows from a table??

a Delete

b None

c Remove

d Drop

e Both Delete and Remove

f Truncate

Q3: Which artisan command would you use to create a new Laravel Controller??

a php artisan make:controller controller_name

b php artisan create:controller controller_name

c None

d None

e php artisan controller create controller_name

f php artisan controller:make controller_name

Q4: Which command will duplicate each line in a file??


a sed 'd' < filename

b sed 'p' < filename

c cp 'p' < filename

d cp 'd' < filename

e cat 'd' < filename

f cat 'p' < filename

Q5: Which of the following is not a services in Kubernetes??

a Node port

b Load Balancer

c Container Proxy

d External name

e Cluster IP

The correct Answer is: None

Q6: How to remove two pods labelled 'production' and 'development'?

The correct Answer is: None

The correct Answer is: None

c $ kubectl delete pods -l 'env in (production, development)'

d $ kubectl trim pods -l 'env in (production, development)'

The correct Answer is: None

The correct Answer is: None

Q7: The -b flag in an Ansible ad-hoc command indicates that the command should be
executed with sudo privileges.?

a true

b None
c None

d false

e None

f None

Q8: What is the correct HTML element for playing video files??

a None

b <media>

c <video>

d <type="video">

e <movie>

f None

Q9: Which command is used to modify column names or table structure??

a None

b None

c CHANGE

d ALTER

e ADD

f MODIFY

Q10: What is a cluster??

The correct Answer is: None

The correct Answer is: None

c A computer program or device that provides services to other computers

d A specific set of ordered operations


e A system made up of multiple servers and other resources

f A software package that performs a specific function for an end user

You might also like