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.6

based on 126 Reviews

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

Filter interviews by

NASDAQ Interview Questions and Answers

Updated 8 Jun 2025
Popular Designations

12 Interview questions

A Senior Technical Analyst was asked 6d ago
Q. How can heap and thread dumps be collected for Java-based applications?
Ans. 

Heap and thread dumps can be collected using various tools and commands to analyze Java application performance.

  • Use jmap to create a heap dump: `jmap -dump:live,format=b,file=heapdump.hprof <pid>`.

  • Use jstack to collect thread dumps: `jstack <pid> > threaddump.txt`.

  • Enable heap dumps on OutOfMemoryError by adding `-XX:+HeapDumpOnOutOfMemoryError` to JVM options.

  • Use VisualVM or JConsole for GUI-based m...

View all Senior Technical Analyst interview questions
A Software Developer was asked 1mo ago
Q. What was your role in the project?
Ans. 

In a project role, I contribute to software development, collaborating with teams to deliver high-quality solutions on time.

  • Collaborated with cross-functional teams to define project requirements and scope.

  • Led the development of a feature that improved user experience by 30%.

  • Participated in code reviews to ensure code quality and adherence to best practices.

  • Utilized Agile methodologies to manage project timelines ...

View all Software Developer interview questions
A Senior Data Engineer was asked 1mo 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 8mo 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
Are these interview questions helpful?
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
A Senior Technical Analyst was asked 6d ago
Q. Can you explain the Object-Oriented Programming (OOP) concepts with examples from your previous organization? What steps would you follow to troubleshoot a slowness issue? Can you describe the thread life c...
Ans. 

Explaining OOP concepts, troubleshooting slowness, and thread life cycle in a technical context.

  • OOP concepts: Encapsulation, Inheritance, Polymorphism, and Abstraction.

  • Example of Encapsulation: Using classes to hide data and expose methods for interaction.

  • Inheritance example: A 'Vehicle' class with 'Car' and 'Bike' subclasses inheriting common properties.

  • Polymorphism example: A method that behaves differently base...

View all Senior Technical Analyst interview questions
1 2

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

Principal Engineer Interview Questions asked at other Companies

Q1. What techniques did you use to understand the root cause of a problem and isolate the specific task or process that needed attention?
View answer (3)
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

Data Engineer Interview Questions asked at other Companies

Q1. Next Greater Element Problem Statement You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater element, return -1. Input: T N arr[0]... read more
View answer (3)
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

Recovery Officer Interview Questions asked at other Companies

Q1. What documents are provided to a Recovery Officer, such as an offer letter and ID card?
View answer (1)
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?
  • Ans. 

    In a project role, I contribute to software development, collaborating with teams to deliver high-quality solutions on time.

    • Collaborated with cross-functional teams to define project requirements and scope.

    • Led the development of a feature that improved user experience by 30%.

    • Participated in code reviews to ensure code quality and adherence to best practices.

    • Utilized Agile methodologies to manage project timelines and d...

  • Answered by AI
    Add your answer

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 (43)
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

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)
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

QA Analyst Interview Questions asked at other Companies

Q1. What are the different types of software testing?
View answer (2)
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

Senior Backend Developer Interview Questions asked at other Companies

Q1. Design an admin dashboard for Uber to show driver metrics like availability over an area.
View answer (1)
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

Senior QA Analyst Interview Questions asked at other Companies

Q1. Can you convert a lead if all required fields of contact or opportunity are not available on the lead?
View answer (1)
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

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly 10 gm) with one box containing defective balls (each one of the defective balls weighs 9 gm). You are given an electronic weighing machine and only one chance to use it. How will you fi... read more
View answer (9)
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
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

  • Associate Interview Questions
  • Software Developer Interview Questions
  • Senior Engineer Interview Questions
  • Sales Executive Interview Questions
  • Consultant Interview Questions
  • Graduate Engineer Trainee (Get) Interview Questions
  • Java Developer Interview Questions
  • Data Analyst Interview Questions
  • Show more
  • Deputy Manager Interview Questions
  • Sales Officer 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.5
 • 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.6
 • 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.5
 • 13 Interviews
View all

NASDAQ Reviews and Ratings

based on 126 reviews

3.6/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.6

Salary

3.5

Job security

3.7

Company culture

2.8

Promotions

3.5

Work satisfaction

Explore 126 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 - AVP Product Manager - Financial Planning & Analysis (18-30 yrs)

18-30 Yrs

Not Disclosed

NASDAQ
NASDAQ - Technical Specialist - Accounts Receivable/Billing/Workday Financials (5-18 yrs)

5-18 Yrs

Not Disclosed

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

₹10 L/yr - ₹32 L/yr

Senior Software Engineer
61 salaries
unlock blur

₹10 L/yr - ₹32.9 L/yr

Software Development Specialist
54 salaries
unlock blur

₹17.1 L/yr - ₹38.5 L/yr

Software Engineer
42 salaries
unlock blur

₹7 L/yr - ₹47.8 L/yr

Software Developer
21 salaries
unlock blur

₹5.4 L/yr - ₹19 L/yr

Explore more salaries
Compare NASDAQ with
Stock Holding Corporation of India

Stock Holding Corporation of India

3.5
Compare
TMF Group

TMF Group

3.8
Compare
Manappuram Home Finance

Manappuram Home Finance

4.0
Compare
Travelex

Travelex

3.6
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