Upload Button Icon Add office photos

NASDAQ

Compare button icon Compare button icon Compare

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
Less than 2 weeks
Result
-

I appeared for an interview in Sep 2024.

Round 1 - Coding Test 

DSA, Hashmap, OOPS, Job Role, Project

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

Senior Software Developer Interview Questions Asked at Other Companies

asked in Freshworks
Q1. Intersection of Linked List Problem You are provided with two sin ... read more
asked in Freshworks
Q2. Overlapping Intervals Problem Statement You are given the start a ... read more
asked in Freshworks
Q3. Middle of Linked List Problem Statement Given the head node of a ... read more
asked in SAP
Q4. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in Freshworks
Q5. Cube Sum Pairs Problem Statement Given a positive integer N, find ... read more

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed before Dec 2021. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Mostly Tech related questions asked in first round
  • Q2. Managerial round is the final one

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was quite quick and there was only one technical round. Most of the questions were technical in nature with focus on basics. Although the experience may differ from one panelist to another.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2022. There were 5 interview rounds.

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 

You will get base code from HR and you will be asked to enhance the code with few additional requirements and this will be reviewed in the next One On One discussion.
As part of One On One discussion, you need to explain your thought process and need to add few more enhancements

Round 3 - One-on-one 

(1 Question)

  • Q1. This round is mainly on checking your understanding on the projects you have worked on and why the project was implemented in a specific way
Round 4 - One-on-one 

(1 Question)

  • Q1. This was a system design round. You will receive an open ended product requirement. You need to ask questions to refine the requirement and provide the solution
Round 5 - One-on-one 

(1 Question)

  • Q1. This was the Bar Raiser round. Questions were mainly on how you will handle a certain situations in the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. Interview process is not difficult.
Pay attention to questions and ask questions for clarifications

I appeared for an interview in Oct 2020.

Round 1 - Telephonic Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

Basic questioning about my work experiences, things I have developed and created, my work experience(internships). The challenges which I have faced and how I overcame them. Basic questions about some android concepts

  • Q1. What puzzles were asked during the interview, and can you describe the projects you discussed?
Round 2 - Video Call 

(1 Question)

Round duration - 45 minutes
Round difficulty - Medium

The interviewer was very friendly and asked about various things and tried to judge my understanding of the projects and how deep I know about the concepts I have implemented in my projects

  • Q1. RxJava

    RxJava

  • Ans. 

    RxJava is a popular library for composing asynchronous and event-based programs using observable sequences.

    • RxJava provides a functional API for working with asynchronous data streams.

    • It uses Observables to emit items and notify subscribers.

    • Operators can be used to transform, filter, and combine these streams of data.

    • Schedulers are used to control the threading behavior of these operations.

    • Example: Creating an Observabl...

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

This was a system design round

  • Q1. Can you explain the fragment lifecycle in Android system design?
  • Ans. 

    Fragment lifecycle in Android involves various states and methods for managing UI components.

    • Fragments have several lifecycle states such as created, started, resumed, paused, stopped, and destroyed.

    • Methods like onCreate(), onCreateView(), onResume(), onPause(), onStop(), onDestroy() are used to manage fragment lifecycle.

    • Fragment lifecycle is closely tied to the hosting Activity's lifecycle.

    • Example: When a fragment is ...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaNeeds app published on playstoreGojek interview preparation:Topics to prepare for the interview - OOPS, Algorithms and DSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Do as much projects as you can
Tip 2 : Publish as many projects as much possible, for example publishing your apps on playstore
Tip 3 : Have an active linkedin profile, and keep connecting with people
Tip 4: Keep learning by creating projects and reading blogs

Application resume tips for other job seekers

Tip 1 : Have your projects in resume
Tip 2 : Have a single page resume

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Oct 2022. There were 7 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

There was a take home coding test - application to allot a parking lot.

Round 3 - Technical 

(1 Question)

  • Q1. Questions around optimisations around parking lot application submitted in round1. Implement more use cases asked on the spot System Design/Scaling related questions
Round 4 - Technical 

(1 Question)

  • Q1. Mine was java, so Java technical questions, Java new features Questions around Design patterns Questions on SOLID principles
Round 5 - Technical 

(1 Question)

  • Q1. Use case was given for wallet(e.g. pay later wallet) and asked to design basic REST APIs. E.g. User have balance in wallet User makes transaction via the wallet User add money in wallet
Round 6 - One-on-one 

