Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Teleperformance Team. If you also belong to the team, you can get access from here

Teleperformance Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 28k Reviews

Filter interviews by

Teleperformance Application Support Engineer Interview Questions and Answers

Updated 12 Feb 2024

Teleperformance Application Support Engineer Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(1 Question)

  • Q1. What is the recent issue you have worked on.

Interview Preparation Tips

Interview preparation tips for other job seekers - Whatever you have mentioned in the resume you should be able to answer about that during the interview.

Interview questions from similar companies

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

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. What is SOLID principle
  • Ans. 

    SOLID is a set of principles for designing software that promotes maintainability, extensibility, and reusability.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open-Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Subtypes must be substitutable for their base types.

    • I - Interface Segregation Principle:...

  • Answered by AI
  • Q2. Use of joins in sql
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables in a single query

    • Common types of joins include inner join, left join, right join, and full outer join

    • Joins are performed using the JOIN keyword and specifying the related columns

    • Joins can be used to fetch data based on matching values or non-matching values between ta

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

(1 Question)

  • Q1. Explain current project and role

Skills evaluated in this interview

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

(1 Question)

  • Q1. They will ask the question based on your experience.
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 - Technical 

(2 Questions)

  • Q1. Sql basic joins , fliter condition, group order clause , select query for getting complex output from table
  • Q2. About yourprojrct waht u did etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Sql basic Linux basic prepare sql syntaxes on a employee or department table practice basicsql code writing

I applied via Approached by Company and was interviewed in Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. One DSA question write a program to identify if any given string of braces is valid ex: Valid :"[{}]" Invalid: "([)]" Closure in golang, channels, go routines, Packages, modules,
Round 3 - Technical 

(1 Question)

  • Q1. This was also technical round. Value receiver and pointer receiver in method. How to handle files in golang. interviewer asked me to show my contribution in project in github.
Round 4 - HR 

(1 Question)

  • Q1. Just normal discussion and salary discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be able to answer data structure question and technical questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. What are indexes.
  • Ans. 

    Indexes are data structures that improve the speed of data retrieval operations on a database table.

    • Indexes are created on columns in a database table to quickly retrieve rows matching a certain condition.

    • They can be unique, allowing only unique values to be stored in the indexed column.

    • Examples include primary keys, foreign keys, and indexes on frequently queried columns.

  • Answered by AI
  • Q2. What are all the pillars of object oriented programming.
  • Ans. 

    The pillars of object oriented programming are encapsulation, inheritance, and polymorphism.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Allowing a new class to inherit properties and behavior from an existing class.

    • Polymorphism: The ability for objects of different classes to respond to the same message in different ways.

  • Answered by AI
  • Q3. How interface is different from abstract classes?
  • Ans. 

    Interfaces are used to define contracts for classes to implement, while abstract classes can provide partial implementation.

    • Interfaces can only have abstract methods and cannot have any implementation, while abstract classes can have both abstract and concrete methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used to achieve multiple inheritance in Java, while...

  • Answered by AI
  • Q4. What is dataware house concept
  • Ans. 

    Data warehouse is a centralized repository for storing and analyzing data from various sources to support decision-making processes.

    • Data warehouse stores historical data from different sources for analysis

    • It is used for reporting, querying, and data mining

    • Data is structured in a way that makes it easier to query and analyze

    • Examples: Amazon using data warehouse to analyze customer behavior, sales trends

    • Data warehouse he...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why we hire you?

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. I was been asked the basic questions for phython since the requirement is for phython engineer. For second round, there were azure questions. The azure part generally consists of the algorithms behind the ...
  • Q2. What is default algorithm behind azure search?
  • Ans. 

    The default algorithm behind Azure Search is TF-IDF (Term Frequency-Inverse Document Frequency).

    • TF-IDF is a statistical measure used to evaluate the importance of a term within a document or a collection of documents.

    • It calculates a weight for each term based on its frequency in a document and its rarity in the entire document collection.

    • The higher the TF-IDF score, the more relevant the term is to a specific document.

    • ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Many a times we prepare for the advanced questions, the difficult one but for my experience that is 2 years , the interviewer isvmore intersted if i know basics. So if you are 2 years of experience brush up your basics and you will conquer it.

Skills evaluated in this interview

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

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. What is SOLID principle
  • Ans. 

    SOLID is a set of principles for designing software that promotes maintainability, extensibility, and reusability.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open-Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Subtypes must be substitutable for their base types.

    • I - Interface Segregation Principle:...

  • Answered by AI
  • Q2. Use of joins in sql
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables in a single query

    • Common types of joins include inner join, left join, right join, and full outer join

    • Joins are performed using the JOIN keyword and specifying the related columns

    • Joins can be used to fetch data based on matching values or non-matching values between ta

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

(1 Question)

  • Q1. Explain current project and role

Skills evaluated in this interview

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

(1 Question)

  • Q1. They will ask the question based on your experience.
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Sql basic joins , fliter condition, group order clause , select query for getting complex output from table
  • Q2. About yourprojrct waht u did etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Sql basic Linux basic prepare sql syntaxes on a employee or department table practice basicsql code writing

Teleperformance Interview FAQs

How many rounds are there in Teleperformance Application Support Engineer interview?
Teleperformance interview process usually has 1 rounds. The most common rounds in the Teleperformance interview process are Technical.

Tell us how to improve this page.

Teleperformance Application Support Engineer Salary
based on 14 salaries
₹1.9 L/yr - ₹7.1 L/yr
At par with the average Application Support Engineer Salary in India
View more details

Teleperformance Application Support Engineer Reviews and Ratings

based on 3 reviews

2.6/5

Rating in categories

2.6

Skill development

2.6

Work-life balance

1.4

Salary

4.3

Job security

2.0

Company culture

2.0

Promotions

2.6

Work satisfaction

Explore 3 Reviews and Ratings
Customer Care Executive
6.4k salaries
unlock blur

₹0.8 L/yr - ₹7.3 L/yr

Customer Service Executive
6.2k salaries
unlock blur

₹1 L/yr - ₹8 L/yr

Customer Service Associate
6.1k salaries
unlock blur

₹0.9 L/yr - ₹4.2 L/yr

Team Lead
3.3k salaries
unlock blur

₹1.1 L/yr - ₹8 L/yr

Senior Customer Service Executive
2.9k salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Explore more salaries
Compare Teleperformance with

Concentrix Corporation

3.8
Compare

Foundever

3.6
Compare

Wipro

3.7
Compare

Genpact

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview