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 2 Aug 2025
Popular Designations

54 Interview questions

A Fraud Analyst was asked 3w ago
Q. What is fraud?
Ans. 

Fraud is a deliberate deception to secure unfair or unlawful gain, often involving financial loss to another party.

  • Fraud can occur in various forms, such as identity theft, where someone uses another person's personal information for financial gain.

  • Insurance fraud involves submitting false claims to receive undeserved payouts, like faking an accident.

  • Credit card fraud occurs when someone uses another person's cred...

View all Fraud Analyst interview questions
A Software Development Engineer II was asked 1mo ago
Q. Tell me about a challenging problem you solved in the 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 re...

View all Software Development Engineer II interview questions
A Css Executive was asked 1mo ago
Q. How should a salesperson handle a situation when a customer refuses to purchase a cellphone?
Ans. 

A salesperson should empathize, understand objections, and provide tailored solutions to address customer concerns about purchasing a cellphone.

  • Listen actively to the customer's reasons for refusal, e.g., 'I understand that you're concerned about the price.'

  • Ask open-ended questions to uncover specific objections, such as 'What features are most important to you in a cellphone?'

  • Provide relevant information or alter...

View all Css Executive interview questions
A Css Executive was asked 1mo ago
Q. Sell me a cell phone.
Ans. 

Discover the perfect cell phone that combines cutting-edge technology, sleek design, and unbeatable performance for your daily needs.

  • Latest Technology: Experience the power of 5G connectivity for lightning-fast internet speeds.

  • Camera Quality: Capture stunning photos with a 108MP camera, perfect for photography enthusiasts.

  • Battery Life: Enjoy all-day battery life with a 5000mAh battery, ensuring you stay connected ...

View all Css Executive interview questions

What people are saying about TELUS Digital

View All
exposing
1w
ex -
Teleperformance
“Stop Wasting Candidates’ Time – A Message to Telus & Binary Semantics”
Companies like Telus International and Binary Semantics love wasting candidates’ time. They’ll schedule interviews, ask you to jump through multiple hoops, smile through the fake politeness — and then ghost you like you never existed. No rejection. No closure. No update. Just vanished. This isn’t just unprofessional — it’s downright disrespectful. If you can’t even handle basic communication after calling someone for an interview, maybe don’t pretend you’re running a “global organization.” Stop acting like you’re doing candidates a favour — it’s 2025, and we see right through these shady hiring games. You want respect? Start by giving it. 👎
Got a question about TELUS Digital?
Ask anonymously on communities.
A Senior Team Leader was asked 2mo ago
Q. What is the most effective approach to motivating a bottom quartile team member?
Ans. 

Motivating a bottom quartile team member requires understanding, tailored support, and fostering a growth mindset.

  • Conduct a one-on-one meeting to understand their challenges and aspirations.

  • Set clear, achievable goals that align with their strengths and interests.

  • Provide regular feedback and recognition for small wins to build confidence.

  • Encourage skill development through training or mentorship opportunities.

  • Fost...

View all Senior Team Leader interview questions
A Senior Software Engineer was asked 3mo ago
Q. What is the architecture of Kubernetes and how does it work?
Ans. 

Kubernetes is an open-source container orchestration platform that automates deployment, scaling, and management of applications.

  • Master-Slave Architecture: Kubernetes has a master node that manages the cluster and worker nodes that run the applications.

  • Pods: The smallest deployable units in Kubernetes, which can contain one or more containers, allowing for efficient resource sharing.

  • Services: Kubernetes abstracts ...

View all Senior Software Engineer interview questions

TELUS Digital HR Interview Questions

27 questions and answers

Q. Tell me about your experience.
Q. How would your actions promote diversity?
Q. How would you investigate a person without knowing their name?
A Senior Software Engineer was asked 3mo ago
Q. What are interceptors in Spring Boot?
Ans. 

Interceptors in Spring Boot are components that allow pre- and post-processing of requests and responses in the application.

  • Pre-processing: Interceptors can modify requests before they reach the controller, allowing for tasks like authentication or logging.

  • Post-processing: After the controller processes a request, interceptors can modify the response before it is sent to the client.

  • Handler Interceptor: Implement t...

View all Senior Software Engineer interview questions
Are these interview questions helpful?
A Wfm Real Time Analyst was asked 3mo ago
Q. What do you understand about occupancy?
Ans. 

Occupancy measures the percentage of time agents are actively engaged with customers versus their total available time.

  • Occupancy is calculated as (Total Handling Time / Total Available Time) x 100%.

  • High occupancy rates (e.g., above 85%) can indicate overworked agents, leading to burnout.

  • Low occupancy rates (e.g., below 70%) may suggest underutilization of resources.

  • For example, if an agent is available for 8 hours...

