You are on page 1of 5

Q1: What is the output of the command ‘umask –S’??

a Removes the current mask value.

b Shows mask value using octal values.

c Sets new mask value.

d None

e None

f Shows mask value using symbolic notion.

Q2: Which are the three looping constructs provided by shell?

a while

b each

c done

d until

e foreach

f for

Q3: ___________________ is a special namespace that is used for special purposes like
bootstrapping a cluster.?

The correct Answer is: None

The correct Answer is: None

c Default

d Kube-public

e Kube-system

f Kube-private

Q4: What is the correct command to create a new React project??


a npx create-react-app myReactApp

b npm create-react-app myReactApp

c None

d npm create-react-app

e None

f npx create-react-app

Q5: How can we find the process name from its process id? Assume the Proccess ID is 1?

a ps –p 1

b None

c find 1

d get 1

e None

f top 1

Q6: Which input type defines a slider control??

a None

b controls

c range

d None

e slider

f search

Q7: How do you get the number of containers running, paused and stopped??

a docker --info

b docker info
c None

d None

e None

f sudo --docker info

Q8: What type of join is needed when you wish to return rows that have matching values??

a Equi-join

b None of the mentioned.

c All of the mentioned.

d Natural join

e Outer join

f None

Q9: You can also get the Ansible documentation directly via your terminal by using:?

a ansible-doc

b ansible-documentation

c None

d ansible -d

e None

f ansible --doc

Q10: Which command shows merged kubeconfig settings??

a kubectl config list

b kubectl config show

c None

d kubectl config print


e kubectl config view

f None

Q11: Which of the following is a declaration for an HTML document??

a <p>.....</p>

b <body>.....</body>

c None

d <html>.....</html>

e <!DOCTYPE Html>

f None

Q12: When do we use the GREP command?

a None

b To find a directory

c To find a file

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

e When we want to search for a string

f None

Q13: The employees table has 20 records, what will be the output of the query SELECT
gender FROM employees GROUP BY gender;?

a None

b the query will return two rows only

c the query will generate an error message

d None

e the query will not return any records

f the query will return 20 records

You might also like