You are on page 1of 4

Q1: You are logged in as a normal user and you see a file with 444(-r--r--r--) permission.

Can you delete it with the `rm` command??

The correct Answer is: None

b No, we don't have the proper permissions

c Yes, can delete it without a problem

d We can delete it only from the GUI but not from CLI.

The correct Answer is: None

f We can't be certain, it depends on the permissions of the parent folder

Q2: How do you declare a JavaScript variable??

a var carName;

b None

c None

d None

e variable carName;

f v carName;

Q3: Who is making the Web standards??

a None

b The World Wide Web Consortium

c None

d Microsoft

e Google

f Mozilla

Q4: The command to remove rows from a table "MOVIE" is:?


a DELETE FROM MOVIE WHERE

b None

c None

d DROP FROM MOVIE

e UPDATE FROM MOVIE

f REMOVE FROM MOVIE

Q5: What is the use of Canvas element in HTML5??

a None

b The canvas element is used to draw graphics by making use of JavaScript. It is


defined with the <canvas> tag.

c None

d None

e None

f The canvas element is used to draw graphics by making use of CSS. It is defined
with the <canvas> tag.

Q6: What is the default execution time set in set_time_limit()??

a None

b 30 secs

c 20 secs

d None

e 40 secs

f 35 secs

Q7: Which command will you use to display the first user??

a kubectl config view -o jsonpath='{.users[*].name}'


b None

c kubectl config view user 1

d None

e kubectl config view -o jsonpath='{.usersname[]}'

f kubectl config view -o jsonpath='{.users[].name}'

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

a None

b Java Only

c PHP And C

d C Only

e None

f Perl, Java And C

Q9: How to write an IF statement in JavaScript??

a if i = 5 then

b if i == 5 then

c if (i == 5)

d if i = 5

e None

f None

Q10: Which among the following have the maximum available bytes??

a Char

b None

c Text Type
d None

e Both Varchar And Char

f Varchar

You might also like