Upload Button Icon Add office photos
Engaged Employer

i

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

TEKsystems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

TEKsystems Interview Questions and Answers

Updated 9 Mar 2025

TEKsystems Interview Experiences

Popular Designations

117 interviews found

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

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. What are the technical skill
Round 2 - Technical 

(5 Questions)

  • Q1. How many years of experience in Python?
  • Ans. 

    I have 5 years of experience in Python.

    • 5 years of hands-on experience in Python programming

    • Proficient in developing web applications, data analysis, and automation scripts using Python

    • Familiar with popular Python libraries and frameworks such as Django, Flask, and NumPy

  • Answered by AI
  • Q2. What is the difference between List and Tuple?
  • Ans. 

    List is mutable, Tuple is immutable in Python.

    • List can be modified after creation, Tuple cannot be modified.

    • List is defined using square brackets [], Tuple is defined using parentheses ().

    • Example: list_example = [1, 2, 3], tuple_example = (1, 2, 3)

  • Answered by AI
  • Q3. What is lambda function?
  • Ans. 

    A lambda function is a small anonymous function defined using the lambda keyword in Python.

    • Lambda functions can take any number of arguments, but can only have one expression.

    • They are commonly used as a way to create small, throwaway functions.

    • Lambda functions are often used in conjunction with functions like map(), filter(), and reduce().

  • Answered by AI
  • Q4. What are the Data types used in your project?
  • Ans. 

    The data types used in the project include integers, strings, floats, and booleans.

    • Integers are used for storing whole numbers, such as IDs or quantities.

    • Strings are used for storing text data, such as names or descriptions.

    • Floats are used for storing decimal numbers, such as prices or measurements.

    • Booleans are used for storing true/false values, such as status indicators.

  • Answered by AI
  • Q5. Write a code having square of a series which is divisible by 3 using lambda function ?
  • Ans. 

    Code to find square of series divisible by 3 using lambda function.

    • Create a list of numbers in the series

    • Use filter() function with lambda function to filter numbers divisible by 3

    • Use map() function with lambda function to find square of each number

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep yourself confident and be promt to give answers. Keep practicing 😄

Skills evaluated in this interview

Top TEKsystems Senior Software Developer Interview Questions and Answers

Q1. Write a code having square of a series which is divisible by 3 using lambda function ?
View answer (1)

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Aug 2023.

Round 1 - Coding Test 

Easy questions can be solved simply

Round 2 - Group Discussion 

Nothing much have to speak about topic

Round 3 - Technical 

(2 Questions)

  • Q1. Basics dsa stuff have to write code
  • Q2. Basic oops questions which also can be answered easily

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Which of the following one is better, iOS or Android

Round 2 - Coding Test 

List manipulation questions

Top TEKsystems Software Engineer Interview Questions and Answers

Q1. 2.Python finding the output based on pop function?
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (219)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Architecture of spark
  • Ans. 

    Spark is a distributed computing framework that provides in-memory processing capabilities for big data analytics.

    • Spark has a master-slave architecture with a central coordinator called the Driver and distributed workers called Executors.

    • It uses Resilient Distributed Datasets (RDDs) for fault-tolerant distributed data processing.

    • Spark supports various data sources like HDFS, Cassandra, HBase, and S3 for input and outpu...

  • Answered by AI
  • Q2. SQL code for situations
  • Ans. 

    SQL code for handling various situations in data analysis

    • Use CASE statements for conditional logic

    • Use COALESCE function to handle NULL values

    • Use GROUP BY and HAVING clauses for aggregating data

    • Use subqueries for complex filtering or calculations

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

(1 Question)

  • Q1. Manager round- describe about self and where do you see yourself in 5 years

Skills evaluated in this interview

Senior Data Engineer Interview Questions asked at other Companies

