Upload Button Icon Add office photos

Deutsche Telekom

Compare button icon Compare button icon Compare

Filter interviews by

Deutsche Telekom Software Engineer Interview Questions and Answers

Updated 1 Jan 2025

Deutsche Telekom Software Engineer Interview Experiences

4 interviews found

Software Engineer Interview Questions & Answers

user image akhil mahendru

posted on 1 Jan 2025

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

(2 Questions)

  • Q1. Java8 stream api code
  • Ans. 

    Java 8 Stream API enables functional-style operations on collections, enhancing code readability and efficiency.

    • Streams can be created from collections, arrays, or I/O channels. Example: List<String> names = Arrays.asList('Alice', 'Bob'); Stream<String> stream = names.stream();

    • Common operations include filter, map, and reduce. Example: List<Integer> lengths = names.stream().map(String::length).collect...

  • Answered by AI
  • Q2. Right view of tree Spring boot situation based question
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Find all the permutation of the Array?
  • Q2. Find the largest number in an Array without DS and loop in Java 8?

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more

I applied via Referral and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Implement stack using linkedlist, discussion on singleton design pattern, java output question
Round 2 - Technical 

(1 Question)

  • Q1. Hashmap Implementation, discussion on arraylist,hashmap, concurrent hashmap, one coding question on string , some other basisc java topic discussed
Round 3 - Technical 

(1 Question)

  • Q1. Sample spring boot code from scratch, discussed all used annotations, exceptional handling, spring security, discussion on complexity of some data structure

Interview Preparation Tips

Topics to prepare for Deutsche Telekom Software Engineer interview:
  • Java
  • Spring Boot
  • Data Structures
Interview preparation tips for other job seekers - More focus on basics as my experienced they are checking your basic understanding rather than general definition and practise some real time senarios questions.

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Share your screen, write a API to get the logs of a spring boot application in kibana way, reading from the back.
  • Ans. 

    API to get logs of a Spring Boot app in Kibana way, reading from the back.

    • Use Spring Boot Actuator to expose endpoints for log retrieval

    • Configure Logstash to read logs from the application and send to Elasticsearch

    • Use Kibana to visualize and search logs

    • Implement pagination to read logs from the back

  • Answered by AI
  • Q2. Design ZoomCar
  • Ans. 

    Design a car rental platform like ZoomCar.

    • Create a user-friendly website and mobile app for booking cars.

    • Integrate GPS and other technologies for easy tracking and navigation.

    • Offer a wide range of cars for rent, from hatchbacks to luxury cars.

    • Provide flexible rental options, including hourly, daily, and weekly rentals.

    • Implement a secure payment gateway for hassle-free transactions.

    • Ensure proper maintenance and cleaning...

  • Answered by AI
  • Q3. Microservice architecture, REST, Feign Client, RabbitMQ

Interview Preparation Tips

Interview preparation tips for other job seekers - DS(upto stack/queue is must), Ability to design systems, think for an architecture, Microservice architecture is favourite topic of interviewers nowadays, DB knowledge especially NOSQL

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Deutsche Telekom?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Sep 2021. 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 - Coding Test 

There is no fix platform for online coding, usually 1-2 Problem solving questions

Round 3 - Technical 

(1 Question)

  • Q1. Purely technical one-one or many-to-one round, asking from basic to advance questions Language Basics Computer Science Fundamentals Data Structures Programming concepts Frameworks Knowledge

Interview Preparation Tips

Topics to prepare for Ciena Software Engineer interview:
  • Data Structures
  • HTML
  • Java
  • Javascript
  • Angular
  • CSS
  • OOPS
  • Database
Interview preparation tips for other job seekers - Be prepared with the basics of every technology you have worked with.

I appeared for an interview before May 2016.

Interview Preparation Tips

College Name: GPREC kurnool

I appeared for an interview in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Related to semiconductors, processors etc. were asked.
  • Q2. Strength
  • Q3. Weaknesses
  • Q4. Hobbies
  • Q5. If there are 200 fishes in an aquarium. 99% are red. How many fishes have to be removed to make the red fishes 98 % in the aquarium?
  • Ans. 

    To make the red fishes 98%, 50 fishes have to be removed from the aquarium.

    • Calculate 1% of 200 fishes to find the number of red fishes.

    • Subtract the number of red fishes from 200 to find the number of non-red fishes.

    • Calculate 2% of the total number of fishes to find the desired number of red fishes.

    • Subtract the desired number of red fishes from the current number of red fishes to find the number of fishes to be removed.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 40 aptitude questions of variable difficulty. More questions revolved around topics like time and work, distance, speed, time, profit loss, age etc.
