4 Summary For HNXU

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Q1: Which sign is used to access a variable of a variable in PHP??

a $|

b #@

c $$

d$

e None

f None

Q2: In Kubernetes, a node is:?

The correct Answer is: None

b A machine that coordinates the scheduling and management of application


containers on the cluster

The correct Answer is: None

d A tool for starting a kubernetes cluster on a local machine

The correct Answer is: None

f A worker machine

Q3: If you vaguely remember the command and you’d like to confirm it, how will you get
help on that particular command??

a docker --help

b None

c None

d None

e docker help

f docker -help

Q4: To inspect the the boot process of a Linux system, which command can be used??
a cat /var/log/start

b dmesg

c None

d boot

e None

f cat /var/log/boot.txt

Q5: Which type you will select if you need to store binary data??

a BIGINT

b INT

c BLOB

d None

e Both BIGINT and INT

f None of the above

Q6: How can we initiate a session in PHP??

a None

b None

c $session_start()

d $_session_start()

e None

f session_start()

You might also like