Upload Button Icon Add office photos

Filter interviews by

TELUS Digital Senior Software Test Engineer Interview Questions and Answers

Updated 15 Jan 2025

TELUS Digital Senior Software Test Engineer Interview Experiences

2 interviews found

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

(1 Question)

  • Q1. What are the automation challenges you have faced?
  • Ans. 

    Some automation challenges I have faced include handling dynamic elements, synchronization issues, and maintaining test scripts.

    • Handling dynamic elements on the webpage that change frequently

    • Synchronization issues between test scripts and application response times

    • Maintaining test scripts as the application evolves and changes

    • Dealing with different environments and configurations for testing

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is the process for conducting data-driven testing using SoapUI?
  • Q2. What are the steps to debug errors in APIs and microservices?
Round 2 - HR 

(1 Question)

  • Q1. Can you describe your past company experience?

Senior Software Test Engineer Interview Questions Asked at Other Companies

asked in Test Unity
Q1. What is retest and regression testing ?, Difference between authe ... read more
asked in Code Vyasa
Q2. Oops concepts, how you have used oops concepts in ur current proj ... read more
Q3. How do to run screen reader?what are the basic shortcuts for test ... read more
Q4. Different testing types? Verification and validation? Explain pro ... read more
Q5. How to handle if the requirement are not clear or ambiguous

Interview questions from similar companies

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

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

Round 1 - Technical 

(1 Question)

  • Q1. All basic testing questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions based on typescript and playwright
  • Q2. Testing related questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Sorting List without using sort method in python
  • Ans. 

    Implement a sorting algorithm without using the sort method in Python.

    • Use a custom sorting algorithm like bubble sort, selection sort, or insertion sort.

    • Iterate through the list and compare adjacent elements to swap them if necessary.

    • Repeat the process until the list is sorted.

    • Example: Implementing bubble sort to sort a list of strings.

  • Answered by AI
  • Q2. Calculator inbuilt code, to develop test cases

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was easy not to hurry, only to clear client round

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Regarding IFRS17 details it was all about it.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2022. There were 4 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 - Assignment 

Assignment is very easy to understand the person

Round 3 - Technical 

(4 Questions)

  • Q1. What is sanity testing
  • Ans. 

    Sanity testing is a quick and shallow testing to ensure that the application is stable enough for further testing.

    • It is a subset of regression testing

    • It is performed after a new build or changes to the code

    • It checks for major functionalities and critical features

    • It is not exhaustive and does not cover all possible test cases

    • It helps to save time and effort by identifying major issues early on

  • Answered by AI
  • Q2. What is smoke testing
  • Ans. 

    Smoke testing is a preliminary testing technique to check if the critical functionalities of the software are working fine.

    • It is a quick and shallow testing technique

    • It is performed to ensure that the build is stable enough for further testing

    • It is usually performed after every build

    • It helps in identifying critical defects early in the testing cycle

    • Example: Testing the login functionality of a website after a new build

  • Answered by AI
  • Q3. What are the functions of testing
  • Ans. 

    The functions of testing are to identify defects, improve quality, and ensure the software meets requirements.

    • Identify defects and errors in the software

    • Improve the quality of the software

    • Ensure the software meets the specified requirements

    • Validate and verify the software functionality

    • Reduce the risk of software failure

    • Provide feedback to developers for improvement

    • Ensure compliance with industry standards and regulatio

  • Answered by AI
  • Q4. What is difference between somke and sanity testing
  • Ans. 

    Smoke testing is a quick and shallow test to check if the basic functionalities of the software are working. Sanity testing is a more thorough test to check if the major functionalities of the software are working after a change.

    • Smoke testing is done to check if the software is stable enough for further testing

    • Sanity testing is done to check if the changes made to the software have not affected the major functionalitie...

  • Answered by AI
Round 4 - Aptitude Test 

Apitude testing is the person is fitted or not the job

Interview Preparation Tips

Interview preparation tips for other job seekers - asak a essay questions for freshers
Higher more freshers

Skills evaluated in this interview

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 - Technical 

(2 Questions)

  • Q1. What is the difference sanity and smoke testing?
  • Ans. 

    Sanity testing is a narrow and deep testing to ensure that the most crucial functionalities work correctly, while smoke testing is a broad and shallow testing to check if the software build is stable enough for further testing.

    • Sanity testing focuses on specific areas of functionality, while smoke testing covers a wide range of functionalities.

    • Sanity testing is usually performed after a minor change in code, while smoke...

  • Answered by AI
  • Q2. What are the locators used to identify the web elements?
  • Ans. 

    Locators like ID, class name, XPath, CSS selector, etc. are used to identify web elements.

    • ID - unique identifier for an element

    • Class name - name of the class assigned to an element

    • XPath - path to the element in the XML structure of the page

    • CSS selector - selector based on CSS attributes of the element

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain about roles n responsibilities in my current project.
  • Q2. Explain about the framework used in our projects.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Agile methodology, bug life cycle
  • Q2. Test cases for login page
  • Ans. 

    Test cases for login page should cover various scenarios to ensure functionality and security.

    • Verify valid username and password combination successfully logs in

    • Verify error message is displayed for invalid username or password

    • Verify user is redirected to forgot password page when forgot password link is clicked

    • Verify user is able to login using social media login options

    • Verify user is logged out after clicking logout

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company

Skills evaluated in this interview

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

I applied via Referral and was interviewed in May 2022. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1.Expkain SDLC process . 2.What is Adhoch testing? 3.What is regression and retestting? 4.What is sanity and smoke testing. 5.Explain OOP's concept. 6.What is exploratory testing? 7.What user testing? 8.Wr...
  • Ans. 

    Answers to common questions asked in a Software Tester interview.

    • SDLC process involves planning, designing, coding, testing, and deployment of software.

    • Adhoc testing is informal testing without predefined test cases.

    • Regression testing involves retesting unchanged parts of the software after modifications.

    • Sanity testing checks if the software is stable enough for further testing.

    • OOP's concept includes classes, objects, ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical ³5

Skills evaluated in this interview

TELUS Digital Interview FAQs

How many rounds are there in TELUS Digital Senior Software Test Engineer interview?
TELUS Digital interview process usually has 1-2 rounds. The most common rounds in the TELUS Digital interview process are Technical and HR.
How to prepare for TELUS Digital Senior Software Test 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 TELUS Digital. The most common topics and skills that interviewers at TELUS Digital expect are Agile, Automation, Core Java, Customer Service and Debugging.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
TELUS Digital Senior Software Test Engineer Salary
based on 100 salaries
₹5.7 L/yr - ₹14.2 L/yr
At par with the average Senior Software Test Engineer Salary in India
View more details

TELUS Digital Senior Software Test Engineer Reviews and Ratings

based on 6 reviews

4.9/5

Rating in categories

4.9

Skill development

4.9

Work-Life balance

3.3

Salary & Benefits

4.9

Job Security

4.8

Company culture

3.3

Promotions/Appraisal

4.9

Work Satisfaction

Explore 6 Reviews and Ratings
Module Lead
478 salaries
unlock blur

₹8 L/yr - ₹27 L/yr

Senior Software Engineer
278 salaries
unlock blur

₹6.7 L/yr - ₹24 L/yr

Team Lead
220 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Softwaretest Engineer
216 salaries
unlock blur

₹4 L/yr - ₹16 L/yr

Senior Application Developer
206 salaries
unlock blur

₹8 L/yr - ₹26.4 L/yr

Explore more salaries
Compare TELUS Digital with

Concentrix Corporation

3.8
Compare

Foundever

3.6
Compare

Wipro

3.7
Compare

Genpact

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview