Difference between JDBC and Hibernate
Java Architect Interviews
Java Architect Interview Questions
"Java Architects design, build, and maintain systems that support and run java applications. Employers are looking for candidates who display strong organizational and communication skills as well as advanced technical skill within the java universe. During an interview, expect to answer a lot engineering questions as well as discuss past projects you have worked on."
135 java architect interview questions shared by candidates
How will you design the payment system? What tech stack you will use in that? How will you design the distributed cache? Write the code to convert the given number into format as shown- 100 => 100 1000 => 1,000 10000 => 10,000 100000 => 1,00,000
Are you Okay to work as Sr. Consultant for six months and then we'll think for providing position you applied for
How can you fetch 1Cr rows from a database table using JDBC?
How to execute 3rd thread after completion of first two threads?
Had to create a Tree traversal with given classes and interfaces. It's not the usual tree we know of. The code had some interfaces and classes, and I had to implement some parts in order to run in specific travers order.
Common ancestor of some kind of graph.
How would I approach a legacy system?
What is unit testing? How do I go about writing a unit test? Do I focus a unit test on a class or a method? Would I write one or more tests per method? What are some unit testing frameworks?
What is Dependency Injection? How would I go about using it in "day to day programming"?
Viewing 1 - 10 interview questions