Upload Button Icon Add office photos

Filter interviews by

Clear (1)

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
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Finalizer and un manageable resources
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hackerrank Coding - They have asked 2 questions.

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS Concepts and general questions.
  • Q2. About the project I have worked on.
Round 3 - HR 

(1 Question)

  • Q1. Package, relocation and sponsorship for staying in the US
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

Analyst Interview Questions & Answers

Goldman Sachs user image ArunKeshav Sridhar

posted on 23 Aug 2015

I applied via Campus Placement

Interview Questionnaire 

1 Question

  • Q1. How many ways can a king go from one end of the chessboard to the diagonally opposite square(The king can move only towards the corner and not diagonally)
  • Ans. 

    The king can move only towards the corner and not diagonally. How many ways can a king go from one end of the chessboard to the diagonally opposite square?

    • The king can only move towards the corner, so there are limited options for each move

    • The total number of moves required to reach the opposite corner is 14

    • Using combinatorics, the total number of ways the king can reach the opposite corner is 3432

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The test was very well designed with seemingly easy questions but which required deep understanding of fundamentals. I really enjoyed the quantitative part and the data analytics part.
Tips: I would suggest that you focus on the parts that you are good at . It is not necessary to do well in every part. So focus on your strengths.
Duration: 90 minutes
Total Questions: 30

Round: Puzzle Interview
Experience: I initially suggested a brute force method to solve this problem , which was correct but the interviewer asked for a smarter way to solve it using permutations. I initially struggled but i finally got the right answer.
Tips: Walk the interviewer through what you are thinking and think of the smartest way to solve it.

Skills: Problem solving abilities
Duration: 2
College Name: IIT Madras

I was interviewed in Sep 2016.

Interview Questionnaire 

2 Questions

  • Q1. Why do you want to join GS?
  • Ans. 

    I want to join GS because of their reputation for excellence and the opportunity to work on challenging projects.

    • GS is known for its prestigious reputation in the financial industry

    • I am attracted to the opportunity to work on complex and challenging projects

    • I admire GS's commitment to innovation and cutting-edge technology

    • I believe GS will provide me with valuable learning and growth opportunities

  • Answered by AI
  • Q2. Questions related to Internal Audit were asked

Interview Preparation Tips

Round: Group Discussion
Experience: I had a good time. Got to know new and valuable additions to Companies Act
Duration: 30 minutes

Round: HR Interview
Experience: It was a great exchange, I really expressed my views and visions well.

Round: Technical Interview
Experience: I was complimented for being calm, confident and patient throughout the interview.

