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 Software Developer Interview Questions and Answers for Experienced

Updated 1 Aug 2024

TEKsystems Software Developer Interview Experiences for Experienced

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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. Technical interview is depend on client
Round 3 - Technical 

(1 Question)

  • Q1. Architecture of software
  • Ans. 

    Software architecture refers to the high-level structures of a software system and the discipline of creating such structures.

    • Software architecture defines the components, relationships, and interactions of a system.

    • It involves making decisions about the organization of a system to meet specific requirements.

    • Common architectural styles include client-server, layered, and microservices.

    • Architectural patterns like MVC an...

  • Answered by AI

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Interview questions on .net technology

I applied via Approached by Company and was interviewed before Mar 2021. There were 4 interview rounds.

Round 1 - Assignment 
Round 2 - Coding Test 

DSA

Round 3 - Group Discussion 

About Social changes

Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Very basic questions

Interview Preparation Tips

Topics to prepare for ThoughtWorks Software Developer interview:
  • DSA
Interview preparation tips for other job seekers - Prepare DSA well and be well with Hands-on in coding

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

We were supposed to give test in any time between 3 PM to 9 PM.

  • Q1. 

    Total Unique Paths Problem Statement

    You are located at point ‘A’, the top-left corner of an M x N matrix, and your target is point ‘B’, the bottom-right corner of the same matrix. Your task is to calcula...

  • Ans. 

    The problem involves finding the total number of unique paths from the top-left to bottom-right cell of a matrix by moving only right or down.

    • Use dynamic programming to solve the problem efficiently.

    • Create a 2D array to store the number of unique paths at each cell.

    • Initialize the first row and first column with 1 as there is only one way to reach them.

    • For each cell (i, j), the number of unique paths is the sum of paths...

  • Answered by AI
  • Q2. 

    Subtree Node Count Problem

    We are provided with a tree containing 'N' nodes, numbered from 0 to N-1. The objective is to determine the total number of nodes within each subtree of the provided tree. Speci...

  • Ans. 

    Given a tree with N nodes, find the number of elements in each subtree rooted at every node.

    • Traverse the tree using Depth First Search (DFS) to calculate subtree sizes for each node.

    • Use an array to store subtree sizes for each node, starting with leaf nodes having size 1.

    • The subtree size of a node is the sum of subtree sizes of its children plus 1 for the node itself.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 120 minutes
Round difficulty - Medium

Pair Programming Interview( this round is similar to machine coding round) it started around 11 AM

Focus Areas: Problem solving and implementation of extensions.

The pair coding round is focused on OOPS concepts. You are paired with a TWer for this round. They let you code first for an hour and in the next hour they review your code and suggest changes which would improve the code structure, readability and make it modular and reusable and functional.
 

  • Q1. 

    River Crossing: Help Ninja Cross Over

    Ninja stands at the start of a wooden bridge over a river. Some segments of the bridge are damaged. The undamaged segments, marked as 'safe', are listed in an array S...

  • Ans. 

    Check if Ninja can cross the river by jumping from one safe segment to another based on given constraints.

    • Iterate through the 'SAFE' array and check if Ninja can make the required jumps to reach the last safe segment.

    • Ensure that the next jump is either 'X' - 1, 'X', or 'X' + 1 units from the previous jump.

    • Return 'true' if Ninja can successfully cross the river, otherwise return 'false'.

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 120 minutes
Round difficulty - Medium

Students who were shortlisted from Pair Programming round was selected for this round around 3 PM. In this round there were two interviewer.

  • Q1. 

    Middle of a Linked List

    You are given the head node of a singly linked list. Your task is to return a pointer pointing to the middle of the linked list.

    If there is an odd number of elements, return the ...

  • Ans. 

    Return the middle element of a singly linked list, or the one farther from the head if there are even elements.

    • Traverse the linked list with two pointers, one moving twice as fast as the other

    • When the fast pointer reaches the end, the slow pointer will be at the middle

    • Return the element pointed to by the slow pointer

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaIt was for 2020 undergraduateThought Works interview preparation:Topics to prepare for the interview - Object Oriented Programming, System Design, Operating System, DBMS, Data Structures and Algorithms (Dynamic Programming, Trees, LinkedList)Time required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Have good grasp on OOPS since they have a round named Pair Programming round which is focused upon this. 
Tip 2 : Write clean, modular and functional code.
Tip 3 : Practice Data Structures and Algorithms
Tip 4 : You should know breadth and depth of whatever is mentioned in your resume.
Tip 5 : Be loud and clear.

