i
TEKsystems
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Feb 2022. There were 3 interview rounds.
Top trending discussions
posted on 3 Feb 2021
I appeared for an interview before Sep 2020.
Round duration - 90 minutes
Round difficulty - Medium
We were supposed to give test in any time between 3 PM to 9 PM.
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...
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...
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...
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.
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.
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...
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'.
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.
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 ...
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
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.
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.
I applied via Approached by Company and was interviewed before Mar 2021. There were 4 interview rounds.
DSA
About Social changes
Singleton design pattern ensures a class has only one instance and provides a global point of access to it.
Ensures a class has only one instance by providing a global access point to it
Uses a private constructor to restrict instantiation of the class
Provides a static method to access the single instance
Commonly used in scenarios where only one instance of a class is needed, such as database connections or configuration
I applied via Naukri.com and was interviewed before May 2022. There were 4 interview rounds.
Write SELECT query as per requirement
Understand the requirement and identify the tables to be queried
Select the columns to be retrieved
Apply filters and sorting as per requirement
Use joins if necessary
Test the query for accuracy
ALV is a tool used to display data in tabular form in SAP systems.
ALV stands for ABAP List Viewer
It is used to display data in a tabular format
It provides various features like sorting, filtering, grouping, etc.
ALV can be used in both interactive and batch processing modes
Domain refers to a specific area of knowledge or expertise, while data element is a single piece of information within a domain.
Domain is a broader concept that encompasses multiple data elements.
Data element is a specific piece of information within a domain.
For example, in the domain of medicine, 'patient name' and 'blood pressure' are data elements.
While the domain itself is 'medicine' which includes various data el...
TMG stands for Threat Management Gateway. It is a network security tool used for web protection, firewall, and VPN.
TMG provides protection against malware, viruses, and other online threats.
It can be used as a firewall to control network traffic and prevent unauthorized access.
TMG also offers VPN connectivity for remote access to the network.
It is commonly used in enterprise environments for secure web access and netwo
I have been part of various stages of software development including requirements gathering, design, development, testing, and deployment.
Participated in requirement gathering sessions with clients to understand their needs
Contributed to the design phase by creating technical specifications and architecture diagrams
Developed software using various programming languages and frameworks
Performed unit testing and integrati...
Expectation is a belief or hope about something that is likely to happen in the future.
Expectation is a mental state that involves anticipating a certain outcome or result.
It can be based on past experiences, assumptions, or predictions.
Expectations can be realistic or unrealistic, and can lead to disappointment or satisfaction depending on the outcome.
For example, a student may have the expectation of getting an A on ...
I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.
Level of question good
Level of coding questions from moderate to hard
I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.
The API allows users to retrieve weather data based on location.
Create a new endpoint that accepts a location parameter
Use a weather API service to fetch weather data based on the location
Return the weather data in a standardized format, such as JSON
The feature added to the project is a user authentication system.
Implement a login page with username and password fields.
Create a database table to store user credentials.
Hash and salt passwords for secure storage.
Implement password reset functionality.
Add user roles and permissions for access control.
I applied via Recruitment Consulltant
I applied via Naukri.com and was interviewed before Dec 2023. There were 2 interview rounds.
A series of question on online platform
Schema in a database is a collection of tables, views, procedures, and other database objects.
Schema defines the structure of the database, including tables, columns, relationships, and constraints.
It helps in organizing and managing data in a database.
Schema can also define access permissions for different users or roles.
Example: In a library database, the schema may include tables for books, authors, borrowers, and t
Senior Software Engineer
1.2k
salaries
| ₹6.8 L/yr - ₹27 L/yr |
Software Engineer
866
salaries
| ₹3.7 L/yr - ₹13.5 L/yr |
Technical Lead
305
salaries
| ₹11.9 L/yr - ₹38 L/yr |
Module Lead
261
salaries
| ₹8.4 L/yr - ₹30 L/yr |
Software Developer
181
salaries
| ₹4.2 L/yr - ₹16.4 L/yr |
Synechron
Movate
Sopra Steria
SS&C TECHNOLOGIES