Upload Button Icon Add office photos

Filter interviews by

Northern Trust Full Stack Software Developer Interview Questions and Answers

Updated 16 Aug 2024

Northern Trust Full Stack Software Developer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between Java version
  • Ans. 

    Java versions differ in features, performance, and compatibility with libraries and frameworks.

    • Major differences between Java versions include new features, performance improvements, and compatibility with libraries and frameworks.

    • For example, Java 8 introduced lambda expressions and the Stream API, while Java 11 added local-variable syntax for lambda parameters.

    • It is important to consider the specific requirements of ...

  • Answered by AI
  • Q2. Difference between MVC and MVVM
  • Ans. 

    MVC separates application into Model, View, Controller. MVVM adds ViewModel to separate UI logic from business logic.

    • MVC stands for Model-View-Controller, where Model represents data, View represents UI, and Controller handles user input.

    • MVVM stands for Model-View-ViewModel, where ViewModel acts as a mediator between Model and View, separating UI logic from business logic.

    • In MVC, the View directly interacts with the Mo...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Process of new New Application
  • Ans. 

    The process of developing a new application involves planning, designing, coding, testing, and deploying.

    • Gather requirements from stakeholders

    • Create wireframes and mockups

    • Develop code using appropriate technologies

    • Test application for bugs and performance issues

    • Deploy application to production environment

  • Answered by AI
  • Q2. Firebase FCM setup

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. 1st technical round with Manager
2. 2nd technical round with senior

Both technical round are good.

After waiting for 1 week, no any response from HR , directly got mail for not selected.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Sep 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 

Asked about the resume and more technical questions about APIS

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked technical questions about their requirements skill set

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare your resume technically
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Describe previous projects Challenges you faced previously Some technical questions based on the experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Nice interview with the friendly interviewer

Round 2 - HR 

(1 Question)

  • Q1. Tell me about your self
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Design a system where images and documents would be transferred to client.
  • Q2. Redis caching details
  • Q3. How to call rest api in Angular

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is average, just go with little preparation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

GAVE AN ARRAY AND ASKED TO MOVE ZEROES TO THE END AND GROUPBY IN STREAMS JOINS IN SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - READ ABOUT JAVA 8 , KAFKA , ANGULAR 8 AND ABOVE, ARRAYLIST STREAMS COLLECTIONS
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 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. Java OOPS concepts abstract class vs interface
  • Q2. SQL query to find duplicate values
  • Ans. 

    Use GROUP BY and HAVING clause to find duplicate values in SQL.

    • Use GROUP BY clause to group the data based on the column you want to check for duplicates.

    • Use HAVING clause to filter out groups that have more than one entry, indicating duplicates.

    • Example: SELECT column_name, COUNT(*) FROM table_name GROUP BY column_name HAVING COUNT(*) > 1;

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Karet coding evaluation platform is used

Round 3 - Technical 

(2 Questions)

  • Q1. Technical + coding assessment was there
  • Q2. Find max continous sub array with unique elements in an array
  • Ans. 

    Find max continous sub array with unique elements in an array

    • Use sliding window approach

    • Keep track of unique elements in the window

    • Update max length when a duplicate element is found

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Pure Technical round
Round 5 - One-on-one 

(1 Question)

  • Q1. Typical Managerial round
Round 6 - HR 

(1 Question)

  • Q1. Payscale discussion round

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be strong at both coding and technical skills

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Why microservices?
  • Ans. 

    Microservices offer scalability, flexibility, and easier maintenance in software development.

    • Scalability: Microservices allow for individual components to be scaled independently, leading to better resource utilization.

    • Flexibility: Microservices enable teams to work on different services simultaneously, promoting faster development and deployment.

    • Easier maintenance: With microservices, it's easier to identify and fix i...

  • Answered by AI
  • Q2. Why you went for microservices in your application
  • Q3. Mention about the design patterns you worked so far
  • Ans. 

    I have worked with various design patterns such as Singleton, Factory, Observer, and MVC.

    • Implemented Singleton pattern to ensure only one instance of a class exists

    • Utilized Factory pattern to create objects without specifying the exact class

    • Implemented Observer pattern to establish a one-to-many dependency between objects

    • Utilized MVC pattern to separate the concerns of data, presentation, and user input

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have practical knowledge to clear it

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Angular, JS , C# and SQL Server related questions
Round 2 - Technical 

(1 Question)

  • Q1. Questions related to Observables in Angular, C# advanced concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Study advanced concepts of dot net full stack technologies.

Northern Trust Interview FAQs

How many rounds are there in Northern Trust Full Stack Software Developer interview?
Northern Trust interview process usually has 2 rounds. The most common rounds in the Northern Trust interview process are Technical.
What are the top questions asked in Northern Trust Full Stack Software Developer interview?

Some of the top questions asked at the Northern Trust Full Stack Software Developer interview -

  1. Difference between Java vers...read more
  2. Difference between MVC and M...read more
  3. Process of new New Applicat...read more

Tell us how to improve this page.

Northern Trust Full Stack Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Citicorp Interview Questions
3.7
 • 562 Interviews
Wells Fargo Interview Questions
3.9
 • 561 Interviews
HSBC Group Interview Questions
4.0
 • 490 Interviews
Goldman Sachs Interview Questions
3.5
 • 408 Interviews
American Express Interview Questions
4.2
 • 360 Interviews
UBS Interview Questions
4.0
 • 337 Interviews
BNY Interview Questions
3.9
 • 334 Interviews
Morgan Stanley Interview Questions
3.7
 • 306 Interviews
Barclays Interview Questions
3.9
 • 272 Interviews
View all
Northern Trust Full Stack Software Developer Salary
based on 5 salaries
₹25 L/yr - ₹37.5 L/yr
224% more than the average Full Stack Software Developer Salary in India
View more details
Senior Analyst
1.7k salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Technical Coordinator
787 salaries
unlock blur

₹5.8 L/yr - ₹13.5 L/yr

Analyst II
553 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Financial Analyst
551 salaries
unlock blur

₹2 L/yr - ₹7.9 L/yr

Analyst
506 salaries
unlock blur

₹0.6 L/yr - ₹9 L/yr

Explore more salaries
Compare Northern Trust with

State Street Corporation

3.8
Compare

BNY

3.9
Compare

JPMorgan Chase & Co.

4.0
Compare

Wells Fargo

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