Upload Button Icon Add office photos

TELUS Digital

Compare button icon Compare button icon Compare

Filter interviews by

TELUS Digital Interview Questions and Answers

Updated 3 Jul 2025
Popular Designations

53 Interview questions

A Senior Devops Engineer was asked 5mo ago
Q. Explain how to use loops in Terraform.
Ans. 

Loop in Terraform allows for iterating over a list of resources or configurations.

  • In Terraform, loops can be achieved using the `count` parameter within a resource block.

  • The `count` parameter takes an integer value to determine how many instances of the resource should be created.

  • Example: `resource "aws_instance" "example" { count = 3 ... }` will create 3 instances of AWS EC2 instances.

View all Senior Devops Engineer interview questions
A Senior Software Test Engineer was asked 5mo ago
Q. What are the steps to debug errors in APIs and microservices?
Ans. 

Steps to debug errors in APIs and microservices

  • Identify the source of the error by checking logs and monitoring tools

  • Reproduce the error by sending the same request that caused it

  • Use debugging tools like Postman, cURL, or browser developer tools to inspect requests and responses

  • Check the code for any logical errors or misconfigurations

  • Collaborate with developers to understand the code flow and potential issues

  • Writ...

View all Senior Software Test Engineer interview questions
A Senior Software Test Engineer was asked 5mo ago
Q. What is the process for conducting data-driven testing using SoapUI?
Ans. 

Data-driven testing in SoapUI involves creating data sources, defining test cases, and executing tests with different data sets.

  • Create a data source containing test data (e.g. Excel file, database query)

  • Define test cases in SoapUI and link them to the data source

  • Execute tests with different data sets to validate functionality

  • View test results and analyze any failures for each data set

View all Senior Software Test Engineer interview questions
A Senior Research Associate was asked 8mo ago
Q. What is React Fiber?
Ans. 

React Fiber is a new core algorithm for React 16 that enables incremental rendering and better performance.

  • React Fiber is a complete rewrite of the React core algorithm.

  • It allows React to split rendering work into chunks and prioritize updates.

  • This enables better performance and responsiveness in complex UIs.

  • React Fiber was introduced in React 16.

  • It helps in creating smoother animations and transitions.

View all Senior Research Associate interview questions
A Content Moderator was asked 10mo ago
Q. What is content moderation?
Ans. 

Content moderation is the process of monitoring and reviewing user-generated content to ensure it meets the guidelines and standards set by the platform.

  • Monitoring user-generated content for inappropriate or harmful material

  • Removing or flagging content that violates community guidelines

  • Ensuring a safe and respectful online environment for users

  • Examples: Removing hate speech, graphic violence, nudity, or spam

View all Content Moderator interview questions
A Service Delivery Project Manager was asked 10mo ago
Q. Describe your approach to conflict management.
Ans. 

Effective conflict management involves understanding, communication, and resolution strategies to maintain team harmony.

  • Identify the root cause of the conflict by encouraging open dialogue among team members.

  • Use active listening to ensure all parties feel heard and understood, which can help de-escalate tensions.

  • Facilitate a collaborative problem-solving session where team members can propose solutions together.

  • Se...

View all Service Delivery Project Manager interview questions
A Senior Information Technology Consultant was asked 11mo ago
Q. What is Terraform?
Ans. 

Terraform is an open-source infrastructure as code software tool created by HashiCorp.

  • Used for building, changing, and versioning infrastructure safely and efficiently.

  • Supports multiple cloud providers such as AWS, Azure, Google Cloud, etc.

  • Allows defining infrastructure in configuration files using a declarative language.

View all Senior Information Technology Consultant interview questions
Are these interview questions helpful?
A Quality Assurance Analyst was asked 12mo ago
Q. What is the bug life cycle?
Ans. 

Bug life cycle is the process of identifying, reporting, fixing, retesting, and closing bugs in software development.

  • Bug is identified by QA analyst during testing.

  • Bug is reported to development team.

  • Development team fixes the bug.

  • QA analyst retests the bug to verify if it is fixed.

  • If bug is fixed, it is closed. If not, it goes back to development team.

  • Examples: Bugzilla, JIRA, Trello

View all Quality Assurance Analyst interview questions
A Quality Assurance Analyst was asked 12mo ago
Q. What is quality, and who decides the quality, the client or the product side?
Ans. 

Quality is determined by both the client and the product side, as it involves meeting the requirements and expectations of the client while also ensuring the product meets industry standards.

  • Quality is a subjective measure that can vary depending on the perspective of the client and the product side.

  • Clients typically determine quality based on their specific requirements, expectations, and satisfaction with the pr...

View all Quality Assurance Analyst interview questions
A Software Development Engineer 3 was asked 12mo ago
Q. Design a High-Level Design for Instagram, focusing on a subset of its features.
Ans. 

Design a high level design for a subset of Instagram features.

  • User authentication and profile creation

  • Photo and video uploading with filters

  • News feed displaying posts from followed users

  • Like, comment, and share functionality

  • Direct messaging between users

View all Software Development Engineer 3 interview questions

TELUS Digital Interview Experiences

115 interviews found

Interview Questions & Answers

user image Anonymous

posted on 11 Mar 2025

Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Feb 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to Database, ITIL, Java, SQL, AWS cloud etc.
  • Q2. Program in Java, query in SQL
Round 2 - Client Interview 

(1 Question)

  • Q1. In Depth Questions were asked in Database, Java, Cloud AWS, troubleshooting.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not set any expectations; even if your interview seems to have gone well, there remains a possibility of disqualification. I delivered my best performance during the interview and felt confident about the outcome. However, I was taken aback upon learning that my result was "Not Satisfactory." The client is a leading brand in the USA, and there were six members on the panel who asked questions aligned with their areas of expertise. The interview lasted for one and a half hours.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Explain pipeline you working on your last project
  • Ans. 

    Implemented a CI/CD pipeline using Jenkins and Docker for automated testing and deployment

    • Utilized Jenkins for continuous integration

    • Used Docker for containerization of applications

    • Implemented automated testing scripts using tools like Selenium

    • Configured deployment pipelines for different environments

  • Answered by AI
  • Q2. Explain loop in terraform
  • Ans. 

    Loop in Terraform allows for iterating over a list of resources or configurations.

    • In Terraform, loops can be achieved using the `count` parameter within a resource block.

    • The `count` parameter takes an integer value to determine how many instances of the resource should be created.

    • Example: `resource "aws_instance" "example" { count = 3 ... }` will create 3 instances of AWS EC2 instances.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to go with all Devops tools
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?
  • Ans. 

    Data-driven testing in SoapUI involves creating data sources, defining test cases, and executing tests with different data sets.

    • Create a data source containing test data (e.g. Excel file, database query)

    • Define test cases in SoapUI and link them to the data source

    • Execute tests with different data sets to validate functionality

    • View test results and analyze any failures for each data set

  • Answered by AI
  • Q2. What are the steps to debug errors in APIs and microservices?
  • Ans. 

    Steps to debug errors in APIs and microservices

    • Identify the source of the error by checking logs and monitoring tools

    • Reproduce the error by sending the same request that caused it

    • Use debugging tools like Postman, cURL, or browser developer tools to inspect requests and responses

    • Check the code for any logical errors or misconfigurations

    • Collaborate with developers to understand the code flow and potential issues

    • Write uni...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Can you describe your past company experience?
  • Ans. 

    I have worked at a software company for the past 5 years, specializing in test automation and quality assurance.

    • Led a team of testers in developing automated test scripts using Selenium

    • Implemented quality assurance processes to improve software reliability

    • Collaborated with developers to identify and fix bugs in the code

    • Performed regression testing on new software releases

    • Conducted performance testing to optimize softwa...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. DSA Question related max,min subarray sum.
  • Q2. Tell me about challenging problem solved in frontend
  • Ans. 

    I tackled a complex issue with performance optimization in a large-scale React application, enhancing user experience significantly.

    • Identified performance bottlenecks using React Profiler and Chrome DevTools.

    • Implemented code-splitting with React.lazy and Suspense to reduce initial load time.

    • Optimized component re-renders by using React.memo and useCallback hooks.

    • Reduced bundle size by analyzing dependencies and removin...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Good work and happy ness
  • Q2. Metirial ప్రొవైడ్

Interview Preparation Tips

Interview preparation tips for other job seekers - సాలరీ brnifets and easy work and appy ness

Assistant Manager Interview Questions & Answers

user image Kanchana Jaddidi

posted on 22 Jun 2025

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

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Can you tell me about yourself?
  • Q2. What is your motivation for wanting to join this organization?
  • Ans. 

    I am motivated to join this organization due to its commitment to innovation, growth opportunities, and alignment with my values.

    • The organization's reputation for innovation aligns with my passion for creative problem-solving.

    • I admire the company's commitment to employee development, as seen in its mentorship programs.

    • The values of teamwork and collaboration resonate with my belief in collective success.

    • I am excited ab...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Asked questions on html
  • Q2. Question on Css and javascript
Round 2 - Technical 

(1 Question)

  • Q1. Question on react
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Total Hours: 90 minutes
(Hackerank)
1. Sort an array of 0s 1s and 2s
2. Given an array of numbers, remove 25% from each element except the minimum element, add sum of all the values subtracted to the minimum element.

Round 2 - Technical 

(1 Question)

  • Q1. Design High Level Design for Instagram. (Subset of instagram features is in scope)
  • Ans. 

    Design a high level design for a subset of Instagram features.

    • User authentication and profile creation

    • Photo and video uploading with filters

    • News feed displaying posts from followed users

    • Like, comment, and share functionality

    • Direct messaging between users

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion regarding projects.
  • Q2. Cultural fitment related questions.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Normal conversation about my last company experience
  • Q2. Comfortable in night shift & expectation from this company regarding salary hike and deductions.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduction- Tell me about your self
  • Q2. Process Knowledge of Health & Welfare

Interview Preparation Tips

Interview preparation tips for other job seekers - I recommend to apply the job for this company, it's a good company for learning purpose in H&W and Defined Benefits domain.

Senior Associate Interview Questions & Answers

user image Pappan Kumar Tiwari

posted on 5 Mar 2025

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Aptitude Test 

Grammatical errors test

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing good there. Worst company ever

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about TELUS Digital?
Ask anonymously on communities.

TELUS Digital Interview FAQs

How many rounds are there in TELUS Digital interview?
TELUS Digital interview process usually has 2-3 rounds. The most common rounds in the TELUS Digital interview process are Technical, One-on-one Round and HR.
How to prepare for TELUS Digital 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 Communication Skills, Internet Research, Python, Quality Assurance and Digital Marketing.
What are the top questions asked in TELUS Digital interview?

Some of the top questions asked at the TELUS Digital interview -

  1. What is the process of troubleshooting and what parameters to be keep in mind w...read more
  2. how to change gmail password what is web browser how to add account in gm...read more
  3. What are the steps to debug errors in APIs and microservic...read more
What are the most common questions asked in TELUS Digital HR round?

The most common HR questions asked in TELUS Digital interview are -

  1. What are your salary expectatio...read more
  2. What is your family backgrou...read more
  3. Tell me about yourse...read more
How long is the TELUS Digital interview process?

The duration of TELUS Digital interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.2/5

based on 112 interview experiences

Difficulty level

Easy 21%
Moderate 68%
Hard 11%

Duration

Less than 2 weeks 85%
2-4 weeks 12%
4-6 weeks 2%
6-8 weeks 2%
View more

Interview Questions from Similar Companies

Teleperformance Interview Questions
3.9
 • 2k Interviews
WNS Interview Questions
3.3
 • 1.1k Interviews
Infosys BPM Interview Questions
3.6
 • 1k Interviews
iEnergizer Interview Questions
4.7
 • 784 Interviews
Omega Healthcare Interview Questions
3.7
 • 477 Interviews
Quess Interview Questions
3.8
 • 466 Interviews
R1 RCM Interview Questions
3.8
 • 318 Interviews
HGS Interview Questions
3.8
 • 254 Interviews
View all

TELUS Digital Reviews and Ratings

based on 1.5k reviews

3.6/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

3.5

Salary

3.3

Job security

3.6

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 1.5k Reviews and Ratings
Customer Support Voice + Upselling || TELUS Digital

Noida,

New Delhi

+1

1-3 Yrs

₹ 3.5-4.5 LPA

Customer Support Representative

Noida

1-2 Yrs

₹ 3-3.2 LPA

Explore more jobs
Module Lead
467 salaries
unlock blur

₹8 L/yr - ₹30.8 L/yr

Senior Software Engineer
253 salaries
unlock blur

₹14.1 L/yr - ₹25.9 L/yr

Senior Application Developer
244 salaries
unlock blur

₹14.8 L/yr - ₹26.4 L/yr

Team Lead
239 salaries
unlock blur

₹7.5 L/yr - ₹20 L/yr

Softwaretest Engineer
223 salaries
unlock blur

₹3.8 L/yr - ₹14 L/yr

Explore more salaries
Compare TELUS Digital with

Teleperformance

3.9
Compare

iEnergizer

4.7
Compare

WNS

3.3
Compare

Infosys BPM

3.6
Compare
write
Share an Interview