in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c
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 )
4 - 4
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
2 - 7
47. Which protocol is commonly used for inter-service communication in a microservices architecture?
7 - 6
46. What is the purpose of the @EnableDiscoveryClient annotation in a Spring Boot application?
23 - 1
44. In microservices architecture, what is the primary benefit of using asynchronous communication between services?
4 - 0
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.