You are on page 1of 4

Q1: Which оf the following class centers tabs/pills??

a None

b .nav-stacked

c .nav.navbar-nav

d .nav-justified

e .nav Nav-pills

f None

Q2: In a LIKE clause, you can ask for any 6 Letter Value by writing:?

a None

b None

c LIKE .{6}

d LIKE ??????

e LIKE ^.{6}$

f LIKE ______ (Six Underscore Characters)

Q3: Which command is used to create resources in Kubernetes??

a kubectl fuse -f ./my-manifest.yaml

b kubectl apply -f ./my-manifest.yaml

c kubectl create -f ./my-manifest.yaml

d None

e None

f kubectl deploy -f ./my-manifest.yaml

Q4: Containers include the application and all of its dependencies, but share the kernel with
other containers. They run as an isolated process in userspace on the host operating
system.?
a True

b None

c None

d None

e False

f None

Q5: What is PHP heredoc used for??

a None

b None

c allows creating multiple lines of string with quotations

d allows creating multiple lines of string without using quotations

e allows creating single lines of string with using quotations

f allows creating single line of string without using quotations

Q6: Which one is true for Minikube??

a None of the above

b Minikube is an all-in-One Kubernetes cluster on our workstation

The correct Answer is: None

The correct Answer is: None

e Minikube is a GUI for Kubernetes

f Minikube multi-node cluster

Q7: A virtual filesystem created dynamically by Linux that contains information about
system resources is:?

a None
b /proc

c /mkdir

d /system

e /boot

f None

Q8: Which color is the official color of the Wordpress.org logo??

a White

b None

c None

d Purple

e Dark grey

f Yellow

Q9: To program additional authentication logic besides available authenticator modules,


_______________ can be used.?

a WebHook Authentication

The correct Answer is: None

c OpenID Connect Tokens

d Keystone Password

e Authentication Proxy

The correct Answer is: None

Q10: The most common way to display the network settings of network interfaces on a
Linux system is by using which command??

a ipconfig/all

b show ipv4
c ipconfig

d None

e None

f ifconfig

Q11: Which command would you use to gather facts with Ansible??

a ansible your_server -m setup

b None

c ansible your_server -m gather

d ansible your_server -m fact

e ansible your_server -m info

f None

Q12: Cronjobs in kubernetes run in?

a GMT only

b None

c Master node local timezone

d UTC only

e Based on NTP settings

f None

You might also like