Upload Button Icon Add office photos

AT&T

Compare button icon Compare button icon Compare

Filter interviews by

AT&T Java Developer Interview Questions and Answers

Updated 12 Jun 2024

AT&T Java Developer Interview Experiences

1 interview found

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

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Memory management in java 8
  • Ans. 

    Java 8 introduced improvements in memory management with features like Metaspace and G1 garbage collector.

    • Java 8 introduced Metaspace to replace the PermGen space for class metadata storage.

    • G1 garbage collector in Java 8 improves garbage collection performance by dividing the heap into regions.

    • Java 8 also introduced the concept of String deduplication to reduce memory usage for String objects.

  • Answered by AI
  • Q2. CQRS pattern in microservices
  • Ans. 

    CQRS pattern separates read and write operations in microservices for better scalability and performance.

    • CQRS stands for Command Query Responsibility Segregation

    • It separates the read and write operations in microservices

    • Write operations update the data, while read operations retrieve the data

    • Helps in improving scalability and performance by optimizing for each operation type

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Jun 2023. There were 5 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 - Aptitude Test 

For freshers there is online aptitude test.

Round 3 - Coding Test 

Coding round is done by interviewers on live screen sharing

Round 4 - One-on-one 

(1 Question)

  • Q1. Here they discuss about projects and work in depth.
Round 5 - HR 

(2 Questions)

  • Q1. Tell me about yourself? What are your hobbies? If you get chance to work with our company what is your expectations from us?
  • Q2. Discuss about policies and work culture
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. How to make a new products
  • Ans. 

    To make a new product, conduct market research, identify customer needs, develop a prototype, test it, gather feedback, and iterate.

    • Conduct market research to identify gaps in the market and customer needs

    • Develop a prototype of the product based on the research findings

    • Test the prototype with a focus group or beta testers to gather feedback

    • Iterate on the product based on the feedback received to improve its features an

  • Answered by AI
  • Q2. How to the growth the company

Interview Preparation Tips

Interview preparation tips for other job seekers - nothing special
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Asking related to java, and good knowledge of Oops concepts
  • Q2. Basic java program
Round 3 - PM 

(2 Questions)

  • Q1. Asking past project and technology that you are using
  • Q2. API related question like rest, sop

I applied via Company Website and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Oops, singleton, api, array problems, logical part, springboot, hibernate

Round 2 - Technical 

(2 Questions)

  • Q1. Hibernate coding, sessionFactory, git, maven, oops concepts, multithreading, synchronisation, String
  • Q2. Introduction about yourself, project flow, why do you want to switch
  • Ans. 

    I am a Java Developer with experience in project flow and looking to switch for new challenges.

    • I have been working as a Java Developer for the past 5 years.

    • I have experience in developing and maintaining Java applications.

    • I am familiar with the project flow and have worked on various stages of software development life cycle.

    • I am seeking new opportunities to enhance my skills and work on challenging projects.

    • I am looki...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared if you want to join because this is nice company
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Why you want to change the company
  • Q3. Why you left your previous company

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics hr round and java oops questions.aaaaaaaaaa
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse a linked list.
  • Q2. Merge sort on a array/
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Job Portal and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Java and spring related questions

Round 2 - Technical 

(2 Questions)

  • Q1. Stream related comparator
  • Q2. Longest increasing subsequence
  • Ans. 

    Find the longest increasing subsequence in an array of integers.

    • Use dynamic programming to keep track of the longest increasing subsequence ending at each index.

    • Iterate through the array and update the longest increasing subsequence for each index.

    • Return the maximum length of the longest increasing subsequence found.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion Related to experience and java related questions like internals of hashmap, treemap
  • Q2. Design instagram story
Round 4 - Technical 

(2 Questions)

  • Q1. Questions related to current project and overall experience
  • Q2. Behaviour questions as well

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about you teaching assistant experience in your university
  • Q2. Teaching basic programming courses

AT&T Interview FAQs

How many rounds are there in AT&T Java Developer interview?
AT&T interview process usually has 1 rounds. The most common rounds in the AT&T interview process are Technical.
How to prepare for AT&T Java Developer 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, HTTP, Linux, Monitoring and Performance Testing.
What are the top questions asked in AT&T Java Developer interview?

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

  1. How to pull the large amount of data in spring data ...read more
  2. Write singleton cl...read more

Tell us how to improve this page.

AT&T Java Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Bharti Airtel Interview Questions
4.0
 • 842 Interviews
Vodafone Idea Interview Questions
4.1
 • 551 Interviews
Ericsson Interview Questions
4.1
 • 409 Interviews
Nokia Interview Questions
4.1
 • 267 Interviews
ACT Fibernet Interview Questions
4.0
 • 133 Interviews
Verizon Interview Questions
4.1
 • 110 Interviews
View all
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