0% found this document useful (0 votes)
6 views

1 Homework Help For FKLO

The document contains questions about topics like rounding numbers, Kubernetes components, database normalization forms, PHP script compilation, Docker installation, Docker commands, Kubernetes concepts, HTML tags, uploading Docker images and the template engine used by Laravel.

Uploaded by

shizuoka
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

1 Homework Help For FKLO

The document contains questions about topics like rounding numbers, Kubernetes components, database normalization forms, PHP script compilation, Docker installation, Docker commands, Kubernetes concepts, HTML tags, uploading Docker images and the template engine used by Laravel.

Uploaded by

shizuoka
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Q1: How do you round the number 7.25, to the nearest integer??

a Math.rnd(7.25)

b Math.round(7.25)

c rnd(7.25)

d round(7.25)

e None

f None

Q2: _________ service is automatically created for you K8s cluster creation and takes care of
the internal routing of the cluster.?

a Headless

b NodePort

The correct Answer is: None

d ClusterIP

e Load Balancer

The correct Answer is: None

Q3: Which of the following is true??

a None

b A relation in BCNF is always in 3NF

c BCNF and 3NF are same.

d None

e A relation in 3NF is always in BCNF.

f A relation in BCNF is not in 3NF.

Q4: Can I generate DLL files from PHP scripts like i can in Perl ??
a True

b False

c None

d None

e None

f None

Q5: Why wouldn't you see Docker in Plesk installer's list of components??

a Docker is available as an extension and you can only install it from the extensions
catalog

The correct Answer is: None

c Your Plesk license doesn't have a Docker add-on

d The server does not satisfy Docker system requirements

The correct Answer is: None

The correct Answer is: None

Q6: Following Docker command: docker push user_name/repository_name is used to:?

a Activate default VM machine

b Build an image

c Commit changes done in a Docker image

d None

e None

f Push changes done in an docker image into Docker Hub

Q7: What does HPA stand for in Kubernetes??

a Horizontal Production Autoscaler

The correct Answer is: None


The correct Answer is: None

d Hyper Pod Autoscaler

The correct Answer is: None

f Horizontal Pod Autoscaler

Q8: Choose the correct HTML tag for the smallest size heading??

a None

b <heading>

c <head>

d <h1>

e None

f <h6>

Q9: How to upload a docker image with the image name mentioned in the command to
Docker Hub.?

a $ docker upload geekflare/httpd_image

The correct Answer is: None

c $ docker push geekflare/httpd_image

The correct Answer is: None

e $ docker put geekflare/httpd_image

The correct Answer is: None

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

a Blade

b Squirrelly

c Twig

d None
e Pug

f None

You might also like