You are on page 1of 4

Q1: How to list all services sorted by name in Kubernetes??

a kubectl get services --sort-by=.metadata.name

b kubectl get services --sort=.name

c None

d None

e kubectl get services --sort-by=.service.name

f kubectl get services --sort-by=name

Q2: Which of the following is used to get information sent via get method in PHP??

The correct Answer is: None

The correct Answer is: None

c $GET

d $GETREQUEST

e $_GET

f None of the above.

Q3: What is an internal command??

a None

b Shell commands which are executed on the local machine are called internal
commands.

c Shell built in commands are called as internal commands.

d Every command which comes with the default installation of Linux is called
internal command with some small exceptions like really old commands.

e Every command which has been developed by the new generation of Linux is
considered an internal command.

f None
Q4: The WHERE clause is mandatory when using the SELECT command?

a None

b None

c None

d True

e None

f False

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

a None

b DROP test

c None

d DROP TABLE test

e DELETE test WHERE Confirm = "YES"

f DROP test WHERE Confirm = "YES"

Q6: What does vlink attribute mean??

a visited link

b virtual link

c active link

d None

e very good link

f None

Q7: How can you edit a WordPress comment??


a You can edit WordPress comment using the profile. From the panel, under the
Comments option, select edit to edit a comment.

b None

c None

d You can edit WordPress comment using the dashboard. From the panel, under the
Comments option, select edit to edit a comment.

e None

f You can edit WordPress comment using the command. From the panel, under the
Comments option, select edit to edit a comment.

Q8: In Kubernetes how to create a service for a replicated Nginx, which serves on port 80
and connects to the containers on port 8000??

a None

b None

c kubectl rc nginx --port=80 --target-port=8000

d kubectl expose rc nginx --port=80 --target-port=8000

e kubectl expose nginx --port=80 --target-port=8000

f kubectl expose rc nginx --port=8080 --target-port=80

Q9: What is the use of the function 'imagetypes()'??

a imagetypes() gives the image format and types supported by the current version
of GD-PHP.

b imagetypes() hasn't been used since PHP4 and it's not being supported.

c None

d imagetypes() gives the image size and types supported by the current version of
GH-PHP.

e None

f imagetypes() is not a real function

Q10: What used to be called a minion in Kubernetes cluster??


a A worker node.

b A component of the master node.

c A monitoring engine used widely in Kubernetes.

d Docker container service.

The correct Answer is: None

The correct Answer is: None

Q11: What could be used to program additional authentication logic besides available
authenticator modules??

a None

b Kubernetes Role Manager

c Authentication Proxy

d Kube Vault

e None

f Kube Auth Service

Q12: If you exit a container accidentally, will you lose all the work??

a False

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

f True

You might also like