You are on page 1of 5

Q1: The database development lifecycle is very important to the successful implementation

of a database system.?

a None

b None

c False

d None

e None

f True

Q2: How do we access the value of 'd' later? $a = array( 'a', 3 => 'b', 1 => 'c', 'd' );?

a $a[1]

b $a[2]

c $a[0]

d $a[4]

e $a[3]

f None

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

a None

b <meter>

c <range>

d <gauge>

e None

f <measure>

Q4: How can you open a link in a new tab/browser window??


a <a href="url" target="new">

b <a href="url" target="_blank">

c None

d <a href="url" target="new-tab">

e None

f <a href="url" new>

Q5: Which of the following command can give documentation of a command??

a info

b show

c help

d man

e None

f doc

Q6: Data Warehouse provides?

a Demand and Supply Responsiveness

b Storage, Functionality Responsiveness to queries

c None of these

d Transaction Responsiveness

e None

f None

Q7: How to delete all pods in Kubernetes matching the awk pattern1 or pattern2??

a kubectl get nodes -n myns --no-headers=true | awk '/pattern1|pattern2/{print


$1}' | xargs kubectl delete -n myns pod

b None
c kubectl print pods -n myns --no-headers=true | awk '/pattern1/2|pattern2/{print
$1}' | xargs kubectl delete -n myns pod

d None

e kubectl get pods -n myns --no-headers=true | awk '/pattern1|pattern2/{print $1}'


| xargs kubectl delete -n myns pod

f kubectl print pods -n myns --no-headers=true | awk '/pattern1/2|pattern2/{print


$1}' | xargs kubectl remove -n myns pod

Q8: How can we end a session??

a session_close().

b session_write_end().

c None

d session_destroy_now();

e session_end().

f session_destroy();

Q9: What is the Ansible setup module used for??

a Gathers facts about remote hosts

b Setup Ansible on remote hosts

c Setup your SSH keys

d None

e None

f Setup ansible on a master host

Q10: Which command can be used to change file access permission bits??

a chperm

b umask
The correct Answer is: None

The correct Answer is: None

e chown

f chmod

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

a src

b title

c longdesc

d None

e None

f alt

Q12: Who designed the Linux OS??

The correct Answer is: None

b Linus Torvalds

c Steve Linus

The correct Answer is: None

e Steve Jobs

f Steve Wozniak

Q13: What is MathML in HTML5??

a None

b The Mathematical Markup Language (MathML) is a markup language to show


mathematical and scientific content on the Web.

c None
d None

e The Memory Manipulation Language (MemoryML) is a markup language used to


store content on the Web.

f None

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

a None

b None

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

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

e None

f None

Q15: What improvements can be made to the query UPDATE students SET `contact number`
= 0999;?

a None

b None

c The query does not need any improvements

d None

e None

f enclose the contact number in single quotes

You might also like