Upload Button Icon Add office photos
Premium Employer

i

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

Tekion Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tekion Software Engineer Interview Questions, Process, and Tips

Updated 31 Dec 2024

Top Tekion Software Engineer Interview Questions and Answers

  • Q1. Can you describe the coding challenge you participated in, including the JavaScript concepts that were tested, such as currying and object flattening?
  • Q2. DSA round: Find pair of integers equalling a sum k
  • Q3. difference between useMemo vs useCallback
View all 15 questions

Tekion Software Engineer Interview Experiences

16 interviews found

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

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Can you describe the coding challenge you participated in, including the JavaScript concepts that were tested, such as currying and object flattening?
  • Ans. 

    I participated in a coding challenge that tested JavaScript concepts like currying and object flattening.

    • The coding challenge involved implementing a function that demonstrates currying in JavaScript.

    • Another part of the challenge required flattening nested objects using recursion.

    • I used higher-order functions and closures to achieve currying in the challenge.

    • The challenge also tested my understanding of object manipula

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Easy array problem
  • Q2. Easy tree traversal problem
  • Ans. 

    Implement tree traversal algorithm to visit each node in a tree structure

    • Use depth-first search (DFS) or breadth-first search (BFS) to traverse the tree

    • DFS can be implemented using recursion or a stack data structure

    • BFS can be implemented using a queue data structure

    • Example: Inorder traversal of a binary tree - left, root, right

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

(2 Questions)

  • Q1. Trapping rain water
  • Q2. Path of longest sum
  • Ans. 

    Find the path in a matrix with the longest sum of elements

    • Start from the top-left corner of the matrix

    • Move only right or down in the matrix

    • Keep track of the sum of elements in each path

    • Return the path with the longest sum

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Leetcode medium problem + some LLD + some HLD

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Design a in memory database
  • Ans. 

    An in-memory database is a database that primarily relies on main memory for data storage and retrieval.

    • Utilize data structures like hash tables or trees for fast data access

    • Implement caching mechanisms to optimize performance

    • Consider data persistence strategies for durability

    • Support for transactions and concurrency control

    • Example: Redis, Memcached

  • Answered by AI
  • Q2. Design notification Service
  • Ans. 

    Design a notification service for sending alerts to users.

    • Use a scalable messaging system like Kafka or RabbitMQ to handle high volume of notifications.

    • Implement a user subscription system to allow users to choose which notifications they want to receive.

    • Include different channels for notifications such as email, SMS, and push notifications.

    • Consider implementing a scheduling system to send notifications at specific tim...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Closures, hoisting and sliding window problem
  • Q2. Simple JS, HTMl and CSS
Round 2 - Technical 

(2 Questions)

  • Q1. Progress bar designing in react
  • Ans. 

    Progress bar in React can be designed using CSS and state management.

    • Use CSS to style the progress bar

    • Use state management to update the progress value dynamically

    • Consider using libraries like react-progress-bar to simplify implementation

  • Answered by AI
  • Q2. Timer in react Js
  • Ans. 

    In React JS, timers can be implemented using setInterval or setTimeout functions.

    • Use setInterval for recurring timers

    • Use setTimeout for one-time timers

    • Remember to clear the timer using clearInterval or clearTimeout when component unmounts

  • Answered by AI

Skills evaluated in this interview

Tekion interview questions for designations

 Associate Software Engineer

 (14)

 Senior Software Engineer

 (5)

 Assistant Software Engineer

 (1)

 Software Development Engineer II

 (1)

 Senior Software Engineer 2

 (1)

 Senior Software Quality Assurance Engineer

 (1)

 Software Developer

 (7)

 Software Tester

 (1)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Linked list , bst , stack , queue , hld,lld

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well

Get interview-ready with Top Tekion Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response

I applied via Approached by Company

Round 1 - Coding Test 

Coding question on graph

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Prepare Low level Design machine coding
  • Ans. 

    Low level design machine coding involves writing detailed code for specific functions or algorithms.

    • Identify the specific functionality or algorithm to be implemented

    • Break down the functionality into smaller components

    • Write detailed code for each component, considering efficiency and optimization

    • Test and debug the code to ensure it works as expected

  • Answered by AI
  • Q2. Implement LLD of Splitwise
  • Ans. 

    Splitwise is a bill splitting application where users can track and split expenses with friends.

    • Design classes for User, Expense, Group, and Transaction

    • Implement functions for adding expenses, settling debts, and generating reports

    • Consider scalability and data storage options like databases

    • Handle currency conversions and real-time updates for balances

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA and Algo round. Prepare from Leetcode

Round 2 - Technical 

(1 Question)

  • Q1. DSA and Algo Round. Prepare from Leetcode
Round 3 - LLD 

(1 Question)

  • Q1. Prepare basic LLD questions

Software Engineer interview

user image Think Like A Coder | Newton school

posted on 14 Jun 2022

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Implement Kaprekar's constant

Round 2 - HR 

(1 Question)

  • Q1. Communication round
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse linked list
  • Q2. One tree question
Round 2 - One-on-one 

(2 Questions)

  • Q1. Trapping Rain Water
  • Q2. One simple tree question

Interview Preparation Tips

Interview preparation tips for other job seekers - Leetcode famous medium question. Basic lld + hld

Tekion Interview FAQs

How many rounds are there in Tekion Software Engineer interview?
Tekion interview process usually has 1-2 rounds. The most common rounds in the Tekion interview process are Coding Test, Technical and One-on-one Round.
How to prepare for Tekion Software Engineer 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 Tekion. The most common topics and skills that interviewers at Tekion expect are Machine Learning, HTML, Javascript, Computer science and JQuery.
What are the top questions asked in Tekion Software Engineer interview?

Some of the top questions asked at the Tekion Software Engineer interview -

  1. Can you describe the coding challenge you participated in, including the JavaSc...read more
  2. DSA round: Find pair of integers equalling a su...read more
  3. difference between useMemo vs useCallb...read more
How long is the Tekion Software Engineer interview process?

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

Tell us how to improve this page.

Tekion Software Engineer Interview Process

based on 16 interviews

2 Interview rounds

  • Coding Test Round
  • Technical Round
View more
Tekion Software Engineer Salary
based on 377 salaries
₹10 L/yr - ₹33 L/yr
155% more than the average Software Engineer Salary in India
View more details

Tekion Software Engineer Reviews and Ratings

based on 52 reviews

3.2/5

Rating in categories

3.1

Skill development

2.4

Work-life balance

3.5

Salary

2.7

Job security

2.3

Company culture

2.8

Promotions

2.7

Work satisfaction

Explore 52 Reviews and Ratings
Software Engineer
377 salaries
unlock blur

₹10 L/yr - ₹33 L/yr

Associate Software Engineer
329 salaries
unlock blur

₹6 L/yr - ₹24 L/yr

Senior Software Engineer
143 salaries
unlock blur

₹16 L/yr - ₹55 L/yr

Product Manager
93 salaries
unlock blur

₹12.9 L/yr - ₹44 L/yr

QA Engineer
67 salaries
unlock blur

₹6 L/yr - ₹16.1 L/yr

Explore more salaries
Compare Tekion with

CarDekho

3.7
Compare

Cartrade.com

4.0
Compare

CARS24

3.6
Compare

Razorpay

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