You are on page 1of 5

Q1: Which filter can be applied on lines of text for arranging in ascending or descending

order??

a None of the above

b arrange

c None

d sort

e None

f collate

Q2: In Kubernetes how to create a service for a replicated Nginx, which serves on port 80
and connects to the containers on port 8000??

a None

b kubectl rc nginx --port=80 --target-port=8000

c None

d kubectl expose rc nginx --port=8080 --target-port=80

e kubectl expose nginx --port=80 --target-port=8000

f kubectl expose rc nginx --port=80 --target-port=8000

Q3: HTML documents are saved in?

a Machine language codes

b None

c Special binary format

d None

e None of above

f ASCII text

Q4: What is Minikube?


a None

b An abstraction used by Kubernetes to support multiple virtual clusters on the


same physical cluster

c Specification of a Kubernetes API object in JSON or YAML format

d A pod object that a kubelet uses to represent a static pod

e A tool for running Kubernetes locally

f None

Q5: The _____ character tells browsers to stop tagging the text?

a None

b%

c?

d/

e>

f None

Q6: Which of the mentioned are the neccessary/mandatory arguments of the mail function.?

a parameters

b subject

c number of recepients

d message

e headers

f to

Q7: What is Granularity??

a None
b The size of file

c The size of database

d The size of record

e The size of data items

f None

Q8: Who designed the Linux OS??

a Linus Torvalds

b Steve Wozniak

c Steve Jobs

d Steve Linus

The correct Answer is: None

The correct Answer is: None

Q9: Which of the following are template tags in WordPress??

a None

b None

c wp_enqueue_script()

d post_sidebar()

e plugin_description()

f wp_get_title()

Q10: ______ is used to destroy a variable in PHP ??

a destroy()

b None

c delete()
d unlink()

e None

f unset()

Q11: What will be the effect of the query SELECT c.*,e.* FROM clients c INNER JOIN
employees e ON c.emp_no = e.emp_no;?

a The query will generate an error

b None

c return all the records from the employees table and only those that match the
emp_no from the clients table

d None

e return all the records from the clients table and only those that match the emp_no
from the employees table

f return only records that have matching emp_no values in both tables

Q12: Data Warehouse provides?

a Demand and Supply Responsiveness

b Transaction Responsiveness

c None of these

d None

e Storage, Functionality Responsiveness to queries

f None

Q13: What do the initials of PHP stand for??

a None

b Hypertext Preprocessor.

c None
d Hyperloop Preprocessor.

e None

f Hypertext Parser.

Q14: Which HTML element defines the title of a document??

a None

b None

c <start>

d <title>

e <meta>

f <head>

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

a None

b CREATE

c INSERT

d SELECT

e None

f UPDATE

You might also like