You are on page 1of 2

Q1: In HTML, you can embed SVG elements directly into an HTML page?

a None

b None

c None

d False

e True

f None

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

a the query will return 20 records

b None

c the query will return two rows only

d the query will not return any records

e the query will generate an error message

f None

Q3: What is service container in Laravel??

a Dockerized Laravel applications are called service containers.

b None

c Service container is a tool used for performing dependency injection in Laravel.

d None

e None

f None

Q4: What is inode??


a A file is given a predifined number by OS and is called as inode.

b A directory is given a predifined number by OS and is called as inode.

c A file is given a unique number by OS and is called as inode.

d A directory is given a unique number by OS and is called as inode.

The correct Answer is: None

The correct Answer is: None

Q5: Which of the following is used to add multiple line comments in PHP ??

a None

b //

c {{ }}

d {/ \}

e None

f /* */

Q6: What is the reason for using Volumes in Docker??

a To add plugins for extended file attributes.

b To create exceptions to the `--read-only` mode.

c None

d To fail access to persisted data such as data in a database.

e None

f None

You might also like