(1 Question)

  • Q1. It was 1 hour round. This was round with Engineering Technical Head. The questions were around willingness to work, long term / short term goals, high level behavioural questions, cross questions to evalua...
Round 7 - HR 

(1 Question)

  • Q1. This was HR round, around 20 minutes
Interview experience
5
Excellent
Difficulty level
Hard
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 

(3 Questions)

  • Q1. How to build an caching layer for iOS Apps
  • Ans. 

    Building a caching layer for iOS Apps

    • Identify the data that needs to be cached

    • Choose a caching mechanism (e.g., NSCache, CoreData, SQLite)

    • Implement caching logic in the app's data access layer

    • Define cache eviction policies to manage memory usage

    • Consider using a cache expiration mechanism

    • Handle cache invalidation when data changes

    • Optimize cache performance by using appropriate data structures

  • Answered by AI
  • Q2. How to optimise image rendering for iOS Apps
  • Ans. 

    Optimizing image rendering for iOS Apps involves techniques like image compression, caching, lazy loading, and using the appropriate image formats.

    • Use image compression techniques like JPEG or PNG optimization to reduce file size without compromising quality

    • Implement caching mechanisms to store and retrieve images locally, reducing network requests

    • Utilize lazy loading to load images only when they are needed, improving...

  • Answered by AI
  • Q3. Tell me about framework types in iOS
  • Ans. 

    There are several types of frameworks in iOS, including system frameworks, third-party frameworks, and custom frameworks.

    • System frameworks are provided by Apple and include UIKit, Foundation, and Core Data.

    • Third-party frameworks are developed by external developers and can be integrated into iOS apps, such as Alamofire and Firebase.

    • Custom frameworks are created by developers for specific project needs and can be reused...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Go-Jek Senior Software Engineer interview:
  • Swift
Interview preparation tips for other job seekers - Be on point on basics and callout if you do not know something or are confused at the point.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Machine Coding Round

Round 2 - Coding Test 

Low level design - ATM design

Round 3 - Case Study 

High level design - Uber

Round 4 - One-on-one 

(3 Questions)

  • Q1. Director of engineering round
  • Q2. Motivation to join the company
  • Q3. Previous roles and responsibilities held
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Solve a system design problem in 1 hour

Round 2 - One-on-one 

(2 Questions)

  • Q1. Search word in a file
  • Ans. 

    Search for a specific word in a file

    • Read the file line by line

    • Check each line for the search word

    • Return the line number if word is found

  • Answered by AI
  • Q2. Design elevator system
  • Ans. 

    Design elevator system for efficient and safe transportation

    • Consider the number of floors in the building

    • Implement algorithms for efficient elevator routing

    • Include safety features such as emergency stop buttons

    • Design user interface for passengers to select floors

    • Utilize sensors for detecting weight and preventing overloading

  • Answered by AI

Skills evaluated in this interview

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 Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Go-Jek Interview Questions
3.7
 • 31 Interviews
TMF Group Interview Questions
3.8
 • 19 Interviews
Travelex Interview Questions
3.7
 • 18 Interviews
CME Group Interview Questions
4.2
 • 16 Interviews
DTCC Interview Questions
4.2
 • 14 Interviews
Preqin Interview Questions
3.5
 • 13 Interviews
View all
NASDAQ Senior Software Developer Salary
based on 69 salaries
₹11 L/yr - ₹31.6 L/yr
33% more than the average Senior Software Developer Salary in India
View more details

NASDAQ Senior Software Developer Reviews and Ratings

based on 7 reviews

3.3/5

Rating in categories

3.2

Skill development

3.7

Work-life balance

3.5

Salary

3.7

Job security

3.1

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 7 Reviews and Ratings
Senior Software Developer
69 salaries
unlock blur

₹11 L/yr - ₹31.6 L/yr

Software Development Specialist
45 salaries
unlock blur

₹16 L/yr - ₹41.4 L/yr

Senior Software Engineer
42 salaries
unlock blur

₹10 L/yr - ₹34 L/yr

Software Engineer
28 salaries
unlock blur

₹7.4 L/yr - ₹29.4 L/yr

Quality Assurance Test Specialist
22 salaries
unlock blur

₹13 L/yr - ₹29.9 L/yr

Explore more salaries
Compare NASDAQ with

Stock Holding Corporation of India

3.6
Compare

TMF Group

3.8
Compare

Manappuram Home Finance

3.9
Compare

Travelex

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