Upload Button Icon Add office photos

Filter interviews by

Telstra Java Developer Interview Questions and Answers

Updated 10 Apr 2024

Telstra Java Developer Interview Experiences

2 interviews found

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

Java Developer Interview Questions & Answers

user image vamshi krish

posted on 10 Apr 2024

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

I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Mcqs was good was reasonable covered h=java

Round 2 - Technical 

(1 Question)

  • Q1. Technical round
Round 3 - HR 

(1 Question)

  • Q1. Hr round was good

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Parent class has run() and walk() . Parent run() - calls walk() C ... read more
asked in LTIMindtree
Q3. Longest Harmonious Subsequence Problem Statement Determine the lo ... read more
asked in Deloitte
Q4. Convert BST to Greater Sum Tree Given a Binary Search Tree (BST) ... read more
Q5. 2. What will happen if hashcode only returns a constant? How will ... read more

Interview questions from similar companies

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 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:
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 - 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
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. Sql related ques mege into, rank,dense rank,queries of joins etc.
  • Q2. Java 8 related ques optional and stream
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

1st round some apt qns,some prgramming qns are they asked

Round 2 - One-on-one 

(1 Question)

  • Q1. C depth concepts and some prgram
Round 3 - Technical 

(1 Question)

  • Q1. Some DSA questions they asked
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to handle exception?
  • Ans. 

    Handle exceptions by using try-catch blocks to gracefully manage errors in code execution.

    • Use try-catch blocks to catch exceptions and handle them appropriately.

    • Throw custom exceptions when necessary to provide more specific error information.

    • Use finally block to execute code that should always run, regardless of whether an exception is thrown.

    • Avoid catching generic exceptions like Exception class, instead catch specif...

  • Answered by AI
  • Q2. What is inheritance?
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Allows for code reusability by creating a new class based on an existing class

    • Derived class inherits properties and behaviors of the base class

    • Supports the 'is-a' relationship, where a derived class is a specialized version of the base class

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are the things that u do when your what app screen is blank
  • Ans. 

    I would check for internet connection, restart the app, clear cache, and update the app.

    • Check internet connection

    • Restart the app

    • Clear cache

    • Update the app

  • Answered by AI
  • Q2. Simple python code

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with basics and resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Based on python and also question included networking

Telstra Interview FAQs

How many rounds are there in Telstra Java Developer interview?
Telstra interview process usually has 2 rounds. The most common rounds in the Telstra interview process are Technical, Aptitude Test and HR.
How to prepare for Telstra 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 Telstra. The most common topics and skills that interviewers at Telstra expect are AWS, Java, Microservices and Spring Boot.
What are the top questions asked in Telstra Java Developer interview?

Some of the top questions asked at the Telstra Java Developer interview -

  1. Memory management in jav...read more
  2. CQRS pattern in microservi...read more
  3. Technical ro...read more

Tell us how to improve this page.

Telstra Java Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Software Engineer
159 salaries
unlock blur

₹9.6 L/yr - ₹24 L/yr

Senior Software Engineer
117 salaries
unlock blur

₹16 L/yr - ₹47.5 L/yr

Associate Software Engineer
53 salaries
unlock blur

₹7 L/yr - ₹10.1 L/yr

Software Developer
49 salaries
unlock blur

₹9.8 L/yr - ₹22.5 L/yr

Scrum Master
43 salaries
unlock blur

₹13.9 L/yr - ₹50.8 L/yr

Explore more salaries
Compare Telstra with

Bharti Airtel

4.0
Compare

Vodafone Idea

4.1
Compare

Jio

3.9
Compare

Tata Communications

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