Upload Button Icon Add office photos

AT&T

Compare button icon Compare button icon Compare

Filter interviews by

AT&T Interview Questions, Process, and Tips

Updated 20 Jan 2025

Top AT&T Interview Questions and Answers

View all 39 questions

AT&T Interview Experiences

Popular Designations

52 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 was interviewed 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
  • 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
  • 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
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
  • 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

Web Developer Interview Questions asked at other Companies

Q1. Last Index of Element The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1. Input: The first line contains an intege... read more
View answer (1)
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?
  • Q2. What is the reason for your job changes approximately every 2.5 years?

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.

Senior Software Specialist Interview Questions asked at other Companies

Q1. how to troubleshoot on outbound call issue
View answer (1)

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

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

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
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
  • Q2. Osi layers and bgp
Round 2 - One-on-one 

(2 Questions)

  • Q1. Bgp protocol and switching
  • Q2. Incident management
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
  • Q2. Experience and expertice , certification

Senior Network Engineer Interview Questions asked at other Companies

Q1. What are the different typesof the network cables used in the network?
View answer (3)

AT&T interview questions for popular designations

 Network Engineer

 (4)

 Intern

 (2)

 Senior Manager

 (2)

 Technical Intern

 (2)

 Technical Specialist

 (2)

 Apprentice

 (1)

 Associate Quality Assurance Engineer

 (1)

 Customer Service Agent

 (1)

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
  • 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
  • Q3. Python question related to file system, regex

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

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

Get interview-ready with Top AT&T Interview Questions

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

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

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
Add answer

Jobs at AT&T

View all

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
  • Q2. Ai today and tomorrow

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest these are experts you are dealing with

Senior Program Manager Interview Questions asked at other Companies

Q1. How do you manage conflicts within your functional teams during program management?
View answer (1)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Ghvhiiyhvv hhh uu uu uu utt fdf
  • Q2. Ghghioggd ghgx gyg yyy yyy tt

Hindi and Sanskrit Teacher Interview Questions asked at other Companies

Q1. Which script is used to write Hindi in computer?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Questions were asked

Round 2 - Coding Test 

Dsa dp, graphs and many more questions from arrays and linked list were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - No

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to pull the large amount of data in 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

  • Answered by AI
  • Q2. Write singleton class
  • Ans. 

    Singleton class ensures only one instance of a class is created and provides a global point of access to it.

    • Create a private static instance of the class

    • Provide a private constructor to prevent instantiation

    • Create a public static method to access the instance

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

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, Resume Shortlist and HR.
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 Information Technology, Python, WiFi, Product Management and SQL.
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 Interview Process

based on 45 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Bharti Airtel Interview Questions
4.0
 • 840 Interviews
Vodafone Idea Interview Questions
4.1
 • 555 Interviews
Ericsson Interview Questions
4.1
 • 412 Interviews
Nokia Interview Questions
4.1
 • 274 Interviews
Verizon Interview Questions
4.1
 • 113 Interviews
Aircel Interview Questions
4.4
 • 8 Interviews
View all

AT&T Reviews and Ratings

based on 432 reviews

4.1/5

Rating in categories

3.7

Skill development

4.1

Work-life balance

4.2

Salary

3.6

Job security

4.0

Company culture

3.5

Promotions

3.8

Work satisfaction

Explore 432 Reviews and Ratings
Sr Associate App/Prod Support

Hyderabad / Secunderabad

1-3 Yrs

Not Disclosed

Lead Technical Support

Hyderabad / Secunderabad

1-4 Yrs

Not Disclosed

Sr Associate Network Design Engineering

Hyderabad / Secunderabad

1-4 Yrs

Not Disclosed

Explore more jobs
Technical Specialist
306 salaries
unlock blur

₹14 L/yr - ₹38 L/yr

Senior Associate
276 salaries
unlock blur

₹7.5 L/yr - ₹20.6 L/yr

Network Engineer
221 salaries
unlock blur

₹3.4 L/yr - ₹13.6 L/yr

Senior Technical Specialist
137 salaries
unlock blur

₹20 L/yr - ₹49.8 L/yr

Senior Network Engineer
110 salaries
unlock blur

₹7 L/yr - ₹22 L/yr

Explore more salaries
Compare AT&T with

Verizon

4.1
Compare

Vodafone Idea

4.1
Compare

Bharti Airtel

4.0
Compare

Reliance Communications

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview