Add office photos
Employer?
Claim Account for FREE

MindTickle

3.0
based on 80 Reviews
Filter interviews by

Teleperformance Interview Questions and Answers

Updated 28 Nov 2024
Q1. Search In A Row Wise And Column Wise Sorted Matrix

You are given an N * N matrix of integers where each row and each column is sorted in increasing order. You are given a target integer 'X'. Find the position of...read more

Ans.

This question asks to find the position of a target integer in a row-wise and column-wise sorted matrix.

  • Iterate through each row and column of the matrix

  • Compare the target integer with the current element

  • If the target integer is found, return the position as {i, j}

  • If the target integer is not found, return {-1, -1}

View 3 more answers
Q2. Trapping Rain Water

You have been given a long type array/list 'ARR' of size 'N'. It represents an elevation map wherein 'ARR[i]' denotes the elevation of the 'ith' bar. Print the total amount of rainwater that ...read more

Ans.

The question asks to find the total amount of rainwater that can be trapped in the given elevation map.

  • Iterate through the array and find the maximum height on the left and right of each bar.

  • Calculate the amount of water that can be trapped at each bar by taking the minimum of the maximum heights on the left and right.

  • Sum up the trapped water for all bars and return the total amount.

View 3 more answers
Q3. Ninja and his meetings

Ninja has recently started a startup. In his startup, there is only one conference room for a meeting. Ninja receives an array/list ‘MEETINGS’ of back-to-back appointment requests and is d...read more

View 4 more answers
Q4. Smallest Subarray With K Distinct Elements

Given an array 'A' consisting of 'N' integers, find the smallest subarray of 'A' containing exactly 'K' distinct integers.

Note :
If more than one such contiguous subar...read more
View 2 more answers
Discover Teleperformance interview dos and don'ts from real experiences
Q5. Trapping Rain Water ll

Given an M * N matrix, where the value at any cell denotes the height of that cell in a 2-D elevation map. You need to find the volume of water that can be trapped within it.

For a matrix ...read more
Add your answer

Q6. Design LLD for Parking Lot

Ans.

Design LLD for Parking Lot

  • Create classes for ParkingLot, ParkingSpot, Vehicle, etc.

  • Implement methods for parking, unparking, checking availability, etc.

  • Consider different types of vehicles and parking spots (e.g. regular, handicapped, electric)

  • Include features like ticketing system, payment processing, and security measures

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Developer Interview Questions from Similar Companies

3.8
 • 112 Interview Questions
3.9
 • 73 Interview Questions
4.4
 • 25 Interview Questions
3.8
 • 20 Interview Questions
3.2
 • 13 Interview Questions
4.2
 • 11 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

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

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter