We are a team of 4 people , all into Java development, we faced this problem of interview questions and planned to resolve this issue, so we started sharing this realtime experience.
java Interview questions and answers for freshers.
java Interview questions for experienced.


Java Techies

That makes sense

6 months ago | [YT] | 2

Java Techies

Inf*s*s 1st round: ( September 2024 )

Project architechture,
API Gateway,
How do you handle any failures in Microservices,
Datasource configurations & LDAP knowledge,
How you are calling store procedures, functions etc from code,
Authentication & Authorization process in your Microservices,
client-A needs output as XML format & client-B needs output as JSON format from a GET REST API, how to do this?
Deployment Process
Java 8 based code questions ( employee data )

1 year ago | [YT] | 4

Java Techies

class Parent {
Parent() {
System.out.println("Parent");
}
}

class Child extends Parent {
Child() {
System.out.println("Child");
}
}

public class Test {
public static void main(String[] args) {
new Child();
}
}
What is the output of the above program ?
#java hashtag#javadeveloper hashtag#dsa hashtag#systemdesign hashtag#spring

1 year ago | [YT] | 2

Java Techies

Can the main method be overloaded in Java ??

1 year ago | [YT] | 8

Java Techies

In Java, we can call the constructor of Abstract class ?

1 year ago | [YT] | 7

Java Techies

48. What is the role of a service registry in a microservices architecture?

1 year ago | [YT] | 18

Java Techies

47. Which protocol is commonly used for inter-service communication in a microservices architecture?

1 year ago | [YT] | 6

Java Techies

46. What is the purpose of the @EnableDiscoveryClient annotation in a Spring Boot application?

1 year ago | [YT] | 28

Java Techies

45. Which annotation is used in Spring Boot to define a RESTful endpoint?

1 year ago | [YT] | 9

Java Techies

44. In microservices architecture, what is the primary benefit of using asynchronous communication between services?

1 year ago | [YT] | 4