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

Clear (1)

Deutsche Telekom Digital Labs Sdet Automation Test Engineer Interview Questions and Answers

Updated 11 Jul 2024

Deutsche Telekom Digital Labs Sdet Automation Test Engineer Interview Experiences

1 interview found

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

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Manual Testing Concepts
  • Q2. What are Oops Concepts
  • Ans. 

    Oops Concepts are fundamental principles of object-oriented programming such as Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability of a function to behave differently based on the object it is acting upon.

    • Abstraction: Hiding t...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I was interviewed before Feb 2023.

Round 1 - Aptitude Test 

Basic apti ques grammer and all

Round 2 - Technical 

(1 Question)

  • Q1. Java, spring, html
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

Java and automation question

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Introduction about self
  • Ans. 

    I am a passionate SDET Automation Test Engineer with 5 years of experience in creating and executing automated test scripts.

    • 5 years of experience in automation testing

    • Proficient in creating and executing automated test scripts

    • Strong knowledge of testing tools like Selenium and JUnit

    • Experience in Agile development environment

    • Excellent problem-solving skills

  • Answered by AI
  • Q2. What is the difference between close and quit
  • Q3. Reverse a string program
  • Ans. 

    Program to reverse a string

    • Use a loop to iterate through the characters of the string

    • Swap the characters from start to end of the string

    • Repeat until the entire string is reversed

  • Answered by AI
  • Q4. How to handle pop-up
  • Ans. 

    To handle pop-ups in automation testing, use methods like switchTo().alert(), accept(), dismiss(), getText()

    • Use switchTo().alert() method to switch focus to the pop-up

    • Use accept() method to click on the 'OK' button in the pop-up

    • Use dismiss() method to click on the 'Cancel' button in the pop-up

    • Use getText() method to retrieve the text from the pop-up for validation

  • Answered by AI
  • Q5. What is getWindowsHandles
  • Ans. 

    getWindowsHandles is a method in Selenium WebDriver used to get the window handles of all the open browser windows.

    • getWindowsHandles returns a set of window handles as strings.

    • It is useful for switching between multiple browser windows during automation testing.

    • Example: Set handles = driver.getWindowHandles();

  • Answered by AI

Skills evaluated in this interview

Sdet Automation Test Engineer Interview Questions & Answers

Infosys user image Rushikesh vasant Nagargoje

posted on 29 Apr 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Technical based selenium, testng and some core Java oops concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepare and best luck ...
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Real time scenarios of Selenium

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

I was interviewed in Mar 2024.

Round 1 - Coding Test 

Java, selenium,1 hours

Round 2 - Technical 

(2 Questions)

  • Q1. Java constructor
  • Q2. Collection interface
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Relocation procee
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Maths, Cs subject multiple choice, programmimg qns

Round 2 - Technical 

(2 Questions)

  • Q1. Data base questions
  • Q2. Programming qns
Round 3 - Technical 

(2 Questions)

  • Q1. Projects done in last year
  • Q2. Java core questions
Round 4 - HR 

(2 Questions)

  • Q1. Managerial type questions
  • Q2. General questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

I was tough and taken the 1 hr for apitude

Round 2 - Coding Test 

Based on dsa and patterns questions

Round 3 - Technical 

(2 Questions)

  • Q1. What is a java
  • Ans. 

    Java is a high-level programming language used for developing applications and software.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • It is object-oriented, allowing for modular and reusable code

    • Java is widely used for web development, mobile applications, and enterprise software

    • Examples of Java frameworks include Spring, Hibernate, and Selenium

  • Answered by AI
  • Q2. What is oops and chaterstivs
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating objects that interact with each other to solve problems

    • Key features of OOPs include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation refers to bundling data and methods that operate on the data into a single unit

    • Inheritance allows a cla...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about urself
  • Q2. What do you like about the company

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Deutsche Telekom Digital Labs Interview FAQs

How many rounds are there in Deutsche Telekom Digital Labs Sdet Automation Test Engineer interview?
Deutsche Telekom Digital Labs interview process usually has 1 rounds. The most common rounds in the Deutsche Telekom Digital Labs interview process are Technical.
What are the top questions asked in Deutsche Telekom Digital Labs Sdet Automation Test Engineer interview?

Some of the top questions asked at the Deutsche Telekom Digital Labs Sdet Automation Test Engineer interview -

  1. Second smallest integer in ar...read more
  2. Reverse given str...read more

Recently Viewed

INTERVIEWS

Deutsche Telekom Digital Labs

10 top interview questions

CAMPUS PLACEMENT

National Institute of Technology,(NIT), Delhi

INTERVIEWS

Deutsche Telekom Digital Labs

No Interviews

INTERVIEWS

Deutsche Telekom Digital Labs

No Interviews

CAMPUS PLACEMENT

Sastra University

INTERVIEWS

Samsung Research

5.6k top interview questions

CAMPUS PLACEMENT

Amity University

INTERVIEWS

Deutsche Telekom Digital Labs

No Interviews

INTERVIEWS

Samsung Research

No Interviews

INTERVIEWS

Future First Technologies

No Interviews

Tell us how to improve this page.

Deutsche Telekom Digital Labs Sdet Automation Test Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Deutsche Telekom Digital Labs Sdet Automation Test Engineer Salary
based on 44 salaries
Lock Unlock
₹8 L/yr - ₹24 L/yr
At par with the average Sdet Automation Test Engineer Salary in India
View more details

Deutsche Telekom Digital Labs Sdet Automation Test Engineer Reviews and Ratings

based on 5 reviews

4.6/5

Rating in categories

4.2

Skill development

4.5

Work-life balance

4.5

Salary

4.2

Job security

4.8

Company culture

3.4

Promotions

4.3

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
225 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
111 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Devops Engineer
54 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Sdet Automation Test Engineer
44 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Software Developer
35 salaries
unlock blur Lock Unlock

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