Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Deutsche Telekom Digital Labs Team. If you also belong to the team, you can get access from here

Deutsche Telekom Digital Labs Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Deutsche Telekom Digital Labs Interview Questions, Process, and Tips

Updated 19 Nov 2024

Top Deutsche Telekom Digital Labs Interview Questions and Answers

View all 48 questions

Deutsche Telekom Digital Labs Interview Experiences

Popular Designations

30 interviews found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2022. 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. Designing Scalable system and data structure
  • Ans. 

    Designing scalable systems involves creating efficient data structures to handle large amounts of data and traffic.

    • Consider using distributed systems to handle high traffic loads.

    • Use data partitioning to distribute data across multiple servers.

    • Optimize data structures for quick access and retrieval.

    • Implement caching mechanisms to reduce load on the system.

    • Regularly monitor and optimize system performance to ensure scal...

  • Answered by AI
  • Q2. Design a distributed Cache
  • Ans. 

    Design a distributed Cache

    • Use consistent hashing to distribute data across multiple nodes

    • Implement replication for fault tolerance

    • Consider data eviction policies like LRU or LFU

    • Use a distributed coordination service like ZooKeeper or etcd for node coordination

  • Answered by AI
  • Q3. Design a storage similar to S3
  • Ans. 

    Design a scalable and reliable storage system similar to S3.

    • Use distributed architecture to handle large amounts of data

    • Implement data redundancy and replication for high availability

    • Provide a simple API for easy access and management

    • Support for different storage classes like standard, infrequent access, and archive

    • Include features like versioning, encryption, and lifecycle policies

  • Answered by AI
  • Q4. Sorry Array on the basis of alphabetical order of keys
  • Ans. 

    Sort an array of strings based on alphabetical order of keys

    • Use the sort() method with a custom compare function to sort the array alphabetically

    • The compare function should compare the keys of the strings using localeCompare() method

    • Example: ['banana', 'apple', 'cherry'] should be sorted as ['apple', 'banana', 'cherry']

  • Answered by AI
  • Q5. Low level design of UPI system
  • Ans. 

    The low level design of a UPI system involves defining the architecture, data flow, and components at a detailed level.

    • Define the architecture of the UPI system, including client-server communication, data storage, and security measures.

    • Identify the different components of the UPI system, such as user interface, payment processing, and database management.

    • Specify the data flow within the UPI system, including how user ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your self on low level and high level design

Skills evaluated in this interview

Engineering Manager Interview Questions asked at other Companies

Q1. Which contactor connected first in star delta starter?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Core Java , DS and Algo

Round 2 - Technical 

(2 Questions)

  • Q1. LLD Spotify only structure
  • Q2. Shortest path algorithm
  • Ans. 

    Shortest path algorithm finds the shortest path between two nodes in a graph.

    • Dijkstra's algorithm is a popular shortest path algorithm that uses a priority queue to find the shortest path in a weighted graph.

    • A* algorithm is another popular shortest path algorithm that uses heuristics to guide the search towards the goal node.

    • Bellman-Ford algorithm is used for finding the shortest path in a graph with negative edge weig

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Reason for the change
  • Q2. What you bring to the table

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Aug 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Java8 and multhithreading based questions
  • Q2. 1 Leetcode easy question
Round 2 - Technical 

(2 Questions)

  • Q1. TDD based live coding and spring based question
  • Q2. 1 leetcode medium question
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiations and company fit based questions

Top Deutsche Telekom Digital Labs Software Engineer Interview Questions and Answers

Q1. Multithreading- Write program to print even and odd numbers from 1 to 20 using 2 threads. 1 thread will responsible for printing even and another for Odd. And print in such a manner it should be alternate. (can do using wait,notify and noti... read more
View answer (1)

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 (180)

I applied via Recruitment Consulltant and was interviewed in Sep 2022. There were 5 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 - One-on-one 

(1 Question)

  • Q1. Asked Kadane's algorithm, and some android related questions.
Round 3 - One-on-one 

(1 Question)

  • Q1. Design a hashmap, and optimise it
  • Ans. 

    Design and optimize a hashmap

    • Choose a good hash function to minimize collisions

    • Implement dynamic resizing to handle increasing load factor

    • Consider using open addressing or separate chaining for collision resolution

    • Use an efficient data structure for storing key-value pairs, such as an array or linked list

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Design a custom recyclerview with appropriate data structures
  • Ans. 

    Custom recyclerview with appropriate data structures

    • Create a custom adapter extending RecyclerView.Adapter

    • Implement onCreateViewHolder() and onBindViewHolder() methods

    • Use appropriate data structures like ArrayList or HashMap for efficient data handling

    • Implement onClickListener for item clicks

    • Use ViewHolder pattern for efficient view recycling

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. What are your expectations related to work and salary
  • Ans. 

    I expect fair compensation for my skills and experience, and a challenging work environment that allows for growth and learning.

    • I am looking for a salary that is commensurate with my experience and skills.

    • I am open to negotiation and willing to discuss salary and benefits.

    • I am looking for a challenging work environment that allows me to learn and grow as a software engineer.

    • I am interested in opportunities for professi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and don't be nervous. Interviewers are helpful and will guide you to a solution if you listen to them carefully.

Skills evaluated in this interview

Top Deutsche Telekom Digital Labs Software Engineer Interview Questions and Answers

Q1. Multithreading- Write program to print even and odd numbers from 1 to 20 using 2 threads. 1 thread will responsible for printing even and another for Odd. And print in such a manner it should be alternate. (can do using wait,notify and noti... read more
View answer (1)

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 (180)

Deutsche Telekom Digital Labs interview questions for popular designations

 Software Engineer

 (7)

 Senior Software Engineer

 (3)

 React Js Frontend Developer

 (2)

 Software Developer

 (2)

 Associate Director

 (1)

 Branding and Marketing Executive

 (1)

 Devops Engineer

 (1)

 Engineering Manager

 (1)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Explain about your framework
  • Ans. 

    Our framework is a hybrid framework that combines data-driven and keyword-driven approaches.

    • Our framework uses Excel sheets to store test data and test cases.

    • We have created custom keywords for frequently used actions.

    • We use Selenium WebDriver for web application testing.

    • Our framework supports parallel execution of test cases.

    • We have integrated our framework with Jenkins for continuous integration.

    • We have also implemen...

  • Answered by AI
  • Q2. What is selenium rc how u can run screept on different stage
  • Ans. 

    Selenium RC is a deprecated tool for automating web browsers. Scripts can be run on different stages using different configurations.

    • Selenium RC stands for Remote Control

    • It allows running tests on multiple browsers and platforms

    • Scripts can be run on different stages by changing the configuration settings

    • Selenium RC is now deprecated and replaced by Selenium WebDriver

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Deutsche Telekom Digital Labs Softwaretest Engineer interview:
  • Collection framework
  • OOPS
  • API Testing
  • Java coding
Interview preparation tips for other job seekers - Explain framwork detail, prepare for collection framwork and oops concept and coding

Skills evaluated in this interview

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Get interview-ready with Top Deutsche Telekom Digital Labs Interview Questions

Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Second smallest integer in array
  • Ans. 

    Find the second smallest integer in an array of strings.

    • Convert the array of strings to an array of integers.

    • Sort the array of integers in ascending order.

    • Return the second element in the sorted array.

  • Answered by AI
  • Q2. Reverse given string
  • Ans. 

    Reverse a given string

    • Use a loop to iterate through the characters of the string and build a new string in reverse order

    • Alternatively, use built-in functions like reverse() or StringBuilder in some programming languages

    • Ensure to handle edge cases like empty string or null input

  • Answered by AI

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)

Trainee DevOps Engineer Interview Questions & Answers

user image Anonymous

posted on 4 Oct 2022

I applied via Company Website and was interviewed in Apr 2022. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

MCQ based questions on DevOps, Cloud and Linux

Round 3 - Technical 

(1 Question)

  • Q1. Technical Interview about DevOps tools like git, AWS, Linux, Kubernetes, Docker and CICD
Round 4 - Technical 

(1 Question)

  • Q1. Advance questions on cloud computing and AWS and Kubernetes
Round 5 - One-on-one 

(1 Question)

  • Q1. Techno Managerial Round. DevOps questions and Final year project questions were asked.
Round 6 - HR 

(1 Question)

  • Q1. Basics HR questions and Project related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for any Cloud you are interested in. Like AWS or Azure. Kubernetes is a must. Knowledge about tools like git, docker, Jenkins and Ansible is good. Linux knowledge is also must. Certifications are recommended.

I applied via Recruitment Consulltant and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. SQL, spark, hadoop, Linux,python
Round 2 - Technical 

(1 Question)

  • Q1. System design, real time data ingestion architecture and processing
Round 3 - HR 

(1 Question)

  • Q1. Strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong SQL, python and spark , aws knowledge is important to crack

Senior Data Engineer Interview Questions asked at other Companies

Q1. Write a query to get the customer with the highest total order value for each year, month. [Note: Order table is different and Customer table is different. Order_ID and Customer_ID are the PK of the table with Oid from Customer table being ... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Start of The Loop in LinkedList.
Length of Loop in LinkedList

Round 2 - Case Study 

API Contract for Notification sending via SMS and Email

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

I applied via Naukri.com and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Technical round with live coding.
  • Q2. Java 8 questions, spring boot related questions
Round 2 - Technical 

(1 Question)

  • Q1. Spring boot, Kafka , logging caching , design patterns questions.
Round 3 - HR 

(1 Question)

  • Q1. Basic short interview mostly related with work experience and compensation

Interview Preparation Tips

Interview preparation tips for other job seekers - Please ds and algorithms and basic microservises and spring framework questions.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

Deutsche Telekom Digital Labs Interview FAQs

How many rounds are there in Deutsche Telekom Digital Labs interview?
Deutsche Telekom Digital Labs interview process usually has 2-3 rounds. The most common rounds in the Deutsche Telekom Digital Labs interview process are Technical, HR and Resume Shortlist.
How to prepare for Deutsche Telekom Digital Labs 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 Digital Labs. The most common topics and skills that interviewers at Deutsche Telekom Digital Labs expect are Java, AWS, Kubernetes, Docker and Jenkins.
What are the top questions asked in Deutsche Telekom Digital Labs interview?

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

  1. Multithreading- Write program to print even and odd numbers from 1 to 20 using ...read more
  2. What is the purpose of using default methods in jav...read more
  3. What is selenium rc how u can run screept on different st...read more
How long is the Deutsche Telekom Digital Labs interview process?

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

Tell us how to improve this page.

Deutsche Telekom Digital Labs Interview Process

based on 26 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Cyient Interview Questions
3.7
 • 284 Interviews
View all

Deutsche Telekom Digital Labs Reviews and Ratings

based on 117 reviews

3.6/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

3.6

Salary

3.8

Job security

3.6

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 117 Reviews and Ratings
Software Engineer
225 salaries
unlock blur

₹8.4 L/yr - ₹25 L/yr

Senior Software Engineer
111 salaries
unlock blur

₹19 L/yr - ₹41 L/yr

Devops Engineer
54 salaries
unlock blur

₹6.8 L/yr - ₹21.6 L/yr

Sdet Automation Test Engineer
42 salaries
unlock blur

₹10 L/yr - ₹24 L/yr

Software Developer
35 salaries
unlock blur

₹8.1 L/yr - ₹27.5 L/yr

Explore more salaries
Compare Deutsche Telekom Digital Labs with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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