You are on page 1of 3

Q1: Which data type is used to store a sequence of characters in Python??

a Float

b Integer

c None

d None

e Boolean

f String

Q2: Which of the following methods sends input to a script via a URL??

a Both

b None

c None

d None

e Post

f Get

Q3: Just installed plugin crashes your Wordpress site with no access to the dashboard. What
do you do??

a Delete all plugins from /wp-content/plugins folder

b Rename the specific plugin folder in /wp-admin/plugins

c Reinstall Wordpress

d Rename the specific plugin folder in /wp-content/plugins

e Reinstall the database

f Rename the specific plugin folder in /wp-includes/plugins

Q4: Which command will you use to display the first user??
a None

b kubectl config view -o jsonpath='{.usersname[]}'

c kubectl config view user 1

d kubectl config view -o jsonpath='{.users[*].name}'

e kubectl config view -o jsonpath='{.users[].name}'

f None

Q5: How to delete all pods in Kubernetes matching the awk pattern1 or pattern2??

a None

b kubectl print pods -n myns --no-headers=true | awk '/pattern1/2|pattern2/{print


$1}' | xargs kubectl remove -n myns pod

c kubectl get nodes -n myns --no-headers=true | awk '/pattern1|pattern2/{print


$1}' | xargs kubectl delete -n myns pod

d kubectl print pods -n myns --no-headers=true | awk '/pattern1/2|pattern2/{print


$1}' | xargs kubectl delete -n myns pod

e None

f kubectl get pods -n myns --no-headers=true | awk '/pattern1|pattern2/{print $1}'


| xargs kubectl delete -n myns pod

Q6: How to login into docker hub.?

a None

b None

c $ docker --log

d $ docker login

e $ docker $login

f None

Q7: What is Wordpress??


a None

b Wordpress is a paid software you can use to create a beautiful website, blog, or
app.

c None

d WordPress is open source software you can use to create a beautiful website, blog,
or app.

e Wordpress is a social network just like Facebook and Twitter.

f Wordpress is a HTML page builder you can use to create your static HTML pages.

Q8: What are Docker Images??

a None

b Docker image is the source of Docker container.

c None

d None

e Docker image is the source of Docker system.

f Docker image is the source of Docker virtualization.

Q9: Which one of the following property scopes is not supported by PHP??

a friendly

b None

c public

d final

e None

f static

You might also like