You are on page 1of 5

Q1: You can't create multiple containers from the same image?

a False

The correct Answer is: None

c True

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q2: What is a load balancer in Kubernetes??

The correct Answer is: None

b load balancer is a method for seperating service

The correct Answer is: None

The correct Answer is: None

e load balancer is a method for partitioning service

f load balancer is a method for exposing service

Q3: MySQL comes with a standard client libraries for:?

a None

b Java Only

c C Only

d Perl, Java And C

e None

f PHP And C

Q4: What is MathML in HTML5??


a None

b None

c The Mathematical Markup Language (MathML) is a markup language to show


mathematical and scientific content on the Web.

d None

e None

f The Memory Manipulation Language (MemoryML) is a markup language used to


store content on the Web.

Q5: Following Docker command: docker build -t my_user/repo_name:1.0 is used to:?

The correct Answer is: None

b Commit changes done in a Docker image

c Activate default VM machine

d Access a running container

e Build an image

The correct Answer is: None

Q6: If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the
value of $$var2??

a None

b $$var2 contains the value 10.

c None

d $$var2 contains the value 1.

e $$var2 contains the value 5

f $$var2 contains the value 20

Q7: MySQL supports user defined functions?


a None

b False

c True

d None

e None

f None

Q8: How many containers can run per host??

a There can be as many containers as you wish per host. Docker does not put any
restrictions on it.

b There can be only 3containers

c There can be only 4 containers

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q9: What is the correct way to open the file "time.txt" as readable??

a None

b open("time.txt");

c None

d fopen("time.txt","r");

e fopen("time.txt","r+");

f open("time.txt","read");

Q10: What is a WordPress taxonomy??

a In WordPress, a “taxonomy” is a grouping mechanism for some posts (or links or


custom post types).
b None

c None

d None

e In WordPress, a “taxonomy” is a grouping mechanism for some pages .

f In WordPress, a “taxonomy” is a grouping mechanism for some plugins .

Q11: A homepage is __________?

a None

b None

c an index of encyclopedia articles

d required for access to the Internet

e where all Internet data is stored

f the first page of a website

Q12: How to upload a docker image with the image name mentioned in the command to
Docker Hub.?

a $ docker put geekflare/httpd_image

b $ docker push geekflare/httpd_image

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

f $ docker upload geekflare/httpd_image

Q13: What does PEAR stand for??

a PHP External and Application Repository.

b None

c PHP Export and Application Repository.


d PHP Extension and Application Repository.

e None

f None

Q14: Once a table has been created in MySQL, its structure cannot be altered?

a False

b None

c None

d None

e None

f True

Q15: What will be the effect of the query SELECT TOP (100) FROM customers when
executed against MySQL database.?

a The query will return all records from the database table

b None

c The query will return 100 records from the database table sorted in descending
order

d None

e The query will return 100 records from the database table sorted in ascending
order

f The query will generate an error

You might also like