You are on page 1of 4

Q1: Which HTML element is used to display a scalar measurement within a range??

a <measure>

b <range>

c <gauge>

d None

e None

f <meter>

Q2: Where are the online repositories configured on a Debian/Ubuntu Machine?

The correct Answer is: None

b /etc/apt/yum.repos

The correct Answer is: None

d /etc/fstab

e /etc/apt/repos

f /etc/apt/sources.list

Q3: Who designed the Linux OS??

The correct Answer is: None

b Linus Torvalds

c Steve Jobs

The correct Answer is: None

e Steve Wozniak

f Steve Linus

Q4: Which is the invalid file name in UNIX??


a None of the above

b bill .gates

c LINUX

d All of the above

e None

f a.widows

Q5: __________ is the XML equivalent to strict HTML 4.01.?

a XHTML 1.0 Transitional

b XHTML 1.0 Frameset

c None

d None Of The Mentioned

e None

f XHTML 1.0 Strict

Q6: What is the default working directory of the Linux administrator user??

a /usr/admin

b /home/root

c /administrator

d /admin

e Doesn't have one

f /root

Q7: From which file does the command `free` takes it's information?

a /proc/freemem

b /dev/freemem
c /proc/memfree

d /dev/memfree

e /proc/meminfo

f /dev/meminfo

Q8: How can the result set of Mysql be handled in PHP??

a None

b The result set can be handled using mysqli_get_array

c The result set can be handled using mysqli_fetch_array, mysqli_fetch_assoc,


mysqli_fetch_object or mysqli_fetch_row.

d None

e None

f None

Q9: How do you create secrets in Kubernetes??

The correct Answer is: None

b kubectl create secret generic db-user-pass --from-file=./username.txt --from-


file=./password.txt

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

f kubectl generate secret generic db-user-pass --from-file=./username.txt --from-


file=./password.txt

Q10: How do you write the contents of 3 files into a single file??

a cat file1 > file && cat file2 > file && cat file3 > file

b cat file1 >> file; cat file2 >> file; cat file3 >> file
c cat file1 file2 file3 > file

d cat file1 > file || cat file2 > file || cat file3 > file

e cat file1 > file && cat file2 >> file && cat file3 >> file

f cat file1 > file; cat file2 > file; cat file3 > file

Q11: Following Docker command: docker exec -it container_id bash is used to:?

a Commit changes done in a Docker image

b Activate default VM machine

c None

d Build an image

e Access a running container

f None

You might also like