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 27.9k Reviews

Filter interviews by

Teleperformance Technical Specialist Interview Questions and Answers

Updated 11 Jul 2020

Teleperformance Technical Specialist Interview Experiences

1 interview found

I applied via Walk-in and was interviewed in Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to Networking, DNS ,DHCP and basic troubleshooting

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident always and perfection in basic networking. Great communication skills will add a positive point.

Interview questions from similar companies

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

(1 Question)

  • Q1. HR Screening - Resume
Round 2 - Technical 

(2 Questions)

  • Q1. About the current Project
  • Q2. Some basic Java concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

DS,DNS,DHCP,DFS,OUTLOOK,VPN

Round 2 - Technical 

(1 Question)

  • Q1. What is DORA , what is DNS and DHCP
  • Ans. 

    DORA is a framework for measuring software delivery performance. DNS is a system that translates domain names to IP addresses. DHCP is a protocol for automatically assigning IP addresses to devices.

    • DORA stands for DevOps Research and Assessment, a framework for measuring software delivery performance

    • DNS stands for Domain Name System, translates domain names to IP addresses

    • DHCP stands for Dynamic Host Configuration Prot...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is active directory and DC promotion
  • Ans. 

    Active Directory is a directory service that stores information about objects on a network, while DC promotion is the process of promoting a server to a domain controller.

    • Active Directory is a centralized database that stores information about network resources such as users, computers, and printers.

    • It allows administrators to manage and secure resources within a network.

    • DC promotion is the process of installing Active...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Asked to write a code to select values on the basis of the map keys using java 8 stream API

Round 2 - Technical 

(2 Questions)

  • Q1. How OAuth works?
  • Ans. 

    OAuth is an open standard for access delegation, commonly used as a way for Internet users to grant websites or applications access to their information on other websites but without giving them the passwords.

    • OAuth allows users to grant access to their information without sharing their passwords.

    • It is commonly used for authentication and authorization in web applications.

    • OAuth uses tokens to grant access to resources o...

  • Answered by AI
  • Q2. Benefits of using Stream API.
  • Ans. 

    Stream API provides a way to process collections of objects in a functional style.

    • Allows for concise and readable code

    • Supports parallel processing for improved performance

    • Provides a set of powerful functions like map, filter, reduce, etc.

    • Enables lazy evaluation for better memory efficiency

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join Conduent.

Skills evaluated in this interview

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 experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is role in your project?
  • Q2. What challenges you faced in your career?
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 

(1 Question)

  • Q1. About basics of Wi-Fi and other technical concepts of previous jobs
Round 3 - One-on-one 

(2 Questions)

  • Q1. Questions based on interview
  • Q2. Tell me about yourself? Tell me about your old job? What is Empathy in customer service and how it could impact the transaction?

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be confident and speak well about the previous job.
2. Keep an eye contact with the interviewer and be honest
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 - One-on-one 

(2 Questions)

  • Q1. Technical stack in mobile application?
  • Ans. 

    The technical stack in mobile application includes programming languages, frameworks, libraries, and tools used to develop the app.

    • Programming languages: Java, Kotlin, Swift, Objective-C

    • Frameworks: React Native, Flutter, Xamarin

    • Libraries: Retrofit, Alamofire, Glide, Picasso

    • Tools: Android Studio, Xcode, Visual Studio

    • Other technologies: RESTful APIs, Firebase, Push notifications

  • Answered by AI
  • Q2. Native library’s in ios ?
  • Ans. 

    Native libraries are pre-compiled code that can be used in iOS apps for various functionalities.

    • Native libraries are written in languages like C, C++, and Objective-C.

    • They can be used for tasks like image processing, audio and video playback, and networking.

    • Examples of native libraries in iOS include Core Data, Core Graphics, and Core Animation.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are in bench for then start search job as soon as possible

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Walk me through your resume?
  • Q2. They have asked me about experience.
  • Q3. They have asked me about Covid-19.
  • Q4. Then they have asked me about technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly, be confident while giving an interview. Be in a well grooming. Don't be hasitate. First listen what the interviewer wants to ask. Don't be overconfident. If he/she is asking about some topic then first say what is that, then when it has been came, then advantages or disadvantages of that, then how to protect that.

I applied via Company Website and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Normal and technical interview
  • Q2. Can you please increase the salary base
  • Q3. Grew up hikes

Interview Preparation Tips

Interview preparation tips for other job seekers - Growth is slow and it will be the mnc one excellence support and incentives

Tell us how to improve this page.

People are getting interviews through

based on 1 Teleperformance interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Teleperformance Technical Specialist Salary
based on 23 salaries
₹2.5 L/yr - ₹5.5 L/yr
75% less than the average Technical Specialist Salary in India
View more details

Teleperformance Technical Specialist Reviews and Ratings

based on 9 reviews

3.3/5

Rating in categories

3.1

Skill development

2.9

Work-Life balance

3.2

Salary & Benefits

3.6

Job Security

2.8

Company culture

2.5

Promotions/Appraisal

2.9

Work Satisfaction

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

₹0.8 L/yr - ₹4.5 L/yr

Customer Service Executive
6.1k salaries
unlock blur

₹1 L/yr - ₹7.5 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

₹0.6 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

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