Upload Button Icon Add office photos

Filter interviews by

Telstra Associate Software Engineer Interview Questions and Answers

Updated 7 Oct 2024

Telstra Associate Software Engineer Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Fibonacci series coding q

Round 2 - Technical 

(2 Questions)

  • Q1. Sql basics ,oops concepts
  • Q2. Projects and other stuff

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Oct 2022. 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 - Coding Test 

It was a combination of coding and aptitude test. The test had four section and each section had it's time limit.

Round 3 - Technical 

(3 Questions)

  • Q1. The interviewer asked me question based on my resume. He also asked me question related to DBMS, OS & DSA.
  • Q2. Define polymorphism.
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • It can be achieved through method overloading or method overriding.

    • For example, a parent class Animal can have child classes like Dog, Cat, and Bird, each with their own unique implementation of the method 'makeSound'.

  • Answered by AI
  • Q3. Difference between SQL & NoSQL.
  • Ans. 

    SQL is a relational database management system, while NoSQL is a non-relational database management system.

    • SQL databases use structured query language for defining and manipulating the data.

    • NoSQL databases are schema-less and use various data models like key-value, document, columnar, or graph.

    • SQL databases are suitable for complex queries and transactions.

    • NoSQL databases are horizontally scalable and provide high perf...

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. It was a managerial round.
Round 5 - HR 

(1 Question)

  • Q1. It asked me some situational based questions.

Interview Preparation Tips

Topics to prepare for Telstra Associate Software Engineer interview:
  • DBMS
  • DSA
  • OS
Interview preparation tips for other job seekers - Do revise core java concepts. Also be clear with what you know and what you don't. Hope you crack the interview. All the best :))

Skills evaluated in this interview

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Clarivate
Q2. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in CGI Group
Q4. Frog Jump Problem Statement A frog is positioned on the first ste ... read more
asked in Gainsight
Q5. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Round 1 - Coding Test 

2 Coding Questions. Easy- medium level questions.

Round 2 - Technical 

(1 Question)

  • Q1. 1. Program to find a perfect Number 2. Sql query on joins
  • Ans. 

    Program to find a perfect number and SQL query on joins.

    • A perfect number is a positive integer that is equal to the sum of its proper divisors.

    • To find a perfect number, iterate through all numbers and check if the sum of its divisors is equal to the number itself.

    • SQL joins are used to combine data from two or more tables based on a related column.

    • Common types of joins include inner join, left join, right join, and full

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Build your resume in a good way. Your resume speaks about you.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Normal aptitude questions

Round 2 - Assignment 

Coding MCQ's like code snippets and find the output

Round 3 - One-on-one 

(2 Questions)

  • Q1. Technical with two coding questions
  • Q2. Linked list question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

English
Critical reasoning and problem solving

Round 2 - Technical 

(1 Question)

  • Q1. Based on resume oops concepts about your work experience and your projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It consisted mcq's based on C++ concepts and aptitude questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. What is Inheritance, polymorphism, virtual constructor..etc
  • Ans. 

    Inheritance is a mechanism in OOP where a class inherits properties and behaviors from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass. Virtual constructor is a constructor that can be overridden in a derived class.

    • Inheritance allows a class to inherit properties and behaviors from another class.

    • Polymorphism enables objects of different classes to be treat...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Why you want to join Huawei

I applied via Company Website and was interviewed before Apr 2021. There were 6 interview rounds.

Round 1 - Coding Test 

Computer science related MCQs

Round 2 - Technical 

(1 Question)

  • Q1. Coding questions on basic concepts.
Round 3 - Technical 

(1 Question)

  • Q1. Data Structures and Algorithms
Round 4 - Behavioral 

(1 Question)

  • Q1. Some technical and resume based questions.
Round 5 - Behavioral 

(1 Question)

  • Q1. Why I want to join the company and feedback on interview process.
Round 6 - HR 

(3 Questions)

  • Q1. Why are you looking for a change?
  • Q2. Why should we hire you?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Data Structures and Algorithms. Be thorough with your resume.

I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed in Mar 2022. 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 - Coding Test 

Aptitude, coding assessment with string and array

Round 3 - Technical 