Tips: A regular and prior preparation will go a long way in determining a good test score.
Use tricks to solve the questions and calculations should be fast.
Duration: 30 minutes
Total Questions: 40

Round: Test
Experience: The questions weren't that tough when it came to programming. An example would be conversion of temperature from Celsius to Fahrenheit and vice versa. This was a question in my paper. So I'm hoping the difficulty would be more or less the same.
Tips: Do certified programming courses. They help you a lot in cracking good jobs.
Duration: 45 minutes
Total Questions: 3

Round: Puzzle Interview
Tips: This can be tough if you can't imagine scenarios and situations. So make sure you inculcate critical problem solving thinking in your everyday life. I feel that's the best way to do things in this round.

Round: Technical Interview
Experience: This was a short interview so not much happened.
Tips: Whatever you do just know your stuff properly.

Round: HR Interview
Experience: It was a simple interview. Basic questions and their basic answers helped me get through it.
Tips: The tip would be to stay positive in your approach while answering the questions

Skills: Technical Skill, Interpersonal Communication, Aptitude
College Name: VIT Vellore
Are these interview questions helpful?

I appeared for an interview in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Related to semiconductors, processors etc. were asked.
  • Q2. Weaknesses
  • Q3. Strength
  • Q4. Hobby
  • Q5. If there are 200 fishes in an aquarium. 99% are red. How many fishes have to be removed to make the red fishes 98 % in the aquarium?
  • Ans. 

    To make the red fishes 98%, 50 fishes have to be removed from the aquarium.

    • Calculate 1% of 200 fishes to find out how many fishes represent 1%.

    • Multiply the result by 2 to find out how many fishes represent 2%.

    • Subtract the result from 200 to find out how many fishes represent 98%.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 40 aptitude questions of variable difficulty. More questions revolved around topics like time and work, distance, speed, time, profit loss, age etc.
Tips: A regular and prior preparation will go a long way in determining a good test score.
Use tricks to solve the questions and calculations should be fast.
Duration: 30 minutes
Total Questions: 40

Round: Test
Experience: The questions weren't that tough when it came to programming. An example would be conversion of temperature from Celsius to Fahrenheit and vice versa. This was a question in my paper. So I'm hoping the difficulty would be more or less the same.
Tips: Do certified programming courses. They help you a lot in cracking good jobs.
Duration: 45 minutes
Total Questions: 3

Round: Puzzle Interview
Tips: This can be tough if you can't imagine scenarios and situations. So make sure you inculcate critical problem solving thinking in your everyday life. I feel that's the best way to do things in this round.

Round: Technical Interview
Experience: This was a short interview so not much happened.
Tips: Whatever you do just know your stuff properly.

Round: HR Interview
Experience: It was a simple interview. Basic questions and their basic answers helped me get through it.
Tips: The tip would be to stay positive in your approach while answering the questions

Skills: Technical Skill, Interpersonal Communication, Aptitude
College Name: VIT Vellore

I appeared for an interview in Mar 2017.

Interview Questionnaire 

8 Questions

  • Q1. Basics of networking
  • Q2. Data structures
  • Q3. Sql
  • Q4. Introduction
  • Q5. Final year project
  • Q6. Why should I hire you?
  • Ans. 

    I have the technical skills, experience, and passion to deliver high-quality software solutions.

    • I have a strong background in programming languages such as Java, Python, and C++.

    • I have experience working on complex software projects and collaborating with cross-functional teams.

    • I am passionate about staying up-to-date with the latest technologies and trends in software development.

    • I am a quick learner and have a strong...

  • Answered by AI
  • Q7. Why Ericsson?
  • Ans. 

    Ericsson is a global leader in telecommunications technology with a strong focus on innovation and career development.

    • Global leader in telecommunications technology

    • Strong focus on innovation

    • Opportunities for career development

  • Answered by AI
  • Q8. About relocation

Interview Preparation Tips

Round: Test
Experience: The test which I wrote was based on cocubes. quants was easy, one can easily score 50 percent if they refer rs agarwal and logical was easy but it takes more time and verbal was neither easy nor tough. One thing I want to advice try doing verbal first so that u can save time and then go to quant and logical. After the test we got the results out of 160 students 51 cleared the test. I was one among them.
Duration: 45 minutes
Total Questions: 45

