Upload Button Icon Add office photos

Filter interviews by

National Stock Exchange of India Java Developer Interview Questions, Process, and Tips

Updated 8 Jun 2022

National Stock Exchange of India Java Developer Interview Experiences

1 interview found

Round 1 - Technical 

(5 Questions)

  • Q1. Explain solid principal
  • Ans. 

    SOLID is a set of principles for object-oriented programming to make software more maintainable, flexible and understandable.

    • S - Single Responsibility Principle

    • O - Open/Closed Principle

    • L - Liskov Substitution Principle

    • I - Interface Segregation Principle

    • D - Dependency Inversion Principle

  • Answered by AI
  • Q2. Explain CURD operation
  • Ans. 

    CURD stands for Create, Update, Read, and Delete. It is a set of basic operations used in database management.

    • Create - inserting new data into the database

    • Update - modifying existing data in the database

    • Read - retrieving data from the database

    • Delete - removing data from the database

  • Answered by AI
  • Q3. What is marker interface
  • Ans. 

    Marker interface is an interface with no methods, used to mark a class as having a certain property or behavior.

    • Marker interfaces are used to provide metadata to the JVM or other tools.

    • Examples of marker interfaces in Java include Serializable, Cloneable, and Remote.

    • Marker interfaces can be used to enforce design patterns or conventions.

    • Marker interfaces can also be used to indicate that a class should be processed in

  • Answered by AI
  • Q4. Different between array and linklist
  • Ans. 

    Array is a fixed-size data structure while LinkedList is a dynamic data structure.

    • Arrays have a fixed size while LinkedLists can grow dynamically.

    • Arrays are faster for accessing elements while LinkedLists are faster for inserting and deleting elements.

    • Arrays store elements in contiguous memory locations while LinkedLists store elements in nodes with pointers to the next node.

    • Arrays can be multi-dimensional while Linked

  • Answered by AI
  • Q5. Coding on Hashmap in java

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear concept of core Java.And if Possible some concept of Advance java .not all concept required.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test on engineering subjects

Round 2 - Coding Test 

Writing projects in c

Interview Preparation Tips

Interview preparation tips for other job seekers - Smooth process
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between a static function and a static variable?
  • Ans. 

    Static function is a function that can only be accessed within the same file, while a static variable is a variable that retains its value between function calls.

    • Static function is declared using the 'static' keyword before the return type, limiting its scope to the file it is defined in.

    • Static variable is declared using the 'static' keyword before the variable type, retaining its value between function calls.

    • Example o...

  • Answered by AI
  • Q2. What is the synchronization technique?
  • Ans. 

    Synchronization technique is a method used to control access to shared resources in a multi-threaded environment.

    • Synchronization techniques prevent race conditions and ensure data consistency

    • Common synchronization techniques include locks, semaphores, and monitors

    • Examples include using synchronized keyword in Java or mutex in C++

  • Answered by AI
Round 2 - Coding Test 

Add an element to a linked list.

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. How are you today
  • Q2. What's the weather today
  • Ans. 

    The weather today is sunny with a few clouds and a high of 75 degrees.

    • Sunny weather with some clouds

    • High temperature of 75 degrees

    • Possibility of rain later in the day

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

    I am passionate about creating innovative software solutions and believe your company aligns with my values and goals.

    • Passionate about software development

    • Believe company aligns with values and goals

  • Answered by AI
  • Q4. What values do you have
  • Ans. 

    I value continuous learning, collaboration, innovation, and integrity in my work as a software developer.

    • Continuous learning: I believe in staying updated with the latest technologies and trends in the industry.

    • Collaboration: I value working in a team and sharing knowledge and ideas with my colleagues.

    • Innovation: I strive to find creative solutions to problems and improve processes.

    • Integrity: I believe in honesty, tran...

  • Answered by AI
  • Q5. What do you like more, array or list
  • Ans. 

    I prefer arrays for their fixed size and faster access, but lists for their flexibility and ease of manipulation.

    • Arrays are preferred for their fixed size and faster access time, especially when random access is required.

    • Lists are more flexible and easier to manipulate, especially when elements need to be added or removed frequently.

    • Arrays are typically used when the size of the collection is known beforehand, while li...

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Interviewer asked me to solve set matrix zeroes problem.
  • Q2. What is dependency Injection?
  • Ans. 

    Dependency Injection is a design pattern that allows a program to achieve Inversion of Control by injecting dependencies into a class.

    • Promotes loose coupling between classes.

    • Enhances testability by allowing mock dependencies.

    • Can be implemented using frameworks like Spring.

    • Example: Instead of a class creating its own dependencies, they are provided externally.

    • Facilitates easier maintenance and scalability of code.

  • Answered by AI
  • Q3. Merge two sorted linked list.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't take managerial round lightly.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Coding question realted to string , 2 pointer
  • Q2. Aboiut project and , dsa question
  • Q3. Dsa question about string
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Not done yet ,test on tomorrow

