Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

TELUS Digital

Compare button icon Compare button icon Compare
3.7

based on 1.4k Reviews

Play video Play video Video summary
  • About
  • Reviews
    1.4k
  • Salaries
    8.3k
  • Interviews
    109
  • Jobs
    39
  • Benefits
    51
  • Photos
    -

Filter interviews by

TELUS Digital Interview Questions and Answers

Updated 16 May 2025
Popular Designations

28 Interview questions

A Senior Software Engineer was asked 2w 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
A Senior Software Engineer was asked 2w 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
A Wfm Real Time Analyst was asked 4w 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 Wfm Real Time Analyst was asked 4w 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

What people are saying about TELUS Digital

View All
a software quality assurance team lead
1w
I have 3 month Np- they want 7 days😖
How to get calls and interviews with 3 months. HR always drop the call if I tell them that my official notice period is 3 months. they literally say we are looking someone who can join in 1 week. 🥸
Got a question about TELUS Digital?
Ask anonymously on communities.
A Customer Service Associate was asked 1mo 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
A Senior Software Test Engineer was asked 4mo 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 4mo 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
Are these interview questions helpful?
A Content Moderator was asked 9mo 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 Senior Information Technology Consultant was asked 9mo 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
A Quality Assurance Analyst was asked 10mo 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
1 2 3

TELUS Digital Interview Experiences

109 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.
  • Add your answer
  • Q2. Program in Java, query in SQL
  • Add your answer
Round 2 - Client Interview 

(1 Question)

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

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.
Anonymous

Senior Devops Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Jan 2025

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
    Add your answer
  • 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
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to go with all Devops tools

Senior Devops Engineer Interview Questions asked at other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
View answer (3)
Anonymous

Senior Software Test Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Jan 2025

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
    Add your answer
  • 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
    Add your answer
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
    Add your answer

Senior Software Test Engineer Interview Questions asked at other Companies

Q1. What is retest and regression testing ?, Difference between authentication and authorization, Black box testing, functionality testing, UAT, STLC, Bug life cycle, Bug tracking tool, traffic light scenario,
View answer (1)
Anonymous

React Js Frontend Developer Interview Questions & Answers

user image Anonymous

posted on 12 Aug 2024

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
  • Add your answer
  • Q2. Question on Css and javascript
  • Add your answer
Round 2 - Technical 

(1 Question)

  • Q1. Question on react
  • Add your answer

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)
Anonymous

Software Development Engineer 3 Interview Questions & Answers

user image Anonymous

posted on 30 Jun 2024

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
    Add your answer
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion regarding projects.
  • Add your answer
  • Q2. Cultural fitment related questions.
  • Add your answer

Skills evaluated in this interview

Software Development Engineer 3 Interview Questions asked at other Companies

Q1. What are triggers , where can they be used ? What is a mutating trigger problem , how can it be solved?
View answer (1)
Anonymous

Process Champion Interview Questions & Answers

user image Anonymous

posted on 25 Jun 2024

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

(2 Questions)

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

(2 Questions)

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

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.

Process Champion Interview Questions asked at other Companies

Q1. What is an alternative to VLOOKUP?
View answer (1)
Anonymous

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

Senior Associate Interview Questions asked at other Companies

Q1. On average, how many invoices can you process in a day?
View answer (11)
Anonymous

Production Support Analyst Interview Questions & Answers

user image Anonymous

posted on 24 May 2024

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

(2 Questions)

  • Q1. What do you see on the tree and explain it
  • Ans. 

    I see a tree with green leaves, brown trunk, and branches extending outward.

    • Green leaves

    • Brown trunk

    • Branches extending outward

  • Answered by AI
    Add your answer
  • Q2. More on situational
  • Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. What is ur strength
  • Ans. 

    My strength lies in my ability to troubleshoot complex technical issues efficiently and effectively.

    • Strong problem-solving skills

    • Excellent communication skills to work with cross-functional teams

    • Ability to prioritize and manage multiple tasks simultaneously

    • Experience in analyzing logs and identifying root causes

  • Answered by AI
    Add your answer
  • Q2. What is your weakness
  • Add your answer
Round 3 - Aptitude Test 

Lots of mock call and situational questions

Interview Preparation Tips

Interview preparation tips for other job seekers - its okay for beginners

Production Support Analyst Interview Questions asked at other Companies

Q1. Write a query to find the last string from the emp table.
View answer (1)
Anonymous

Interview Questions & Answers

user image Anonymous

posted on 6 Dec 2024

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

I applied via Company Website and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and experienced Operations CSR lll with a strong background in customer service and problem-solving.

    • I have over 5 years of experience in customer service roles, including handling escalated customer issues and providing solutions.

    • I am skilled in managing multiple tasks simultaneously and prioritizing effectively to meet deadlines.

    • I have a proven track record of improving customer satisfaction ratings a...

  • Answered by AI
    Add your answer
Round 2 - Assignment 

Email writing, typing speed test, basic english grammar test

Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion on job role and pervious experience
  • Add your answer
Anonymous

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 15 Jan 2025

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

SAS basic Programming questions

Round 2 - Technical 

(1 Question)

  • Q1. What questions can arise based on the projects mentioned in your resume?
  • Ans. 

    Questions can arise about data sources, methodologies, insights gained, and impact of projects mentioned in resume.

    • Data sources used in the projects

    • Methodologies employed for data analysis

    • Insights gained from the analysis

    • Impact of the projects on decision-making or outcomes

  • Answered by AI
    Add your answer

Data Analyst Interview Questions asked at other Companies

Q1. Write code to calculate the number of people in a room at the end of the day, given that X people enter and Y people leave continuously throughout the day.
View answer (11)
Anonymous
More about working at TELUS Digital
  • HQ - Vancouver, British Columbia
  • BPO
  • 5k-10k Employees (India)
  • Internet
  • Software Product

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 Internet Research, Social Media, search engine, Communication Skills and Customer Service.
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. Share details of your previous j...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.

TELUS Digital Interviews By Designations

  • TELUS Digital Senior Application Developer Interview Questions
  • TELUS Digital Senior Network Analyst Interview Questions
  • TELUS Digital Customer Service Associate Interview Questions
  • TELUS Digital Customer Service Executive Interview Questions
  • TELUS Digital Network Administrator Interview Questions
  • TELUS Digital Network Analyst Interview Questions
  • TELUS Digital Java Developer Interview Questions
  • TELUS Digital CSR Executive Interview Questions
  • Show more
  • TELUS Digital Software Developer Intern Interview Questions
  • TELUS Digital Senior Software Test Engineer Interview Questions

Interview Questions for Popular Designations

  • Senior Application Developer Interview Questions
  • Senior Executive Interview Questions
  • Team Lead Interview Questions
  • Analyst Interview Questions
  • Intern Interview Questions
  • Software Developer Interview Questions
  • Business Analyst Interview Questions
  • Graduate Engineer Trainee (Get) Interview Questions
  • Show more
  • Data Analyst Interview Questions
  • System Engineer Interview Questions

Overall Interview Experience Rating

4.1/5

based on 107 interview experiences

Difficulty level

Easy 21%
Moderate 67%
Hard 13%

Duration

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

Interview Questions from Similar Companies

Teleperformance
Teleperformance Interview Questions
3.9
 • 1.9k Interviews
WNS
WNS Interview Questions
3.3
 • 1.1k Interviews
Infosys BPM
Infosys BPM Interview Questions
3.6
 • 993 Interviews
iEnergizer
iEnergizer Interview Questions
4.7
 • 717 Interviews
Conneqt Business Solutions
Conneqt Business Solutions Interview Questions
3.6
 • 495 Interviews
Omega Healthcare
Omega Healthcare Interview Questions
3.7
 • 470 Interviews
Quess
Quess Interview Questions
3.8
 • 448 Interviews
Firstsource Solutions
Firstsource Solutions Interview Questions
3.6
 • 312 Interviews
R1 RCM
R1 RCM Interview Questions
3.9
 • 299 Interviews
HGS
HGS Interview Questions
3.8
 • 249 Interviews
View all

TELUS Digital Reviews and Ratings

based on 1.4k reviews

3.7/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.1

Promotions

3.4

Work satisfaction

Explore 1.4k Reviews and Ratings
Jobs at TELUS Digital
TELUS Digital
MEGA WALK IN | Hiring Freshers | Technical Chat/Voice Support

Noida

0-5 Yrs

₹ 3-3.75 LPA

TELUS Digital
Hiring Freshers | TELUS Digital | Customer Service (Voice)

Noida

0-5 Yrs

₹ 3.5-4.25 LPA

TELUS Digital
Gujarati Linguist

Mumbai

1-5 Yrs

Not Disclosed

Explore more jobs
TELUS Digital Salaries in India
Module Lead
465 salaries
unlock blur

₹8 L/yr - ₹30.8 L/yr

Senior Software Engineer
251 salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Senior Application Developer
238 salaries
unlock blur

₹9 L/yr - ₹29 L/yr

Team Lead
222 salaries
unlock blur

₹5.6 L/yr - ₹22.3 L/yr

Softwaretest Engineer
211 salaries
unlock blur

₹3.2 L/yr - ₹14 L/yr

Explore more salaries
Compare TELUS Digital with
Teleperformance

Teleperformance

3.9
Compare
iEnergizer

iEnergizer

4.7
Compare
WNS

WNS

3.3
Compare
Infosys BPM

Infosys BPM

3.6
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • TELUS Digital Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter