Upload Button Icon Add office photos

Filter interviews by

Telstra Technical Specialist Interview Questions and Answers

Updated 19 Jul 2024

Telstra Technical Specialist Interview Experiences

1 interview found

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 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
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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. How to handle difficult customers? How to handle back to back calls?
  • Ans. 

    Handle difficult customers by staying calm, empathizing, actively listening, and offering solutions. Manage back-to-back calls by taking short breaks, staying organized, and prioritizing tasks.

    • Stay calm and composed when dealing with difficult customers

    • Empathize with the customer's situation and show understanding

    • Actively listen to the customer's concerns and address them effectively

    • Offer solutions or alternatives to r...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Details project technical questions

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
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:
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 

(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.

Telstra Interview FAQs

How many rounds are there in Telstra Technical Specialist interview?
Telstra interview process usually has 1 rounds. The most common rounds in the Telstra interview process are Technical.
How to prepare for Telstra 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 Telstra. The most common topics and skills that interviewers at Telstra expect are Customer Service, Information Technology, Machine Learning, Product Quality and Agile.
What are the top questions asked in Telstra Technical Specialist interview?

Some of the top questions asked at the Telstra Technical Specialist interview -

  1. SQL queries based on design and optimizat...read more
  2. Java concepts around data structure and algorit...read more

Tell us how to improve this page.

Telstra Technical Specialist Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Telstra Technical Specialist Salary
based on 7 salaries
₹8.8 L/yr - ₹15.4 L/yr
21% less than the average Technical Specialist Salary in India
View more details

Telstra Technical Specialist Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

3.0

Salary

3.0

Job security

4.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
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