You are on page 1of 2

Q1: Which of the following function returns the number of characters in a string variable??

a strcount($variable)

b None

c count($variable)

d None

e strlen($variable)

f len($variable)

Q2: The database development lifecycle is very important to the successful implementation
of a database system.?

a None

b None

c None

d False

e None

f True

Q3: Which keyword is used with the UPDATE command to change the value??

a CHANGE

b SET

c ADD

d None

e None

f MODIFY

Q4: How to create a volume which docker container will use to store data.?
a $ docker volume create

b $ docker create volume

c $ docker --volume create

d None

e None

f None

Q5: What is HTTP middleware in Laravel??

a None

b None

c HTTP middleware is a technique for updating Laravel via HTTP.

d HTTP middleware is a web server used by Laravel similar to Apache and Nginx.

e HTTP middleware is a technique for filtering HTTP requests.

f HTTP middleware is a technique for installing Laravel via HTTP.

Q6: Containers include the application and all of its dependencies, but share the kernel with
other containers. They run as an isolated process in userspace on the host operating
system.?

a False

b None

c None

d True

e None

f None

You might also like