You are on page 1of 3

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

a None

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

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

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

e All of These

f None

Q2: In WordPress, objects are passed by value or by reference.?

a None

b None

c None

d In WordPress, all objects are passed by value.

e In WordPress, all objects are passed by reference.

f None

Q3: What is the correct way to create a function in PHP??

a None

b create new_function myFunction()

c None

d new_function myFunction()

e create myFunction()

f function myFunction()
Q4: Which of the following attribute is used to group elements??

a itemprop

b item

c None

d itemcheck

e itemgroup

f None

Q5: How to stop a container with container id mentioned in the command??

The correct Answer is: None

b $ docker stop 109cb6nw

The correct Answer is: None

d $ docker stop -ls 109cb6nw

The correct Answer is: None

f $ docker ter 109cb6nw

Q6: What is the highest privilege user in Wordpress??

a None

b Editor

c Author

d Contributer

e Administrator

f None

Q7: What is the purpose of $_SESSION[]??


a none of the above

b Used to store variables of the current session

c None

d Used to register a global variable

e Used to initialize a session.

f None

Q8: A simple text file which tells the browser what to cache Is known as a/an ________.?

a None

b A Manifest File

c Output Files

d HTML File

e None

f Input Files

Q9: How can you make sure your Docker containers and their data are safely backed up??

a Backup the /var/lib/docker/ directory manually Nothing.

b None

c Data stored in Docker containers is backed up to Docker Hub.

d Schedule regular Plesk backups. Docker containers are included in Plesk backups.

e None

f Set up volume mapping on all containers to store their data in a single location on
the server (example, /data/) and backup this location.

You might also like