(4 Questions)

  • Q1. Explain OSI Model with different layers
  • Ans. 

    The OSI Model is a conceptual framework used to describe network communication.

    • The OSI Model has 7 layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has a specific function and communicates with adjacent layers.

    • The Physical layer deals with the physical transmission of data, while the Application layer deals with user interfaces and applications.

    • Examples of protocols at ...

  • Answered by AI
  • Q2. OOPS concepts and how are they implemented
  • Ans. 

    OOPS concepts are fundamental principles of object-oriented programming that help in designing and implementing software systems.

    • Encapsulation - bundling of data and methods that operate on that data

    • Inheritance - creating new classes from existing ones

    • Polymorphism - ability of objects to take on multiple forms

    • Abstraction - hiding implementation details and showing only functionality

    • Examples - Java, C++, Python, Ruby

  • Answered by AI
  • Q3. About the shortcomings faced during project making.
  • Q4. Why is cloud computing preferred
  • Ans. 

    Cloud computing is preferred for its scalability, cost-effectiveness, and accessibility.

    • Scalability: Cloud computing allows for easy scaling up or down of resources as needed.

    • Cost-effectiveness: Cloud computing eliminates the need for expensive hardware and maintenance costs.

    • Accessibility: Cloud computing allows for remote access to data and applications from anywhere with an internet connection.

    • Examples: Amazon Web Se

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What is future planning
  • Ans. 

    Future planning is the process of setting goals and creating a roadmap to achieve them.

    • It involves identifying long-term objectives and breaking them down into smaller, achievable steps.

    • It requires considering potential obstacles and developing contingency plans.

    • It helps individuals and organizations stay focused and on track towards their desired outcomes.

    • Examples include creating a five-year career plan or developing

  • Answered by AI
  • Q2. If I am versatile to work in support or implementation

Interview Preparation Tips

Topics to prepare for Ericsson Associate Software Engineer interview:
  • computer networks
  • Cloud Computing
Interview preparation tips for other job seekers - Study Computer Networks and cloud basic concepts

Skills evaluated in this interview

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

Round 1 - Aptitude Test 

Round 1 having aptitude and some c snippets and SQL based questions.

Round 2 - Technical 

(1 Question)

  • Q1. All questions based on C programming and data structures
Round 3 - Behavioral 

(1 Question)

  • Q1. Three program's related to data structures and it will be some medium level

Interview Preparation Tips

Interview preparation tips for other job seekers - As a freshers they focused on my basics which skill i have that to perfectly.so whatever you learn just Focus perfectly on that.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Madan Mohan Malaviya Engineering College (MMMEC) and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Simple Arithmetic data analysis pie chart based questions in mathematics,
verbal unseen passage, vocabulary, error detection etc.
Cocubes, aon, tcs assessments must be prepared for easiness.

Round 2 - Technical 

(2 Questions)

  • Q1. SQL, DATABASES, ANY LANGUAGE According to the resumè and project/role based whichever they selected.
  • Q2. Telecom and company related knowledge
Round 3 - Technical 

(1 Question)

  • Q1. Again similar and more related questions to the role/project and resume.
Round 4 - HR 

(1 Question)

  • Q1. All about you and your fitness in the role

Interview Preparation Tips

Topics to prepare for Ericsson Associate Software Engineer interview:
  • SQL
  • Python
  • Java
  • Database management system
  • Effective Communication
Interview preparation tips for other job seekers - Be prepared and stay calm and positive ✨️

Telstra Interview FAQs

How many rounds are there in Telstra Associate Software Engineer interview?
Telstra interview process usually has 3 rounds. The most common rounds in the Telstra interview process are Technical, Coding Test and Resume Shortlist.
What are the top questions asked in Telstra Associate Software Engineer interview?

Some of the top questions asked at the Telstra Associate Software Engineer interview -

  1. Difference between SQL & NoS...read more
  2. 1. Program to find a perfect Number 2. Sql query on jo...read more
  3. Define polymorphi...read more

Tell us how to improve this page.

Telstra Associate Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Telstra Associate Software Engineer Salary
based on 53 salaries
₹7 L/yr - ₹10.1 L/yr
63% more than the average Associate Software Engineer Salary in India
View more details

Telstra Associate Software Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
164 salaries
unlock blur

₹9.6 L/yr - ₹25.1 L/yr

Senior Software Engineer
121 salaries
unlock blur

₹19 L/yr - ₹49.5 L/yr

Associate Software Engineer
53 salaries
unlock blur

₹7 L/yr - ₹10.1 L/yr

Software Developer
45 salaries
unlock blur

₹8.2 L/yr - ₹22.5 L/yr

Scrum Master
44 salaries
unlock blur

₹14 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.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview