5 Paper For DUSL

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

Q1: Is PHP case sensitive?

a False

b True

c None

d Depending on the PHP version either Yes and No

e None

f None

Q2: What Is K8s??

The correct Answer is: None

b Kubernetes, also sometimes called K8S (K – eight characters – S), is an open


source orchestration framework for containerized applications that was born from the
Google data centers.

The correct Answer is: None

The correct Answer is: None

e Kubernetes, also sometimes called K8S (K – eight characters – S), is an open source
backend framework for containerized applications that was born from the Azure data
centers.

The correct Answer is: None

Q3: DML is included into SQL language of:?

a None

b managing data

c managing transactions

d None

e description data

f managing users
Q4: How to dump current cluster state to stdout in Kubernetes??

a None

b kubectl cluster info

c kubectl cluster-status

d kubectl cluster-info dump

e None

f kubectl cluster-info show

Q5: How do you get information from a form that is submitted using the "get" method??

a Request.Form;

b Request.QueryString;

c None

d $_GET.QueryString

e None

f $_GET[];

Q6: PHP is a ________________________?

a None

b Client typed language

c Loosely typed language

d Tightly typed language

e None

f Server typed language

Q7: The main MySQL program that does all the data handling is called?
a None

b Mysql

c Mysql.exe

d Mysqld

e None

f Httpd

Q8: What will be the output of the following query. SELECT * FROM `sales` WHERE amount
> 200.?

a the query will display all the sales records with amounts greater than 200

b the query will display all the sales records with amounts starting from 200 and
above

c None

d the query will output sales records with the amount equal to 200.

e the query will display all the sales records with amounts less than 200

f None

Q9: Which of the following is true about HTML 5??

a All of These

b HTML5 is a cooperation between the World Wide Web Consortium (W3C) and the
Web Hypertext Application Technology Working Group (WHATWG).

c None

d HTML5 is the next major revision of the HTML standard superseding HTML 4.01,
XHTML 1.0, and XHTML 1.1.

e HTML5 is a standard for structuring and presenting content on the World Wide
Web

f None

Q10: What does 'become: yes' mean in Ansible playbooks??


a It means that the service needs to be started once installed

b None

c It means that we would run all commands as root

d It means that the worker node should become a manager node

e It means that the command must be retried until it succeeds

f None

Q11: What will happen if two tables have names 'users' and 'USERS'??

a This is possible only on Windows

b This depends on lower_case_table_names system variable

c None

d This is not possible because table names are case insensitive

e This is possible only on UNIX/LINUX

f This is possible because table names are case sensitive

Q12: An <iframe> is used to display a web page within a web page.?

a None

b False

c None

d None

e None

f True

Q13: What is PHP heredoc used for??

a None
b allows creating multiple lines of string without using quotations

c allows creating single line of string without using quotations

d None

e allows creating multiple lines of string with quotations

f allows creating single lines of string with using quotations

You might also like