Upload Button Icon Add office photos

Deutsche Telekom

Compare button icon Compare button icon Compare

Filter interviews by

Deutsche Telekom Senior Java Developer Interview Questions, Process, and Tips

Updated 20 Oct 2023

Deutsche Telekom Senior Java Developer Interview Experiences

1 interview found

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

Interview questions from similar companies

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

Java take home assignment

Round 2 - Technical 

(1 Question)

  • Q1. Discussing coding assignment

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

Round 1 - Technical 

(1 Question)

  • Q1. Core Java knowledge check.
Round 2 - Technical 

(1 Question)

  • Q1. Core java with Spring Boot and Microservice
Round 3 - Behavioral 

(1 Question)

  • Q1. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Get a got Core Java knowledge.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Sql related ques mege into, rank,dense rank,queries of joins etc.
  • Q2. Java 8 related ques optional and stream
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is different between Mysql Vs sql ?
  • Ans. 

    MySQL is a specific implementation of SQL, which is a standardized language for managing databases.

    • MySQL is a specific relational database management system (RDBMS) that uses SQL as its query language.

    • SQL (Structured Query Language) is a standardized language for managing databases, used by various RDBMS like MySQL, Oracle, and SQL Server.

    • MySQL is open-source and free to use, while some other RDBMS like Oracle may requ...

  • Answered by AI
  • Q2. What abstraction and interface in java?
  • Ans. 

    Abstraction and interface are key concepts in Java for achieving abstraction and defining contracts for classes.

    • Abstraction in Java is achieved using abstract classes and interfaces.

    • Abstract classes can have both abstract and concrete methods, while interfaces can only have abstract methods.

    • Interfaces define contracts that classes must implement, allowing for polymorphism and loose coupling.

    • Example: interface Shape { v...

  • Answered by AI
  • Q3. What is mean by JSP?
  • Ans. 

    JSP stands for JavaServer Pages, a technology used for creating dynamic web pages.

    • JSP allows embedding Java code in HTML pages

    • It simplifies the process of creating dynamic web content

    • JSP files are compiled into servlets by the server for execution

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

1st round some apt qns,some prgramming qns are they asked

Round 2 - One-on-one 

(1 Question)

  • Q1. C depth concepts and some prgram
Round 3 - Technical 

(1 Question)

  • Q1. Some DSA questions they asked
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How to optimise fetching 1 lakh entries from db
  • Ans. 

    Use pagination, indexing, caching, and query optimization to fetch 1 lakh entries efficiently from the database.

    • Implement pagination to fetch data in smaller chunks

    • Create indexes on columns frequently used in queries

    • Use caching to store frequently accessed data

    • Optimize queries by avoiding unnecessary joins and using appropriate indexes

    • Consider using database-specific optimizations like query hints or stored procedures

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse a linked list.
  • Q2. Merge sort on a array/
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are the things that u do when your what app screen is blank
  • Ans. 

    I would check for internet connection, restart the app, clear cache, and update the app.

    • Check internet connection

    • Restart the app

    • Clear cache

    • Update the app

  • Answered by AI
  • Q2. Simple python code

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with basics and resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Memory management in java 8
  • Ans. 

    Java 8 introduced improvements in memory management with features like Metaspace and G1 garbage collector.

    • Java 8 introduced Metaspace to replace the PermGen space for class metadata storage.

    • G1 garbage collector in Java 8 improves garbage collection performance by dividing the heap into regions.

    • Java 8 also introduced the concept of String deduplication to reduce memory usage for String objects.

  • Answered by AI
  • Q2. CQRS pattern in microservices
  • Ans. 

    CQRS pattern separates read and write operations in microservices for better scalability and performance.

    • CQRS stands for Command Query Responsibility Segregation

    • It separates the read and write operations in microservices

    • Write operations update the data, while read operations retrieve the data

    • Helps in improving scalability and performance by optimizing for each operation type

  • Answered by AI

Skills evaluated in this interview

Deutsche Telekom Interview FAQs

How many rounds are there in Deutsche Telekom Senior Java Developer interview?
Deutsche Telekom interview process usually has 2 rounds. The most common rounds in the Deutsche Telekom interview process are Resume Shortlist and Technical.
What are the top questions asked in Deutsche Telekom Senior Java Developer interview?

Some of the top questions asked at the Deutsche Telekom Senior Java Developer interview -

  1. difference btwn paralle stream and str...read more
  2. Difference btwn jdk , jre and ...read more
  3. what is final keyw...read more

Tell us how to improve this page.

Deutsche Telekom Senior Java Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
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