You are on page 1of 5

Q1: Block elements are normally displayed without starting a new line.?

a True

b False

c None

d None

e None

f None

Q2: How does a WHILE loop start??

a while (i <= 10)

b None

c while (i <= 10; i++)

d while i = 1 to 10

e None

f None

Q3: How do you get information from a form that is submitted using the "get" method??

a $_GET.QueryString

b Request.QueryString;

c None

d Request.Form;

e None

f $_GET[];

Q4: What is the name of the Template Engine utilized by Laravel??


a Blade

b Squirrelly

c Twig

d Pug

e None

f None

Q5: Which Ansible command will you use to install Apache on Ubuntu host??

a None

b ansible your_host_name_here -b -m wget -a "name=apache2 state=latest"

c ansible your_host_name_here -b -m apt -a "name=apache2 state=latest"

d ansible your_host_name_here apt install "name=apache2 state=latest"

e ansible your_host_name_here -b -m yum -a "name=apache2 state=latest"

f None

Q6: Type Hinting was introduced in which version of PHP??

a PHP 7

b PHP 4

c None

d PHP 5

e None

f PHP 6

Q7: Which оf the following class centers tabs/pills??

a .nav-justified

b None
c .nav-stacked

d .nav Nav-pills

e None

f .nav.navbar-nav

Q8: The maximum length of the char columns is?

a None

b None

c 65, 535 Bytes

d 255 Bytes

e None Of The Mentioned

f 256 Bytes

Q9: Which HTML tag would be used to display power in expression (A+B)2 ??

a <sup>

b None

c None

d <p>

e <sub>

f <b>

Q10: In HTML, which attribute is used to specify that an input field must be filled out??

a None

b None

c placeholder

d validate
e formvalidate

f required

Q11: You use a container, edit it, and update it?

a False

b None

c None

d None

e True

f None

Q12: Which of the following are not Numeric column types??

a DOUBLE

b LARGEINT

c DECIMAL

d SMALLINT

e BIGINT

f None

Q13: Choose the option to remove write permission for group & others for a file “a.txt”.?

a chmod w-go a.txt

b chmod go=”r-x” a.txt

c None

d Select disable write for group and others where file=”a.txt”

e None

f chmod go-w a.txt


Q14: Crontab gives administrators the ability to do what??

a Identify users on the system

b None

c View the status of Linux kernel modules

d Set up scheduled tasks on a system

e Call up a list of open files

f None

Q15: Is it possible to build environment-agnostic systems with Docker??

a True

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

e False

The correct Answer is: None

You might also like