You are on page 1of 3

Q1: Is it better to directly remove the container using the rm command or stop the

container followed by remove container??

The correct Answer is: None

b No. Its not always better to stop the container and then remove it using the
remove command.

The correct Answer is: None

d Its always better to stop the container and then remove it using the remove
command.

The correct Answer is: None

The correct Answer is: None

Q2: The SQL keyword BETWEEN is used??

a None

b As A Wildcard

c To Limit The Columns Displayed

d None

e None Of The Above

f For Ranges

Q3: Which artisan command will you used to enable maintenance mode in Laravel??

a php artisan stop

b php artisan pause

c php artisan down

d php artisan maintenance

e None

f None
Q4: You can add a row using SQL in a database with which of the following??

a None

b MAKE

c ADD

d CREATE

e None

f INSERT

Q5: In HTML document the tags?

a None

b can be written in both uppercase or lowercase

c None

d should be written in lower case

e Should be written in upper case

f should be written in propercase

Q6: How will you pass and access arguments to a script in Linux/Bash??

a None

b scriptName “Arg1” “Arg2”….”Argn” and can be accessed inside the script as $1 ,


$2 .. $n.

c scriptName "Arg1 Arg2….Argn” and can be accessed inside the script as $1 , $2 ..


$n.

d scriptName “Arg1” “Arg2”….”Argn” and can be accessed inside the script as $Arg1 ,
$Arg2 .. $Argn.

e None

f scriptName -arg “Arg1” “Arg2”….”Argn” and can be accessed inside the script as
$1 , $2 .. $n.
Q7: Which are the notable application areas for Docker??

a None

b Robust, Transparency, code illustrator and slow deployment

c Simplifying configuration, Code pipelines management, Debugging capabilities and


Rapid deployment.

d None

e None

f None

Q8: Which of the following statements is NOT true for views in SQL??

a Select statement used in the view definition cannot include ORDER BY clause.

b A view contains a copy of the data

c A view is updatable if it has been defined from a single relation

d None

e None

f A view drives its data from the base tables(s)

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

The correct Answer is: None

b No, this folder can't be remove.

c Yes, we can remove it from any user

d Only the owner of the folder can remove this folder

e We can remove it only using the root user

f We can remove it with the root user

You might also like