3 Answer Key For GMAD

You might also like

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

Q1: Which arithmetic operator you can not use??

a+

b%

c\

d All are valid

e*

f-

Q2: Apart from the <b> tag, what other Tag makes text bold ??

a <fat>

b <black>

c <emp>

d None

e <strong>

f None

Q3: The employees table has 20 records, what will be the output of the query SELECT
gender FROM employees GROUP BY gender;?

a the query will not return any records

b None

c the query will generate an error message

d None

e the query will return two rows only

f the query will return 20 records

Q4: How to remove unused data (all unused containers, networks, images (both dangling
and unreferenced), and optionally, volumes) in Docker.,?
a None

b None

c None

d docker system prune sys

e docker system --prune

f docker system prune

Q5: If you see a directory with the following permissions `drwxrwxrxt`, would you be able
to remove it??

The correct Answer is: None

b Yes, we can remove it from any user

c We can remove it only using the root user

d No, this folder can't be remove.

e Only the owner of the folder can remove this folder

f We can remove it with the root user

Q6: On which of the following systems can minikube be installed on? Select one.?

The correct Answer is: None

b All of the mentioned

c Windows

The correct Answer is: None

e Linux

f macOS

Q7: What is the correct HTML element for playing audio files??

a None
b <sound>

c None

d <type "mpr3">

e <mp3>

f <audio>

Q8: Can I use JSON instead of YAML for my compose file in Docker??

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

e False

f True

Q9: PHP scripts are enclosed within _______?

a <?php . . . ?>

b <?php

c ?php . . . ?php

d <php> . . . </php>

e <p> . . . </p>

f <? .... ?>

Q10: How are functions in PHP which starts with __ (double underscore) known as??

a Magic Function

b None

c Default Function
d User Defined Function

e Inbuilt Function

f None

Q11: Which of the following method acts as a destructor function in a PHP class??

a class_name()

b __destruct

c destructor()

The correct Answer is: None

The correct Answer is: None

f destructor

Q12: Which of the following are features of Kubernetes??

a Kubernetes Swarm

b Self-healing

The correct Answer is: None

The correct Answer is: None

e Secrets and configuration management

f Batch execution

Q13: What is the difference between Docker image and layer.?

a Docker image is created with a series of write-only layers and layer in docker
represents instructions on the Dockerfile of the container.

b None

c Docker image is created with a series of read-only layers and layer in docker
represents instructions on the Dockerfile of the image.

d None
e None

f None

Q14: Which of the following is a text editor that can be used in command mode to edit files
on a Linux system??

a edit

b None

c open

d lsof

e vi or vim

f None

Q15: TCL is used for _______??

a None

b None of the mentioned

c Control access to data stored in a database

d Defining database schema

e None

f Managing the changes made by DML statements

You might also like