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

Morgan Stanley

Compare button icon Compare button icon Compare
3.6

based on 1.8k Reviews

Play video Play video Video summary
  • About
  • Reviews
    1.8k
  • Salaries
    22.7k
  • Interviews
    308
  • Jobs
    -
  • Benefits
    182
  • Photos
    8
  • Posts
    6

Filter interviews by

Morgan Stanley Interview Questions and Answers

Updated 30 Jun 2025
Popular Designations

254 Interview questions

An Intern was asked 1mo ago
Q. Explain your testing approach.
Ans. 

A testing approach outlines the strategy and methods used to ensure software quality and functionality.

  • Define testing objectives: Identify what needs to be tested, e.g., functionality, performance.

  • Select testing types: Use unit testing for individual components, integration testing for combined parts.

  • Develop test cases: Create scenarios to validate expected outcomes, e.g., login functionality.

  • Automate where possib...

View all Intern interview questions
A Data Analyst Intern was asked 1mo ago
Q. What is the difference between a tuple and a list?
Ans. 

Tuples are immutable and ordered collections, while lists are mutable and can be modified after creation.

  • Tuples are defined using parentheses: example: (1, 2, 3)

  • Lists are defined using square brackets: example: [1, 2, 3]

  • Tuples cannot be changed after creation, while lists can be modified (add, remove items).

  • Tuples can be used as keys in dictionaries due to their immutability, while lists cannot.

  • Tuples generally ha...

View all Data Analyst Intern interview questions
A Senior Associate was asked 2mo ago
Q. What is the Java implementation of the Producer-Consumer problem?
Ans. 

The Producer-Consumer problem is a classic synchronization issue in concurrent programming, illustrating resource sharing.

  • Use a shared buffer (e.g., an array or a queue) to hold produced items.

  • Implement two threads: Producer (adds items) and Consumer (removes items).

  • Use synchronization mechanisms like wait() and notify() to manage access to the shared buffer.

  • Example: A bounded buffer can be implemented using an Ar...

View all Senior Associate interview questions
A Software Engineer was asked 3mo ago
Q. Create a game of snake and ladders
Ans. 

A classic board game where players navigate a grid, climbing ladders and sliding down snakes to reach the finish first.

  • Define a 10x10 board with numbered squares from 1 to 100.

  • Create a mapping for snakes (e.g., 16 -> 6) and ladders (e.g., 2 -> 38).

  • Use a random number generator to simulate dice rolls (1-6).

  • Implement player movement based on dice rolls and handle snakes/ladders.

  • Determine the winner by reaching...

View all Software Engineer interview questions
A Software Engineer was asked 3mo ago
Q. Design and implement your own cache.
Ans. 

Implement a simple in-memory cache with basic operations like set, get, and eviction policy.

  • Use a dictionary to store key-value pairs for fast access.

  • Implement a set method to add or update cache entries.

  • Implement a get method to retrieve values, returning null if not found.

  • Consider an eviction policy like LRU (Least Recently Used) to manage cache size.

  • Example: If cache size is 3, adding a fourth item should remov...

View all Software Engineer interview questions
A Senior Associate was asked 3mo ago
Q. How many zeros are in one million?
Ans. 

One million has six zeros: 1,000,000.

  • One million is represented as 1 followed by six zeros.

  • In numerical form: 1,000,000.

  • This can be broken down as: 1 x 10^6.

  • Examples of one million: 1 million dollars, 1 million people.

View all Senior Associate interview questions
A Director was asked 3mo ago
Q. Tell me about derivatives and their products.
Ans. 

Derivatives are financial instruments whose value is derived from underlying assets, used for hedging or speculation.

  • Types of derivatives include options, futures, forwards, and swaps.

  • Options give the right, but not the obligation, to buy/sell an asset at a predetermined price.

  • Futures contracts obligate parties to buy/sell an asset at a future date at a set price.

  • Swaps involve exchanging cash flows or liabilities ...

