0% found this document useful (0 votes)
10 views3 pages

4 Summary For SYWY

D

Uploaded by

k0n
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)
10 views3 pages

4 Summary For SYWY

D

Uploaded by

k0n
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/ 3

Q1: Intensity of a color can be described through?

a Grayscale

b Hue

c Lightness

d None

e Saturation

f None

Q2: Which of the following are features of Kubernetes??

a Self-healing

The correct Answer is: None

c Kubernetes Swarm

The correct Answer is: None

e Secrets and configuration management

f Batch execution

Q3: Choose the system requirements you need to run Docker on a Plesk Onyx Server:?

a At least 2GB of RAM

b One physical server

c 20GB of free disk space

d A 64-bit CPU

The correct Answer is: None

f A compatible Linux OS

Q4: Can you insert multiple rows with only one INSERT query??
a None

b None

c False

d True

e Yes but these inserts cause data corruption

f It's possible but only with newer MySQL versions

Q5: What is the difference between the WordPress Address and Site Address settings
located in the General Settings area??

a The WordPress Address is where to look for WordPress meta tags , while the Site
Address is what will be used as the base for creating URLs for web pages.

b The WordPress Address is where to look for WordPress files, while the Site
Address is what will be used as the base for creating URLs for web pages.

c The WordPress Address is where to look for WordPress plugins, while the Site
Address is what will be used as the base for creating URLs for web pages.

d None

e None

f None

Q6: What does the COPY instruction do in a Dockerfile??

a COPY makes a copy of your Dockerfile

b COPY creates a copy of your image

c COPY adds files from your Docker client’s current directory

d COPY creates a copy of your running container

e None

f None

Q7: How can you pass a variable by reference??


a $var1 = &$var2

b None

c None

d $var1 === &$var2

e $var1 == &$var2

f None

You might also like