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

1 Lessons For ZPJS

This document contains 14 multiple choice questions about various computer science topics such as Docker, Kubernetes, databases, Linux, networking, HTML, PHP and SQL. The questions cover concepts like volumes in Docker, Kubernetes controllers, database queries, Linux commands, the Ping of Death attack, HTML elements, constants vs variables in PHP and wildcards in SQL. The document tests knowledge across a wide range of foundational IT subjects.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

1 Lessons For ZPJS

This document contains 14 multiple choice questions about various computer science topics such as Docker, Kubernetes, databases, Linux, networking, HTML, PHP and SQL. The questions cover concepts like volumes in Docker, Kubernetes controllers, database queries, Linux commands, the Ping of Death attack, HTML elements, constants vs variables in PHP and wildcards in SQL. The document tests knowledge across a wide range of foundational IT subjects.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Q1: What is the reason for using Volumes in Docker??

a None

b None

c None

d To create exceptions to the `--read-only` mode.

e To fail access to persisted data such as data in a database.

f To add plugins for extended file attributes.

Q2: What Are Kubernetes Controllers??

The correct Answer is: None

The correct Answer is: None

c Kubernetes controllers are Surverless, Deployment capacitor.

The correct Answer is: None

e Kubernetes controllers are Replicaset, Deployment controller.

The correct Answer is: None

Q3: What is a deployment in Kubernetes??

a Deployments represent a set of multiple, identical Pods with no unique identities

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

e Deployments represent a set of multiple, identical Nodes with no unique identities

The correct Answer is: None

Q4: What will be the effect of the query SELECT c.*,e.* FROM clients c INNER JOIN
employees e ON c.emp_no = e.emp_no;?
a The query will generate an error

b None

c None

d return all the records from the clients table and only those that match the emp_no
from the employees table

e return only records that have matching emp_no values in both tables

f return all the records from the employees table and only those that match the
emp_no from the clients table

Q5: Which of the following statements are true??

a Names of databases, tables and columns can be up to 256 characters in length

b Names of databases, tables and columns can be up to 64 characters in length

c None

d None

e Alias names can be up to 64 characters in length

f Alias names can be up to 255 characters in length

Q6: Which command is used to copy file across different system??

a ncp

b None

c rsync

d scp

e rcp

f mcp

Q7: What is Docker Machine??

a Docker machine is a tool that lets you install Docker Engine on virtual hosts
b None

c None

d None

e None

f Docker machine is a tool that lets you install Docker files on virtual hosts

Q8: The if statement is used to execute some code only if a specified condition is true?

a None

b None

c False

d None

e True

f None

Q9: The external JavaScript file must contain the <script> tag.?

a None

b None

c None

d False

e True

f None

Q10: Which of the following key combinations allows to terminate the current process in
Linux shell??

a Ctrl + A

b Ctrl + Z

c Ctrl + L
d None

e None

f Ctrl + C

Q11: What is the Ping of Death??

a None

b None

c The Ping of Death is capturing and deciphering traffic on a network.

d The Ping of Death is an occurrence when sending packets are reassembled, are too
large for the system to understand.

e None

f The Ping of Death can be set in wordpress under admin settings.

Q12: Which HTML element defines the title of a document??

a <title>

b None

c <start>

d None

e <meta>

f <head>

Q13: Which of the following is correct about constants vs variables in PHP??

a Both of the mentioned

The correct Answer is: None

The correct Answer is: None

d There is no need to write a dollar sign ($) before a constant, where as in Variable
one has to write a dollar sign.
e None of the mentioned

f Constants cannot be defined by simple assignment, they may only be defined using
the define() function.

Q14: Wildcards are?

a used to perform pattern matches

b not supported by MySQL

c characters such as $ which perform pattern matches

d None

e characters such as % which perform single character matching

f None

You might also like