TEKsystems
Teleperformance Interview Questions and Answers
Q1. 2.Python finding the output based on pop function?
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
Q2. Performance tuning of SQL stored procedure
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
Q3. Asynchronous programming in .net
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
Q4. What is data warehousing?
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
Q5. Cte vs temp table
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.
Q6. Threading in .net
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
More about working at TEKsystems
Interview Process at Teleperformance
Top Software Engineer Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month