You are on page 1of 2

Q1: Which of the mentioned are valid PHP loops?

a for

b foreach

c while

d beforeeach

e each

f do ... while

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

a None

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

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

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

e None

f All of These

Q3: How can a company deal with a monolithic codebase issue??

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

d By building a large Docker image containing the monolithic codebase and


deploying it as a single container to Kubernetes

e By transitioning from a monolithic codebase to a microservice design so that


different microservices can be classified as containers.
The correct Answer is: None

Q4: Which of the following is not a valid comparison operator??

a <=>

b ==

c !=

d None

e <>

f None

Q5: What does the expression Exception::__toString means??

a None

b None

c Exception::__String

d Exception::_toString

e Exception::__toString

f None

Q6: What does GNU stands for??

a Gnu’s not Unix

b Global Unix

c General Unix

d None

e None

f Geek Needed Unix

You might also like