You are on page 1of 2

Q1: How to scale a replicaset named 'foo' to 3??

a None

b kubectl update --replicas=3 rs/foo

c None

d kubectl deploy --replicas=3 rs/foo

e kubectl scale --replicas=3 rs/foo

f kubectl up --replicas=3 rs/foo

Q2: The SQL WHERE clause??

a Limits the row data are returned

b Neither A nor B are correct

c Both A and B are correct

d None

e Limits the column data that are returned

f None

Q3: What is the purpose of $_SESSION[]??

a None

b None

c Used to store variables of the current session

d none of the above

e Used to initialize a session

f Used to register a global variable

Q4: MySQL supports user defined functions?


a None

b None

c None

d True

e None

f False

Q5: Which of the following is a declaration for an HTML document??

a <html>.....</html>

b <!DOCTYPE Html>

c None

d <p>.....</p>

e <body>.....</body>

f None

You might also like