Logo

Get AmbitionBox App

Faster and better experience!

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

    • Campus placements

      Interviews questions for 2K+ colleges

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Luxoft

Compare button icon Compare button icon Compare
3.7

based on 698 Reviews

Play video Play video Video summary
  • About
  • Reviews
    698
  • Salaries
    4.2k
  • Interviews
    126
  • Jobs
    421
  • Benefits
    123
  • Photos
    4

Filter interviews by

Luxoft Interview Questions and Answers

Updated 6 Apr 2025
Popular Designations

32 Interview questions

A Senior Java Developer was asked 1mo ago
Q. Given a string, find the most frequently repeated number.
Ans. 

Find the maximum repeated number in a given string by counting occurrences of each digit and identifying the highest one.

  • Iterate through the string: Loop through each character in the string to check if it's a digit.

  • Count occurrences: Use a map or array to count how many times each digit appears.

  • Identify the maximum: After counting, determine which digit has the highest count.

  • Return the result: Output the digit th...

View all Senior Java Developer interview questions
A Senior Java Developer was asked 1mo ago
Q. What are the disadvantages of indexing?
Ans. 

Indexing can improve query performance but has drawbacks like increased storage and maintenance overhead.

  • Increased storage requirements: Indexes consume additional disk space. For example, a large table with multiple indexes can significantly increase storage needs.

  • Slower write operations: Inserting, updating, or deleting records can be slower due to the need to update indexes. For instance, adding a new row requi...

View all Senior Java Developer interview questions
A Senior ETL Developer was asked 1mo ago
Q. What are check constraints in SQL?
Ans. 

Check constraints enforce specific rules on data in SQL tables to maintain data integrity.

  • Check constraints ensure that values in a column meet a specific condition.

  • Example: `CHECK (age >= 18)` ensures that the age column only contains values 18 or older.

  • They can be applied to single columns or multiple columns.

  • Example: `CHECK (salary > 0 AND department IS NOT NULL)` ensures salary is positive and department...

View all Senior ETL Developer interview questions
A Senior Consultant was asked 3mo ago
Q. Can you demonstrate how to create a simple Jenkins job with the required parameters for a specific use case?
Ans. 

Creating a simple Jenkins job with required parameters

  • Log in to Jenkins and click on 'New Item'

  • Enter a name for the job and select 'Freestyle project'

  • Add build steps, post-build actions, and configure parameters as needed

  • Save the job and run it to test

View all Senior Consultant interview questions
A Senior Devops Engineer was asked 4mo ago
Q. What is the architecture of Kubernetes?
Ans. 

Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications.

  • Kubernetes follows a master-slave architecture with a master node that controls multiple worker nodes.

  • Master node components include API server, scheduler, controller manager, and etcd.

  • Worker node components include kubelet, kube-proxy, and container runtime (e.g. Docke...

View all Senior Devops Engineer interview questions
A Senior Java Developer was asked 5mo ago
Q. How does ConcurrentSkipListMap work?
Ans. 

ConcurrentSkipListMap is a concurrent, sorted map implementation in Java.

  • ConcurrentSkipListMap is a concurrent version of SkipListMap, which is a sorted map implementation based on skip list data structure.

  • It allows multiple threads to access and modify the map concurrently.

  • It provides logarithmic time complexity for most operations, making it efficient for concurrent access.

  • Example: ConcurrentSkipListMap<Integ...

View all Senior Java Developer interview questions
A Senior Java Developer was asked 5mo ago
Q. How do annotations work?
Ans. 

Annotations in Java provide metadata about a program that can be used by the compiler or at runtime.

  • Annotations start with the @ symbol.

  • Annotations can be used to provide information to the compiler or to runtime environments.

  • Annotations can be used to define custom metadata for classes, methods, fields, etc.

  • Annotations can also be used for code generation, documentation, and validation.

  • Examples of annotations in ...

View all Senior Java Developer interview questions
Are these interview questions helpful?
A Devops Engineer was asked 6mo ago
Q. Review the provided code, explain its functionality, and correct any errors.
Ans. 

Review and explain/correct provided code

  • Understand the purpose of the code

  • Check for any syntax errors or logical mistakes

  • Explain the code step by step

  • Suggest improvements if necessary

View all Devops Engineer interview questions
An Azure Data Engineer was asked 9mo ago
Q. What are the different types of clusters available in Databricks?
Ans. 

Types of clusters in Databricks include Standard, High Concurrency, and Single Node clusters.

  • Standard clusters are used for general-purpose workloads

  • High Concurrency clusters are optimized for concurrent workloads

  • Single Node clusters are used for development and testing purposes

View all Azure Data Engineer interview questions
An Azure Data Engineer was asked 9mo ago
Q. What is the Catalyst optimizer in Spark?
Ans. 

Catalyst optimizer is a query optimizer in Apache Spark that leverages advanced techniques to optimize and improve the performance of Spark SQL queries.

  • Catalyst optimizer uses a rule-based and cost-based optimization approach to generate an optimized query plan.

  • It performs various optimizations such as constant folding, predicate pushdown, and projection pruning to improve query performance.

  • Catalyst optimizer also...

View all Azure Data Engineer interview questions
1 2 3 4

Luxoft Interview Experiences

126 interviews found

Lab Assistant Interview Questions & Answers

user image SANTOSH AMBIG

posted on 25 Jan 2025

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

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Technically experience skill
  • Add your answer
  • Q2. Integration Testing
  • Add your answer
Round 2 - HR 

(2 Questions)

  • Q1. Company Experience
  • Add your answer
  • Q2. Salary
  • Add your answer

Lab Assistant Interview Questions asked at other Companies

Q1. 1. Percentage of agar in solid substrate media 2. Composition of LB media 3. What is PCR and difference between Real time PCR and reverse transcriptase pcr 4. 5 kingdom classification 5. Difference between algae and fungi 6. Determination o... read more
View answer (1)
Anonymous

Senior Devops Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Dec 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Architecture of Kubernetes?
  • Ans. 

    Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications.

    • Kubernetes follows a master-slave architecture with a master node that controls multiple worker nodes.

    • Master node components include API server, scheduler, controller manager, and etcd.

    • Worker node components include kubelet, kube-proxy, and container runtime (e.g. Docker).

    • Ku...

  • Answered by AI
    Add your answer
  • Q2. Scenario based Questions
  • Add your answer

Senior Devops Engineer Interview Questions asked at other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
View answer (3)
Anonymous

Senior Software Engineer Interview Questions & Answers

user image gaurav kumar

posted on 21 Oct 2024

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

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

Round 1 - Coding Test 

An online coding test at coderByte. Medium level question.

Round 2 - Technical 

(2 Questions)

  • Q1. Find sum of distinct elements from two given array.
  • Ans. 

    Sum of distinct elements from two arrays

    • Create a set to store distinct elements from both arrays

    • Iterate through each array and add elements to the set

    • Calculate the sum of elements in the set

  • Answered by AI
    Add your answer
  • Q2. Discussion around Java,Spring-boot.
  • Add your answer

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Anonymous

Senior Java Developer Interview Questions & Answers

user image Anonymous

posted on 23 Nov 2024

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

(2 Questions)

  • Q1. How annotation works?
  • Ans. 

    Annotations in Java provide metadata about a program that can be used by the compiler or at runtime.

    • Annotations start with the @ symbol.

    • Annotations can be used to provide information to the compiler or to runtime environments.

    • Annotations can be used to define custom metadata for classes, methods, fields, etc.

    • Annotations can also be used for code generation, documentation, and validation.

    • Examples of annotations in Java ...

  • Answered by AI
    Add your answer
  • Q2. CondurentSkipListMap, how does it work
  • Ans. 

    ConcurrentSkipListMap is a concurrent, sorted map implementation in Java.

    • ConcurrentSkipListMap is a concurrent version of SkipListMap, which is a sorted map implementation based on skip list data structure.

    • It allows multiple threads to access and modify the map concurrently.

    • It provides logarithmic time complexity for most operations, making it efficient for concurrent access.

    • Example: ConcurrentSkipListMap<Integer, S...

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
View answer (1)
Anonymous

Angular Developer Interview Questions & Answers

user image Anonymous

posted on 14 Nov 2024

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

(2 Questions)

  • Q1. Interceptors, Guards, AOT vs JIT
  • Add your answer
  • Q2. Angular Lifecycle hooks, unit tests, lazy loading
  • Add your answer

Angular Developer Interview Questions asked at other Companies

Q1. How can you pass data between parent and child components?, what is component interaction
View answer (5)
Anonymous

Angular Frontend Developer Interview Questions & Answers

user image Anonymous

posted on 14 Nov 2024

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

(2 Questions)

  • Q1. Interceptors, guards, forms
  • Add your answer
  • Q2. Angular lifecycle hooks, Aot compolation
  • Add your answer

Angular Frontend Developer Interview Questions asked at other Companies

Q1. How do you implement interfaces without methods?
View answer (1)
Anonymous

Murex Consultant Interview Questions & Answers

user image sakthiy sabari

posted on 5 Jan 2025

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

The interview went well, covering topics such as datamarts, Linux scripts, and more.

Round 2 - HR 

(1 Question)

  • Q1. What is a binary upgrade?
  • Ans. 

    A binary upgrade is a software upgrade that involves replacing the existing version with a new version without changing the data format or structure.

    • Binary upgrades are typically faster and easier to implement compared to non-binary upgrades.

    • They are commonly used in software applications to ensure compatibility with existing data and configurations.

    • An example of a binary upgrade is updating a software application from...

  • Answered by AI
    Add your answer

Murex Consultant Interview Questions asked at other Companies

Q1. What is the difference between forwards and futures?
View answer (1)
Anonymous

Azure Data Engineer Interview Questions & Answers

user image Anonymous

posted on 1 Aug 2024

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

(5 Questions)

  • Q1. Types of clusters in Databricks
  • Ans. 

    Types of clusters in Databricks include Standard, High Concurrency, and Single Node clusters.

    • Standard clusters are used for general-purpose workloads

    • High Concurrency clusters are optimized for concurrent workloads

    • Single Node clusters are used for development and testing purposes

  • Answered by AI
    Add your answer
  • Q2. What is catalyst optimiser in Spark
  • Ans. 

    Catalyst optimizer is a query optimizer in Apache Spark that leverages advanced techniques to optimize and improve the performance of Spark SQL queries.

    • Catalyst optimizer uses a rule-based and cost-based optimization approach to generate an optimized query plan.

    • It performs various optimizations such as constant folding, predicate pushdown, and projection pruning to improve query performance.

    • Catalyst optimizer also leve...

  • Answered by AI
    Add your answer
  • Q3. What is explode function
  • Ans. 

    Explode function is used in Apache Spark to split an array into multiple rows.

    • Used in Apache Spark to split an array into multiple rows

    • Creates a new row for each element in the array

    • Commonly used in data processing and transformation tasks

  • Answered by AI
    Add your answer
  • Q4. Delta lake vs data lake
  • Ans. 

    Delta Lake is an open-source storage layer that brings ACID transactions to Apache Spark and big data workloads.

    • Delta Lake provides ACID transactions, schema enforcement, and time travel capabilities on top of data lakes.

    • Data lakes are a storage repository that holds a vast amount of raw data in its native format until it is needed.

    • Delta Lake is optimized for big data workloads and provides reliability and performance ...

  • Answered by AI
    Add your answer
  • Q5. What is RDD ?
  • Ans. 

    RDD stands for Resilient Distributed Dataset, a fundamental data structure in Apache Spark.

    • RDD is a fault-tolerant collection of elements that can be operated on in parallel.

    • RDDs are immutable, meaning they cannot be changed once created.

    • RDDs support two types of operations: transformations (creating a new RDD from an existing one) and actions (returning a value to the driver program).

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Azure Data Engineer Interview Questions asked at other Companies

Q1. How can we load multiple (50) tables at a time using ADF?
View answer (4)
Anonymous

Senior Java Developer Interview Questions & Answers

user image Anonymous

posted on 17 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - Coding Test 

2 Basic Programsl on LRU amd strings

Round 2 - Technical 

(1 Question)

  • Q1. Core java , java 8 concepts, spring core concepts
  • Add your answer
Round 3 - Behavioral 

(1 Question)

  • Q1. Salary discussion
  • Add your answer
Round 4 - HR 

(1 Question)

  • Q1. Policy briefing
  • Add your answer

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
View answer (1)
Anonymous

Customer Service Representative Interview Questions & Answers

user image Anonymous

posted on 2 Jul 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What does privacy mean to you?
  • Ans. 

    Privacy means the right to control one's personal information and data.

    • Privacy is the ability to keep personal information and data confidential

    • It involves respecting boundaries and not intruding into someone's personal space

    • Examples include protecting sensitive customer information and not sharing it without consent

  • Answered by AI
    Add your answer
  • Q2. Would you rather manage or be managed?
  • Ans. 

    I would rather manage than be managed.

    • I prefer taking initiative and leading a team towards a common goal.

    • I enjoy the challenge of problem-solving and decision-making.

    • I have experience in leadership roles where I successfully managed projects and teams.

  • Answered by AI
    Add your answer
Round 2 - HR 

(2 Questions)

  • Q1. Explain "code of conduct".
  • Ans. 

    Code of conduct is a set of rules and guidelines that outline the ethical and professional behavior expected from individuals in a particular organization or profession.

    • Code of conduct sets standards for behavior and interactions within an organization.

    • It outlines expectations for ethical decision-making and professionalism.

    • Violation of the code of conduct can result in disciplinary action.

    • Examples include rules on con...

  • Answered by AI
    Add your answer
  • Q2. What is something you are proud of?
  • Ans. 

    I am proud of successfully leading a team project to completion.

    • Led a team project from start to finish

    • Ensured all team members were on track and motivated

    • Delivered project on time and within budget

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - I responded to an online post for a customer service position. When i heard back, I was given info to reach out to the hiring manager on the Signal platform for an interview. I did that and was given a set of questions which I answered immediately. The conversation was left hanging. The next day, I received a 2nd set of questions which I waited to answer and submitted on the 3rd day. Upon doing so, I was hired on the spot and told someone would be contacting me via email to start the onboarding process. Upon review of the company's website, the "way we hire" followed a different process and started with a resume submission which i was never even asked for. Im still not certain if I really interviewed with Luxoft or someone posing as the company. My advice is to do research and know there are potential scammers out there that may be posing as Luxoft. I will update this as my experience unfolds.

Customer Service Representative Interview Questions asked at other Companies

Q1. What is the difference between BPO and KPO?
View answer (3)
Anonymous

Top trending discussions

View All
Salary Discussions, Hike & Promotions
2w
a data scientist
Need help in CTC expectation
Planning to appear for interviews.. CCTC: 11 LPA Exp: 4 years (Data science, ML, DL) last 1 Year in GenAI I was doing work from until now.. 1. What is possibility of getting remote job? 2. What should be my expected CTC? Please help
Got a question about Luxoft?
Ask anonymously on communities.
More about working at Luxoft
golden leaf award AmbitionBox awards

#1 Best Mid-Sized IT/ITES Company - 2022

golden leaf award
  • HQ - Zug, Switzerland, Switzerland
  • IT Services & Consulting
  • 1k-5k Employees (India)

Luxoft Interview FAQs

How many rounds are there in Luxoft interview?
Luxoft interview process usually has 2-3 rounds. The most common rounds in the Luxoft interview process are Technical, Resume Shortlist and HR.
How to prepare for Luxoft 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 Luxoft. The most common topics and skills that interviewers at Luxoft expect are SQL, Python, Murex, Agile and JIRA.
What are the top questions asked in Luxoft interview?

Some of the top questions asked at the Luxoft interview -

  1. What happens to a HTTP request when it leaves a client making a call and before...read more
  2. What is different between forward and futu...read more
  3. Explain you project architecture ? Show some sample codes of the sa...read more
What are the most common questions asked in Luxoft HR round?

The most common HR questions asked in Luxoft interview are -

  1. What are your salary expectatio...read more
  2. Why are you looking for a chan...read more
  3. Where do you see yourself in 5 yea...read more
How long is the Luxoft interview process?

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

Tell us how to improve this page.

Luxoft Interviews By Designations

  • Luxoft Senior Software Engineer Interview Questions
  • Luxoft Software Engineer Interview Questions
  • Luxoft Senior Consultant Interview Questions
  • Luxoft Consultant Interview Questions
  • Luxoft Business Analyst Interview Questions
  • Luxoft Senior Java Developer Interview Questions
  • Luxoft Data Engineer Interview Questions
  • Luxoft Murex Consultant Interview Questions
  • Show more
  • Luxoft Software Developer Interview Questions
  • Luxoft Analyst Interview Questions

Interview Questions for Popular Designations

  • Senior Software Engineer Interview Questions
  • Software Engineer Interview Questions
  • Senior Consultant Interview Questions
  • Consultant Interview Questions
  • Business Analyst Interview Questions
  • Senior Java Developer Interview Questions
  • Data Engineer Interview Questions
  • Executive Interview Questions
  • Show more
  • Accountant Interview Questions
  • System Engineer Interview Questions

Overall Interview Experience Rating

4.1/5

based on 97 interview experiences

Difficulty level

Easy 19%
Moderate 77%
Hard 4%

Duration

Less than 2 weeks 62%
2-4 weeks 33%
4-6 weeks 5%
View more

Interview Questions from Similar Companies

Synechron
Synechron Interview Questions
3.5
 • 371 Interviews
Movate
Movate Interview Questions
3.3
 • 265 Interviews
Globant
Globant Interview Questions
3.8
 • 179 Interviews
SS&C TECHNOLOGIES
SS&C TECHNOLOGIES Interview Questions
3.3
 • 177 Interviews
ThoughtWorks
ThoughtWorks Interview Questions
3.9
 • 153 Interviews
HTC Global Services
HTC Global Services Interview Questions
3.5
 • 142 Interviews
Collabera Technologies
Collabera Technologies Interview Questions
3.5
 • 136 Interviews
NCR Corporation
NCR Corporation Interview Questions
3.7
 • 133 Interviews
Sopra Steria
Sopra Steria Interview Questions
3.8
 • 133 Interviews
TEKsystems
TEKsystems Interview Questions
3.3
 • 120 Interviews
View all

Luxoft Reviews and Ratings

based on 698 reviews

3.7/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.5

Salary

3.3

Job security

3.6

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 698 Reviews and Ratings
Jobs at Luxoft
Luxoft
Senior Technical PM

Hyderabad / Secunderabad

10-15 Yrs

Not Disclosed

Luxoft
Temenos Senior Business Analyst

Hyderabad / Secunderabad

8-13 Yrs

Not Disclosed

Luxoft
AWS Architect

Remote

8-13 Yrs

Not Disclosed

Explore more jobs
Luxoft Salaries in India
Senior Software Engineer
500 salaries
unlock blur

₹10 L/yr - ₹37 L/yr

Senior Consultant
404 salaries
unlock blur

₹14 L/yr - ₹35 L/yr

Consultant
275 salaries
unlock blur

₹8.5 L/yr - ₹25 L/yr

Software Engineer
198 salaries
unlock blur

₹4.5 L/yr - ₹18 L/yr

Senior Software Developer
150 salaries
unlock blur

₹11.1 L/yr - ₹37 L/yr

Explore more salaries
Compare Luxoft with
Accenture

Accenture

3.8
Compare
Synechron

Synechron

3.5
Compare
Movate

Movate

3.3
Compare
Sopra Steria

Sopra Steria

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

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Campus Placements
  • 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 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • 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