Q1. Write a query to get the customer with the highest total order value for each year, month. [Note: Order table is different and Customer table is different. Order_ID and Customer_ID are the PK of the table with Oid from Customer table being ... read more
View answer (2)

TEKsystems interview questions for popular designations

 Software Engineer

 (14)

 Senior Software Engineer

 (11)

 Software Developer

 (6)

 Technical Lead

 (4)

 QA Engineer

 (4)

 Senior Software Developer

 (3)

 Test Engineer

 (3)

 Associate Engineer

 (3)

Interview experience
4
Good
Difficulty level
-
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

It was a online test on one of the platforms, with basic aptitude and reasoning.

Round 2 - Coding Test 

Consisted of 3 coding questions

Round 3 - Group Discussion 

A topic was given and their views were asked one by one in a group, online through zoom

Round 4 - Technical 

(2 Questions)

  • Q1. Technical questions on project, java, coding
  • Q2. Binary search code was asked to be written
Round 5 - HR 

(1 Question)

  • Q1. This was kind of mixed with interest in domain, and normal HR questions by a Technical lead

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. I prefer not to disclose
Round 2 - Technical 

(1 Question)

  • Q1. I prefer not to disclose.
Round 3 - HR 

(1 Question)

  • Q1. I prefer not to disclose.

Interview Preparation Tips

Interview preparation tips for other job seekers - Most important of all they have the streamlined process about everything with no delays.

Product Solution Engineer Interview Questions asked at other Companies

Q1. How will you design this page if you are using a component based frontend stack?
View answer (1)

Jobs at TEKsystems

View all

Interview Questions & Answers

user image Anonymous

posted on 21 Feb 2023

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

I applied via Recruitment Consulltant and was interviewed before Feb 2022. There were 3 interview rounds.

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 - Case Study 

Conversational design for flight booking

Round 3 - One-on-one 

(3 Questions)

  • Q1. Manager round and director round.
  • Ans. It is about how much up to date you are with the current market
  • Answered Anonymously
  • Q2. How do you see the conversational ai field growth in next 5 years
  • Ans. 

    Conversational AI field will experience exponential growth in the next 5 years.

    • Increased adoption of chatbots and virtual assistants in various industries

    • Advancements in natural language processing and machine learning

    • Integration with IoT devices and smart homes

    • Rise of voice-based commerce and personalized recommendations

    • Potential for conversational AI to revolutionize customer service and healthcare

  • Answered by AI
  • Q3. Mention about LLMs and the telephone integration
  • Ans. 

    LLMs and telephone integration are two separate topics and do not have any direct correlation.

    • LLMs refer to Master of Laws degree which is a postgraduate academic degree in law.

    • Telephone integration refers to the integration of telephone systems with other communication channels like email, chat, etc.

    • There is no direct relationship between LLMs and telephone integration.

    • However, telephone integration can be useful for ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research about multiple conversational ai services and cloud services.

Skills evaluated in this interview

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

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 - HR 

(1 Question)

  • Q1. HR would ask you questions regarding your previous work experience. They would ask questions regarding your stability to continue in this job. They would also ask questions to check your control over the l...
Round 3 - Technical 

(1 Question)

  • Q1. They can ask questions regarding active directories and network troubleshooting.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident with your skills and you will get the job.

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

Software Engineer Interview Questions & Answers

user image Surendra Prasad

posted on 27 Jan 2022

I applied via Naukri.com and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Based on my experience and skillset I am from big data domain so I was asked Questions based on Mysql mainly like joins, and all complex queries windows function, and python some output was asked to find f...
  • Q2. 1.Sql questions based on joins
  • Q3. 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

  • Answered by AI
  • Q4. 3.spark delta lake and databricks questions
  • Q5. 4.and one question from complex query and window function
  • Q6. 5.One Sparksql questions based on window function

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes, there were two video calling technical round T1 and T2 first round was basic round bsed on the experience and past projects
And second technical round based on advance level sql query and python questions to find out output based on code.

Skills evaluated in this interview

Top TEKsystems Software Engineer Interview Questions and Answers

Q1. 2.Python finding the output based on pop function?
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (219)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Reverse a String
  • Ans. 

    Reverse a given string

    • Create a character array from the input string

    • Use two pointers to swap characters from start and end of the array

    • Continue swapping until the pointers meet in the middle

  • Answered by AI
  • Q2. Manipulate data in a column using SQL query
  • Ans. 

    Use SQL query to manipulate data in a column

    • Use UPDATE statement to modify data in a column

    • Use SET keyword to specify the new value for the column

    • Use WHERE clause to filter the rows that need to be updated

  • Answered by AI

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

TEKsystems Interview FAQs

How many rounds are there in TEKsystems interview?
TEKsystems interview process usually has 2-3 rounds. The most common rounds in the TEKsystems interview process are Technical, HR and One-on-one Round.
How to prepare for TEKsystems interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at TEKsystems. The most common topics and skills that interviewers at TEKsystems expect are Java, SQL, AWS, Spring Boot and Javascript.
What are the top questions asked in TEKsystems interview?

Some of the top questions asked at the TEKsystems interview -

  1. Which is difficult program that you wrote in python Which is difficult program ...read more
  2. How do you see the conversational ai field growth in next 5 ye...read more
  3. Do you know anything about DBMS? Where is it us...read more
How long is the TEKsystems interview process?

The duration of TEKsystems interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

TEKsystems Interview Process

based on 125 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Synechron Interview Questions
3.5
 • 364 Interviews
Movate Interview Questions
3.3
 • 258 Interviews
Globant Interview Questions
3.8
 • 172 Interviews
SS&C TECHNOLOGIES Interview Questions
3.3
 • 171 Interviews
ThoughtWorks Interview Questions
3.9
 • 147 Interviews
Sopra Steria Interview Questions
3.8
 • 127 Interviews
Luxoft Interview Questions
3.7
 • 123 Interviews
View all

TEKsystems Reviews and Ratings

based on 1.1k reviews

3.3/5

Rating in categories

3.1

Skill development

3.5

Work-life balance

3.2

Salary

3.0

Job security

3.2

Company culture

2.8

Promotions

3.2

Work satisfaction

Explore 1.1k Reviews and Ratings
Salesforce Lightning Developer

Chennai

6-10 Yrs

Not Disclosed

Java Developer

Chennai

5-10 Yrs

Not Disclosed

SSIS Lead Developer

Hyderabad / Secunderabad,

Bangalore / Bengaluru

6-10 Yrs

₹ 26-31 LPA

Explore more jobs
Senior Software Engineer
1.2k salaries
unlock blur

₹6.8 L/yr - ₹26.9 L/yr

Software Engineer
859 salaries
unlock blur

₹3.7 L/yr - ₹15.1 L/yr

Technical Lead
298 salaries
unlock blur

₹11.2 L/yr - ₹38 L/yr

Module Lead
248 salaries
unlock blur

₹8.4 L/yr - ₹30 L/yr

Software Developer
180 salaries
unlock blur

₹5.3 L/yr - ₹20 L/yr

Explore more salaries
Compare TEKsystems with

Synechron

3.5
Compare

Movate

3.3
Compare

Sopra Steria

3.8
Compare

SS&C TECHNOLOGIES

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