Application resume tips for other job seekers

Tip 1 : Make single page resume.
Tip 2 : Mention relevant things on resume.
Tip 3 : Do not put any false things on resume. Projects, internships you are mentioning be ready to answer questions related to it regarding what you solved, idea, databases, design.
Tip 4 : Contribute in open source, participate in hackathons.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Core java basic questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Oops questions, Garbage collection, Asp .net related questions, Sql queries, Sql Joins
Round 3 - One-on-one 

(1 Question)

  • Q1. .Net related questions, Sql queries, previous Project related questions
Round 4 - HR 

(1 Question)

  • Q1. CTC related questions, Joining & Onboarding related questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1. what is ITSM 2. business rule, client script 3. recent task 4. integration

I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Question are based on Project and the skills which I mention in my CV.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up with your Basic Concept of the skills that you have.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. Remove Duplicates
  • Ans. 

    Remove duplicates from a given array or list.

    • Iterate through the array and add each element to a set.

    • If the element already exists in the set, remove it from the array.

    • Return the modified array without duplicates.

  • Answered by AI
  • Q2. Find closest using binary search
  • Ans. 

    Binary search algorithm to find the closest element in a sorted array

    • Sort the array in ascending order

    • Find the middle element of the array

    • Compare the middle element with the target value

    • If the middle element is greater than the target value, search the left half of the array

    • If the middle element is less than the target value, search the right half of the array

    • Repeat until the closest element is found

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What are the fundamental concepts of Java programming?
  • Ans. 

    Java programming is based on key concepts like OOP, inheritance, polymorphism, encapsulation, and abstraction.

    • Object-Oriented Programming (OOP): Java is built on OOP principles, allowing for modular and reusable code.

    • Inheritance: Enables a new class to inherit properties and methods from an existing class. Example: 'class Dog extends Animal'.

    • Polymorphism: Allows methods to do different things based on the object it is ...

  • Answered by AI
  • Q2. What is SQL?
  • Ans. 

    SQL (Structured Query Language) is a standard programming language for managing and manipulating relational databases.

    • SQL is used to perform tasks such as querying data, updating records, and managing database structures.

    • Common SQL commands include SELECT (to retrieve data), INSERT (to add data), UPDATE (to modify data), and DELETE (to remove data).

    • SQL supports various data types, including INTEGER, VARCHAR, DATE, and ...

  • Answered by AI

TEKsystems Interview FAQs

How many rounds are there in TEKsystems Software Developer interview for experienced candidates?
TEKsystems interview process for experienced candidates usually has 3 rounds. The most common rounds in the TEKsystems interview process for experienced candidates are Technical and Resume Shortlist.
How to prepare for TEKsystems Software Developer interview for experienced candidates?
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 Rest, SOAP, Jenkins, Maven and Web Services.
What are the top questions asked in TEKsystems Software Developer interview for experienced candidates?

Some of the top questions asked at the TEKsystems Software Developer interview for experienced candidates -

  1. Architecture of softw...read more
  2. Do you know anything about DBMS? Where is it us...read more
  3. Practical implementation of sort...read more

Tell us how to improve this page.

TEKsystems Software Developer Interview Process for Experienced

based on 1 interview

Interview experience

3
  
Average
View more
TEKsystems Software Developer Salary
based on 181 salaries
₹4.2 L/yr - ₹16.4 L/yr
16% more than the average Software Developer Salary in India
View more details

TEKsystems Software Developer Reviews and Ratings

based on 32 reviews

2.9/5

Rating in categories

2.4

Skill development

3.2

Work-life balance

2.7

Salary

2.5

Job security

3.0

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 32 Reviews and Ratings
Senior Software Engineer
1.2k salaries
unlock blur

₹6.8 L/yr - ₹27 L/yr

Software Engineer
866 salaries
unlock blur

₹3.7 L/yr - ₹13.5 L/yr

Technical Lead
305 salaries
unlock blur

₹11.9 L/yr - ₹38 L/yr

Module Lead
261 salaries
unlock blur

₹8.4 L/yr - ₹30 L/yr

Software Developer
181 salaries
unlock blur

₹4.2 L/yr - ₹16.4 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