You are on page 1of 2

Q1: In which file, can we permanently change the SWAP priority?

The correct Answer is: None

The correct Answer is: None

c /etc/prswap

d /etc/swappriority

e /etc/fstab

f /etc/boot.conf

Q2: Which of the explantions given is related to the the $_SERVER variable?

The correct Answer is: None

b Contains a reference to every variable which is currently available within the


global scope of the script.

c An associative array consisting of the contents of $_GET, $_POST, and $_COOKIE.

The correct Answer is: None

e An associative array containing global variables available to the current script.

f This is an array containing information such as headers, paths, and script locations.

Q3: Is JavaScript case-sensitive??

a None

b None

c None

d True

e None

f False

Q4: What is the correct JavaScript syntax to change the content of the HTML element
below??
a #demo.innerHTML = "Hello World!";

b document.getElementById("demo").innerHTML = "Hello World!";

c None

d document.getElement("p").innerHTML = "Hello World!";

e None

f document.getElementByName("p").innerHTML = "Hello World!";

Q5: Which one of these variables has an illegal name??

a None

b $my_Var

c $myVar

d $my-Var

e None

f $MyVar

Q6: What can you deploy on Kubernetes??

The correct Answer is: None

The correct Answer is: None

c Virtual machines

The correct Answer is: None

The correct Answer is: None

f Containers

You might also like