You are on page 1of 3

Q1: What Python library can you use to perform array and matrix manipulations??

a None

b math

c Numarray

d Numpy

e None

f Algorithm

Q2: What can the Contributor role do??

a Edit Pages

b None

c None

d Moderate Comments

e Publish Posts

f Edit Posts

Q3: Which of the following are true for routes in Laravel??

a Routes can only handle GET requests

b None

c Routes can point to a method on a controller and also dictate which HTTP methods
are able to hit that URI.

d You can not pass any arguments to your routes.

e A route is an endpoint specified by a URI (Uniform Resource Identifier).

f None

Q4: What is a composite key??


a its is a key that is defined as the primary key in another table

b it is a key that uniquely identifies a record in a database

c its is an optional key and allows null values

d None

e None

f it is a primary key that consists of more than one field that uniquely identifies a
record

Q5: How to delete an image from the local storage system??

a $ docker --rmi <image-id>

b $ docker rmi <image-id>

c $ docker rmin <imageid>

d None

e None

f None

Q6: What does the following command do? - $ chmod o-r note?

a Read permission for others is added

b None

c Read permission for user is added

d Read permission for others is removed

e Read permission for user is removed

f None

Q7: Which of the following scripts will run successfully?

a None

b SELECT `customer name` FROM customers ORDER BY zone WHERE cat_id = 12;
c SELECT FROM `customers` 'customer name';

d SELECT `customer name` FROM customers WHERE cat_id = 12 ORDER BY cat_id;

e Users statistics SELECT customer name FROM customers;

f None

Q8: Which Is not a property of attribute behaviour of <Marquee> Tag??

a Blur

b Alternate

c Slide

d None

e None

f Scroll

Q9: Which of the following is correct about NULL??

a The special constant NULL is capitalized by convention, but actually it is case


insensitive.

b NULL is a special type that only has two values : NULL and NOT NULL

c The special constant NULL is capitalized by convention and it should be defined as


such as it's case sensitive. Meaning null is different than NULL

The correct Answer is: None

e NULL is a special type that only has one value: NULL.

The correct Answer is: None

You might also like