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 Senior Software Engineer Interview Questions and Answers

Updated 27 Sep 2024

Deutsche Telekom Digital Labs Senior Software Engineer Interview Experiences

3 interviews found

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

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Two Strings are anagram or not
  • Ans. 

    Check if two strings are anagrams by comparing the frequency of characters.

    • Create two arrays to store the frequency of characters for each string.

    • Compare the frequency arrays to check if they are anagrams.

    • Example: 'listen' and 'silent' are anagrams.

  • Answered by AI
  • Q2. Java and Spring boot questions
Round 2 - Technical 

(2 Questions)

  • Q1. System design basic HLD
  • Q2. Previous project architecture
  • Ans. 

    Previous project architecture involved microservices with Docker containers and Kubernetes for orchestration.

    • Utilized microservices architecture for scalability and flexibility

    • Deployed services in Docker containers for easy portability and consistency

    • Managed containerized applications with Kubernetes for automated scaling and orchestration

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions & Answers

user image kamelia Mirkamali

posted on 27 Sep 2024

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

Oop, database, spring boot, multithreading

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more

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.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How will you sync your distributed systems
  • Ans. 

    I will use a combination of messaging systems, data replication, and versioning to ensure consistency and availability.

    • Use messaging systems like Kafka or RabbitMQ to ensure reliable communication between systems

    • Implement data replication to ensure that data is available on multiple nodes

    • Use versioning to ensure that all nodes are working with the same data

    • Implement conflict resolution strategies to handle conflicts th...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - just be yourself, they will not ask you irrelevant questions, at least in my case.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Coding for python developer round.

Round 2 - Technical 

(1 Question)

  • Q1. Python django and dsa
Round 3 - HR 

(1 Question)

  • Q1. Normal just salary negotiation and all.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please take care of the role you apply for. They sometimes give you the interview for the python developer. Then make excuses that the role is fullfilled and if you can do testing for few months and once you accept that they disappear. And you will do testing only your profile changes and they rarely listen to you change request.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Custom sort , and some polyfills
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 Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Problems related to Binary Search
  • Q2. Problem statement on BST

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA basics
Round 1 - Technical 

(3 Questions)

  • Q1. Implement Linked list
  • Ans. 

    Linked list is a data structure where each node points to the next node.

    • Create a Node class with data and next pointer

    • Create a LinkedList class with head pointer

    • Implement methods to add, remove, search, and traverse the list

  • Answered by AI
  • Q2. Implement Hash Map with array and linked list.
  • Ans. 

    Implement Hash Map with array and linked list.

    • Create an array of linked lists

    • Hash function maps keys to array indices

    • Insert key-value pairs into linked lists

    • Handle collisions by chaining

    • Search for a key by hashing and traversing linked list

  • Answered by AI
  • Q3. How to create a immutable class in java
  • Ans. 

    To create an immutable class in Java, follow these steps:

    • Make the class final

    • Make all fields private and final

    • Do not provide any setter methods

    • Initialize all fields via constructor

    • If any field is mutable, return a clone of it instead of the original object

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and explain your code property.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jun 2021. There were 5 interview rounds.

Round 1 - Aptitude Test 

It has aptitude and coding based questions.For coding you can choose any coding language

Round 2 - Group Discussion 

There will be a GD for 7-10 people on random topic

Round 3 - Technical 

(1 Question)

  • Q1. 1st TR,ask to write a code of your preference.Linux commands,SQL
Round 4 - Technical 

(1 Question)

  • Q1. 2nd TR ,ask about the projects you have done
Round 5 - HR 

(1 Question)

  • Q1. Basic HR round,where they will discuss about the company , job role etc

Interview Preparation Tips

Interview preparation tips for other job seekers - The above process is for freshers which is of 2 years back.there might be change in process.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

HackerRank Test - 2 Medium Questions
1. Given an Array Weights of Chocolates, Find Maximum amount of Chocolate that can be saved after "d" days, if you eat half the weight of one of the chocolates every day.
2. Find Closest String with equal number of vowels and consonants.

Interview Preparation Tips

Topics to prepare for CoinDCX Senior Software Engineer interview:
  • Data Structures
  • Algorithms

Deutsche Telekom Digital Labs Interview FAQs

How many rounds are there in Deutsche Telekom Digital Labs Senior Software Engineer interview?
Deutsche Telekom Digital Labs interview process usually has 2 rounds. The most common rounds in the Deutsche Telekom Digital Labs interview process are Technical, HR and Coding Test.
How to prepare for Deutsche Telekom Digital Labs Senior 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 Digital Labs. The most common topics and skills that interviewers at Deutsche Telekom Digital Labs expect are Java, Spring Boot, Microservices, Algorithms and Data Structures.
What are the top questions asked in Deutsche Telekom Digital Labs Senior Software Engineer interview?

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

  1. Two Strings are anagram or ...read more
  2. previous project architect...read more
  3. Spring boot, Kafka , logging caching , design patterns questio...read more

Tell us how to improve this page.

Deutsche Telekom Digital Labs Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
Deutsche Telekom Digital Labs Senior Software Engineer Salary
based on 120 salaries
₹20 L/yr - ₹40 L/yr
98% more than the average Senior Software Engineer Salary in India
View more details

Deutsche Telekom Digital Labs Senior Software Engineer Reviews and Ratings

based on 13 reviews

3.2/5

Rating in categories

3.1

Skill development

3.4

Work-life balance

3.3

Salary

3.0

Job security

3.3

Company culture

2.9

Promotions

2.9

Work satisfaction

Explore 13 Reviews and Ratings
Software Engineer
228 salaries
unlock blur

₹8 L/yr - ₹26 L/yr

Senior Software Engineer
120 salaries
unlock blur

₹20 L/yr - ₹40 L/yr

Devops Engineer
63 salaries
unlock blur

₹8.5 L/yr - ₹25 L/yr

Sdet Automation Test Engineer
47 salaries
unlock blur

₹10 L/yr - ₹22.7 L/yr

Software Developer
37 salaries
unlock blur

₹8.1 L/yr - ₹25.2 L/yr

Explore more salaries
Compare Deutsche Telekom Digital Labs with

Fractal Analytics

4.0
Compare

Kiya.ai

3.2
Compare

Subex

3.5
Compare

Zeta

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