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

Filter interviews by

Nomura Research Institute Financial Technologies India Interview Questions and Answers

Updated 11 Jan 2025
Popular Designations

19 Interview questions

A QA QC Engineer was asked 10mo ago
Q. How do you create test use cases for this?
Ans. 

Test use cases can be created by identifying different scenarios and inputs to validate the functionality of a system.

  • Identify different scenarios and inputs that the system should be able to handle

  • Create test cases based on these scenarios and inputs

  • Execute the test cases and verify the expected outcomes

  • Include positive and negative test cases to cover all possible scenarios

View all QA QC Engineer interview questions
A QA QC Engineer was asked 10mo ago
Q. How do you test user cases?
Ans. 

Test user cases involve defining scenarios to validate software functionality and ensure quality assurance.

  • Identify user roles and their interactions with the system.

  • Create test cases for each user scenario, e.g., 'User logs in successfully.'

  • Include edge cases, such as 'User enters incorrect password.'

  • Prioritize test cases based on critical functionalities.

  • Document expected outcomes for each test case.

View all QA QC Engineer interview questions
A Junior Associate was asked 11mo ago
Q. What programming languages are you familiar with?
Ans. 

I am familiar with Java, Python, and C++ programming languages.

  • Java

  • Python

  • C++

View all Junior Associate interview questions
A Junior Associate was asked 11mo ago
Q. What are the four pillars of OOP?
Ans. 

The 4 pillars of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism.

  • Inheritance allows a class to inherit properties and behavior from another class.

  • Encapsulation restricts access to certain components of an object, protecting its integrity.

  • Abstraction hides complex implementation details and only shows the necessary features.

  • Polymorphism allows objects to be treated as instances of their parent cla...

View all Junior Associate interview questions
A Researcher was asked
Q. How many people go to coffee shops in India?
Ans. 

The number of people going to coffee shops in India varies depending on the location and time of day.

  • The number of people going to coffee shops in India can vary greatly depending on the city, neighborhood, and time of day.

  • Major cities like Mumbai, Delhi, Bangalore, and Chennai have a higher number of people visiting coffee shops compared to smaller towns.

  • Coffee shops near colleges and offices tend to have more fo...

View all Researcher interview questions
A Researcher was asked
Q. How many people watch football in India?
Ans. 

It is estimated that millions of people watch football in India, making it one of the most popular sports in the country.

  • Football is one of the most popular sports in India, with a huge fan following.

  • The Indian Super League (ISL) and the I-League are the two main football leagues in India.

  • The FIFA World Cup and UEFA Champions League are also widely watched in India.

  • Football matches featuring popular international ...

View all Researcher interview questions
A Senior Engineer was asked
Q. 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.

View all Senior Engineer interview questions
Are these interview questions helpful?
A Senior Engineer was asked
Q. 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.

View all Senior Engineer interview questions
A Senior Engineer was asked
Q. 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 mu...

View all Senior Engineer interview questions
A Software Developer was asked
Q. How do you find the palindrome in a string?
Ans. 

To find palindromes in a string, compare characters from both ends towards the middle.

  • Iterate through each string in the array

  • Check if the string is equal to its reverse to determine if it's a palindrome

  • Examples: 'level', 'radar', 'madam'

View all Software Developer interview questions

Nomura Research Institute Financial Technologies India Interview Experiences

15 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Web scripting,dbms,java,c++

Round 2 - Technical 

(2 Questions)

  • Q1. What programming languages familiar with
  • Ans. 

    I am familiar with Java, Python, and C++ programming languages.

    • Java

    • Python

    • C++

  • Answered by AI
  • Q2. What are 4 pillars of oops?
  • Ans. 

    The 4 pillars of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation restricts access to certain components of an object, protecting its integrity.

    • Abstraction hides complex implementation details and only shows the necessary features.

    • Polymorphism allows objects to be treated as instances of their parent class or...

  • Answered by AI

QA QC Engineer Interview Questions & Answers

user image Soumya Ghosh

