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

Technical Specialist (Data Warehousing) Interview Questions & Answers

user image Anonymous

posted on 20 Apr 2022

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Technical 

(14 Questions)

  • Q1. Informatica - Difference between router and filter transformation
  • Ans. 

    Router and filter transformations are used in Informatica for data filtering, but they have different functionalities.

    • Router transformation is used to route data based on specified conditions to multiple output groups.

    • Filter transformation is used to filter rows based on specified conditions and pass only the matching rows to the output.

    • Router transformation can have multiple output groups, each with its own condition.

    • ...

  • Answered by AI
  • Q2. Informatica - How can we handle duplicates in mappings
  • Ans. 

    Duplicates in mappings can be handled using various techniques in Informatica.

    • Use the Sorter transformation to sort the data and then use the Aggregator transformation to eliminate duplicates.

    • Use the Expression transformation with the DISTINCT keyword to remove duplicates.

    • Use the Rank transformation to rank the data and then filter out the duplicates based on the rank.

    • Use the Lookup transformation to check for duplicat...

  • Answered by AI
  • Q3. Informatica - How will you select last 10 lines from a file in mapping
  • Ans. 

    To select the last 10 lines from a file in Informatica mapping, use the Source Qualifier transformation with a SQL override.

    • Add a Source Qualifier transformation to the mapping.

    • In the Source Qualifier transformation, specify the file as the source and set the appropriate file properties.

    • Write a SQL override in the Source Qualifier transformation to select the last 10 lines from the file.

    • Use the ROWNUM pseudocolumn or t...

  • Answered by AI
  • Q4. Informatica - What are lookups and their types? Differences between those types in terms of input and output ports?
  • Ans. 

    Lookups in Informatica are used to retrieve data from a reference table based on a matching condition.

    • Lookups are used to perform data transformations and enrich the data in a mapping.

    • There are three types of lookups in Informatica: Connected, Unconnected, and Static.

    • Connected lookup returns multiple rows and can be used in any transformation.

    • Unconnected lookup returns a single value and is used in expressions or trans...

  • Answered by AI
  • Q5. Informatica - Tell me about your experience of performance optimization of workflows/mappings
  • Ans. 

    I have extensive experience in performance optimization of Informatica workflows and mappings.

    • Identifying and resolving performance bottlenecks

    • Tuning SQL queries and optimizing database connections

    • Optimizing transformations and reducing data processing time

    • Using partitioning and parallel processing for improved performance

    • Monitoring and analyzing session logs and performance statistics

    • Implementing caching and lookup op...

  • Answered by AI
  • Q6. Informatica - What is push down optimization?
  • Ans. 

    Push down optimization is a technique used in Informatica to improve performance by pushing data transformation operations to the source or target database.

    • Push down optimization reduces the amount of data transferred between the source and target systems.

    • It allows the database engine to perform transformations, aggregations, and filtering, leveraging its processing power.

    • By pushing down operations, Informatica minimiz...

  • Answered by AI
  • Q7. Unix - Display 10th line from a file
  • Ans. 

    Display the 10th line from a file in Unix.

    • Use the 'head' command to display the first 10 lines of the file.

    • Then use the 'tail' command to display the last line from the first 10 lines.

    • Combine both commands using a pipe ('|') to display the 10th line directly.

  • Answered by AI
  • Q8. Unix - Display duplicate lines from a file
  • Ans. 

    Display duplicate lines from a file in Unix.

    • Use the 'sort' command to sort the lines in the file.

    • Use the 'uniq' command with the '-d' option to display only the duplicate lines.

    • Redirect the output to a new file or display it on the console.

  • Answered by AI
  • Q9. Python - How to check if a string starts with letter 'a' and then has 4-8 'd' after that.
  • Ans. 

    The Python code to check if a string starts with 'a' and has 4-8 'd' after that.

    • Use the startswith() method to check if the string starts with 'a'.

    • Use the count() method to count the occurrences of 'd' in the string.

    • Check if the count of 'd' is between 4 and 8 (inclusive).

  • Answered by AI
  • Q10. Unix - how to find disk usage of a specific directory
  • Ans. 

    To find disk usage of a specific directory in Unix, use the 'du' command.

    • Open the terminal and navigate to the desired directory

    • Run the 'du' command followed by the directory path

    • The command will display the disk usage in bytes for each file and subdirectory within the specified directory

    • To get the disk usage in human-readable format, use the '-h' option with 'du'

    • To sort the output by disk usage, use the '-s' option wi

  • Answered by AI
  • Q11. SQL - what happens in a left join
  • Ans. 

    In a left join, all the rows from the left table are included in the result set, along with matching rows from the right table.

    • Left join returns all rows from the left table and the matching rows from the right table

    • If there is no match, NULL values are returned for the columns of the right table

    • Left join is used to retrieve data from multiple tables based on a related column

  • Answered by AI
  • Q12. Cloud Computing - Concepts of CapEx and OpEx
  • Q13. Cloud Computing - Concepts of IaaS, PaaS, SaaS
  • Q14. Cloud Computing - Concepts of Private, Public and Hybrid cloud
Round 2 - One-on-one 

(6 Questions)

  • Q1. Behavioral - How would you handle a scenario where client expectations haven't been met at the end of development period? Give an example if you have faced it.
  • Ans. 

    I would address the issue by identifying the root cause, communicating with the client, and implementing necessary changes.

    • Identify the reasons for not meeting client expectations

    • Communicate with the client to understand their concerns and expectations

    • Evaluate the development process and identify areas for improvement

    • Implement necessary changes to meet client expectations

    • Ensure effective communication and collaboration...

  • Answered by AI
  • Q2. Behavioral - How would you handle a scenario where a change in process has significantly impacted your team workings? Give an example if you have faced it.
  • Ans. 

    I would handle the scenario by following a structured approach and effectively communicating with the team.

    • Assess the impact of the change on team workings

    • Identify the key challenges and areas of concern

    • Develop a structured plan to address the issues

    • Communicate the plan to the team and seek their input

    • Implement the plan while providing necessary support and guidance

    • Monitor the progress and make adjustments as needed

    • Reg...

  • Answered by AI
  • Q3. Behavioral - How would you handle a scenario where a lot of interactions have to be done with different teams/stakeholders to complete the work? Give an example if you have faced it.
  • Ans. 

    I would handle the scenario by following a structured approach and effective communication.

    • Identify all the teams and stakeholders involved

    • Establish clear communication channels

    • Schedule regular meetings to discuss progress and address any issues

    • Document and track all interactions and decisions

    • Ensure everyone is aligned on goals and expectations

    • Provide regular updates and status reports

    • Resolve conflicts or disagreements...

  • Answered by AI
  • Q4. Cloud Computing - Why do you think Cloud is a better choice than on-premise datacenters
  • Ans. 

    Cloud computing offers scalability, cost-effectiveness, flexibility, and improved security compared to on-premise datacenters.

    • Scalability: Cloud allows easy scaling up or down of resources based on demand.

    • Cost-effectiveness: Cloud eliminates the need for upfront hardware and infrastructure investments.

    • Flexibility: Cloud enables easy access to data and applications from anywhere, anytime.

    • Improved security: Cloud provide...

  • Answered by AI
  • Q5. SQL - Tell me your experience with performance optimization in SQL
  • Ans. 

    I have extensive experience in performance optimization in SQL.

    • Identifying and optimizing slow queries

    • Creating and maintaining appropriate indexes

    • Using query execution plans to identify bottlenecks

    • Optimizing database schema and table design

    • Using appropriate data types and constraints

    • Caching and data caching techniques

    • Partitioning large tables

    • Optimizing query parameters and joins

    • Using stored procedures and views for per

  • Answered by AI
  • Q6. Questions from my past projects regarding the architecture of datawarehouses we had.

Interview Preparation Tips

Interview preparation tips for other job seekers - You need to have some fair knowledge on the technologies that you have specified. First round is going to be purely technical based on your skillset. Second round is going to be more behavioral/culture fit with technical questions more on the architecture and design side of things. Questions for this round will mostly depend on the role they hiring for (like developer/team leader/architect)

Skills evaluated in this interview

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)

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)

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)

Get interview-ready with Top AT&T Interview Questions

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)

Jobs at AT&T

View all
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

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
 • 825 Interviews
Vodafone Idea Interview Questions
4.1
 • 550 Interviews
Ericsson Interview Questions
4.2
 • 407 Interviews
Nokia Interview Questions
4.1
 • 272 Interviews
Verizon Interview Questions
4.1
 • 112 Interviews
Aircel Interview Questions
4.4
 • 8 Interviews
View all

AT&T Reviews and Ratings

based on 427 reviews

4.1/5

Rating in categories

3.7

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 427 Reviews and Ratings
Specialist Network Technology Support

Hyderabad / Secunderabad

3-5 Yrs

Not Disclosed

Sr Specialist Database Administration

Hyderabad / Secunderabad

5-8 Yrs

Not Disclosed

Specialist App/Prod Support

Hyderabad / Secunderabad

1-3 Yrs

Not Disclosed

Explore more jobs
Technical Specialist
310 salaries
unlock blur

₹14 L/yr - ₹38 L/yr

Senior Associate
271 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
147 salaries
unlock blur

₹20 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.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