View all Director interview questions
Are these interview questions helpful?
A Senior Associate was asked 5mo ago
Q. What are corporate actions and what are their types?
Ans. 

Corporate actions are events initiated by a public company that impact its shareholders and securities.

  • Types of corporate actions include dividends, stock splits, mergers and acquisitions, rights issues, and spin-offs.

  • Dividends are payments made to shareholders from a company's profits.

  • Stock splits involve dividing existing shares into multiple shares to lower the price per share.

  • Mergers and acquisitions occur whe...

View all Senior Associate interview questions
A Senior Associate was asked 5mo ago
Q. What is the difference between the dirty price and the clean price of a bond?
Ans. 

Dirty price includes accrued interest while clean price does not.

  • Dirty price includes accrued interest that the buyer must pay to the seller on top of the bond's market price.

  • Clean price is the market price of the bond without the accrued interest added.

  • The difference between the dirty price and the clean price is the accrued interest.

  • For example, if a bond has a clean price of $1,000 and accrued interest of $20, ...

View all Senior Associate interview questions
A Software Developer was asked 5mo ago
Q. What is abstraction?
Ans. 

Abstraction is a fundamental concept in software development that simplifies complex systems by hiding unnecessary details.

  • Abstraction allows developers to focus on high-level functionalities without worrying about low-level implementation.

  • In object-oriented programming, classes and interfaces are used to achieve abstraction. For example, a 'Car' class may abstract details like engine mechanics.

  • Abstraction can be ...

View all Software Developer interview questions
1 2 3 4 5 6 7

Morgan Stanley Interview Experiences

308 interviews found

Associate Interview Questions & Answers

user image Anonymous

posted on 21 Jan 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
No response

I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Walk me thru your CV
  • Ans. 

    I have a diverse background in finance, with experience in investment banking, corporate finance, and financial analysis.

    • Started my career as an investment banking analyst at Goldman Sachs

    • Transitioned to corporate finance role at Microsoft, focusing on financial planning and analysis

    • Currently working as a financial analyst at a tech startup, responsible for budgeting and forecasting

  • Answered by AI
    Add your answer
  • Q2. Technical questions from Job description
  • Add your answer
  • Q3. Why switching your job?
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Looking for new challenges and opportunities for growth

    • Interested in exploring different work environments

    • Seeking a change in career path or industry

    • Want to enhance skills and knowledge in a different setting

  • Answered by AI
    Add your answer
  • Q4. Behavioral Questions
  • Add your answer
  • Q5. Projects and accomplishments
  • Add your answer
  • Q6. How do you align with the role?
  • Ans. 

    I align with the role through my strong communication skills, attention to detail, and ability to work well in a team.

    • Strong communication skills: I excel in conveying information clearly and effectively to team members and clients.

    • Attention to detail: I have a keen eye for spotting errors and ensuring tasks are completed accurately.

    • Teamwork: I thrive in collaborative environments and enjoy working with others to achie...

  • Answered by AI
    Add your answer
Anonymous

Interview Questions & Answers

user image Anonymous

posted on 7 Oct 2024

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Write your own implementation for shared pointer. How it will handle if it get assigned by another one. How will you use it in main method. How will you overload -> operator and dereferencing operator in t...
  • Ans. 

    Implementation of shared and unique pointers in C++ with operator overloading.

    • Implement a class for shared pointer with reference counting.

    • Handle assignment by incrementing reference count and decrementing old pointer's count.

    • Overload -> and * operators to access underlying object.

    • Use shared pointer in main method by creating instances and passing them around.

    • For unique pointer, implement a class that transfers ownersh...

  • Answered by AI
    Add your answer
  • Q2. Simple problem for binary search but input values are double not integer
  • Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. Given bst find two values from tree which will give you required sum. In two pointer is it better to use middle-out instead of starting from both end probabilistically
  • Add your answer
  • Q2. Design splitwise like add and explain
  • Add your answer