View all Wfm Real Time Analyst interview questions
A Wfm Real Time Analyst was asked 3mo ago
Q. What is Service Level? Define it with an example.
Ans. 

Service Level is a performance metric that measures the percentage of calls answered within a specified time frame in customer service.

  • Definition: Service Level is typically defined as the percentage of incoming calls answered within a predetermined time, such as 80% of calls answered within 20 seconds.

  • Example: If a call center receives 100 calls in an hour and answers 80 of them within 20 seconds, the service lev...

View all Wfm Real Time Analyst interview questions
A Customer Service Associate was asked 4mo ago
Q. How do you handle interactions with an angry customer?
Ans. 

I remain calm, listen actively, and empathize with the customer to resolve their issues effectively.

  • Stay calm and composed: For example, if a customer is yelling, I take a deep breath and maintain a steady tone.

  • Listen actively: I let the customer express their frustrations without interrupting, showing that I value their concerns.

  • Empathize: I acknowledge their feelings by saying, 'I understand why you're upset; th...

View all Customer Service Associate interview questions

TELUS Digital Interview Experiences

120 interviews found

Technical Lead Interview Questions & Answers

user image Adarsh Singh

posted on 2 Oct 2023

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Normal js questions
  • Q2. React - create a to do list
  • Q3. What you know about typescript
  • Ans. 

    TypeScript is a superset of JavaScript that adds static typing and other features to help developers write more robust code.

    • TypeScript is a statically typed language that compiles to plain JavaScript

    • It supports modern JavaScript features like classes, interfaces, and modules

    • TypeScript helps catch errors at compile time, making code more reliable and maintainable

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

(2 Questions)

  • Q1. Normal js questions
  • Q2. Write a map function.
  • Ans. 

    A map function applies a given function to each element of an array and returns a new array with the results.

    • Use the map function to iterate over each element of the array

    • Pass a callback function as an argument to the map function

    • The callback function should take the current element as input and return the transformed element

    • Example: const arr = ['apple', 'banana', 'cherry']; const newArr = arr.map(item => item.toUpper...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple interview

Skills evaluated in this interview

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.

Team Lead Interview Questions & Answers

user image Anonymous

posted on 2 Aug 2025

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

I appeared for an interview before Aug 2024, where I was asked the following questions.

  • Q1. How will you handle outliers in your team?
  • Q2. What one change will you bring in your team?
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

Analyst Interview Questions & Answers

user image Pallavi Soni

posted on 28 Jul 2025

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

  • Q1. Annotation related questions
  • Q2. Ask about your experience
  • Ans. 

    I have extensive experience in data analysis, project management, and strategic planning across various industries.

    • Worked as a data analyst at XYZ Corp, where I improved reporting efficiency by 30%.

    • Conducted market research for ABC Ltd, leading to a successful product launch.

    • Utilized SQL and Python for data manipulation and visualization, enhancing decision-making processes.

    • Collaborated with cross-functional teams to i...

  • Answered by AI
  • Q3. Tell me about your self
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)
Round 3 - Technical 

(2 Questions)

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

Skills evaluated in this interview

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, Machine Learning, Quality Assurance, Excel and Data Analysis.
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 118 interview experiences

Difficulty level

Easy 22%
Moderate 68%
Hard 10%

Duration

Less than 2 weeks 83%
2-4 weeks 14%
4-6 weeks 2%
6-8 weeks 2%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.5
 • 11.2k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 8k Interviews
Wipro Interview Questions
3.7
 • 6.2k Interviews
Cognizant Interview Questions
3.7
 • 6k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.2k Interviews
HCLTech Interview Questions
3.5
 • 4.2k Interviews
Genpact Interview Questions
3.7
 • 3.5k Interviews
IBM Interview Questions
3.9
 • 2.5k 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
Module Lead
460 salaries
unlock blur

₹14.9 L/yr - ₹27.2 L/yr

Senior Software Engineer
251 salaries
unlock blur

₹14.2 L/yr - ₹24.1 L/yr

Team Lead
239 salaries
unlock blur

₹9.2 L/yr - ₹20.7 L/yr

Senior Application Developer
236 salaries
unlock blur

₹14.3 L/yr - ₹25 L/yr

Senior Analyst
225 salaries
unlock blur

₹2.5 L/yr - ₹4.8 L/yr

Explore more salaries
Compare TELUS Digital with

TCS

3.5
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview