Upload Button Icon Add office photos

Filter interviews by

Clear (1)

TELUS Digital Sdet Automation Test Engineer Interview Questions and Answers

Updated 1 May 2024

TELUS Digital Sdet Automation Test Engineer Interview Experiences

2 interviews found

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

(2 Questions)

  • Q1. Any sorting in java
  • Ans. 

    Java provides several sorting algorithms to sort arrays of strings.

    • Arrays.sort() method can be used to sort an array of strings in ascending order.

    • Arrays.sort() method uses the natural ordering of the elements.

    • To sort in descending order, you can use the Comparator.reverseOrder() method.

    • You can also use other sorting algorithms like bubble sort, insertion sort, etc.

  • Answered by AI
  • Q2. Prepare maven well
Round 2 - Technical 

(1 Question)

  • Q1. Bdd ,jenkins, git stash
Round 3 - HR 

(1 Question)

  • Q1. Java collections.

Interview Preparation Tips

Interview preparation tips for other job seekers - Average interview

Skills evaluated in this interview

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

(1 Question)

  • Q1. Normal selenium and java questions

Sdet Automation Test Engineer Interview Questions Asked at Other Companies

Q1. Wait in selenium and how to find all links present in a page xpat ... read more
Q2. What is page object model and test ng annotations
Q3. How to handle alert in selenium and methods
Q4. How to take screenshot and project framework
Q5. What is software testing life cycle

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Dec 2022. There were 3 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Selenium and testng questions.
  • Q2. Java program to reverse a sentence
  • Ans. 

    Java program to reverse a sentence

    • Split the sentence into words using the split() method

    • Create a new array to store the reversed words

    • Iterate through the words in reverse order and add them to the new array

    • Join the reversed words using the join() method to form the reversed sentence

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Oops and collection questions.
  • Q2. Program to find repeated character in a word.
  • Ans. 

    Program to find repeated character in a word.

    • Iterate through each character in the word

    • Store each character in a data structure

    • If a character is already present in the data structure, it is a repeated character

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. DSA two sum. question was asked
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

2 Basic leetcode problems

Round 2 - One-on-one 

(4 Questions)

  • Q1. Asked questions from my Resume.
  • Q2. Asked questions about my Non-Technical Experiences
  • Q3. Asked me to automate some things from selenium webdriver because I had mentioned projects on resume.
  • Q4. Asked me to write some content explaining about cybersecurity awareness because I had mentioned Content Writing on my resume.

Interview Preparation Tips

Topics to prepare for IBM Sdet Automation Test Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Be Honest and Concise, Dont overshare when a question is asked, just answer the question in its entirety
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asked about jenkins
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
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

60 mints, gform ,topics like train ,age ,numbers,propability,

Interview Preparation Tips

Interview preparation tips for other job seekers - do the interview with confidence
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Bug life cycle and agile proces.
  • Q2. Implicit and Explicit wait, key difference and the syntax.
  • Ans. 

    Implicit and Explicit wait are used in Selenium for handling synchronization issues in test automation.

    • Implicit wait is set globally for the entire test script, while explicit wait is applied only to specific elements.

    • Implicit wait waits for a specified amount of time before throwing a NoSuchElementException, while explicit wait waits for a specific condition to be met before proceeding.

    • Syntax for implicit wait: driver...

  • Answered by AI
  • Q3. Xpath writing with parent child relation
  • Ans. 

    Xpath writing with parent child relation involves specifying the path to locate elements based on their hierarchical relationship.

    • Use '/' to specify direct child elements

    • Use '//' to specify any descendant elements

    • Use '[]' to specify conditions for selecting elements

    • Example: //div[@class='parent']/child::span

  • Answered by AI
  • Q4. Java constructor oops concepts and code for swapping two numbers
  • Ans. 

    Java constructor is a special type of method used to initialize objects. Swapping two numbers can be done using a temporary variable.

    • Java constructor is used to initialize objects in a class.

    • Swapping two numbers can be done by using a temporary variable.

    • Example code for swapping two numbers using constructor:

    • public class NumberSwapper {

    • int num1;

    • int num2;

    • public NumberSwapper(int a, int b) {

    • num1 = a;

    • num2 = ...

  • Answered by AI
Round 2 - Coding Test 

Amazon website needs to validate drop-down value

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Java programs, concepts of java selenium
  • Q2. Oops concepts of java
  • Ans. 

    Oops concepts of Java

    • Encapsulation: Bundling data and methods together in a class

    • Inheritance: Acquiring properties and behaviors from a parent class

    • Polymorphism: Ability to take on many forms

    • Abstraction: Hiding complex implementation details

    • Interface: Blueprint of a class that defines methods to be implemented

  • Answered by AI
  • Q3. Constructor concept
  • Q4. Java logical program
  • Q5. Selenium webdriver questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Study well

Skills evaluated in this interview

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

TELUS Digital Interview FAQs

How many rounds are there in TELUS Digital Sdet Automation Test Engineer interview?
TELUS Digital interview process usually has 2 rounds. The most common rounds in the TELUS Digital interview process are Technical and HR.
What are the top questions asked in TELUS Digital Sdet Automation Test Engineer interview?

Some of the top questions asked at the TELUS Digital Sdet Automation Test Engineer interview -

  1. Any sorting in j...read more
  2. Normal selenium and java questi...read more
  3. Bdd ,jenkins, git st...read more

Recently Viewed

INTERVIEWS

Concentrix Corporation

No Interviews

INTERVIEWS

Infosys BPM

No Interviews

REVIEWS

Sutherland Global Services

No Reviews

INTERVIEWS

Concentrix Corporation

No Interviews

SALARIES

HGS

REVIEWS

Sutherland Global Services

No Reviews

INTERVIEWS

Infosys BPM

No Interviews

INTERVIEWS

Teleperformance

No Interviews

INTERVIEWS

Omega Healthcare

No Interviews

REVIEWS

HGS

No Reviews

Tell us how to improve this page.

TELUS Digital Sdet Automation Test Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
TELUS Digital Sdet Automation Test Engineer Salary
based on 13 salaries
₹9.2 L/yr - ₹22.2 L/yr
30% more than the average Sdet Automation Test Engineer Salary in India
View more details

TELUS Digital Sdet Automation Test Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

-

Skill development

-

Work-life balance

-

Salary

-

Job security

-

Company culture

-

Promotions

-

Work satisfaction

Explore 1 Review and Rating
Module Lead
431 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
264 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
230 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Application Developer
224 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
220 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare TELUS Digital with

Concentrix Corporation

3.8
Compare

Foundever

3.6
Compare

Wipro

3.7
Compare

Genpact

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent