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

Updated 6 Jan 2025

Top Deutsche Telekom Interview Questions and Answers

View all 17 questions

Deutsche Telekom Interview Experiences

Popular Designations

20 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to troubleshoot
  • Ans. 

    Troubleshooting involves identifying, isolating, and resolving technical issues to ensure smooth operation of applications.

    • Identify the issue by gathering information from users or logs

    • Isolate the problem by testing different components or configurations

    • Resolve the issue by applying fixes or workarounds

    • Document the troubleshooting process for future reference

  • Answered by AI
  • Q2. What is postman API
  • Ans. 

    Postman API is a collaboration platform for API development, testing, and management.

    • Postman API is a tool used for testing APIs by sending requests and receiving responses.

    • It allows users to create and save API requests, organize them into collections, and share them with team members.

    • Postman API can be used to automate testing, monitor APIs, and collaborate with team members on API development.

    • It supports various aut...

  • Answered by AI

Skills evaluated in this interview

Application Support Engineer Interview Questions asked at other Companies

Q1. what do you know about SQL , Unix , explain in brief
View answer (2)

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
  • Q2. Right view of tree Spring boot situation based question

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 (178)
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)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Swift basics , class vs structure, closures, mvvm , solid principles
  • Q2. Design Patterns , Closures
Round 2 - Technical 

(1 Question)

  • Q1. Intermediate swift questions, architecture questions
Round 3 - HR 

(1 Question)

  • Q1. Family backhround, ladt company details

Senior IOS Developer Interview Questions asked at other Companies

Q1. System Design for a food delivery application like Zomato
View answer (1)

Deutsche Telekom interview questions for popular designations

 Sdet Automation Test Engineer

 (4)

 Software Engineer

 (4)

 Android Developer

 (1)

 Application Support Engineer

 (1)

 Financial Controller

 (1)

 IOS Developer

 (1)

 SDE

 (1)

 Sdet

 (1)

Mobile expert intern Interview Questions & Answers

user image Anonymous

posted on 6 Jan 2025

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

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What did you do until now?
  • Q2. What did you study?
  • Q3. Can you share your experiences with mobile devices?

Interview Preparation Tips

Interview preparation tips for other job seekers - It was satisfactory, and I received numerous questions regarding my experiences and knowledge.

SDE Interview Questions & Answers

user image Anonymous

posted on 14 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic leetcode questions, easy to medium level.

Round 2 - Coding Test 

Java concepts, OOPS, puzzles

Round 3 - HR 

(1 Question)

  • Q1. Basic behaviour related questions.

SDE Interview Questions asked at other Companies

Q1. Longest Increasing Subsequence Problem Statement Given an array of integers with 'N' elements, determine the length of the longest subsequence where each element is greater than the previous element. This subsequence must be in strictly inc... read more
Add answer

Jobs at Deutsche Telekom

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java basics, automation basics.

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)
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?
  • Ans. 

    Permutations of an array of strings are all possible arrangements of the elements.

    • Use recursion to generate all permutations.

    • Swap elements to create different permutations.

    • Base case: when only one element is left, add the permutation to the result.

    • Example: Array ['A', 'B', 'C'] has permutations ['ABC', 'ACB', 'BAC', 'BCA', 'CBA', 'CAB'].

  • Answered by AI
  • Q2. Find the largest number in an Array without DS and loop in Java 8?
  • Ans. 

    Use Java 8 Stream API to find the largest number in an array of strings without using additional data structures or loops.

    • Convert the array of strings to a stream of integers using map() and parseInt()

    • Use reduce() with Math::max to find the largest number in the stream

  • Answered by AI

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 (178)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. About Mobile testing

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. Delete Kth node From EndYou have been given a singly Linked List of 'N' nodes with integer data and an integer 'K'. Your task is to remove the Kth node from the end of the given Linked List. For example: The given linked list is 1 -> 2 -... read more
View answer (4)

Deutsche Telekom Interview FAQs

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

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

  1. Share your screen, write a API to get the logs of a spring boot application in ...read more
  2. Can you share your experiences with mobile devic...read more
  3. Find the largest number in an Array without DS and loop in Java...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

based on 19 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k 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.6k Interviews
Bharti Airtel Interview Questions
4.0
 • 834 Interviews
Vodafone Idea Interview Questions
4.1
 • 553 Interviews
View all

Deutsche Telekom Reviews and Ratings

based on 102 reviews

3.6/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.6

Salary

3.5

Job security

3.6

Company culture

3.3

Promotions

3.2

Work satisfaction

Explore 102 Reviews and Ratings
Automation Test Engineer

Pune

3-5 Yrs

₹ 7.5-8.91 LPA

Software Engineer (WinForms Developer)

Pune

2-4 Yrs

Not Disclosed

Explore more jobs
Software Engineer
156 salaries
unlock blur

₹8 L/yr - ₹32 L/yr

Senior Software Engineer
105 salaries
unlock blur

₹13.5 L/yr - ₹36 L/yr

Software Developer
52 salaries
unlock blur

₹6 L/yr - ₹24.6 L/yr

Sdet
36 salaries
unlock blur

₹7.5 L/yr - ₹27 L/yr

Devops Engineer
24 salaries
unlock blur

₹7 L/yr - ₹18.4 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