AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

NASDAQ

Compare button icon Compare button icon Compare
3.7

based on 129 Reviews

Play video Play video Video summary
  • About
  • Reviews
    129
  • Salaries
    1.1k
  • Interviews
    21
  • Jobs
    6
  • Benefits
    19
  • Photos
    -

Filter interviews by

NASDAQ Interview Questions and Answers

Updated 8 Jun 2025
Popular Designations

9 Interview questions

A Senior Data Engineer was asked 2mo ago
Q. How do you check logs in Airflow?
Ans. 

Airflow logs can be accessed via the web UI, CLI, or directly from the log files on the server.

  • Access logs through the Airflow web UI by navigating to the specific DAG and task instance.

  • Use the command line interface (CLI) with the command: `airflow tasks logs <dag_id> <task_id> <execution_date>`.

  • Logs are stored in the `logs` directory of your Airflow home, typically found at `~/airflow/logs/`.

  • Yo...

View all Senior Data Engineer interview questions
A QA Analyst was asked 9mo ago
Q. What are common bugs encountered when writing a calculator program?
Ans. 

Basic bugs in calculator program include incorrect calculation results, input validation issues, and handling of edge cases.

  • Incorrect calculation results due to rounding errors or improper order of operations

  • Input validation issues such as allowing non-numeric characters or dividing by zero

  • Handling of edge cases like large numbers, negative numbers, or overflow/underflow

View all QA Analyst interview questions
A Data Engineer was asked
Q. Write SQL queries to retrieve manager salaries.
Ans. 

SQL queries can be used to retrieve and analyze manager salary data from a database.

  • Use SELECT statement to retrieve salary data: SELECT salary FROM employees WHERE position = 'Manager';

  • Aggregate functions like AVG can calculate average manager salary: SELECT AVG(salary) FROM employees WHERE position = 'Manager';

  • Use GROUP BY to analyze salaries by department: SELECT department, AVG(salary) FROM employees WHERE pos...

View all Data Engineer interview questions
A Recovery Officer was asked
Q. What are the methods to recover lost funds?
Ans. 

Recovering lost funds involves thorough investigation, legal action, and negotiation with debtors.

  • Conduct a thorough investigation to determine the cause of the loss

  • Take legal action against debtors who refuse to repay the funds

  • Negotiate with debtors to come up with a repayment plan

  • Utilize debt collection agencies or legal services if necessary

View all Recovery Officer interview questions
A Recovery Officer was asked
Q. How should one invest?
Ans. 

Investing wisely involves researching different investment options, setting financial goals, diversifying your portfolio, and seeking professional advice.

  • Research different investment options to understand the risks and potential returns

  • Set clear financial goals to determine your investment strategy

  • Diversify your portfolio to spread risk across different asset classes

  • Consider seeking advice from a financial adviso...

View all Recovery Officer interview questions
A Recovery Officer was asked
Q. How do you recover lost funds?
Ans. 

Recovering lost funds involves identifying, tracking, and reclaiming misallocated or stolen financial resources.

  • Identify the source of the lost funds, such as fraud or clerical errors.

  • Gather all relevant documentation, including transaction records and communications.

  • Engage with financial institutions to trace and recover funds, like filing a dispute with a bank.

  • Utilize legal avenues if necessary, such as reportin...

View all Recovery Officer interview questions
A System Development Senior Specialist was asked
Q. Explain 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 ...

View all System Development Senior Specialist interview questions
Are these interview questions helpful?
A Principal Engineer was asked 7mo ago
Q. E-commerce system design
Ans. 

Designing an e-commerce system involves creating a platform for online buying and selling.

  • Consider scalability to handle high traffic and transactions

  • Implement secure payment gateways for safe transactions

  • Include user-friendly interfaces for easy navigation

  • Utilize recommendation engines for personalized shopping experiences

View all Principal Engineer interview questions
A Business Analyst was asked
Q. Type of Joins, Syntax of Join
Ans. 

Joins are used to combine rows from two or more tables based on a related column between them.

  • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

  • Syntax of join: SELECT columns FROM table1 JOIN table2 ON table1.column = table2.column

  • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id

View all Business Analyst interview questions

NASDAQ Interview Experiences

21 interviews found

Principal Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Nov 2024

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

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. E-commerce system design
  • Ans. 

    Designing an e-commerce system involves creating a platform for online buying and selling.

    • Consider scalability to handle high traffic and transactions

    • Implement secure payment gateways for safe transactions

    • Include user-friendly interfaces for easy navigation

    • Utilize recommendation engines for personalized shopping experiences

  • Answered by AI
    Add your answer
  • Q2. Bookmyshow low level design
  • Add your answer

Skills evaluated in this interview

Anonymous

Data Engineer Interview Questions & Answers

user image Aman Sharma

posted on 28 Mar 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - Coding Test 

Focus on little bit of dynamic programming

Round 2 - Technical 

(5 Questions)

  • Q1. Apache spark architecture and ecosystem along with memory management
  • Add your answer
  • Q2. SQL queries for manager salary
  • Ans. 

    SQL queries can be used to retrieve and analyze manager salary data from a database.

    • Use SELECT statement to retrieve salary data: SELECT salary FROM employees WHERE position = 'Manager';

    • Aggregate functions like AVG can calculate average manager salary: SELECT AVG(salary) FROM employees WHERE position = 'Manager';

    • Use GROUP BY to analyze salaries by department: SELECT department, AVG(salary) FROM employees WHERE position...

  • Answered by AI
    Add your answer
  • Q3. Python decorators --> @
  • Add your answer
  • Q4. RANK and other window functions
  • Add your answer
  • Q5. Joins along with use case
  • Ans. 

    Joins are used in SQL to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Use cases for joins include combining customer data with order data, merging employee information with department details

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Recovery Officer Interview Questions & Answers

user image Anonymous

posted on 6 Jan 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
No response

I applied via Referral and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(9 Questions)

  • Q1. How to make a successful withdrawal and also recover lost funds
  • Ans. 

    To make a successful withdrawal and recover lost funds, one must follow proper procedures and utilize available resources.

    • Verify the account details and ensure all necessary information is correct before initiating the withdrawal.

    • Contact the financial institution or platform where the funds were lost to report the issue and request assistance in recovering the funds.

    • Utilize any available security features such as two-f...

  • Answered by AI
    Add your answer
  • Q2. Here. I can teach you on how you successful withdraw your funds and also guide you on how you can recover stolen funds
  • Add your answer
  • Q3. How to invest w
  • Ans. 

    Investing wisely involves researching different investment options, setting financial goals, diversifying your portfolio, and seeking professional advice.

    • Research different investment options to understand the risks and potential returns

    • Set clear financial goals to determine your investment strategy

    • Diversify your portfolio to spread risk across different asset classes

    • Consider seeking advice from a financial advisor or ...

  • Answered by AI
    Add your answer
  • Q4. How to recover lost funds
  • Ans. 

    Recovering lost funds involves thorough investigation, legal action, and negotiation with debtors.

    • Conduct a thorough investigation to determine the cause of the loss

    • Take legal action against debtors who refuse to repay the funds

    • Negotiate with debtors to come up with a repayment plan

    • Utilize debt collection agencies or legal services if necessary

  • Answered by AI
    Add your answer
  • Q5. Lost funds recovery
  • Add your answer
  • Q6. Scam recovery site
  • Add your answer
  • Q7. Lost funds recover
  • Add your answer
  • Q8. Lost funds recov
  • Ans. 

    Recovering lost funds involves identifying, tracking, and reclaiming misallocated or stolen financial resources.

    • Identify the source of the lost funds, such as fraud or clerical errors.

    • Gather all relevant documentation, including transaction records and communications.

    • Engage with financial institutions to trace and recover funds, like filing a dispute with a bank.

    • Utilize legal avenues if necessary, such as reporting to ...

  • Answered by AI
    Add your answer
  • Q9. How to withdraw
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are having a withdrawal problem or do you lose funds to any scam company registered or non registered here i can guide you on how you will successfully withdraw your money or recover lost funds ashleyphiliprecovery @ counsellor . com or ashleyphiliprecovery @ gmail. com
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 7 May 2025

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

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Tell me about yourself
  • Add your answer
  • Q2. Por==roject role?
  • Add your answer
Anonymous

Senior Software Developer Interview Questions & Answers

user image Anonymous

posted on 12 Oct 2024

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

Anonymous

Interview Questions & Answers

user image Anonymous

posted on 4 Jul 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Coding test was around 2hrs. Mcq was given. An coding questions in c,js,c++,python and sql
Questions were very easy

Round 2 - Technical 

(2 Questions)

  • Q1. Basic python question
  • Add your answer
  • Q2. Sql queries and linux commands, and some situation type questions
  • Add your answer
Anonymous

QA Analyst Interview Questions & Answers

user image Anonymous

posted on 19 Sep 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - MCQ test 

(1 Question)

  • Q1. Some questions on java,python
  • Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. Method overloading and method overriding
  • Add your answer
  • Q2. What are basic bug we face when we write calculator program
  • Ans. 

    Basic bugs in calculator program include incorrect calculation results, input validation issues, and handling of edge cases.

    • Incorrect calculation results due to rounding errors or improper order of operations

    • Input validation issues such as allowing non-numeric characters or dividing by zero

    • Handling of edge cases like large numbers, negative numbers, or overflow/underflow

  • Answered by AI
    Add your answer

Interview Preparation Tips

Topics to prepare for NASDAQ QA Analyst interview:
  • Basic concepts
Anonymous

Senior Backend Developer Interview Questions & Answers

user image Anonymous

posted on 10 Jan 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1.Transient ,Scoped,Singleton with all different use case. Scoped with transient combination questions. 2.String and string builder in detail and performance impact 3.Logging ,Exception handling etc 4.Sche...
  • Add your answer
Anonymous

Senior QA Analyst Interview Questions & Answers

user image Anonymous

posted on 14 Apr 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

Multiple choice Questions were based on java 8 and having time limit of up to 20 seconds and there are 2 very basic java coding question on string and looping

Anonymous

Business Analyst Interview Questions & Answers

user image Muhammed Shafeeq K

posted on 23 Apr 2024

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

(1 Question)

  • Q1. Type of Joins, Syntax of Join
  • Ans. 

    Joins are used to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Syntax of join: SELECT columns FROM table1 JOIN table2 ON table1.column = table2.column

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about NASDAQ?
Ask anonymously on communities.
More about working at NASDAQ
  • HQ - New York, New York, United States (USA)
  • Financial Services
  • 201-500 Employees (India)

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. Can you explain the Object-Oriented Programming (OOP) concepts with examples fr...read more
  2. How to make a successful withdrawal and also recover lost fu...read more
  3. What are basic bug we face when we write calculator prog...read more
How long is the NASDAQ interview process?

The duration of NASDAQ interview process can vary, but typically it takes about 2-4 weeks to complete.

Tell us how to improve this page.

NASDAQ Interviews By Designations

  • NASDAQ Senior Software Developer Interview Questions
  • NASDAQ Software Developer Interview Questions
  • NASDAQ Senior Software Engineer Interview Questions
  • NASDAQ Business Analyst Interview Questions
  • NASDAQ QA Analyst Interview Questions
  • NASDAQ Site Engineer Interview Questions
  • NASDAQ Principal Engineer Interview Questions
  • NASDAQ Project Lead Interview Questions
  • Show more
  • NASDAQ Software Developer Intern Interview Questions
  • NASDAQ QA Engineer Interview Questions

Interview Questions for Popular Designations

  • Senior Executive Interview Questions
  • Senior Engineer Interview Questions
  • Sales Executive Interview Questions
  • Consultant Interview Questions
  • Associate Software Engineer Interview Questions
  • System Engineer Interview Questions
  • Manager Interview Questions
  • Assistant Manager Interview Questions
  • Show more
  • Sales Officer Interview Questions
  • Deputy Manager Interview Questions

Overall Interview Experience Rating

3.8/5

based on 23 interview experiences

Difficulty level

Easy 19%
Moderate 75%
Hard 6%

Duration

Less than 2 weeks 33%
2-4 weeks 40%
4-6 weeks 13%
6-8 weeks 7%
More than 8 weeks 7%
View more

Interview Questions from Similar Companies

Go-Jek
Go-Jek Interview Questions
3.7
 • 31 Interviews
Stock Holding Corporation of India
Stock Holding Corporation of India Interview Questions
3.6
 • 31 Interviews
ICE Data Services
ICE Data Services Interview Questions
3.2
 • 25 Interviews
TMF Group
TMF Group Interview Questions
3.8
 • 22 Interviews
Travelex
Travelex Interview Questions
3.5
 • 19 Interviews
Toppan Merrill Technology Services India
Toppan Merrill Technology Services India Interview Questions
4.1
 • 19 Interviews
CME Group
CME Group Interview Questions
4.2
 • 17 Interviews
DTCC
DTCC Interview Questions
4.2
 • 15 Interviews
Sumitomo Mitsui Banking Corporation
Sumitomo Mitsui Banking Corporation Interview Questions
2.6
 • 14 Interviews
Preqin
Preqin Interview Questions
3.6
 • 13 Interviews
View all

NASDAQ Reviews and Ratings

based on 129 reviews

3.7/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.6

Salary

3.6

Job security

3.8

Company culture

2.9

Promotions

3.5

Work satisfaction

Explore 129 Reviews and Ratings
Jobs at NASDAQ
NASDAQ
NASDAQ - Technical Specialist - Accounts Receivable/Billing/Workday Financials (5-18 yrs)

5-18 Yrs

Not Disclosed

NASDAQ
NASDAQ - Enterprise Performance Management Specialist - OneStream (3-18 yrs)

3-18 Yrs

Not Disclosed

NASDAQ
NASDAQ - Lead Project Manager - Enterprise Applications & Insights (8-20 yrs)

8-20 Yrs

Not Disclosed

Explore more jobs
NASDAQ Salaries in India
Senior Software Developer
82 salaries
unlock blur

₹9 L/yr - ₹32 L/yr

Senior Software Engineer
62 salaries
unlock blur

₹10 L/yr - ₹34 L/yr

Software Development Specialist
54 salaries
unlock blur

₹17.1 L/yr - ₹38.2 L/yr

Software Engineer
45 salaries
unlock blur

₹7 L/yr - ₹47.8 L/yr

Software Developer
28 salaries
unlock blur

₹5.4 L/yr - ₹21.1 L/yr

Explore more salaries
Compare NASDAQ with
Stock Holding Corporation of India

Stock Holding Corporation of India

3.6
Compare
TMF Group

TMF Group

3.8
Compare
Manappuram Home Finance

Manappuram Home Finance

4.0
Compare
Travelex

Travelex

3.5
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • NASDAQ Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter