Upload Button Icon Add office photos

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

54 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?
  • Q2. What is the definition of an array, and what are the different types of arrays?
  • Q3. What is the clr
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?
  • Q2. What is your expected salary?

Web Developer Interview Questions asked at other Companies

Q1. Check Indices With Given DifferenceYou are given an integer array 'ARR' of size ‘N’ and two integers ‘A’ and ‘B’. You need to find if there are two distinct indices in the array, such that the absolute difference of values on those indices ... read more
View answer (4)
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 MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)

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)

Technology Development Engineer interview

user image Jocelyn Luizzi

posted on 11 May 2022

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)

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, WiFi, Python, 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
 • 817 Interviews
Vodafone Idea Interview Questions
4.1
 • 544 Interviews
Ericsson Interview Questions
4.2
 • 404 Interviews
Nokia Interview Questions
4.1
 • 272 Interviews
Verizon Interview Questions
4.1
 • 111 Interviews
Aircel Interview Questions
4.4
 • 8 Interviews
View all

AT&T Reviews and Ratings

based on 423 reviews

4.1/5

Rating in categories

3.8

Skill development

4.1

Work-life balance

4.2

Salary

3.7

Job security

4.0

Company culture

3.6

Promotions

3.8

Work satisfaction

Explore 423 Reviews and Ratings
Staff Associate Work Center Tech Supt

Bangalore / Bengaluru

0-3 Yrs

Not Disclosed

Sr Associate Software Engineering

Hyderabad / Secunderabad

4-6 Yrs

Not Disclosed

Sr Associate Work Center Tech Supt

Bangalore / Bengaluru

1-3 Yrs

₹ 13-16.44989 LPA

Explore more jobs
Technical Specialist
310 salaries
unlock blur

₹14 L/yr - ₹38 L/yr

Senior Associate
273 salaries
unlock blur

₹8.2 L/yr - ₹21.7 L/yr

Network Engineer
221 salaries
unlock blur

₹3.4 L/yr - ₹13.6 L/yr

Senior Technical Specialist
135 salaries
unlock blur

₹22.8 L/yr - ₹47 L/yr

Senior Network Engineer
110 salaries
unlock blur

₹7 L/yr - ₹22 L/yr

Explore more salaries
Compare AT&T with

Verizon

4.2
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