advanced java

advanced java

1st - 5th Grade

15 Qs

quiz-placeholder

Similar activities

SLP

SLP

KG - University

11 Qs

Slope-Intercept Form

Slope-Intercept Form

4th Grade - University

10 Qs

Parts of A Personal Computer

Parts of A Personal Computer

1st - 2nd Grade

10 Qs

CRE

CRE

5th Grade

11 Qs

Site Safety Revision

Site Safety Revision

4th - 6th Grade

20 Qs

snakes

snakes

1st - 5th Grade

15 Qs

football  quiz 2023

football quiz 2023

1st - 5th Grade

10 Qs

World Tales: The Wonderful Wizard of Oz

World Tales: The Wonderful Wizard of Oz

5th - 6th Grade

10 Qs

advanced java

advanced java

Assessment

Quiz

Architecture

1st - 5th Grade

Hard

Created by

SRIVARDHAN TATIPAMULA

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Kubernetes Networking:

Pick all the correct answers.

All Pods can communicate with All other Pods without using Network Address Translation (NAT).

All Nodes can communicate with all the Pods without NAT

The IP that is assigned to a Pod is the same IP the Pod sees itself as well as all other Pods in the cluster.

Routing is done by the L2 bridge

DNS deployed in Kubernetes Cluster is used for Service discovery and DNS Masq: adds DNS caching to Improve the performance

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Docker Networking.

Pick all the correct answers.

Bridge Networking (Default)

Host (uses the Host Network Stack)

None (No Network Stack)

NAT is used for Node to Node Communication

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Features of Pod Auto Scaler

Pick all the correct answers.

You can declare the Auto scaling requirements for every Deployment (Microservices).

Kubernetes will add Pods based on the CPU Utilization, no. of requests automatically.

Kubernetes Cloud infrastructure will automatically add Nodes if it ran out of available Nodes.

Auto scaler will not override the replicas in Deployment if the min replicas is greater than replicas in the Deployment.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following Java code?

11

10

13

14

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The process of hiding the implementation details from the user is called

Abstraction

Polymorphism

Inheritance

Encapsulation

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid statement?

char[] c = new char();

char[] c = new char[5];

char[] c = new char(4);

char[] c = new char[];

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the fundamental unit of OOP?

Object

Class

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?