4 Solutions For SXVU

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

Q1: Which command can be used to rename a file/directory??

a rename

The correct Answer is: None

c mv

d rm

The correct Answer is: None

f cp

Q2: How do we escape data before storing it in the database??

a None

b The addslashes function enables us to escape data before storage into the
database.

c None

d None

e The addstring function enables us to escape data before storage into the database.

f None

Q3: To use 'mysqldbcopy' which privileges are required on the source server??

a None

b UPDATE

c CREATE

d INSERT

e SELECT

f None

Q4: Which command will you use to display the first user??
a kubectl config view -o jsonpath='{.usersname[]}'

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

c None

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

e None

f kubectl config view user 1

Q5: What do you need to specify in your Ansible playbook to stop gathering facts??

a None

b None

c facts: no

d facts_gathering: no

e gather_facts: no

f gather: no

Q6: What is an internal command??

a Every command which has been developed by the new generation of Linux is
considered an internal command.

b Shell built in commands are called as internal commands.

c Shell commands which are executed on the local machine are called internal
commands.

d None

e Every command which comes with the default installation of Linux is called
internal command with some small exceptions like really old commands.

f None

Q7: Block elements are normally displayed without starting a new line.?
a None

b None

c None

d True

e None

f False

Q8: Which command can introduce clock delay??

a sleep

b None

c wait

d None

e delay

f suspend

Q9: Which of the following attribute triggers an event when media data is loaded??

a onload

b onloadeddata

c oninpu

d None

e None

f onhaschange

Q10: Which HTML attribute specifies an alternate text for an image, if the image cannot be
displayed??

a None

b None
c title

d src

e longdesc

f alt

Q11: How to stop a docker container immediately??

The correct Answer is: None

b $ docker terminate

The correct Answer is: None

d $ docker stop

e $ docker kill

The correct Answer is: None

Q12: Which of the below symbols is a newline character??

a None

b \r

c /n

d \n

e None

f /r

Q13: Which of the following is NOT a magic predefined constant??

a __CLASS__

b __LINE__

c __DATE__

d None
e None

f __FILE__

Q14: If we want to return a value from a function we called, how can we do that??

a We need to use 'return = $value;'

b None

c We need to use 'return: $value;'

d None

e None

f We need to use 'return $value;'

You might also like