You are on page 1of 5

Q1: Which of the following is not a pair tag??

a <p>

b <img>

c<u>

d None

e <i>

f None

Q2: A much better approach to establish the base URL is to use the ______ element.?

a None

b None

c None Of The Above

d HEAD

e BASE

f BODY

Q3: Which of following is not an attribute of <form> tag?

a name

b url

c Action

d None

e Method

f None

Q4: What is the correct way to add 1 to the $count variable??


a None

b count++;

c $count =+1

d None

e ++count

f $count++;

Q5: What will happen If you run the command "init 1" in your terminal?

a Start the system without a display manager (GUI)

b Reboot the system

The correct Answer is: None

d Enter single user mode

The correct Answer is: None

f Shut down the system

Q6: Which file is the single most important file in Wordpress??

a None

b None

c wp-setting.php

d wp-config.php

e page.php

f header.php

Q7: Which of the following answers refers to a software tool used for searching and
installing software packages on Debian and Debian-based Linux distributions??

a apt-get

b rpm
c yum

d None

e apt-rpm

f None

Q8: How do you write the contents of 3 files into a single file??

a cat file1 > file; cat file2 > file; cat file3 > file

b cat file1 file2 file3 > file

c cat file1 > file && cat file2 >> file && cat file3 >> file

d cat file1 > file && cat file2 > file && cat file3 > file

e cat file1 >> file; cat file2 >> file; cat file3 >> file

f cat file1 > file || cat file2 > file || cat file3 > file

Q9: Which of the following type of variables are whole numbers, without a decimal point,
like 4195??

The correct Answer is: None

b Strings

c Integers

The correct Answer is: None

e Booleans

f Doubles

Q10: Is PHP case sensitive?

a None

b None

c True

d False
e Depending on the PHP version either Yes and No

f None

Q11: An <iframe> is used to display a web page within a web page.?

a None

b None

c None

d False

e None

f True

Q12: What is HTTP middleware in Laravel??

a HTTP middleware is a technique for filtering HTTP requests.

b None

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

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

e None

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

Q13: Which "text Type" has the maximum number of bytes??

a Long Text

b Text

c None

d Medium Text

e None

f Tiny Text
Q14: The -b flag in an Ansible ad-hoc command indicates that the command should be
executed with sudo privileges.?

a None

b None

c None

d true

e false

f None

Q15: What could be used to program additional authentication logic besides available
authenticator modules??

a None

b Authentication Proxy

c Kubernetes Role Manager

d None

e Kube Vault

f Kube Auth Service

You might also like