posted on 31 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Test user cases
  • Ans. 

    Test user cases involve defining scenarios to validate software functionality and ensure quality assurance.

    • Identify user roles and their interactions with the system.

    • Create test cases for each user scenario, e.g., 'User logs in successfully.'

    • Include edge cases, such as 'User enters incorrect password.'

    • Prioritize test cases based on critical functionalities.

    • Document expected outcomes for each test case.

  • Answered by AI
  • Q2. Test use cases how to do that for this
  • Ans. 

    Test use cases can be created by identifying different scenarios and inputs to validate the functionality of a system.

    • Identify different scenarios and inputs that the system should be able to handle

    • Create test cases based on these scenarios and inputs

    • Execute the test cases and verify the expected outcomes

    • Include positive and negative test cases to cover all possible scenarios

  • Answered by AI
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

Software Engineer Interview Questions & Answers

user image Saswat Mohanty

posted on 11 Jan 2025

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

I applied via Recruitment Consulltant and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(6 Questions)

  • Q1. Introduce yourself
  • Q2. Describe your project and the tools and technologies you have used in your project.
  • Ans. 

    Developed a web application for online shopping using React, Node.js, and MongoDB.

    • Web application for online shopping

    • Used React for front-end development

    • Utilized Node.js for back-end development

    • Integrated MongoDB for database management

  • Answered by AI
  • Q3. What is multitenancy in your project? How did you handle it?
  • Ans. 

    Multitenancy is the ability of a software system to serve multiple clients (tenants) with separate data and configurations.

    • Implemented separate databases or schemas for each tenant

    • Used a single codebase to serve multiple tenants with different configurations

    • Ensured data isolation and security between tenants

    • Managed tenant-specific customizations and settings

  • Answered by AI
  • Q4. Question about stored procedures and how parameters are used
  • Q5. Questions about spring framework and MVC.
  • Q6. Have you used jQuery? What is $ in Jquery?
  • Ans. 

    Yes, I have used jQuery. $ in jQuery is a shorthand alias for jQuery.

    • The $ symbol in jQuery is a shorthand alias for the jQuery function.

    • It is commonly used to select elements in the DOM and perform actions on them.

    • For example, $('p') selects all <p> elements on the page.

  • Answered by AI
Round 2 - HR 

(4 Questions)

  • Q1. What is your current CTC?
  • Q2. What is your Expected CTC?
  • Q3. Why are you willing to join us?
  • Q4. Are you willing to relocate?

Interview Preparation Tips

Topics to prepare for Nomura Research Institute Financial Technologies India Software Engineer interview:
  • Core Java
  • Spring Framework
  • Spring Mvc
  • JSP
  • Servlets
  • Oracle SQL
  • Stored Procedures
  • JMS
  • Tomcat
Interview preparation tips for other job seekers - This interview was conducted in Feb 2020. So, a lot has changed after that. If you are preparing now in 2025, then you need to be conversant in Java, J2EE, Spring Framework, Spring boot, Microservices, JSP, Angular/React, Oracle SQL.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It consisted of 90 questions from various sections like C++, Java, DBMS, Aptitude, Reasoning and web technology.

Round 2 - Technical 

(4 Questions)

  • Q1. Palindrome check in string.
  • Ans. 

    Check if a string is a palindrome or not.

    • Iterate through the string from both ends and compare characters.

    • Ignore spaces and punctuation while checking for palindrome.

    • Examples: 'racecar' is a palindrome, 'hello' is not a palindrome.

  • Answered by AI
  • Q2. Minimum difference element in sorted array.
  • Ans. 

    Find the element with minimum difference between adjacent elements in a sorted array.

    • Iterate through the array and calculate the difference between each pair of adjacent elements.

    • Keep track of the minimum difference found so far.

    • Return the element corresponding to the minimum difference.

  • Answered by AI
  • Q3. Balanced parentheses.
  • Ans. 

    Balanced parentheses check ensures every opening parenthesis has a corresponding closing one in a string.

    • Use a stack to track opening parentheses. Example: '(()' pushes '(', '(', and pops on encountering ')'.

    • For every '(', push onto the stack; for every ')', pop from the stack. If stack is empty at the end, it's balanced.

    • An empty string is considered balanced. Example: '' is balanced.

    • Unbalanced examples: '(()(', '())('...

  • Answered by AI
  • Q4. Normalization and sql query in dbms.
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity. SQL queries are used to retrieve and manipulate data in a database management system.

    • Normalization involves breaking down data into smaller, more manageable tables to reduce redundancy.

    • SQL queries are used to retrieve specific data from a database using SELECT, INSERT, UPDATE, and DELETE statements.

    • Normalizati...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Questions related to project and resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Dbms is very important subject and easy to medium question of dsa in technical round is good to know. Resume should be well prepared.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Feb 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