Round: Technical Interview
Experience: Keep ur cool in the technical. people are friendly. Think before you answer twice they may ask u puzzles as well. So be prepared for it. Final year project is a must, they are gonna ask u the details how you implement stuffs in your project. After my technical out of 51 students around 30 cleared this round. I was one among them.

Round: HR Interview
Experience: Don't be scared guys. Hr is just a casual one. finally around 15 were selected from my college including me. I am very happy with the result. best of luck guys. Do well!!!
Tips: Keep your cool. stay confident that's all I can tell. Once you clear technical one can easily clear Hr round.

Skills: Communication, Technical Skill
College Name: JSS Academy of Technical Education - JSSATE

Interview Questionnaire 

4 Questions

  • Q1. Write a C code for printing Febonacci Series upto n elements
  • Q2. Question related to family background
  • Q3. What are your hobbies?
  • Q4. What are your strengths and weaknesses?

Interview Preparation Tips

Round: Test
Experience: Questions were from easy to moderate level. No negative marking, so attempt all.
Tips: Keep your mind open and practice aptitude problems on a daily basis.

Round: Group Discussion
Experience: There were 21 students selected out of which two teams of 10 and 11 students were formed. Both the groups were given a topic and each one of us had to express our views.
Tips: Don't get nervous, just speak whatever you think. Don't yell or speak at loudly, just keep calm and put your points forward.
Duration: 20 minutes

Round: Technical Interview
Experience: Apart from the above questions some puzzles and DBMS questions and a few basic C questions were also asked. We were given enough time to think and answer.
Tips: Do not be in a hurry. Think properly what you are going to say, whether it is right or not and then only answer.

Round: HR Interview
Experience: The HR round was a good one. He tried to test my thinking capabilities and reasoning capabilities
Tips: Answer every question honestly.

General Tips: All the four rounds were elimination rounds and the final result was announced based on cumulative performance. So, be patient and give your best.
Skill Tips: Try to answer every properly
Skills: IQ, Basic Coding Skills, Problem Solving Skills
College Name: NIT ALLAHABAD
Motivation: The company visited our college campus. Also, one of my relatives in in Ericsson at a very high  post and is quite happy working here.

Skills evaluated in this interview

Deutsche Telekom Interview FAQs

How many rounds are there in Deutsche Telekom Software Engineer interview?
Deutsche Telekom interview process usually has 1-2 rounds. The most common rounds in the Deutsche Telekom interview process are Technical.
How to prepare for Deutsche Telekom Software Engineer 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 Deutsche Telekom. The most common topics and skills that interviewers at Deutsche Telekom expect are Angularjs, ASP.Net, C#, Bootstrap and CSS.
What are the top questions asked in Deutsche Telekom Software Engineer interview?

Some of the top questions asked at the Deutsche Telekom Software Engineer interview -

  1. Share your screen, write a API to get the logs of a spring boot application in ...read more
  2. Find the largest number in an Array without DS and loop in Java...read more
  3. Find all the permutation of the Arr...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 4 interview experiences

Difficulty level

Moderate 100%
View more
Deutsche Telekom Software Engineer Salary
based on 201 salaries
₹13.8 L/yr - ₹29.8 L/yr
136% more than the average Software Engineer Salary in India
View more details

Deutsche Telekom Software Engineer Reviews and Ratings

based on 17 reviews

2.5/5

Rating in categories

2.7

Skill development

3.1

Work-life balance

2.8

Salary

3.3

Job security

2.2

Company culture

2.2

Promotions

2.9

Work satisfaction

Explore 17 Reviews and Ratings
Software Engineer
201 salaries
unlock blur

₹13.8 L/yr - ₹29.8 L/yr

Senior Software Engineer
105 salaries
unlock blur

₹21.7 L/yr - ₹36 L/yr

Software Developer
58 salaries
unlock blur

₹7 L/yr - ₹15.5 L/yr

Sdet
36 salaries
unlock blur

₹13.3 L/yr - ₹26.4 L/yr

Devops Engineer
26 salaries
unlock blur

₹7 L/yr - ₹16.3 L/yr

Explore more salaries
Compare Deutsche Telekom with

Ericsson

4.1
Compare

Nokia

4.0
Compare

BT Group

3.9
Compare

Huawei Technologies

4.0
Compare
write
Share an Interview