Round 3 - Technical 

(6 Questions)

  • Q1. Write signature of shared pointer
  • Add your answer
  • Q2. Design system similar to load balancer where if request comes again with same id it should go to server it went for first time. with constant space complexity
  • Add your answer
  • Q3. Design system where there is org hierarchy and you should be able to find all sub-ordinates Optimize is using array of pointer
  • Ans. 

    Design a system with org hierarchy to find all sub-ordinates using array of pointers.

    • Create a class for each employee with a pointer to their manager

    • Use an array of pointers to store all employee objects

    • Traverse the array to find all sub-ordinates of a given employee

  • Answered by AI
    Add your answer
  • Q4. Write lambda function and it's signature
  • Add your answer
  • Q5. Do you know about template Class and function template
  • Add your answer
  • Q6. How does auto work internally?
  • Add your answer
Round 4 - HR 

(1 Question)

  • Q1. Are you ready to shift to bengaluru
  • Ans. 

    Yes, I am ready to shift to Bengaluru for the c++ associate position.

    • I am excited about the opportunity to work in Bengaluru.

    • I have researched the city and am comfortable with the relocation.

    • I am flexible and adaptable to new environments.

    • I have friends/family in Bengaluru who can support me during the transition.

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Senior Software Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Jan 2025

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

Medium leetcode question on array list

Round 2 - One-on-one 

(4 Questions)

  • Q1. Core java and collections, exceptions and threading
  • Add your answer
  • Q2. Core java collections
  • Add your answer
  • Q3. Multi threading
  • Add your answer
  • Q4. Executor framework
  • Add your answer
Round 3 - One-on-one 

(1 Question)

  • Q1. Threading related questions
  • Add your answer
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Jun 2025

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

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Assessment test section 1 : debugging easy to medium 7Q 20mins section 2: Aptitude Data interpretation (difficult) 24Q 36 mins section 3: 3 Coding questions medium level 3Q 60 mins (choose C, C++, java) 1....
  • Add your answer
  • Q2. All the best
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Morgan stanley coding questions from codingninjas you will make top notch in interview
Anonymous

Analyst Interview Questions & Answers

user image Anonymous

posted on 12 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain CDS and credit risk
  • Ans. 

    CDS stands for Credit Default Swap, a financial derivative used to transfer credit risk between parties.

    • CDS is a type of insurance contract where one party pays a premium to another party in exchange for protection against a credit event, such as default or bankruptcy.

    • The buyer of a CDS makes periodic payments to the seller, who agrees to compensate the buyer in the event of a credit event on a specified reference asse...

  • Answered by AI
    Add your answer
  • Q2. Explain option strategies
  • Ans. 

    Options strategies involve buying and selling options contracts to achieve specific investment goals.

    • Buy Call Option: Bullish strategy where investor expects the price of the underlying asset to rise.

    • Buy Put Option: Bearish strategy where investor expects the price of the underlying asset to fall.

    • Covered Call: Selling a call option while holding the underlying asset to generate income.

    • Straddle: Buying both a call and p...

  • Answered by AI
    Add your answer
Round 2 - HR 

(1 Question)

  • Q1. Questions regarding previous work experience
  • Add your answer
Round 3 - Technical 

(1 Question)

  • Q1. Explain different option strategies
  • Ans. 

    Options strategies involve buying or selling options contracts to achieve specific investment goals.

    • Some common options strategies include covered calls, protective puts, straddles, and iron condors.

    • Covered calls involve selling call options on a stock you own to generate income.

    • Protective puts involve buying put options to protect against a decline in the value of a stock.

    • Straddles involve buying both a call and a put...

  • Answered by AI
    Add your answer
Anonymous

Technology Analyst Interview Questions & Answers

user image Anonymous

posted on 27 Sep 2024

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

There were 3 coding questions having LC easy-medium problems.

Round 2 - Technical 

(2 Questions)

  • Q1. DSA Coding questions from LC
  • Add your answer
  • Q2. Asked about CS fundamentals - OS, OOPs etc.
  • Add your answer
Round 3 - Technical 

(2 Questions)

  • Q1. OOPs Design - Low Level Design Round
  • Add your answer
  • Q2. Follow up questions on the solution
  • Add your answer
Anonymous

Analyst Interview Questions & Answers

user image Anonymous

posted on 5 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Accounting Questions
  • Add your answer
  • Q2. Corporate Actions
  • Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. Financial Instruments
  • Add your answer
  • Q2. Behavioral Questions
  • Add your answer
Anonymous

Interview Questions & Answers

user image Anonymous

posted on 31 May 2025

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

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Questions on Reconciliation process, Options ATM OTM, OTE reconciliation, OTE calculation, Corporate Actions meaning and difference in their types.
  • Add your answer
  • Q2. Why do you want to change job,
  • Ans. 

    I seek new challenges and opportunities for growth that align with my career goals and passion for cybersecurity.

    • Desire for professional growth: I want to expand my skills in incident response and threat analysis.

    • Alignment with career goals: The CERT Team's focus on proactive security measures resonates with my passion for cybersecurity.

    • Seeking a collaborative environment: I thrive in team settings where knowledge shar...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process is straightforward and simple according to the job description; however, there is no feedback or acknowledgment from HR following the interview.
Anonymous

Data Analyst Intern Interview Questions & Answers

user image Anonymous

posted on 20 May 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
  • Q1. What is Bayes theorem?
  • Add your answer
  • Q2. What is the difference between tuple and list?
  • Ans. 

    Tuples are immutable and ordered collections, while lists are mutable and can be modified after creation.

    • Tuples are defined using parentheses: example: (1, 2, 3)

    • Lists are defined using square brackets: example: [1, 2, 3]

    • Tuples cannot be changed after creation, while lists can be modified (add, remove items).

    • Tuples can be used as keys in dictionaries due to their immutability, while lists cannot.

    • Tuples generally have a ...

  • Answered by AI
    Add your answer
  • Q3. Explain your project in the detail way
  • Ans. 

    Developed a data analysis project to optimize marketing strategies using customer behavior data.

    • Collected data from various sources, including surveys and website analytics.

    • Utilized Python and SQL for data cleaning and preprocessing.

    • Conducted exploratory data analysis (EDA) to identify trends and patterns.

    • Created visualizations using Tableau to present findings to stakeholders.

    • Developed predictive models to forecast cu...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Study well your resume and prepare good for the technical rounds. All d best!
Anonymous

Executive Accountant Interview Questions & Answers

user image Anonymous

posted on 6 Jan 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Dec 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduction questions
  • Add your answer
  • Q2. Why we should hire you?
  • Ans. 

    I have a strong background in accounting, with proven experience in managing financial operations and driving business growth.

    • Extensive experience in financial analysis and reporting

    • Proven track record of improving financial processes and efficiency

    • Strong attention to detail and accuracy in financial data

    • Excellent communication and interpersonal skills

    • Ability to work effectively in a team and independently

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared with your concepts and resume.
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 Morgan Stanley?
Ask anonymously on communities.
More about working at Morgan Stanley
  • HQ - New York, New York, United States (USA)
  • Financial Services
  • 10k-50k Employees (India)

Morgan Stanley Interview FAQs

How many rounds are there in Morgan Stanley interview?
Morgan Stanley interview process usually has 2-3 rounds. The most common rounds in the Morgan Stanley interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Morgan Stanley 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 Morgan Stanley. The most common topics and skills that interviewers at Morgan Stanley expect are Financial Services, Investment Banking, Wealth Management, Risk Management and Investment Management.
What are the top questions asked in Morgan Stanley interview?

Some of the top questions asked at the Morgan Stanley interview -

  1. What was the journal entry for prepaid rent which has paid at beginning of the ...read more
  2. What is the entry for share purchased today which will be credited into demat o...read more
  3. What impact do share price have on issue of dividend ? And what was the reason ...read more
What are the most common questions asked in Morgan Stanley HR round?

The most common HR questions asked in Morgan Stanley interview are -

  1. Why should we hire y...read more
  2. What are your strengths and weakness...read more
  3. Why are you looking for a chan...read more
How long is the Morgan Stanley interview process?

The duration of Morgan Stanley interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Morgan Stanley Interviews By Designations

  • Morgan Stanley Associate Interview Questions
  • Morgan Stanley Senior Manager Interview Questions
  • Morgan Stanley Senior Associate Interview Questions
  • Morgan Stanley Analyst Interview Questions
  • Morgan Stanley Manager Interview Questions
  • Morgan Stanley Software Developer Interview Questions
  • Morgan Stanley Director Interview Questions
  • Morgan Stanley Senior Software Engineer Interview Questions
  • Show more
  • Morgan Stanley Technology Analyst Interview Questions
  • Morgan Stanley Software Engineer Interview Questions

Interview Questions for Popular Designations

  • Associate Interview Questions
  • Senior Manager Interview Questions
  • Analyst Interview Questions
  • Senior Associate Interview Questions
  • Software Developer Interview Questions
  • Manager Interview Questions
  • Director Interview Questions
  • Senior Software Engineer Interview Questions
  • Show more
  • Technology Analyst Interview Questions
  • Software Engineer Interview Questions

Overall Interview Experience Rating

4/5

based on 211 interview experiences

Difficulty level

Easy 13%
Moderate 74%
Hard 13%

Duration

Less than 2 weeks 45%
2-4 weeks 27%
4-6 weeks 16%
6-8 weeks 7%
More than 8 weeks 5%
View more

Interview Questions from Similar Companies

JPMorgan Chase & Co.
JPMorgan Chase & Co. Interview Questions
3.9
 • 797 Interviews
Wells Fargo
Wells Fargo Interview Questions
3.8
 • 618 Interviews
Citicorp
Citicorp Interview Questions
3.7
 • 588 Interviews
HSBC Group
HSBC Group Interview Questions
3.9
 • 511 Interviews
American Express
American Express Interview Questions
4.1
 • 387 Interviews
BNY
BNY Interview Questions
3.8
 • 366 Interviews
UBS
UBS Interview Questions
3.9
 • 351 Interviews
Motilal Oswal Financial Services
Motilal Oswal Financial Services Interview Questions
3.6
 • 337 Interviews
State Street Corporation
State Street Corporation Interview Questions
3.7
 • 248 Interviews
FactSet
FactSet Interview Questions
3.9
 • 216 Interviews
View all

Morgan Stanley Reviews and Ratings

based on 1.8k reviews

3.6/5

Rating in categories

3.3

Skill development

3.6

Work-life balance

3.6

Salary

3.0

Job security

3.6

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 1.8k Reviews and Ratings
Morgan Stanley Salaries in India
Associate
3.5k salaries
unlock blur

₹10.1 L/yr - ₹17.2 L/yr

Senior Manager
2.5k salaries
unlock blur

₹26.1 L/yr - ₹47.2 L/yr

Manager
1.9k salaries
unlock blur

₹18 L/yr - ₹32.5 L/yr

Senior Associate
1.7k salaries
unlock blur

₹12.8 L/yr - ₹22 L/yr

Vice President
1.4k salaries
unlock blur

₹38.9 L/yr - ₹71 L/yr

Explore more salaries
Compare Morgan Stanley with
JPMorgan Chase & Co.

JPMorgan Chase & Co.

3.9
Compare
Goldman Sachs

Goldman Sachs

3.5
Compare
TCS

TCS

3.6
Compare
Deloitte

Deloitte

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Morgan Stanley 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