Upload Button Icon Add office photos

Deutsche Telekom

Compare button icon Compare button icon Compare

Filter interviews by

Deutsche Telekom Interview Questions, Process, and Tips for Experienced

Updated 6 Jan 2025

Top Deutsche Telekom Interview Questions and Answers for Experienced

View all 10 questions

Deutsche Telekom Interview Experiences for Experienced

Popular Designations

6 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. OOPs Concepts, like Abstraction, Polymorphism, Encapsulation etc.
  • Q2. Write java program to reverse a string.
  • Ans. 

    Java program to reverse a string

    • Create a char array from the input string

    • Use two pointers to swap characters from start and end of the array

    • Convert the char array back to a string and return

  • Answered by AI
  • Q3. API error codes meanings.
  • Ans. 

    API error codes are numerical or alphanumeric codes that indicate the type of error that occurred during an API request.

    • API error codes help developers identify and troubleshoot issues with their API requests.

    • Common API error codes include 400 Bad Request, 401 Unauthorized, 404 Not Found, 500 Internal Server Error.

    • Each API error code has a specific meaning and can provide valuable information for debugging.

  • Answered by AI
  • Q4. Exceptions encountered during Automation.
  • Ans. 

    Exceptions encountered during automation testing can include element not found, timeout, invalid input, etc.

    • ElementNotVisibleException: When an element is present in the DOM but not visible on the page

    • TimeoutException: When a command takes longer than the timeout specified

    • NoSuchElementException: When an element could not be found in the DOM

    • StaleElementReferenceException: When an element is no longer attached to the DOM

    • ...

  • Answered by AI
Round 2 - Case Study 

App is taking long to process a functionality what could be the possible reasons?

Interview Preparation Tips

Interview preparation tips for other job seekers - Think of Developers point of view to get the interview cleared.

Skills evaluated in this interview

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)

Senior Java Developer Interview Questions & Answers

user image Mohammad Siddiq

posted on 20 Oct 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 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 

(5 Questions)

  • Q1. Difference btwn jdk , jre and jvm
  • Ans. 

    JDK is a development kit that includes JRE and tools for developing Java applications. JRE is a runtime environment for executing Java programs. JVM is a virtual machine that runs Java bytecode.

    • JDK (Java Development Kit) includes JRE (Java Runtime Environment) and development tools like compiler and debugger.

    • JRE (Java Runtime Environment) is a software package that provides the libraries and components necessary for ru...

  • Answered by AI
  • Q2. Difference btwn static and volatile
  • Ans. 

    Static variables are shared among all instances of a class, while volatile variables are used to indicate that a variable's value will be modified by different threads.

    • Static variables are initialized only once at the start of the program and retain their value throughout the program's execution.

    • Volatile variables are used to ensure visibility of changes to variables across multiple threads.

    • Static variables are accesse...

  • Answered by AI
  • Q3. What is final keyword
  • Ans. 

    Final keyword is used in Java to declare constants, prevent method overriding, and prevent class inheritance.

    • Used to declare constants - value cannot be changed once assigned

    • Prevents method overriding - method cannot be overridden in child classes

    • Prevents class inheritance - class cannot be extended

  • Answered by AI
  • Q4. Difference btwn paralle stream and stream
  • Ans. 

    Parallel stream allows processing elements concurrently, while stream processes elements sequentially.

    • Parallel stream can improve performance by utilizing multiple threads for processing.

    • Stream processes elements one by one in a sequential manner.

    • Example: stream().parallel() vs stream().sequential()

  • Answered by AI
  • Q5. What is stream used for
  • Ans. 

    Streams are used in Java to process collections of objects in a functional style.

    • Streams allow for concise and readable code when working with collections.

    • They support operations like filter, map, reduce, and collect.

    • Streams can be sequential or parallel, depending on the processing requirements.

    • Example: List names = Arrays.asList("Alice", "Bob", "Charlie"); names.stream().filter(name -> name.startsWith("A")).forEach(S

  • Answered by AI

Skills evaluated in this interview

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
View answer (1)

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.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

I applied via Referral and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Question on manual and database testing
Round 2 - Behavioral 

(1 Question)

  • Q1. Brief about yourself and project you have worked with

Interview Preparation Tips

Interview preparation tips for other job seekers - Be specific on your answers for technical round. Be in positive mindset for managerial round

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)

Deutsche Telekom interview questions for popular designations

 Software Engineer

 (4)

 Sdet Automation Test Engineer

 (4)

 Financial Controller

 (1)

 Senior Java Developer

 (1)

 Senior IOS Developer

 (1)

 IOS Developer

 (1)

 Software Development Engineer II

 (1)

 Application Support Engineer

 (1)

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

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

Sdet Interview Questions & Answers

user image Anonymous

posted on 15 Mar 2021

Interview Questionnaire 

1 Question

  • Q1. Core Java, Appium, Authorization, Authentication, Load Testing

Sdet Interview Questions asked at other Companies

Q1. Given a M x N 2D array containing random alphabets and a function Dict(string word) which returns whether the 'word' is a valid English word. Find all possible valid words you can get from the 2D array, where the alphabets are adjacent to e... read more
View answer (1)

Jobs at Deutsche Telekom

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

Deutsche Telekom Interview FAQs

How many rounds are there in Deutsche Telekom interview for experienced candidates?
Deutsche Telekom interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Deutsche Telekom interview process for experienced candidates are Technical, Behavioral and Resume Shortlist.
How to prepare for Deutsche Telekom interview for experienced candidates?
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 CSS, Angular, ASP.Net, Bootstrap and C#.
What are the top questions asked in Deutsche Telekom interview for experienced candidates?

Some of the top questions asked at the Deutsche Telekom interview for experienced candidates -

  1. Share your screen, write a API to get the logs of a spring boot application in ...read more
  2. difference btwn paralle stream and str...read more
  3. Exceptions encountered during Automati...read more
How long is the Deutsche Telekom interview process?

The duration of Deutsche Telekom interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Deutsche Telekom Interview Process for Experienced

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Jio Interview Questions
3.9
 • 1.7k Interviews
Bharti Airtel Interview Questions
4.0
 • 843 Interviews
Vodafone Idea Interview Questions
4.1
 • 553 Interviews
View all

Deutsche Telekom Reviews and Ratings

based on 104 reviews

3.6/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.6

Salary

3.5

Job security

3.5

Company culture

3.2

Promotions

3.2

Work satisfaction

Explore 104 Reviews and Ratings
Project Manager

Pune

15-20 Yrs

Not Disclosed

Explore more jobs
Software Engineer
176 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
106 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
52 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sdet
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Deutsche Telekom with

Vodafone Idea

4.1
Compare

Bharti Airtel

4.0
Compare

Jio

3.9
Compare

Tata Communications

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