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

Q1: You use a container, edit it, and update it?

a None

b None

c None

d None

e False

f True

Q2: What does the WHERE SQL operator does:?

a converts the value of a column or function to a different type

b restricts the set of rows to the selection of those records for which the condition is
true

c None

d changes the order of output rows

e eliminates all row repeats from the result set

f None

Q3: How can you display the top 10 number of lines of a file??

a head -f 10 file.txt

b head −n 10 file.txt

The correct Answer is: None

The correct Answer is: None

e head --display-only 10 file.txt

f head -show 10 file.txt

Q4: When do we use the GREP command?


a To find a directory

b None

c To find a file

d None

e When we want to search for a string

f To show all directories which have the string in their name

Q5: How can we add comments in PHP??

a None

b None

c # commented code to end of line

d all of the above

e // commented code to end of line

f /* commented code here */

Q6: Which of the following is NOT supported by MySQL?

a Temporary (Hash) Tables

b Stored Procedures

c Table Joining

d None

e Regular Expression Matching

f None

Q7: How to start a container??

The correct Answer is: None

b $ docker -->start <container_id>


c $ docker start <container_id>

The correct Answer is: None

e $ docker push <container_id>

The correct Answer is: None

Q8: Is it possible to destroy a cookie??

a None

b None

c False

d True

e None

f None

You might also like