It was not just aptitude test but also technical test comprising os,DBMS and c++ or Java fundamental questions.

Round 3 - Technical 

(2 Questions)

  • Q1. It was technical round Interview,with one medium level leetcode question to be solved in front of interviewer, followed by questions on oops,DBMS and os
  • Q2. Mid level leetcode question.
Round 4 - HR 

(1 Question)

  • Q1. HR Round was simple and Short.Easy to clear.
Round 5 - Hod Round 

(2 Questions)

  • Q1. This round is basically a technical round.
  • Q2. Panel consists of 7 Hod of the company.

Interview Preparation Tips

Topics to prepare for Nomura Research Institute Financial Technologies India Associate Software Engineer interview:
  • OOPS
  • DBMS
  • SQL
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2023. There were 4 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 - Aptitude Test 

Basic quant questions and logical reasoning, c++ and java

Round 3 - Technical 

(2 Questions)

  • Q1. Find the palindrome in the string?
  • Ans. 

    To find palindromes in a string, compare characters from both ends towards the middle.

    • Iterate through each string in the array

    • Check if the string is equal to its reverse to determine if it's a palindrome

    • Examples: 'level', 'radar', 'madam'

  • Answered by AI
  • Q2. Difference between linked list and array?
  • Ans. 

    Arrays store elements in contiguous memory locations, while linked lists store elements in nodes with pointers to the next node.

    • Arrays have fixed size, while linked lists can dynamically grow or shrink.

    • Accessing elements in arrays is faster (O(1)), while in linked lists it is slower (O(n)).

    • Inserting or deleting elements in arrays can be inefficient, while in linked lists it is efficient.

    • Example: Array - [1, 2, 3, 4], L...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Are you comfortable with relocating?
  • Q2. Tell us about your family members?

Interview Preparation Tips

Topics to prepare for Nomura Research Institute Financial Technologies India Software Developer interview:
  • Oops
  • Dbms
  • C++
  • Java
Interview preparation tips for other job seekers - Confidence

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Small aptitude test, c++, java. etc.

Round 2 - One-on-one 

(2 Questions)

  • Q1. SQL queries and joins
  • Q2. Discussion on projects and one dsa question
Round 3 - HR 

(2 Questions)

  • Q1. Future plans of you
  • Ans. 

    My future plans include gaining more experience in software development, pursuing advanced certifications, and eventually moving into a leadership role.

    • Continue learning new technologies and programming languages

    • Work on more challenging projects to enhance my skills

    • Obtain certifications such as AWS Certified Developer or Microsoft Certified Solutions Developer

    • Seek opportunities for mentorship and leadership roles withi...

  • Answered by AI
  • Q2. Why do you want to join?
  • Ans. 

    I am passionate about software development and excited about the opportunity to learn and grow in a dynamic team environment.

    • Passionate about software development

    • Excited about learning and growing in a dynamic team environment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study DSA properly.

Researcher Interview Questions & Answers

user image Anonymous

posted on 24 May 2024

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

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Guesstimates. How many people have TV in India
  • Q2. How many people go to coffee shops in India?
  • Ans. 

    The number of people going to coffee shops in India varies depending on the location and time of day.

    • The number of people going to coffee shops in India can vary greatly depending on the city, neighborhood, and time of day.

    • Major cities like Mumbai, Delhi, Bangalore, and Chennai have a higher number of people visiting coffee shops compared to smaller towns.

    • Coffee shops near colleges and offices tend to have more footfal...

  • Answered by AI
  • Q3. Case study around EV
Round 2 - One-on-one 

(1 Question)

  • Q1. How many people watch football in India
  • Ans. 

    It is estimated that millions of people watch football in India, making it one of the most popular sports in the country.

    • Football is one of the most popular sports in India, with a huge fan following.

    • The Indian Super League (ISL) and the I-League are the two main football leagues in India.

    • The FIFA World Cup and UEFA Champions League are also widely watched in India.

    • Football matches featuring popular international teams...

  • Answered by AI
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 - Technical 

(1 Question)

  • Q1. Capital market process
Round 3 - Technical 

(1 Question)

  • Q1. Managerial with VPs. Technical questions asked about capital markets

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the capital market back office process thoroughly at least for one asset class. Options and MFs are preferable.

