Channel Avatar

Java Techies @UCj0h6Xyu8qRNUaE28PyB__g@youtube.com

21K subscribers - no pronouns :c

We are a team of 4 people , all into Java development, we fa


Welcoem to posts!!

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

Java Techies
Posted 2 months ago

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

Java Techies
Posted 3 months ago

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

Java Techies
Posted 3 months ago

Can the main method be overloaded in Java ??

7 - 0

Java Techies
Posted 3 months ago

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

7 - 4

Java Techies
Posted 7 months ago

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

16 - 0

Java Techies
Posted 7 months ago

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

7 - 6

Java Techies
Posted 7 months ago

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

23 - 1

Java Techies
Posted 7 months ago

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

7 - 7

Java Techies
Posted 7 months ago

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

4 - 0

Java Techies
Posted 7 months ago

43. Which of the following is NOT a core module in Spring Framework?

6 - 0