Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Nomura Research Institute Financial Technologies India Team. If you also belong to the team, you can get access from here
3.9

based on 74 Reviews

Filter interviews by

Nomura Research Institute Financial Technologies India Senior Engineer Interview Questions, Process, and Tips

Updated 8 Feb 2024

Nomura Research Institute Financial Technologies India Senior Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What are the new features of Java 8
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, and default methods.

    • Lambda expressions enable functional programming and simplify code.

    • Streams provide a new way to process collections and perform operations in parallel.

    • Default methods allow interfaces to have method implementations.

    • Other features include the Optional class, Date and Time API, and Nashorn JavaScript engine.

  • Answered by AI
  • Q2. What is lambda and optional
  • Ans. 

    Lambda is an anonymous function in programming, while Optional is a container object that may or may not contain a non-null value.

    • Lambda is used to write concise and functional code by allowing the creation of small, reusable functions.

    • Optional is used to handle null values in a more explicit and safe way, reducing the chances of NullPointerExceptions.

    • Lambda expressions can be used with functional interfaces, allowing ...

  • Answered by AI
  • Q3. What is a singleton design pattern
  • Ans. 

    A singleton design pattern restricts the instantiation of a class to a single object.

    • Singleton pattern ensures that only one instance of a class is created.

    • It provides a global point of access to the instance.

    • Commonly used in scenarios where a single instance is required to control actions or resources.

    • Example: Database connection manager, logger, configuration manager.

  • Answered by AI
  • Q4. What is an observer design pattern
  • Ans. 

    Observer design pattern is a behavioral design pattern that allows objects to subscribe and receive updates from a subject.

    • It is used to establish a one-to-many dependency between objects.

    • The subject maintains a list of observers and notifies them of any state changes.

    • Observers can be added or removed dynamically.

    • It promotes loose coupling between objects.

    • Example: A weather station broadcasts weather updates to multipl

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What do you know about NRIFT
  • Q2. Are you okay with Kolkata location

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Soo easy aptitude exam asked questions

Round 2 - Technical 

(3 Questions)

  • Q1. What is oops in Java,fibo, and sorting
  • Ans. 

    OOPs in Java refers to Object-Oriented Programming concepts, fibo likely refers to Fibonacci sequence, and sorting refers to arranging elements in a specific order.

    • OOPs in Java includes concepts like classes, objects, inheritance, polymorphism, and encapsulation.

    • Fibo likely refers to the Fibonacci sequence, where each number is the sum of the two preceding ones (e.g. 0, 1, 1, 2, 3, 5, ...).

    • Sorting involves arranging el...

  • Answered by AI
  • Q2. Why is garbage collector is used in java etc more of java questions
  • Q3. Can main can be overloaded and overrided
  • Ans. 

    Yes, main can be overloaded but not overridden in C++.

    • Main can be overloaded by defining multiple functions with different parameters.

    • Example: int main() and int main(int argc, char* argv[])

    • Main cannot be overridden as it is a static function of the program.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and get your basics right
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Java coding questions, basic Java questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Java basics questions.
  • Q2. Live coding.
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion on previous experience and projects.
  • Q2. System design question
Round 4 - Technical 

(2 Questions)

  • Q1. Questions on SQL, Java advanced, personal projects, Java frameworks, UI based questions, Agile methodologies.
  • Q2. Interview discussion with the whole team.
Round 5 - HR 

(2 Questions)

  • Q1. Benefits discussion.
  • Q2. Salary discussion.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Min and max value from an array of integers, reverse of a string

Round 2 - Technical 

(2 Questions)

  • Q1. Data Structures, Algorithms, Understand Common Problem Patterns,
  • Q2. Advance Laravel and PHP
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It consist of 4 DSA ques and few quiz and opps concept based ques
1st was string based Medium level ques.
2nd was a ques based on 2 pointer
And other 2 was from Vector and Linked list easy ques

Round 2 - Technical 

(3 Questions)

  • Q1. It was stock buy and sell ques on leetcode where we need to find Max profit and what day to buy and sell
  • Q2. 2d array ques to print natural numbers in spiral form
  • Ans. 

    Print natural numbers in spiral form using a 2D array.

    • Create a 2D array with dimensions n x n.

    • Initialize variables for row and column boundaries.

    • Iterate through the array in a spiral pattern, filling in natural numbers.

  • Answered by AI
  • Q3. Hard level linked list ques

Skills evaluated in this interview

Interview experience
2
Poor
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 3 interview rounds.

Round 1 - Coding Test 

Technical sql questions

Round 2 - Coding Test 

Oops concept and sql db questions

Round 3 - Technical 

(1 Question)

  • Q1. Dependency injection
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. C++ 11, 14 Deep dive, Multi-threading etc
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via LinkedIn

Round 1 - One-on-one 

(1 Question)

  • Q1. Career plan and technical skills relevant experience

Interview Preparation Tips

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

I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding simple problem

Round 2 - System design 

(1 Question)

  • Q1. Prepare for normal system design questions and you are good to go
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sql unix transactions flow
  • Q2. Sql Java ATM POS transactions flow

Interview Preparation Tips

Interview preparation tips for other job seekers - Lear

Nomura Research Institute Financial Technologies India Interview FAQs

How many rounds are there in Nomura Research Institute Financial Technologies India Senior Engineer interview?
Nomura Research Institute Financial Technologies India interview process usually has 2 rounds. The most common rounds in the Nomura Research Institute Financial Technologies India interview process are Technical and HR.
What are the top questions asked in Nomura Research Institute Financial Technologies India Senior Engineer interview?

Some of the top questions asked at the Nomura Research Institute Financial Technologies India Senior Engineer interview -

  1. What are the new features of Jav...read more
  2. What is a singleton design patt...read more
  3. What is an observer design patt...read more

Tell us how to improve this page.

Associate Software Engineer
115 salaries
unlock blur

₹4.6 L/yr - ₹9.5 L/yr

Software Engineer
72 salaries
unlock blur

₹4.8 L/yr - ₹14.5 L/yr

Senior Software Engineer
25 salaries
unlock blur

₹6.5 L/yr - ₹17.7 L/yr

Associate Software Engineer 2
14 salaries
unlock blur

₹7.2 L/yr - ₹9.4 L/yr

Software Developer
11 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Explore more salaries
Compare Nomura Research Institute Financial Technologies India with

IBM

4.1
Compare

Accenture

3.9
Compare

TCS

3.7
Compare

Wipro

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