Round 2 - Technical 

(2 Questions)

  • Q1. Connect the rope problrm
  • Ans. 

    The connect the rope problem involves connecting ropes of different lengths to minimize the cost.

    • Sort the ropes by length

    • Connect the two shortest ropes at a time

    • Repeat the process until all ropes are connected

  • Answered by AI
  • Q2. E 3 dk 4j c4 cj j c k

Interview Preparation Tips

Interview preparation tips for other job seekers - i am fresser

Associate Interview Questions & Answers

Mr Cooper user image Krishnamurthy C

posted on 4 Mar 2024

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

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

Round 1 - Aptitude Test 

Simple interview just check communication skills

Round 2 - HR 

(1 Question)

  • Q1. Simple question like salary, relocation

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure communication skills
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Basic Arithmetic Aptitude , Computer Application and SQL

Round 2 - System Design 

(1 Question)

  • Q1. Create a Fitness Tracking Application
  • Ans. 

    A fitness tracking application to monitor and track user's physical activities and progress.

    • Include features like tracking steps, calories burned, distance traveled, and workout sessions.

    • Allow users to set goals, view progress charts, and receive notifications for reminders.

    • Integrate with wearable devices like Fitbit or Apple Watch for real-time data syncing.

    • Provide social sharing options to motivate users and compete ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Mr Cooper Software Developer interview:
  • System Design
  • SQL
  • OOPS

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The test consisted of mcqs and coding questions

Round 2 - Technical 

(1 Question)

  • Q1. We were asked to create a project on a real world scenario

National Stock Exchange of India Interview FAQs

How many rounds are there in National Stock Exchange of India Java Developer interview?
National Stock Exchange of India interview process usually has 1 rounds. The most common rounds in the National Stock Exchange of India interview process are Technical.
What are the top questions asked in National Stock Exchange of India Java Developer interview?

Some of the top questions asked at the National Stock Exchange of India Java Developer interview -

  1. What is marker interf...read more
  2. Different between array and linkl...read more
  3. Explain solid princi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Morningstar Interview Questions
3.9
 • 244 Interviews
Kotak Securities Interview Questions
3.6
 • 116 Interviews
TresVista Interview Questions
2.8
 • 115 Interviews
Pine Labs Interview Questions
3.4
 • 113 Interviews
Mr Cooper Interview Questions
4.0
 • 86 Interviews
Axis Direct Interview Questions
3.8
 • 79 Interviews
Synchrony Interview Questions
4.3
 • 78 Interviews
View all
National Stock Exchange of India Java Developer Salary
based on 7 salaries
₹7 L/yr - ₹9 L/yr
33% more than the average Java Developer Salary in India
View more details
Deputy Manager
744 salaries
unlock blur

₹5 L/yr - ₹14.5 L/yr

Manager
388 salaries
unlock blur

₹8 L/yr - ₹28 L/yr

System Analyst
213 salaries
unlock blur

₹5 L/yr - ₹12.9 L/yr

Senior Manager
164 salaries
unlock blur

₹15 L/yr - ₹42 L/yr

Assistant Manager
115 salaries
unlock blur

₹4 L/yr - ₹9.2 L/yr

Explore more salaries
Compare National Stock Exchange of India with

Axis Direct

3.8
Compare

Kotak Securities

3.6
Compare

Aadhar Housing Finance

4.2
Compare

ICICI Home Finance

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