Upload Button Icon Add office photos

Filter interviews by

NASDAQ Senior Software Developer Interview Questions and Answers

Updated 12 Oct 2024

NASDAQ Senior Software Developer Interview Experiences

2 interviews found

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

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was a coding games test

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions about the problem asked in the coding test
  • Q2. Separate 0s,1s in the given array
  • Ans. 

    Separate 0s and 1s in the given array

    • Iterate through the array and count the number of 0s and 1s

    • Create two separate arrays, one for 0s and one for 1s

    • Add the elements to their respective arrays based on their values

    • Return the two arrays as the result

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared on what you include in resume

Skills evaluated in this interview

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

I was interviewed in Sep 2024.

Round 1 - Coding Test 

DSA, Hashmap, OOPS, Job Role, Project

Senior Software Developer Interview Questions Asked at Other Companies

asked in Freshworks
Q1. Intersection of Linked ListYou are given two Singly Linked List o ... read more
asked in Freshworks
Q2. Middle Of Linked ListGiven the head node of the singly linked lis ... read more
asked in Freshworks
Q3. Overlapping IntervalsYou have been given the start and end times ... read more
asked in SAP
Q4. Sum Of Max And MinYou are given an array “ARR” of size N. Your ta ... read more
asked in Freshworks
Q5. Cube Sum PairsYou are given a positive integer N, and you have to ... read more

Senior Software Developer Jobs at NASDAQ

View all

Interview questions from similar companies

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

Practical Question based on case study

Round 3 - Behavioral 

(5 Questions)

  • Q1. More about the Techno Managerial
  • Q2. More about the Techno functional round
  • Q3. Technical Question
  • Q4. Related to Skills
  • Q5. Based on work we did
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Dependency injection helps in achieving loose coupling between classes.

    • It allows for easier testing by providing mock dependencies.

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection.

  • Answered by AI
  • Q2. What is state in react
  • Ans. 

    State in React is a JavaScript object that stores data and determines how a component renders and behaves.

    • State is mutable and can be updated using the setState() method

    • State should be used for data that will change over time and affect the component's rendering

    • State should not be modified directly, use setState() instead

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Company Website

Round 1 - Technical 

(2 Questions)

  • Q1. Life cycle of thread
  • Ans. 

    Thread life cycle includes new, runnable, running, blocked, and terminated states.

    • Thread is created in 'new' state

    • It becomes 'runnable' when start() method is called

    • Thread enters 'running' state when CPU starts executing its run() method

    • It can go to 'blocked' state if it's waiting for a resource

    • Finally, thread reaches 'terminated' state when run() method completes or stop() method is called

  • Answered by AI
  • Q2. İnternal working of hash map
  • Ans. 

    Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash map consists of an array of buckets, each containing a linked list of key-value pairs.

    • When inserting a key-value pair, the hash function is used to determine the index of the bucket where the pair should be stored.

    • To retrieve a value, the hash function is used to find the corresponding bucket...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Why I want to change the job
  • Ans. 

    Seeking new challenges, growth opportunities, and a better work-life balance.

    • Looking for new challenges and opportunities to learn and grow

    • Seeking a better work-life balance

    • Interested in working with new technologies or in a different industry

    • Wanting to advance career progression

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Preqin user image Vinay Madhamanchi1

posted on 7 Dec 2024

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

Quantitative interview

Round 2 - Coding Test 

Java coding and c language

Round 3 - HR 

(2 Questions)

  • Q1. C language question
  • Q2. Java language question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Machine coding round, try to come up with at least one working requirement

Round 2 - Technical 

(2 Questions)

  • Q1. Low level design
  • Q2. Cant share the exact quesy
Round 3 - Technical 

(1 Question)

  • Q1. High level design
Round 4 - Technical 

(1 Question)

  • Q1. Hiring manager round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Jul 2023.

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 

3 programs to write in arrays linked lists and trees

Round 3 - Technical 

(1 Question)

  • Q1. Was asked questions on core Java, spring framework, apis and micro services
Round 4 - HR 

(2 Questions)

  • Q1. What expertise will you bring to cme group of you join?
  • Q2. Why are you quitting your current company?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. RestAPIs and Webservices
  • Q2. Microservices and Spring boot
Round 1 - One-on-one 

(1 Question)

  • Q1. Simple question not very hard related to java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident n do not over sell your

NASDAQ Interview FAQs

How many rounds are there in NASDAQ Senior Software Developer interview?
NASDAQ interview process usually has 2 rounds. The most common rounds in the NASDAQ interview process are Coding Test, One-on-one Round and Technical.
How to prepare for NASDAQ Senior Software Developer 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 NASDAQ. The most common topics and skills that interviewers at NASDAQ expect are Performance Testing, Agile, Javascript, SQL and Computer science.
What are the top questions asked in NASDAQ Senior Software Developer interview?

Some of the top questions asked at the NASDAQ Senior Software Developer interview -

  1. Separate 0s,1s in the given ar...read more
  2. Questions about the problem asked in the coding t...read more
  3. project related questi...read more

Tell us how to improve this page.

NASDAQ Senior Software Developer Salary
based on 55 salaries
₹10 L/yr - ₹31.6 L/yr
53% more than the average Senior Software Developer Salary in India
View more details

NASDAQ Senior Software Developer Reviews and Ratings

based on 6 reviews

3.4/5

Rating in categories

3.3

Skill development

3.4

Work-Life balance

3.4

Salary & Benefits

3.3

Job Security

3.1

Company culture

2.9

Promotions/Appraisal

3.0

Work Satisfaction

Explore 6 Reviews and Ratings
Senior Software Developer

Bangalore / Bengaluru

2-4 Yrs

₹ 15-24 LPA

Senior Software Developer (Java Backend)

Bangalore / Bengaluru

3-5 Yrs

₹ 15-26 LPA

Senior Software Developer - Mobile

Bangalore / Bengaluru

3-6 Yrs

₹ 15-31.60809 LPA

Explore more jobs
Senior Software Developer
55 salaries
unlock blur

₹10 L/yr - ₹31.6 L/yr

Senior Software Engineer
45 salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Software Development Specialist
40 salaries
unlock blur

₹17.1 L/yr - ₹42.5 L/yr

Quality Assurance Test Specialist
23 salaries
unlock blur

₹13 L/yr - ₹27.5 L/yr

Software Engineer
22 salaries
unlock blur

₹8 L/yr - ₹35 L/yr

Explore more salaries
Compare NASDAQ with

Bombay Stock Exchange

3.8
Compare

Reliance Industries

4.0
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview