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

5 Assessment For DXUI

The document contains 13 multiple choice questions about various technical topics such as file permissions, MySQL views, Kubernetes commands, HTML events, PHP features, SQL patterns, grep usage, HTML elements, database keys, and Kubernetes deployments. The questions have single correct answers ranging from a letter choice to "None".
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)
15 views

5 Assessment For DXUI

The document contains 13 multiple choice questions about various technical topics such as file permissions, MySQL views, Kubernetes commands, HTML events, PHP features, SQL patterns, grep usage, HTML elements, database keys, and Kubernetes deployments. The questions have single correct answers ranging from a letter choice to "None".
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 do we change permissions on files?

a chattr

b None

c chmod

d lsattr

e chown

f We Can't change them

Q2: What Is a MySQL View??

a VIEWS are virtual tables that do not store any data of their own but display data
stored in other tables.

b VIEWS are static tables that store data but the data can't be changed

c None

d VIEWS are no different that any other tables except they are used for faster
loading.

e VIEWS are temporary tables that store data which store data only for a certain
amount of time

f None

Q3: How to dump pod logs (stdout) in Kubernetes??

a None

b kubectl log my-pod

c kubectl logs my-pod

d kubectl pods logs my-pod

e None

f kubectl pod logs my-pod


Q4: The command to create Kubernetes service is?

a kubectl set service

The correct Answer is: None

c kubectl run

d kubectl expose

The correct Answer is: None

f kubectl deploy

Q5: Which command is used to create a Kubernetes service??

a kubectl set service

b kubectl expose

c kubectl deploy service

d kubectl create service

e None

f None

Q6: In HTML, onblur and onfocus are:?

a Style attributes

b None

c None

d HTML elements

e Event attributes

f Text styles

Q7: What does the unlink() function do??


a None

b None

c None

d The unlink() function is not dedicated for file system handling. It does not deletes
the file given as entry.

e None

f The unlink() function is dedicated for file system handling. It simply deletes the file
given as entry.

Q8: In which PHP version was 'Final' introduced ??

a None

b None

c None

d 'final' was introduced in PHP6.

e 'final' was introduced in PHP5.

f 'final' was introduced in PHP7.

Q9: In a LIKE clause, you can could ask for any value ending in "qpt" by writing?

a LIKE ton$

b LIKE *ton

c LIKE %qpt

d LIKE ^.*ton$

e None

f None

Q10: How can you count for a particular pattern occurrences in a file??

The correct Answer is: None


b grep −k “pattern” <file>

The correct Answer is: None

d cat <file> | wc -l “pattern”

e cat <file> | wc -k “pattern”

f grep −c “pattern” <file>

Q11: What is the correct HTML element for playing video files??

a None

b <media>

c <type="video">

d None

e <video>

f <movie>

Q12: What is a composite key??

a its is an optional key and allows null values

b it is a key that uniquely identifies a record in a database

c None

d None

e it is a primary key that consists of more than one field that uniquely identifies a
record

f its is a key that is defined as the primary key in another table

Q13: What is a deployment in Kubernetes??

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

b 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

The correct Answer is: None

You might also like