0% found this document useful (0 votes)
15 views4 pages

3 Paper For DTEF

Download as docx, pdf, or txt
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 4

Q1: Which one is the correct declaration for choosing the 'Character Set' other than

default??

a Varchar(20);

b None

c Varchar(20) Character Set Utf8;

d Varchar(20) Character Set;

e None

f None Of The Mentioned

Q2: What is the difference between character 23 and x23??

a None

b None

c 23 specifies the octal 23 and x23 determine the hex 23.

d None

e None

f 23 specifies the hex 23 and x23 determine the octal 23

Q3: Which of these is not a valid name for a column?

a Near

b Far

c None

d None

e From

f To

Q4: You have to sort records in the descending order by field "rating". Which query will be
correct??
a SORT BY "rating" DESC

b ORDER BY "rating" DESC

c ORDER BY "rating"

d SORT BY "rating"

e None

f None

Q5: MySQL does not support auto generating numbers?

a None

b False

c None

d True

e None

f None

Q6: Is it a good practice to edit the WordPress core files??

a None

b Yes, you can change the core files without any further compilations

c None

d No, because your changes will be lost during the next WordPress update

e None

f None

Q7: How do you round the number 7.25, to the nearest integer??

a None
b Math.rnd(7.25)

c rnd(7.25)

d None

e round(7.25)

f Math.round(7.25)

Q8: What is the purpose of a ReplicaSet??

a To prevent clones from invading other clusters

The correct Answer is: None

c To monitor and respond to environmental latency

The correct Answer is: None

e To maintain a stable set of replica Pods running at any given time

f To create and maintain volumes

Q9: HTML supports?

a both type of lists

b does not support those types

c unordered lists

d ordered lists

e None

f None

Q10: Which of the following is true for Kube-proxy??

The correct Answer is: None

b Kube-proxy is a network proxy that runs only on the master node

The correct Answer is: None


d Kube-proxy can run on each and every node and can do simple TCP/UDP packet
forwarding across backend network service.

The correct Answer is: None

The correct Answer is: None

Q11: Which command can give first found difference between two file after comparing??

a Common

b None

c None

d stat

e diff

f cmp

You might also like