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

AT&T

Compare button icon Compare button icon Compare
4.0

based on 464 Reviews

Play video Play video Video summary
  • About
  • Reviews
    464
  • Salaries
    3.9k
  • Interviews
    59
  • Jobs
    72
  • Benefits
    62
  • Photos
    -
  • Posts
    1

Filter interviews by

AT&T Interview Questions and Answers

Updated 5 Jun 2025
Popular Designations

41 Interview questions

A Java Developer was asked 2mo ago
Q. What is the difference between JDK, JRE, and JVM?
Ans. 

JDK is for development, JRE is for running Java applications, and JVM is the engine that executes Java bytecode.

  • JDK (Java Development Kit): A full-featured software development kit that includes tools for developing, debugging, and monitoring Java applications. Example: javac compiler.

  • JRE (Java Runtime Environment): A subset of the JDK that provides the libraries and components necessary to run Java applications. ...

View all Java Developer interview questions
A Java Developer was asked 2mo ago
Q. What are the OOP concepts in Java?
Ans. 

OOP concepts in Java include Encapsulation, Inheritance, Polymorphism, and Abstraction, enabling modular and reusable code.

  • Encapsulation: Bundling data and methods that operate on the data within one unit (class). Example: private variables with public getters/setters.

  • Inheritance: Mechanism where one class inherits properties and behaviors from another. Example: class Dog extends Animal.

  • Polymorphism: Ability to pr...

View all Java Developer interview questions
A Senior Associate, Big Data Engineering was asked 2mo ago
Q. Explain the difference between data warehouses, data marts, data lakes, and delta lakes.
Ans. 

Data warehouses, data marts, data lakes, and delta lakes serve different purposes in data storage and analytics.

  • Data Warehouse: Centralized repository for structured data, optimized for query and analysis. Example: Amazon Redshift.

  • Data Mart: Subset of a data warehouse focused on a specific business line or team. Example: Sales data mart.

  • Data Lake: Storage for raw, unstructured data, allowing for flexible data expl...

A Senior Associate, Big Data Engineering was asked 2mo ago
Q. Explain why denormalization is needed in OLAP systems.
Ans. 

Denormalization in OLAP systems improves query performance by reducing the complexity of data retrieval.

  • Denormalization reduces the number of joins needed in queries, speeding up data retrieval.

  • In OLAP, data is often read-heavy; denormalized structures like star schemas optimize read performance.

  • For example, a star schema combines fact tables with dimension tables, simplifying queries.

  • Denormalization can lead to d...

A Senior Manager was asked 3mo ago
Q. What is the breakdown of compensation and benefits?
Ans. 

Compensation and benefits include salary, bonuses, health insurance, retirement plans, and other perks.

  • Base Salary: The fixed annual amount paid to an employee, e.g., $100,000.

  • Bonuses: Performance-based incentives, e.g., annual bonuses up to 20% of salary.

  • Health Insurance: Coverage for medical expenses, e.g., employer pays 80% of premiums.

  • Retirement Plans: Contributions to 401(k) or pension plans, e.g., employer m...

View all Senior Manager interview questions
A Web Developer was asked 5mo ago
Q. What is the CLR?
Ans. 

CLR stands for Common Language Runtime, a virtual machine component of the .NET framework responsible for managing code execution.

  • CLR provides services such as memory management, exception handling, and security.

  • It compiles code into Intermediate Language (IL) and then translates it into machine code at runtime.

  • CLR allows for language interoperability within the .NET framework, enabling different languages to work...

View all Web Developer interview questions
A Full Stack Developer was asked 10mo ago
Q. What is the purpose of the static keyword in Java?
Ans. 

Static keyword in Java is used to create class-level variables and methods that can be accessed without creating an instance of the class.

  • Static variables are shared among all instances of a class.

  • Static methods can be called without creating an object of the class.

  • Static keyword can be used to initialize a variable only once.

  • Example: public static int count = 0;

View all Full Stack Developer interview questions
Are these interview questions helpful?
A Full Stack Developer was asked 10mo ago
Q. What is the difference between streams and parallel streams?
Ans. 

Streams process elements sequentially, while parallel streams process elements concurrently.

  • Streams process elements one by one in a sequential manner.

  • Parallel streams process elements concurrently, potentially utilizing multiple threads for faster processing.

  • Streams are suitable for smaller datasets or when order matters.

  • Parallel streams are more efficient for larger datasets or when order is not important.

  • Exampl...

View all Full Stack Developer interview questions
A Data Engineer was asked 11mo ago
Q. Using Unix commands, how would you find a specific word within a set of files?
Ans. 

Using Unix command 'grep' to find a word in a set of files

  • Use 'grep' command followed by the word you want to search for and the file(s) you want to search in

  • Add the '-r' flag to search recursively in all files in a directory

  • Use '-i' flag for case-insensitive search

  • Example: grep 'hello' file.txt

  • Example: grep -r 'error' /path/to/directory

  • Example: grep -i 'apple' file1.txt file2.txt

View all Data Engineer interview questions
A Java Developer was asked 12mo ago
Q. How do you pull a large amount of data using Spring Data JPA?
Ans. 

To pull large amount of data in Spring Data JPA, use pagination, lazy loading, and query optimization techniques.

  • Use pagination to limit the amount of data retrieved in each query

  • Implement lazy loading to fetch data only when needed

  • Optimize queries by using indexes, avoiding N+1 query problem, and fetching only necessary columns

View all Java Developer interview questions
1 2 3 4 5

AT&T Interview Experiences

59 interviews found

Web Developer Interview Questions & Answers

user image Anonymous

posted on 17 Jan 2025

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

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. What is Object-Oriented Programming (OOP), and can you explain its fundamental concepts?
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP focuses on creating objects that interact with each other to solve complex problems.

    • Fundamental concepts include classes, objects, inheritance, encapsulation, and polymorphism.

    • Classes are blueprints for creating objects, while objects are instances of classes.

    • Inheritance all...

  • Answered by AI
    Add your answer
  • Q2. What is the definition of an array, and what are the different types of arrays?
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type. There are different types of arrays such as one-dimensional, multi-dimensional, and associative arrays.

    • One-dimensional array: Stores elements in a single row or column.

    • Multi-dimensional array: Stores elements in multiple rows and columns.

    • Associative array: Uses key-value pairs to store elements.

    • Example: ['apple', 'banana', 'orange']

  • Answered by AI
    Add your answer
  • Q3. What is the clr
  • Ans. 

    CLR stands for Common Language Runtime, a virtual machine component of the .NET framework responsible for managing code execution.

    • CLR provides services such as memory management, exception handling, and security.

    • It compiles code into Intermediate Language (IL) and then translates it into machine code at runtime.

    • CLR allows for language interoperability within the .NET framework, enabling different languages to work toge...

  • Answered by AI
    Add your answer
Round 2 - Coding Test 

The content is based on HTML, Windows, and ADO.NET.

Round 3 - HR 

(2 Questions)

  • Q1. What motivates you to pursue this job?
  • Ans. 

    I am motivated to pursue a career as a Customer Care Executive because I enjoy helping others and providing excellent service.

    • I have a passion for assisting customers and resolving their issues

    • I thrive in a fast-paced environment where I can use my communication skills effectively

    • I find satisfaction in ensuring customer satisfaction and building positive relationships

    • I believe in the importance of delivering exceptiona...

  • Answered by AI
    Add your answer
  • Q2. What is your expected salary?
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for web developers.

    • I have researched the average salary for web developers in this location.

    • I am open to negotiation based on the overall compensation package offered.

    • I am looking for a salary that reflects my expertise and contributions to the team.

  • Answered by AI
    Add your answer
Anonymous

Senior Software Specialist Interview Questions & Answers

user image Anonymous

posted on 20 Jan 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Request to write procedures for React, Node, and MySQL.

Round 2 - Group Discussion 

Discussed the terminologies related to the job position, such as securing data and handling large datasets.

Round 3 - One-on-one 

(2 Questions)

  • Q1. What is your reason for seeking a change in your current position?
  • Ans. 

    Seeking new challenges and opportunities for growth in a more specialized role.

    • Desire to work on more complex projects

    • Opportunity to specialize in a specific technology or domain

    • Seeking career advancement and professional development

    • Looking for a more challenging and rewarding role

  • Answered by AI
    Add your answer
  • Q2. What is the reason for your job changes approximately every 2.5 years?
  • Ans. 

    Seeking new challenges and opportunities for growth led to job changes every 2.5 years.

    • Desire for new challenges and opportunities for growth

    • Seeking higher compensation or better benefits

    • Company restructuring or layoffs

    • Relocation or family reasons

    • Exploring different industries or technologies

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process is straightforward, and anyone can succeed; however, receiving a job offer is not guaranteed. The HR personnel continue to delay the timeline for extending the offer letter even after all rounds have been cleared and salary discussions have taken place. The expectations were communicated during the initial calls. I feel that I wasted my time interviewing with them.
Anonymous

Intern Interview Questions & Answers

user image Anonymous

posted on 23 Nov 2024

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

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. It was a online coding round with one question related to a medium hard binary search question..
  • Add your answer
  • Q2. The second question was bit ambiguous question involving a tree, where we were asked to add a tree child and subchild in the form a a directory and subdirectory
  • Ans. 

    Adding a tree child and subchild resembles creating directories and subdirectories in a file system.

    • A tree structure consists of nodes, where each node can have multiple children.

    • To add a child, create a new node and link it to the parent node.

    • For example, if 'Folder A' is a parent, 'Folder B' can be a child of 'Folder A'.

    • To add a subchild, link a new node to the child node, e.g., 'File 1' as a subchild of 'Folder B'.

    • T...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - The flexibility in interview rescheduling is not good, If you'll ask for rescheduling, you won't get a new date, and the current will be cancelled
Anonymous

Lead Data Engineer Interview Questions & Answers

user image Anonymous

posted on 5 Jun 2025

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

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

  • Q1. SQL - easy/ medium aggregation based queries Python - list comprehension Databases - deep dive into OLAP dbs and data formats like AVRO, PARQUET Deep dive on points mentioned in resume. Overall 4 rounds - ...
  • Add your answer
  • Q2. There might be offsite rounds
  • Add your answer
Anonymous

Senior Network Engineer Interview Questions & Answers

user image Anonymous

posted on 4 Sep 2024

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

I applied via Referral and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Ospf protocol and routing
  • Add your answer
  • Q2. Osi layers and bgp
  • Add your answer
Round 2 - One-on-one 

(2 Questions)

  • Q1. Bgp protocol and switching
  • Add your answer
  • Q2. Incident management
  • Add your answer
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a highly experienced Senior Network Engineer with a strong background in designing, implementing, and managing complex network infrastructures.

    • Over 10 years of experience in network engineering

    • Proficient in Cisco, Juniper, and Palo Alto technologies

    • Skilled in network design, implementation, and troubleshooting

    • Certified in CCNP and JNCIP

    • Led successful network upgrade projects at previous companies

  • Answered by AI
    Add your answer
  • Q2. Experience and expertice , certification
  • Add your answer
Anonymous

Senior Manager Interview Questions & Answers

user image Chandra Sekhar Mahanta

posted on 28 Feb 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Coding Test 

Automation scripting and test management.

Round 2 - Case Study 

How will you manage escalations with a third-party vendor?

Round 3 - HR 

(3 Questions)

  • Q1. What is the breakdown of compensation and benefits?
  • Ans. 

    Compensation and benefits include salary, bonuses, health insurance, retirement plans, and other perks.

    • Base Salary: The fixed annual amount paid to an employee, e.g., $100,000.

    • Bonuses: Performance-based incentives, e.g., annual bonuses up to 20% of salary.

    • Health Insurance: Coverage for medical expenses, e.g., employer pays 80% of premiums.

    • Retirement Plans: Contributions to 401(k) or pension plans, e.g., employer matche...

  • Answered by AI
    Add your answer
  • Q2. Location preferences
  • Add your answer
  • Q3. Reduce notice period in previous company
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for coding rounds and case studies.
Anonymous

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Jul 2024

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Sql question related to windows function
  • Add your answer
  • Q2. Unix basics - find a word in a set of files
  • Ans. 

    Using Unix command 'grep' to find a word in a set of files

    • Use 'grep' command followed by the word you want to search for and the file(s) you want to search in

    • Add the '-r' flag to search recursively in all files in a directory

    • Use '-i' flag for case-insensitive search

    • Example: grep 'hello' file.txt

    • Example: grep -r 'error' /path/to/directory

    • Example: grep -i 'apple' file1.txt file2.txt

  • Answered by AI
    Add your answer
  • Q3. Python question related to file system, regex
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was good, interviewer was supportive. They scheduled the second tech round after a week for the next week and then no one joined the call, furthermore the HR stopped answering my call, email or text and ghosted me.

Skills evaluated in this interview

Anonymous

Java Developer Interview Questions & Answers

user image Anonymous

posted on 18 Apr 2025

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

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

  • Q1. Tell me about your self.
  • Add your answer
  • Q2. Why do you join this company.
  • Add your answer
  • Q3. What is Oops concepts in java.
  • Add your answer
  • Q4. What are the main features of java.
  • Add your answer
  • Q5. What is the difference between JDK, JRE, AND JVM.
  • Add your answer

Skills evaluated in this interview

Anonymous

Full Stack Developer Interview Questions & Answers

user image Anonymous

posted on 24 Aug 2024

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

(2 Questions)

  • Q1. Difference between streams and parallel streams
  • Ans. 

    Streams process elements sequentially, while parallel streams process elements concurrently.

    • Streams process elements one by one in a sequential manner.

    • Parallel streams process elements concurrently, potentially utilizing multiple threads for faster processing.

    • Streams are suitable for smaller datasets or when order matters.

    • Parallel streams are more efficient for larger datasets or when order is not important.

    • Example: St...

  • Answered by AI
    Add your answer
  • Q2. What is Static keyword in Java do?
  • Ans. 

    Static keyword in Java is used to create class-level variables and methods that can be accessed without creating an instance of the class.

    • Static variables are shared among all instances of a class.

    • Static methods can be called without creating an object of the class.

    • Static keyword can be used to initialize a variable only once.

    • Example: public static int count = 0;

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Study Core Java and collection and About your project xp

Skills evaluated in this interview

Anonymous

Senior Program Manager Interview Questions & Answers

user image Syed Wasim Akram

posted on 2 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Past Projects achievements
  • Ans. 

    Led cross-functional teams to successfully deliver multiple projects on time and within budget.

    • Managed project timelines, resources, and budgets effectively

    • Implemented project management best practices to ensure successful outcomes

    • Collaborated with stakeholders to define project scope and objectives

    • Resolved project issues and risks in a timely manner

    • Delivered regular project updates to senior leadership

  • Answered by AI
    Add your answer
  • Q2. Ai today and tomorrow
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest these are experts you are dealing with
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 AT&T?
Ask anonymously on communities.
More about working at AT&T
  • HQ - Dallas, Texas, United States (USA)
  • Telecom
  • 5k-10k Employees (India)

AT&T Interview FAQs

How many rounds are there in AT&T interview?
AT&T interview process usually has 2-3 rounds. The most common rounds in the AT&T interview process are Technical, HR and Resume Shortlist.
How to prepare for AT&T 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 AT&T. The most common topics and skills that interviewers at AT&T expect are Python, Information Technology, SQL, WiFi and Product Management.
What are the top questions asked in AT&T interview?

Some of the top questions asked at the AT&T interview -

  1. Informatica - Difference between router and filter transformat...read more
  2. Informatica - How can we handle duplicates in mappi...read more
  3. Informatica - What are lookups and their types? Differences between those types...read more
How long is the AT&T interview process?

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

Tell us how to improve this page.

AT&T Interviews By Designations

  • AT&T Network Engineer Interview Questions
  • AT&T Senior Manager Interview Questions
  • AT&T Technical Specialist Interview Questions
  • AT&T Java Developer Interview Questions
  • AT&T Intern Interview Questions
  • AT&T Technical Intern Interview Questions
  • AT&T Senior Technical Specialist Interview Questions
  • AT&T Data Scientist Interview Questions
  • Show more
  • AT&T Software Engineer Interview Questions
  • AT&T Software Developer Interview Questions

Interview Questions for Popular Designations

  • Network Engineer Interview Questions
  • Analyst Interview Questions
  • Team Lead Interview Questions
  • Software Engineer Interview Questions
  • Senior Engineer Interview Questions
  • Graduate Engineer Trainee (Get) Interview Questions
  • Accountant Interview Questions
  • System Engineer Interview Questions
  • Show more
  • HR Executive Interview Questions
  • Deputy Manager Interview Questions

Overall Interview Experience Rating

4/5

based on 51 interview experiences

Difficulty level

Easy 14%
Moderate 76%
Hard 10%

Duration

Less than 2 weeks 62%
2-4 weeks 31%
4-6 weeks 4%
More than 8 weeks 4%
View more

Interview Questions from Similar Companies

Jio
Jio Interview Questions
4.1
 • 2.2k Interviews
Bharti Airtel
Bharti Airtel Interview Questions
3.9
 • 959 Interviews
Vodafone Idea
Vodafone Idea Interview Questions
4.0
 • 594 Interviews
Ericsson
Ericsson Interview Questions
4.1
 • 434 Interviews
Nokia
Nokia Interview Questions
4.1
 • 290 Interviews
Tata Communications
Tata Communications Interview Questions
4.0
 • 273 Interviews
BT Group
BT Group Interview Questions
3.9
 • 204 Interviews
ACT Fibernet
ACT Fibernet Interview Questions
4.0
 • 144 Interviews
Verizon
Verizon Interview Questions
4.0
 • 119 Interviews
Huawei Technologies
Huawei Technologies Interview Questions
4.0
 • 116 Interviews
View all

AT&T Reviews and Ratings

based on 464 reviews

4.0/5

Rating in categories

3.7

Skill development

4.0

Work-life balance

4.3

Salary

3.7

Job security

3.9

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 464 Reviews and Ratings
Jobs at AT&T
AT&T
Specialist Data Scientist (Machine learning with advanced NLP)

Bangalore / Bengaluru

6-9 Yrs

Not Disclosed

AT&T
Analyst Data/AI Engineering (ML/AI & Databricks)

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

AT&T
Specialist Solution Architecture

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Explore more jobs
AT&T Salaries in India
Senior Associate
322 salaries
unlock blur

₹11.4 L/yr - ₹19.8 L/yr

Technical Specialist
321 salaries
unlock blur

₹22.3 L/yr - ₹38 L/yr

Network Engineer
213 salaries
unlock blur

₹3.6 L/yr - ₹13.8 L/yr

Senior Technical Specialist
146 salaries
unlock blur

₹30.7 L/yr - ₹55 L/yr

Senior Network Engineer
110 salaries
unlock blur

₹7 L/yr - ₹27 L/yr

Explore more salaries
Compare AT&T with
Jio

Jio

4.1
Compare
Vodafone Idea

Vodafone Idea

4.0
Compare
Bharti Airtel

Bharti Airtel

3.9
Compare
Ericsson

Ericsson

4.1
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • AT&T 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