Upload Button Icon Add office photos

AT&T

Compare button icon Compare button icon Compare

Filter interviews by

AT&T Technical Specialist Interview Questions and Answers

Updated 23 Sep 2023

AT&T Technical Specialist Interview Experiences

2 interviews found

Technical Specialist Interview Questions & Answers

user image vamsee gunimeda

posted on 23 Sep 2023

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

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. They will test your technical expertise
Round 3 - Behavioral 

(1 Question)

  • Q1. They will ask some managerial questions
Round 4 - HR 

(1 Question)

  • Q1. Salary discussions

I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Normal HR Questions
  • Q2. Questions about your job profile

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Honest. Ask for the hike

Technical Specialist Interview Questions Asked at Other Companies

asked in HCLTech
Q1. What are the features of Solar wind which you are aware of?
asked in Accenture
Q2. What programming language are you most familiar with,describe a t ... read more
asked in HCLTech
Q3. Which protocol we are using for monitoring network devices?
asked in HCLTech
Q4. 1. What is HANA replication? 2. What is fencing? 3. What is near ... read more
asked in Birlasoft
Q5. How many years of experience in Linux System Administrator?

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Reverse linked list
  • Q2. Find substring in a given string
  • Ans. 

    Use string methods to find a substring within a given string.

    • Use the indexOf() method to find the starting index of the substring within the string.

    • Use the substring() method to extract the substring based on the starting index and length.

    • Consider using regular expressions for more complex substring matching.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Find loop in linked list
  • Ans. 

    Detecting a loop in a linked list

    • Use two pointers approach - slow and fast pointers

    • If there is a loop, the fast pointer will eventually meet the slow pointer

    • Check if the fast pointer reaches the end of the list (null) before meeting the slow pointer

  • Answered by AI
  • Q2. Delete node from linked list
  • Ans. 

    To delete a node from a linked list, update the pointers of the previous node to skip the node to be deleted.

    • Traverse the linked list to find the node to be deleted.

    • Update the 'next' pointer of the previous node to skip the node to be deleted.

    • Free the memory allocated to the node to be deleted.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is your salary expectations
  • Ans. 

    My salary expectations are based on my experience, skills, and the market rate for this position.

    • Research the average salary range for Technical Specialists in the industry and location

    • Consider your level of experience and expertise in the field

    • Factor in any additional benefits or perks offered by the company

    • Be prepared to negotiate based on the job responsibilities and requirements

  • Answered by AI
  • Q2. Your strength and weakness
  • Ans. 

    My strength is my attention to detail and my weakness is my tendency to overthink.

    • Strength: Attention to detail - I always make sure to thoroughly review my work to catch any errors or inconsistencies.

    • Weakness: Overthinking - Sometimes I spend too much time analyzing a situation and struggle to make decisions quickly.

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. SQL queries based on design and optimization
  • Q2. Java concepts around data structure and algorithms
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Details project technical questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java 8 Spring boot
  • Q2. 1. Create Singleton class 2. Filter duplicate using java 8 stream
  • Ans. 

    Create Singleton class and filter duplicates using Java 8 stream.

    • To create a Singleton class, make the constructor private and provide a static method to get the instance.

    • To filter duplicates using Java 8 stream, use the distinct() method.

    • Example: String[] array = {"apple", "banana", "apple", "orange"}; List distinctList = Arrays.stream(array).distinct().collect(Collectors.toList());

Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Basic questions like Flexible with shift and times and locations

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for live coding

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Data structure related question
  • Q2. C++ containers vector, map
Round 2 - Coding Test 

Implementation of LRU cache

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

I applied via Naukri.com and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Cucumber framework Rest assured Ci/CD Basic Sql queries
Round 3 - One-on-one 

(1 Question)

  • Q1. Process oriented question by manager

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java based questions, SQL queries, database, data structure and what is mentioned in resume
Round 2 - Technical 

(1 Question)

  • Q1. More of programming, algorithm and logics
Round 3 - HR 

(1 Question)

  • Q1. Usual questions about previous experience and why choosing Nokia

Interview Preparation Tips

Interview preparation tips for other job seekers - Nokia is best company for women employees as well for men. The work culture is very comfortable and too good to work with.

I applied via Recruitment Consultant and was interviewed before Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Programming question like algo ds medium
  • Q2. Assignment with a coding problem to check coding standards and correctness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very clear about the team you go. Get all information possible. Some teams recruit for java but place you on javascript

AT&T Interview FAQs

How many rounds are there in AT&T Technical Specialist interview?
AT&T interview process usually has 4 rounds. The most common rounds in the AT&T interview process are Resume Shortlist, Technical and Behavioral.
How to prepare for AT&T Technical Specialist 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, Product Management, Python, WiFi and Agile.
What are the top questions asked in AT&T Technical Specialist interview?

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

  1. They will test your technical expert...read more
  2. They will ask some managerial questi...read more

Tell us how to improve this page.

AT&T Technical Specialist Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Bharti Airtel Interview Questions
4.0
 • 835 Interviews
Vodafone Idea Interview Questions
4.1
 • 553 Interviews
Ericsson Interview Questions
4.1
 • 410 Interviews
Nokia Interview Questions
4.1
 • 274 Interviews
ACT Fibernet Interview Questions
4.0
 • 133 Interviews
Verizon Interview Questions
4.1
 • 113 Interviews
View all
AT&T Technical Specialist Salary
based on 312 salaries
₹14 L/yr - ₹38 L/yr
64% more than the average Technical Specialist Salary in India
View more details

AT&T Technical Specialist Reviews and Ratings

based on 31 reviews

4.3/5

Rating in categories

3.9

Skill development

4.3

Work-life balance

4.2

Salary

3.8

Job security

4.0

Company culture

3.6

Promotions

4.0

Work satisfaction

Explore 31 Reviews and Ratings
Technical Specialist
312 salaries
unlock blur

₹14 L/yr - ₹38 L/yr

Senior Associate
272 salaries
unlock blur

₹6.2 L/yr - ₹21.7 L/yr

Network Engineer
221 salaries
unlock blur

₹3.4 L/yr - ₹13.6 L/yr

Senior Technical Specialist
139 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