Upload Button Icon Add office photos

Filter interviews by

TELUS Digital Technical Lead Interview Questions and Answers

Updated 2 Oct 2023

TELUS Digital Technical Lead Interview Experiences

1 interview 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
  • Ans. 

    Create a to do list using React

    • Create a new React project using create-react-app

    • Create a component for the to do list

    • Use state to manage the list of tasks

    • Allow users to add new tasks and mark tasks as completed

    • Style the to do list using CSS or a UI library like Material-UI

  • Answered by AI
  • 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 from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Program for duplicate removal and sorting

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical in detail

Interview Preparation Tips

Interview preparation tips for other job seekers - I had the opportunity to interview with Wipro over a period of two months, and unfortunately, it was one of the most frustrating interview experiences I’ve had. Here’s a breakdown of what happened.

First Round – Virtual Interview:
The first round was a virtual interview that lasted around 30 minutes. It was smooth and professional, covering the usual technical and behavioral questions.

Second Round – Face-to-Face Interview:
After successfully passing the first round, I was invited for a second and final face-to-face interview. This round lasted over an hour and covered more in-depth technical topics. I left the interview feeling positive and optimistic about the outcome.

Post-Interview Communication:
A few days later, the HR contacted me to request documents and initiated salary discussions, giving me the impression that things were progressing well. However, this is where the problems began.

Months of Silence and Miscommunication:
After these initial discussions, there was complete silence from their side for nearly two months. No updates, no follow-ups—just radio silence. I reached out multiple times, only to be ignored.

L2 Interview Round – Unexpected and Unprofessional:
Out of the blue, I received a call from HR stating that I needed to go through another "L2" technical round, despite having completed the final round weeks earlier. This round felt redundant, and I was ultimately rejected.

Unprofessional HR Behavior:
Throughout this process, the communication from HR was inconsistent, rude, and highly unprofessional. Their lack of transparency, coupled with the abrupt rejection after months of waiting, made the experience even worse.

I would advise anyone considering interviewing with Wipro to think twice before investing their time. The process was disorganized, communication was poor, and the behavior from the HR team was far from professional. Your time and efforts could be better spent elsewhere.

Technical Lead Interview Questions & Answers

HCLTech user image Chandan Kumar Sahoo

posted on 21 Sep 2024

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

(2 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q2. What is method overriding
  • Ans. 

    Method overriding is a feature in object-oriented programming where a subclass provides a specific implementation of a method that is already provided by its parent class.

    • Occurs in inheritance when a subclass provides a specific implementation of a method that is already provided by its parent class

    • The method in the subclass must have the same name, return type, and parameters as the method in the parent class

    • Allows fo...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is interceptor
  • Ans. 

    An interceptor is a design pattern commonly used in software development to capture and manipulate incoming and outgoing requests.

    • Interceptors can be used for logging, authentication, authorization, error handling, and more

    • In Angular, interceptors can be used to modify HTTP requests before they are sent to the server

    • In Spring framework, interceptors can be used to intercept client requests and server responses

  • Answered by AI
  • Q2. What is filter in spring
  • Ans. 

    A filter in Spring is a component that intercepts incoming requests and outgoing responses, allowing for pre-processing and post-processing.

    • Filters are used for tasks such as logging, authentication, authorization, and more

    • Filters can be configured in the Spring application context

    • Examples of filters in Spring include CharacterEncodingFilter, HiddenHttpMethodFilter, and CorsFilter

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. What is your contribution
  • Ans. 

    My contribution as a Technical Lead includes leading a team, providing technical guidance, resolving technical issues, and ensuring project success.

    • Leading a team to achieve project goals

    • Providing technical guidance and mentorship to team members

    • Resolving technical issues and challenges

    • Ensuring project success through effective planning and execution

  • Answered by AI
  • Q2. What have you done in your project
  • Ans. 

    I have led a team in developing a new feature for our product, involving designing, coding, testing, and deployment.

    • Led a team in developing a new feature

    • Designed the architecture for the feature

    • Coded the functionality using Java and Spring Boot

    • Tested the feature using JUnit and Mockito

    • Deployed the feature to production environment

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. How soon can you join
  • Ans. 

    I can join within 2 weeks.

    • I can start within 2 weeks of receiving an offer.

    • I need to give notice to my current employer.

    • I may need time to relocate if necessary.

  • Answered by AI
  • Q2. How was your last interview
  • Ans. 

    My last interview went well, I was able to showcase my technical skills and experience effectively.

    • Prepared thoroughly by reviewing common technical interview questions

    • Highlighted my experience leading technical teams and projects

    • Demonstrated problem-solving skills with real-life examples

    • Received positive feedback on my communication and teamwork abilities

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

(2 Questions)

  • Q1. Offer letter related
  • Q2. Relocation related
Round 6 - One-on-one 

(2 Questions)

  • Q1. Ticket booking and travel date related
  • Q2. Confirmation on travel
Round 7 - HR 

(2 Questions)

  • Q1. Are you ready to travel?
  • Ans. 

    Yes, I am ready to travel for work as needed.

    • I am willing to travel for client meetings, conferences, and team collaborations.

    • I have previous experience traveling for work in my current or past roles.

    • I understand the importance of face-to-face interactions in a technical lead role.

  • Answered by AI
  • Q2. Have you talked to your reporting manager
  • Ans. 

    Yes, I regularly communicate with my reporting manager to provide updates and discuss any issues or concerns.

    • Regularly scheduled check-ins with reporting manager

    • Provide updates on project progress

    • Discuss any issues or concerns

    • Seek guidance and feedback from reporting manager

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

Technical Lead Interview Questions & Answers

Cognizant user image Ravi Kumar Gundamala

posted on 16 Oct 2024

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

(2 Questions)

  • Q1. All AWS related questions
  • Q2. Automation questions specific cloud automation using Python
Round 2 - Behavioral 

(2 Questions)

  • Q1. Overall infrastructure handling & Trouble shooting
  • Q2. How you perform as Individual contributor/ get team lead opportunity how you handle it
  • Ans. 

    I excel as an individual contributor and transition smoothly into a team lead role by leveraging my technical expertise and leadership skills.

    • Demonstrate strong technical skills and consistently deliver high-quality work as an individual contributor.

    • Proactively seek opportunities to mentor and guide team members, showcasing leadership potential.

    • Communicate effectively with team members, fostering collaboration and driv...

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

I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself and your project
  • Ans. 

    I am a seasoned Technical Lead with experience in leading projects from conception to completion.

    • Led a team of developers in the development of a new e-commerce platform

    • Implemented agile methodologies to improve project efficiency

    • Collaborated with stakeholders to gather requirements and ensure project alignment

  • Answered by AI
  • Q2. Some Logics , Java and microservices scenario based questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Managerial Round - Roles and Responsibility questions
  • Q2. Scenario based question on our skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions related to microservices
  • Q2. How Springboot works internally
  • Ans. 

    Springboot is a framework that simplifies the development of Java applications by providing a set of tools and conventions.

    • Springboot uses embedded servers like Tomcat or Jetty to run applications.

    • It auto-configures many components based on dependencies added to the project.

    • It uses annotations like @SpringBootApplication to define the main class of the application.

    • Springboot uses Spring Framework's Inversion of Control...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to Kafka
  • Q2. SAGA Design pattern and how you can implement it
  • Ans. 

    SAGA design pattern is used for managing long-lived transactions in distributed systems.

    • SAGA pattern breaks down a long transaction into a series of smaller, more manageable steps.

    • Each step in the SAGA pattern is a separate transaction that can be rolled back if needed.

    • SAGA pattern ensures that the overall transaction is eventually consistent.

    • Examples of SAGA pattern implementation include using compensating transactio

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about your overall experience
  • Ans. 

    I have over 10 years of experience in software development, with a focus on leading teams and delivering high-quality products.

    • Led multiple cross-functional teams in developing and launching successful products

    • Extensive experience in full stack development, including front-end and back-end technologies

    • Strong background in Agile methodologies and project management

    • Collaborated with stakeholders to define project require

  • Answered by AI
  • Q2. Explain Projects you have worked on
  • Ans. 

    I have worked on various projects including a mobile app for tracking fitness goals and a web application for managing inventory.

    • Developed a mobile app using React Native to track fitness goals and provide workout plans

    • Built a web application using Angular for managing inventory and tracking sales

    • Implemented RESTful APIs for communication between front-end and back-end systems

  • Answered by AI
  • Q3. Situation based questions, how to handle conflict in the team

Interview Preparation Tips

Topics to prepare for Accenture Technical Lead interview:
  • Agile Methodology
  • Scrum
  • Project Management
Interview preparation tips for other job seekers - Be confident and clear in whatever you speak
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Difference between sql and nosql
  • Ans. 

    SQL is a relational database management system, while NoSQL is a non-relational database management system.

    • SQL databases are table-based and have a predefined schema, while NoSQL databases are document-based, key-value pairs, graph databases, or wide-column stores.

    • SQL databases are good for complex queries and transactions, while NoSQL databases are better for hierarchical data storage and real-time web applications.

    • Ex...

  • Answered by AI
  • Q2. Datavase design and normalisation

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions from PLSQL on Self Join
  • Q2. ER Diagram related questions
Round 2 - Client Interview 

(4 Questions)

  • Q1. Questions from PLSQL
  • Q2. ER Diagram related questions
  • Q3. OOP concept related questions
  • Q4. Coding to draw a given pattern

Interview Preparation Tips

Topics to prepare for Tech Mahindra Technical Lead interview:
  • OOPS
  • PLSQL
  • SqlQuery
  • Coding
Interview preparation tips for other job seekers - Know the basics very well related to Oops, PLSQL and ready ro write coding as per the requirement.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(6 Questions)

  • Q1. Expalin about Dependency Injection Princple
  • Ans. 

    Dependency Injection is a design pattern where components are given their dependencies rather than creating them internally.

    • Allows for easier testing by mocking dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Example: Constructor injection, Setter injection, Interface injection

  • Answered by AI
  • Q2. Types of LifeTime Scopes of Depedendy Injection Principle and UseCases
  • Ans. 

    There are three types of LifeTime Scopes in Dependency Injection: Transient, Scoped, and Singleton.

    • Transient: Objects are created each time they are requested.

    • Scoped: Objects are created once per request.

    • Singleton: Objects are created only once and shared across the application.

  • Answered by AI
  • Q3. If you have a complex Stored Procedures which are required to be called for certain Validation Which one you chose, ADo.net or Entity Framework Core
  • Q4. Share the screen and show how to implement DIP in .net core
  • Ans. 

    Implementing DIP in .NET Core

    • Create an interface for the dependency

    • Implement the interface in a separate class

    • Inject the dependency into the consuming class

    • Use dependency injection container to resolve dependencies

  • Answered by AI
  • Q5. Explain about CTE
  • Ans. 

    CTE stands for Common Table Expressions, a temporary result set that can be referenced within a SELECT, INSERT, UPDATE, or DELETE statement.

    • CTEs are defined using the WITH keyword in SQL.

    • They can improve readability and maintainability of complex queries.

    • CTEs can be recursive, allowing for hierarchical data querying.

    • Example: WITH cte AS (SELECT * FROM table_name) SELECT * FROM cte;

    • Example: WITH RECURSIVE cte AS (SELECT...

  • Answered by AI
  • Q6. Difference between ABstact Classes and Interface
  • Ans. 

    Abstract classes can have both abstract and non-abstract methods, while interfaces can only have abstract methods.

    • Abstract classes can have constructors, fields, and methods, while interfaces cannot.

    • A class can only extend one abstract class, but it can implement multiple interfaces.

    • Abstract classes are used to define a common behavior for subclasses, while interfaces are used to define a contract for classes to implem...

  • Answered by AI

Skills evaluated in this interview

TELUS Digital Interview FAQs

How many rounds are there in TELUS Digital Technical Lead interview?
TELUS Digital interview process usually has 3 rounds. The most common rounds in the TELUS Digital interview process are One-on-one Round and Resume Shortlist.
How to prepare for TELUS Digital Technical Lead 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 AWS, Engineering, Engineering Management, Product Development and Product Engineering.
What are the top questions asked in TELUS Digital Technical Lead interview?

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

  1. What you know about typescr...read more
  2. React - create a to do l...read more
  3. Write a map functi...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 TELUS Digital interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
TELUS Digital Technical Lead Salary
based on 119 salaries
₹11.9 L/yr - ₹35 L/yr
31% more than the average Technical Lead Salary in India
View more details

TELUS Digital Technical Lead Reviews and Ratings

based on 6 reviews

3.8/5

Rating in categories

2.4

Skill development

4.6

Work-Life balance

4.1

Salary & Benefits

4.0

Job Security

2.9

Company culture

2.7

Promotions/Appraisal

3.2

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