advanced java

advanced java

1st - 5th Grade

15 Qs

quiz-placeholder

Similar activities

IAC End Of Year Party Quiz 2021

IAC End Of Year Party Quiz 2021

2nd Grade - Professional Development

20 Qs

java 1

java 1

1st Grade

12 Qs

sequence

sequence

2nd Grade

12 Qs

Latihan1

Latihan1

4th Grade - University

10 Qs

newone

newone

1st Grade

20 Qs

WAY to SHINE DAY

WAY to SHINE DAY

1st - 5th Grade

13 Qs

uyen

uyen

2nd Grade

16 Qs

Docker and Kubernetes - Day-2

Docker and Kubernetes - Day-2

1st Grade

11 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?