0% found this document useful (0 votes)
10 views

5 Chapter For AICU

The document contains 15 multiple choice questions about topics such as Kubernetes, Docker, databases, HTML, and programming. Each question has between 2-6 possible answer choices with one answer marked as correct. The questions cover concepts like retrieving Kubernetes resources, the role of the cloud controller manager, valid variable names, HTML headings, monitoring Kubernetes pods, requirements for the fopen() function, using wildcards in SQL statements, Docker objects, displaying Kubernetes users, data mining, making bulleted lists, dumping Kubernetes pod logs, HTML event attributes, plugin development, and the language used to write commands for the MySQL daemon.

Uploaded by

milkyode9
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

5 Chapter For AICU

The document contains 15 multiple choice questions about topics such as Kubernetes, Docker, databases, HTML, and programming. Each question has between 2-6 possible answer choices with one answer marked as correct. The questions cover concepts like retrieving Kubernetes resources, the role of the cloud controller manager, valid variable names, HTML headings, monitoring Kubernetes pods, requirements for the fopen() function, using wildcards in SQL statements, Docker objects, displaying Kubernetes users, data mining, making bulleted lists, dumping Kubernetes pod logs, HTML event attributes, plugin development, and the language used to write commands for the MySQL daemon.

Uploaded by

milkyode9
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Q1: How to get all resources with simple output (just the resource name) in Kubernetes??

a None

b kubectl api-resources -o name

c kubectl api -r name

d kubectl api-resources name

e None

f kubectl api -o name

Q2: What is the role of cloud controller manager??

a cloud controller manager is an essential component for local storage, the fraction
of cloud-specific code from non core Kubernetes code, and network routing.

b cloud controller manager is an essential component for persistent storage, the


abstraction of cloud-specific code from core Kubernetes code, and network routing.

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q3: Which one of these variables has an illegal name??

a $myVar

b $my_Var

c None

d $my-Var

e None

f $MyVar

Q4: What is the HTML Tag for the largest heading?


a <h1>

b <heading>

c <head>

d None

e None

f <h6>

Q5: How to show metrics for a given pod and its containers in Kubernetes??

a kubectl top pod POD_NAME --containers

b kubectl top POD_NAME --containers

c None

d kubectl resources pod POD_NAME --containers

e kubectl status pod POD_NAME --containers

f None

Q6: What does the fopen() function requires for it to execute properly:?

a It requires one argument, the file name. With a second argument being available if
we want to use it, in which mode to oparate.

b It requires two arguments, the file name and the extension of the file we are
opening.

The correct Answer is: None

The correct Answer is: None

e It requires two arguments stating first the file name and then mode in which to
operate.

f It requires one argument, the file name.

Q7: The wildcard in a WHERE clause is useful when??


a An exact match is necessary in a SELECT statement.

b An exact match is not possible in a CREATE statement.

c An exact match is necessary in a CREATE statement.

d None

e An exact match is not possible in a SELECT statement.

f None

Q8: What are Docker objects??

The correct Answer is: None

b Code, Databases and Local storage

c Files, Plugins and Base

d Docker images, containers and services

The correct Answer is: None

The correct Answer is: None

Q9: Which command will you use to display the first user??

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

b kubectl config view user 1

c None

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

e None

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

Q10: _____ is process of extracting previously non known valid and actionable information
from large data to make crucial business and strategic decisions.?

a Data Management
b None

c Meta Data

d None

e Database

f Data Mining

Q11: How can you make A bulleted list with numbers??

a <dl>

b <ol>

c <ul>

d <list>

e None

f None

Q12: How to dump pod logs, with label name=myLabel (stdout) in Kubernetes?

a kubectl log name=myLabel

b kubectl logs -l name=myLabel

c kubectl logs -l .name[*]=myLabel

d kubectl pod -l name=myLabel

e None

f None

Q13: In HTML, onblur and onfocus are:?

a Event attributes

b HTML elements

c None
d Text styles

e None

f Style attributes

Q14: What should one use for plugin development — custom post types or custom database
tables??

a custom post type

b custom database tables

c None

d There is no specific preference for plugin development; it depends on what type of


plugin’s one has to develop.

e None

f None

Q15: Commands passed to the MySQL daemon are written in?

a English

b Binary

c None

d Your Choice From Perl, PHP, Java Or Some Other Languages

e Swedish

f The Structured Query Language

You might also like