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

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

a None

b None

c Math.round(7.25)

d round(7.25)

e Math.rnd(7.25)

f rnd(7.25)

Q2: Which of the following is a tool for defining and running multi-container Docker
applications.?

a None

b None

c Docker Cloud

d Docker Hub

e Docker Swarn

f Docker Hub

Q3: Which command do we need to use if we want to see all packages installed on the
system (Ubuntu)?

The correct Answer is: None

The correct Answer is: None

c packageall -l

d dpkg -a

The correct Answer is: None

f dpkg -l

Q4: Which of the following is correct about geolocation api in HTML5??


a A Javascript can capture your latitude and longitude and can be sent to backend
web server and do fancy location-aware things like finding local businesses or showing your
location on a map.

b HTML5 Geolocation API lets you share your location with your favorite web sites.

c Today most of the browsers and mobile devices support Geolocation API.

d All of these

e None

f None

Q5: What is the reason for using Volumes in Docker??

a To fail access to persisted data such as data in a database.

b To create exceptions to the `--read-only` mode.

c None

d To add plugins for extended file attributes.

e None

f None

You might also like