Upload Button Icon Add office photos

Filter interviews by

Oaknorth Bank Senior Java Developer Interview Questions and Answers

Updated 19 Sep 2024

Oaknorth Bank Senior Java Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Circuit Breaker Pattern
  • Q2. Java Streams API

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. OOPS concepts and related code snippets to guess output (inheritance)
  • Q2. Exceptions code snippets to guess output. How to convert checked exception to unchecked exception
  • Ans. 

    To convert checked exception to unchecked exception, use RuntimeException or create a custom unchecked exception.

    • Use RuntimeException to wrap checked exceptions and throw them as unchecked exceptions

    • Create a custom unchecked exception by extending RuntimeException class

    • Use try-catch block to catch checked exceptions and throw them as unchecked exceptions

  • Answered by AI
  • Q3. Springboot Autoconfiguration , Bean scopes, Prototype inside singleton bean
  • Q4. CopyonwriteArraylist internal working
  • Q5. Java 8 features, Coding questions on string and merge two int array without using inbuilt methods

Interview Preparation Tips

Topics to prepare for Axis Bank Java Technical Lead interview:
  • oops concept
  • Java 8 features
  • Exceptions
  • Collections advanced
  • Guess output coding questions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What design pattern you usually used?
  • Ans. 

    I usually use the MVC (Model-View-Controller) design pattern in my projects.

    • Separates the application into three main components: Model (data), View (UI), and Controller (logic)

    • Promotes code reusability, modularity, and maintainability

    • Examples: Laravel framework in PHP, Spring framework in Java

  • Answered by AI
  • Q2. What is the difference between array and arraylist
  • Ans. 

    Array is a fixed-size data structure while ArrayList is a dynamic-size data structure in Java.

    • Array is a fixed-size collection of elements of the same data type, while ArrayList is a dynamic-size collection that can grow or shrink.

    • Arrays can store primitive data types and objects, while ArrayList can only store objects.

    • Arrays require a specified size during initialization, while ArrayList can dynamically resize itself.

    • ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is event loop in nodejs?
  • Ans. 

    Event loop in Node.js is a mechanism that allows Node.js to perform non-blocking I/O operations.

    • Event loop is responsible for handling asynchronous operations in Node.js.

    • It allows Node.js to perform multiple operations concurrently without blocking the execution.

    • Event loop continuously checks the event queue for any pending events and executes them in a loop.

    • Example: setTimeout() function in Node.js uses event loop to ...

  • Answered by AI
  • Q2. What is the microservices
  • Ans. 

    Microservices are a software development technique where applications are broken down into smaller, independent services that communicate with each other.

    • Microservices are small, independent services that work together to form a complete application

    • Each microservice is responsible for a specific function or feature

    • Microservices communicate with each other through APIs

    • Microservices can be developed, deployed, and scaled...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

1)Buy and sell stock
2)2 sum
3) system design
4) Elastic search
5) deployment

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Group Discussion 

Java and javascript questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Oops, basic ,SQL ,ado
Round 2 - Coding Test 

Curd operation with SQL connectivity

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jun 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Ms office,Core Java , Tally , C,

Round 3 - Group Discussion 

In my Opinion,view , If you ask me, As far as I can see/I am Concerned , It seems to me that , I think /feel/reckon/ belive , If you want my option , What we have to decide

Interview Preparation Tips

Interview preparation tips for other job seekers - Upgrade the skills

I applied via Company Website and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. How do you balance work and life ?
  • Ans. 

    I prioritize my work and set boundaries to ensure a healthy work-life balance.

    • I prioritize my tasks and set realistic goals to manage my workload effectively.

    • I establish clear boundaries between work and personal life to avoid burnout.

    • I practice time management techniques, such as creating schedules and prioritizing tasks.

    • I make sure to take breaks and engage in activities outside of work to recharge.

    • I communicate open...

  • Answered by AI
  • Q2. What is a positive quote for work ?
  • Ans. 

    A positive quote for work can inspire and motivate individuals to achieve their goals and excel in their professional endeavors.

    • A positive attitude leads to positive outcomes.

    • Hard work and dedication are the keys to success.

    • Believe in yourself and your abilities.

    • Success is not final, failure is not fatal: It is the courage to continue that counts.

    • The only way to do great work is to love what you do.

    • Don't watch the cloc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am passionate to learn new technologies always ready
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Mental trauma and frustrated scenarios Even after solving 3 Link list coding problem and 20+ technical questions, and then following up about 20 times, and even after calls and emails, there has been no...
  • Q2. Even after solving 3 coding problem and 20+ technical questions, and then following up about 20 times, and even after calls and emails, there has been no response. Would it be appropriate for me to post ...

Interview Preparation Tips

Interview preparation tips for other job seekers - please don't attend the interview they will take you time only for show the hiring and fill up their database

Oaknorth Bank Interview FAQs

How many rounds are there in Oaknorth Bank Senior Java Developer interview?
Oaknorth Bank interview process usually has 1 rounds. The most common rounds in the Oaknorth Bank interview process are Technical.
How to prepare for Oaknorth Bank Senior Java Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Oaknorth Bank. The most common topics and skills that interviewers at Oaknorth Bank expect are Database Design, Design Patterns, Hibernate, J2Ee and Java.
What are the top questions asked in Oaknorth Bank Senior Java Developer interview?

Some of the top questions asked at the Oaknorth Bank Senior Java Developer interview -

  1. Circuit Breaker Patt...read more
  2. Java Streams ...read more

Tell us how to improve this page.

Oaknorth Bank Senior Java Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.5k Interviews
IDFC FIRST Bank Interview Questions
4.0
 • 624 Interviews
Kinara Capital Interview Questions
4.5
 • 61 Interviews
Aye Finance Interview Questions
4.1
 • 60 Interviews
LendingKart Interview Questions
3.2
 • 29 Interviews
View all
Associate Vice President
141 salaries
unlock blur

₹16.5 L/yr - ₹36.2 L/yr

Senior Associate
137 salaries
unlock blur

₹9.3 L/yr - ₹29 L/yr

Associate
101 salaries
unlock blur

₹6.8 L/yr - ₹20 L/yr

Deputy Vice President
92 salaries
unlock blur

₹23.2 L/yr - ₹45 L/yr

Vice President
40 salaries
unlock blur

₹30 L/yr - ₹50 L/yr

Explore more salaries
Compare Oaknorth Bank with

Indifi Technologies

3.8
Compare

Axio

3.8
Compare

LendingKart

3.1
Compare

NeoGrowth Credit

3.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview