Add office photos
Engaged Employer

TEKsystems

3.4
based on 932 Reviews
Filter interviews by

Teleperformance Interview Questions and Answers

Updated 13 May 2024
Popular Designations

Q1. 2.Python finding the output based on pop function?

Ans.

The pop() function in Python removes and returns the last element from a list.

  • pop() function modifies the original list

  • pop() function takes an optional index parameter to remove and return an element at a specific index

  • If the list is empty, pop() function raises an IndexError

Add your answer

Q2. Performance tuning of SQL stored procedure

Ans.

Performance tuning of SQL stored procedure involves optimizing query execution time and reducing resource usage.

  • Identify and optimize the most resource-intensive queries

  • Use appropriate indexing and partitioning techniques

  • Minimize network round trips and data transfers

  • Avoid using cursors and temporary tables

  • Use query hints and plan guides to influence query execution plan

  • Regularly monitor and analyze query performance using tools like SQL Profiler and Execution Plan

  • Consider us...read more

Add your answer

Q3. Asynchronous programming in .net

Ans.

Asynchronous programming in .NET allows for non-blocking execution of code, improving performance and responsiveness.

  • Async and Await keywords used to implement asynchronous programming

  • Allows for parallel execution of multiple tasks

  • Improves performance and responsiveness of applications

  • Examples include web applications, file I/O operations, and database queries

Add your answer

Q4. What is data warehousing?

Ans.

Data warehousing is the process of collecting, storing, and managing data from various sources for analysis and reporting.

  • Data warehousing involves extracting data from multiple sources and consolidating it into a single repository.

  • It is used for creating reports, analyzing trends, and making informed business decisions.

  • Data warehouses are typically designed for query and analysis rather than transaction processing.

  • Examples of data warehousing tools include Amazon Redshift, S...read more

Add your answer
Discover Teleperformance interview dos and don'ts from real experiences

Q5. Cte vs temp table

Ans.

CTE and temp tables are used to store intermediate results in SQL queries.

  • CTE stands for Common Table Expression and is defined within a query.

  • Temp tables are created in the tempdb database and can be accessed across sessions.

  • CTEs are generally faster and more readable than temp tables.

  • Temp tables are useful for complex queries with multiple steps or when data needs to be manipulated.

  • CTEs are useful for recursive queries or when a query needs to reference itself.

Add your answer

Q6. Threading in .net

Ans.

Threading in .NET allows for concurrent execution of code, improving performance and responsiveness.

  • Threading allows for multiple threads of execution to run concurrently

  • Thread class is used to create and manage threads

  • Thread synchronization is important to prevent race conditions and deadlocks

  • Async/await is a newer approach to concurrency in .NET

  • TPL (Task Parallel Library) provides higher-level abstractions for concurrency

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Teleperformance

based on 4 interviews in the last 1 year
1 Interview rounds
Aptitude Test Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Engineer Interview Questions from Similar Companies

3.9
 • 100 Interview Questions
3.5
 • 48 Interview Questions
4.0
 • 46 Interview Questions
3.9
 • 26 Interview Questions
3.8
 • 14 Interview Questions
3.9
 • 13 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