You are on page 1of 5

Q1: If we wish to mount a directory with Read Only option, which of the following is

correct?

a mount ext4 -no-read-only /mnt/folder /path/to-dir

b mount -t ext4 -o noexect,ro /mnt/folder /path/to-dir

c mount ext4 -no-read-only /path/to-dir /mnt/folder

d mount -t ext4 -o noexect,ro /path/to-dir /mnt/folder

e mount ext4 -no-read-only /mnt/folder /path/to-dir

f mount ext4 noexect,ro /path/to-dir /mnt/folder

Q2: What is Joomla in PHP??

a Framework for designing dynamic pages

b Set of library enriched with fucntions

c An open source CMS

d framework and distribution system for reusable PHP components

e None

f None

Q3: What are Shortcodes in WordPress and how we can use it??

a None

b None

c None

d Shortcodes is a specific code that is used to do recursion.

e Shortcodes is a specific code that is used to do control loop.

f Shortcodes is a specific code that is used to do several tasks with less effort. Also, it
is synonymous with the shortcut.

Q4: What is the Commit command is used for??


a To restore the old values

b To save the current table

c To recover the old table

d None

e None

f To save the current transaction

Q5: In what case we cannot recommend WordPress to a client??

a Sites are requiring custom scripting solutions.

b If the client wants to create a website for puppies or any kind of animals

c None

d If a site wants complex or innovative e-commerce

e If the client is working on a non-CMS base project

f If the client wants to create a quick e-commerce website

Q6: MySQL workbench decreases the productivity of a MySQL developer compared to other
server access tools such as phpMyAdmin??

a None

b None

c False

d True

e None

f None

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

a False
b None

c True

d None

e None

f None

Q8: How to stop a container with container id mentioned in the command??

a $ docker ter 109cb6nw

b $ docker stop -ls 109cb6nw

c $ docker stop 109cb6nw

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q9: Choose the correct HTML element to define important text?

a None

b <important>

c None

d <i>

e <strong>

f <b>

Q10: All elements are identified by their __________ and are marked up using either start tags
and end tags or self-closing tags?

a None of the mentioned

b Attribute Names

c Class Names
d None

e None

f Tag Names

Q11: Which function in PHP is used to get the length of a string variable??

a None

b None

c len

d count()

e strcount

f strlen

Q12: What is the best advantage of InnoDB over MyISAM??

a InnoDB is thread safe

b None of the above

c All of the above

d InnoDB provides a transaction safe environment

e InnoDB provides FULLTEXT indexes

f InnoDB can handle table with more than 1000 columns

Q13: How can we propagate a session id??

a None

b None

c None

d None

e You can propagate a session id via cookies or URL parameters.


f You can propagate a session id via headers and routing.

Q14: Docker containers can run on:?

a Linux distributions and Windows systems

b None

c Only Linux distributions

d None

e Only Windows systems

f None

You might also like