Top trending discussions

View All
Data Science & Analytics
6d
xgabru
Verified Icon
·
works at
Carelon Global Solutions
My entire career is derailed’: Analyst says accidental file download led to termination and blacklisting
🤯 Accidental click, career lost? A chilling remote work warning. Just read a horrifying Hindustan Times story: an analyst's career was allegedly torpedoed – termination and blacklisting – by an accidental file download to their personal laptop while working remotely. This isn't just about IT policy; it's the terrifying reality of our digital lives. How many of us have had that gut-wrenching "oh no" moment from a misclick? It makes you wonder: How forgiving are company IT systems? What support is there for honest mistakes? Are we, remote workers, truly aware of every digital tripwire? http://nauk.in/Tmd2IOpH My heart goes out to this person. Imagine your entire future crumbling from one innocent click. It's a nightmare scenario that demands better clarity and empathy from employers. What are your thoughts on this?
FeedCard Image
Got a question about Nomura Research Institute Financial Technologies India?
Ask anonymously on communities.

Nomura Research Institute Financial Technologies India Interview FAQs

How many rounds are there in Nomura Research Institute Financial Technologies India interview?
Nomura Research Institute Financial Technologies India interview process usually has 2-3 rounds. The most common rounds in the Nomura Research Institute Financial Technologies India interview process are Technical, HR and Aptitude Test.
How to prepare for Nomura Research Institute Financial Technologies India 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 Nomura Research Institute Financial Technologies India. The most common topics and skills that interviewers at Nomura Research Institute Financial Technologies India expect are AWS, Digital Marketing, Analytical Chemistry, Application Security and Automation Testing.
What are the top questions asked in Nomura Research Institute Financial Technologies India interview?

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

  1. Have you used jQuery? What is $ in Jque...read more
  2. Design a class that can give maximum 3 instance of that class, from 4th call it...read more
  3. Difference between linked list and arr...read more
What are the most common questions asked in Nomura Research Institute Financial Technologies India HR round?

The most common HR questions asked in Nomura Research Institute Financial Technologies India interview are -

  1. Where do you see yourself in 5 yea...read more
  2. Tell me about yourse...read more
How long is the Nomura Research Institute Financial Technologies India interview process?

The duration of Nomura Research Institute Financial Technologies India interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 9 interview experiences

Difficulty level

Moderate 88%
Hard 13%

Duration

Less than 2 weeks 75%
2-4 weeks 25%
View more

Interview Questions from Similar Companies

Kissht Finance Interview Questions
3.9
 • 36 Interviews
Verifone Interview Questions
3.3
 • 26 Interviews
Uni Cards Interview Questions
3.9
 • 25 Interviews
Experian Interview Questions
3.7
 • 23 Interviews
indiagold Interview Questions
4.2
 • 23 Interviews
iServeU Interview Questions
3.8
 • 20 Interviews
Crif Solutions Interview Questions
3.4
 • 19 Interviews
View all

Nomura Research Institute Financial Technologies India Reviews and Ratings

based on 83 reviews

3.8/5

Rating in categories

3.2

Skill development

3.7

Work-life balance

3.5

Salary

4.2

Job security

3.7

Company culture

3.2

Promotions

3.3

Work satisfaction

Explore 83 Reviews and Ratings
Senior Frontend Engineer

Kolkata

7-8 Yrs

Not Disclosed

Senior Backend Engineer

Kolkata

7-12 Yrs

Not Disclosed

DevOps Developer

Kolkata

4-8 Yrs

Not Disclosed

Explore more jobs
Associate Software Engineer
122 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Software Engineer
76 salaries
unlock blur

₹4.8 L/yr - ₹17 L/yr

Senior Software Engineer
23 salaries
unlock blur

₹9.5 L/yr - ₹20.9 L/yr

Software Developer
17 salaries
unlock blur

₹9.6 L/yr - ₹28.6 L/yr

Associate Software Engineer 2
16 salaries
unlock blur

₹7.2 L/yr - ₹10 L/yr

Explore more salaries
Compare Nomura Research Institute Financial Technologies India with

Kissht Finance

3.9
Compare

VSoft Technologies

3.2
Compare

Innoviti Technologies Private Limited

3.1
Compare

Verifone

3.3
Compare
write
Share an Interview