Skills: Technical Knowledge(ML, Ability To Cope Up With Stress, Confidence
College Name: Maharani college

Analyst Interview Questions & Answers

Goldman Sachs user image Devendra Bendkhale

posted on 4 Dec 2015

Interview Questionnaire 

4 Questions

  • Q1. Discussion on one of the project
  • Q2. Given a matrix containing several positive numbers find max path from bottom left to top right using only up and right steps
  • Ans. 

    Find max path from bottom left to top right in a matrix using only up and right steps.

    • Start from bottom left corner and move towards top right corner.

    • At each step, choose the maximum value between the cell above and the cell to the right.

    • Keep track of the sum of values in the chosen path.

    • The final sum is the maximum possible sum of values in a path from bottom left to top right.

  • Answered by AI
  • Q3. Dice rolled several times until sum of outcomes till now comes greater than equal to hundred. What is most likely number to occur as final sum?
  • Ans. 

    The most likely number to occur as the final sum is 100.

    • The sum of the outcomes of the dice rolls will keep increasing until it reaches or exceeds 100.

    • Since the dice have equal probabilities for each outcome, the sum will have a higher chance of reaching 100.

    • The probability of rolling a sum greater than 100 decreases as the sum gets larger.

  • Answered by AI
  • Q4. Cutting three random points on the circle of radius 1 centered at (0,0) . What is probability that point (1,0) lies in longest cut
  • Ans. 

    Finding probability of point (1,0) lying in longest cut of three random points on circle of radius 1 centered at (0,0)

    • The longest cut will be the one that spans the smallest angle between two of the three points

    • The probability can be found by calculating the area of the region where the longest cut includes point (1,0)

    • This can be done by finding the angle between (1,0) and the two other points and using trigonometry to...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 30 OBJECTIVE QUESTION 90 MIN . QUESTION LEVEL WAS TOUGH. GS Takes their tests very seriously
Tips: Do the section first which are you most famaliar with. They hire on section wise performance.


Skill Tips: Be calm . Approach is important than answer.

Skills: Analytical Skills, Coding Skills, Maths(esp Probability), Algorithm Analysis, Probabiity
College Name: IIT Guwahati

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: Written test (Cut off: 7): The test consisted of 2 sectionsPart A (60 min): MCQ's with negatives on general aptitude, permutation & combination (P&C) and Probability.Part B (40 min): This was a subjective section. One or two problems on probability/P&C and few problems on data structures and algorithms (we were asked to write code).
Duration: 60+40 minutes

Round: Other Interview
Experience: 22 candidates were selected for interview which consisted of 2 or 3 rounds. First round: They asked me to explain my summer project. In the Second round, a few problems on P&C/Probability and couple of questions on DSA. Final round: An open problem. For example: estimate the population of Mangalore.

General Tips: If you don't know an answer, tell the interviewer the same. Lying would do more harm than good because they definitely know more than us and will find out very easily. It was Challenging and a great learning experience They test your fundamentals and don't ask too many difficult questions.
Skill Tips: If they ask you to explain what you did in your summer internship, explain it in as simple a language as possible so that even a person with no background in the subject will be able to understand it. Don't use complicated terms because they are looking for people who can express themselves well. Prepare for aptitude sincerely. You might neglect it thinking "It's just apti, what can they ask?". The problem will arise when you know how to solve the question but it might take a really long time to work it out. Practice makes a man perfect. For algorithms, code every question you have tried to solve. Interviewers look for people who can write efficient and readable code. ["Use proper names for variables"]. When they ask you a question, they don't expect you to arrive at the exact solution. They look for the structure in your solution i.e have you considered the necessary parameters and does there exist a logical progression from one step to the next. If you are asked an open problem, don't panic. Keep asking questions to get a proper understanding of the problem and try to give them multiple solutions and reason out why each solution might be right or wrong.
Skills: Probability, Apti, Algorithms, Aptitude questions
College Name: NIT SURATHKAL

I was interviewed in Aug 2016.

Interview Preparation Tips

Round: Test
Experience: Aptitude questions which can be found on any website or book were asked which were pretty easy to solve if you have a little bit of practice.
One question related to data structures was asked.
Tips: Go through basic programming concepts as well as aptitude type questions.
Duration: 2 hours
Total Questions: 45

Round: Group Discussion
Experience: It was a topic I had no clue about. I was sandwiched by two people who for some reason seemed like research scholars on that topic. I was quiet throughout most of the discussion. At the end, after simply listening to everyone, I tried to make a sound conclusion and ALAS! I got through the GD round.
Duration: 25 minutes

Round: HR Interview
Experience: Most of the discussion was based on my activities which I had been part of in college.

College Name: Manipal Institute Of Technology, Manipal
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

INTERVIEWS

TSYS|Total System Services

No Interviews

INTERVIEWS

Worldline

No Interviews

INTERVIEWS

Ppap Automotive

No Interviews

INTERVIEWS

Accenture

No Interviews

INTERVIEWS

Fidelity Investments

No Interviews

INTERVIEWS

Microchip Technology

No Interviews

INTERVIEWS

Lam Research

No Interviews

INTERVIEWS

Canopus Infosystems

No Interviews

INTERVIEWS

NXP Semiconductors

No Interviews

INTERVIEWS

VVDN Technologies

No Interviews

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
 • 564 Interviews
Wells Fargo Interview Questions
3.8
 • 563 Interviews
HSBC Group Interview Questions
4.0
 • 484 Interviews
Goldman Sachs Interview Questions
3.5
 • 376 Interviews
American Express Interview Questions
4.2
 • 358 Interviews
BNY Interview Questions
3.9
 • 340 Interviews
UBS Interview Questions
3.9
 • 331 Interviews
Morgan Stanley Interview Questions
3.7
 • 291 Interviews
Barclays Interview Questions
3.8
 • 269 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

₹0 L/yr - ₹0 L/yr

Technical Coordinator
807 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst II
585 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Financial Analyst
567 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
510 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Northern Trust with

State Street Corporation

3.7
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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent