You are on page 1of 5

Q1: How can PHP and Javascript interact??

a None

b They interact through services such as Apache or Nginx

c None

d They interact via the browser

e None

f PHP and Javascript cannot directly interact since PHP is a server side language and
Javascript is a client-side language.

Q2: Which command is used to copy file across different system??

a scp

b mcp

c None

d rsync

e rcp

f ncp

Q3: How to retrieve the join token for manager nodes in Docker Swarm??

a None

b docker get join-token manager

c docker print join-token manager

d docker swarm join-token manager

e docker swarm token manager

f None

Q4: What is MathML in HTML5??


a None

b None

c The Memory Manipulation Language (MemoryML) is a markup language used to


store content on the Web.

d None

e The Mathematical Markup Language (MathML) is a markup language to show


mathematical and scientific content on the Web.

f None

Q5: Which of the following are template tags in WordPress??

a wp_get_title()

b wp_enqueue_script()

c None

d None

e plugin_description()

f post_sidebar()

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

a PHP 5

b PHP 7

c None

d PHP 4

e PHP 6

f None

Q7: Tags and test that are not directly displayed on the page are written in _____ section.?

a None
b <body>

c None

d <html>

e <title>

f <head>

Q8: To inspect the the boot process of a Linux system, which command can be used??

a cat /var/log/start

b cat /var/log/boot.txt

c dmesg

d None

e boot

f None

Q9: How to run the docker image mentioned in the command. Which will create a docker
container in which the Apache HTTP server will run.?

a None

b $ docker run -it -d httpd

c None

d None

e $ docker run -it -d --httpd

f $ docker run -it -d http img

Q10: Kube-apiserver on kubernetes master is designed to scale.?

The correct Answer is: None

b Horizontally

The correct Answer is: None


d Vertically

The correct Answer is: None

The correct Answer is: None

Q11: How do we access the value of 'd' later? $a = array( 'a', 3 => 'b', 1 => 'c', 'd' );?

a $a[4]

b $a[1]

c $a[3]

d $a[2]

e None

f $a[0]

Q12: How do you create a docker container from an image??

a None

b None

c docker --run -it -d <image_name>

d docker run it d <image_name>

e None

f docker run -it -d <image_name>

Q13: The /etc/shadow file in Linux is used to store:?

a command aliases

b root user shell

c None

d None

e various password information


f filesystem information

Q14: When started for the first time, minikube requires Internet access. True or False??

The correct Answer is: None

The correct Answer is: None

c False

d True

The correct Answer is: None

The correct Answer is: None

Q15: Where are the online repositories configured on a Debian/Ubuntu Machine?

The correct Answer is: None

b /etc/fstab

c /etc/apt/repos

The correct Answer is: None

e /etc/apt/sources.list

f /etc/apt/yum.repos

You might also like