Upload Button Icon Add office photos

NASDAQ

Compare button icon Compare button icon Compare

Filter interviews by

NASDAQ Interview Questions, Process, and Tips

Updated 16 Nov 2024

Top NASDAQ Interview Questions and Answers

View all 9 questions

NASDAQ Interview Experiences

Popular Designations

18 interviews found

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

I applied via LinkedIn and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

IT was for 2hr basic question where ask from differe programing language

Round 2 - HR 

(1 Question)

  • Q1. Question where base on your resume
Round 3 - Technical 

(1 Question)

  • Q1. DSA question ,oops,DBMS

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 1 Mar 2023

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
4-6 weeks
Result
No response

I applied via Company Website and was interviewed in Feb 2023. There were 3 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 - Coding Test 

The first test was easy basics of python Linux and SQL

Round 3 - Technical 

(2 Questions)

  • Q1. The interviewer was not interested to take the interview and was always demotivating while answering questions.
  • Q2. Basics of Testing SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - it's all your luck and if the interviewer is in good mood you will get selected.

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Any online ideas, ds-algo, medium level

Round 2 - Coding Test 

Swift, security framework, api, memory management

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic ds-algo nd technical question
Round 4 - HR 

(1 Question)

  • Q1. Managerial question

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
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

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)

NASDAQ interview questions for popular designations

 Senior Software Developer

 (2)

 Software Developer

 (1)

 Senior Software Engineer

 (1)

 Business Analyst

 (1)

 QA Analyst

 (1)

 Site Engineer

 (1)

 Principal Engineer

 (1)

 Project Lead

 (1)

Site Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Feb 2022

I applied via LinkedIn and was interviewed in Jan 2022. 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 - Technical 

(5 Questions)

  • Q1. Engineering electrical equipment's and BMS system access system fire panel system CCTV System
  • Q2. Engineering electrical equipment's
  • Q3. Electrical equipment s
  • Q4. Electrical engineering
  • Q5. Electrical and maintenance

Interview Preparation Tips

Interview preparation tips for other job seekers - electrical department and maitnace

Site Engineer Interview Questions asked at other Companies

Q1. 1.BBS calculation of slab? 2.Stairs case riser and tread dimension? 3.Types of cement? 4.Full form of tmt, pcc, rcc, tmx, dpc 5.Definition of plinth area, courtyard area, built-up area? 6.function of dpc 8.standard size of brick? 9. Write g... read more
View answer (4)

Get interview-ready with Top NASDAQ Interview Questions

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. Explain about the Devops Process
  • Ans. 

    DevOps is a software development approach that combines development and operations teams to streamline the software delivery process.

    • DevOps emphasizes collaboration, communication, and automation.

    • It involves continuous integration and continuous delivery (CI/CD) pipelines.

    • DevOps teams use tools like Docker, Kubernetes, and Jenkins to automate processes.

    • DevOps also involves monitoring and feedback loops to improve softw

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your resume updated with short and crisp points

Skills evaluated in this interview

System Development Senior Specialist Interview Questions asked at other Companies

Q1. Explain about the Devops Process
View answer (1)

Jobs at NASDAQ

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

I applied via LinkedIn and was interviewed before May 2022. There were 3 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 - Technical 

(1 Question)

  • Q1. DSA and array manipulation
Round 3 - One-on-one 

(1 Question)

  • Q1. ReactJS features

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

SSE Interview Questions & Answers

user image Anonymous

posted on 9 Jul 2022

I applied via Naukri.com and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Technical Architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to Basics and also brush up on all the technologies you have worked in your projects.

SSE Interview Questions asked at other Companies

Q1. What is docker and what are the basic commands of docker
View answer (1)

NASDAQ Interview FAQs

How many rounds are there in NASDAQ interview?
NASDAQ interview process usually has 1-2 rounds. The most common rounds in the NASDAQ interview process are Technical, Coding Test and One-on-one Round.
How to prepare for NASDAQ 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 Python, Linux, Agile, Flex and SQL.
What are the top questions asked in NASDAQ interview?

Some of the top questions asked at the NASDAQ interview -

  1. What are basic bug we face when we write calculator prog...read more
  2. How to make a successful withdrawal and also recover lost fu...read more
  3. Separate 0s,1s in the given ar...read more

Tell us how to improve this page.

NASDAQ Interview Process

based on 20 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.5k Interviews
View all

NASDAQ Reviews and Ratings

based on 102 reviews

3.8/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

3.6

Salary

3.6

Job security

3.9

Company culture

3.0

Promotions

3.6

Work satisfaction

Explore 102 Reviews and Ratings
Senior Specialist Project Manager - Agile

Bangalore / Bengaluru

9-12 Yrs

Not Disclosed

Explore more jobs
Senior Software Developer
66 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
44 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Specialist
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Assurance Test Specialist
23 salaries
unlock blur

₹0 L/yr - ₹0 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.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview