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 Interview Questions, Process, and Tips

Updated 17 Jan 2025

Top Tekion Interview Questions and Answers

View all 49 questions

Tekion Interview Experiences

Popular Designations

87 interviews found

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

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

Round 1 - Coding Test 

Written coding
1. tree related
2. linked list related
3. priority queue related

Round 2 - Technical 

(2 Questions)

  • Q1. 1. coding question on convex
  • Q2. 2. DB related questions

Top Tekion Associate Software Engineer Interview Questions and Answers

Q1. Connect nodes of a tree that are on the same level
View answer (1)

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)

I applied via Campus Placement and was interviewed in Apr 2022. There were 4 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 - Coding Test 

There are two coding questions .one is a Normal coding and the second one is about data structures

Round 3 - Technical 

(1 Question)

  • Q1. Some theoretical questions on python Three basic coding questions Questions in sql
Round 4 - Technical 

(1 Question)

  • Q1. It was both Hr and technical About digital india 4 to 5 coding questions Communication test

Interview Preparation Tips

Interview preparation tips for other job seekers - Be proficient in any one programming language
Should have good communication skills

Operations Specialist Interview Questions asked at other Companies

Q1. 1) Definition: Basic Pharmacovigilance, History of PV. 2) Significance of PV 3) Clinical research, study and trails: definations, process, significance and responsibilities. 4) GVP modules 5) Good Clinical Practices 6) Name all the health a... read more
Add answer
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

1 hr, basic js questions related to closure, hoisting etc

Round 2 - Technical 

(4 Questions)

  • Q1. 1 hr , react js question on fundamentals
  • Q2. What is useState
  • Ans. 

    useState is a hook in React that allows functional components to manage state.

    • useState is a built-in hook in React.

    • It allows functional components to have stateful logic.

    • useState returns an array with two elements: the current state value and a function to update it.

    • The initial state value is passed as an argument to useState.

    • The state value can be of any data type, including objects and arrays.

    • The update function retu...

  • Answered by AI
  • Q3. How we use useEffect
  • Ans. 

    useEffect is a React Hook used to perform side effects in functional components.

    • useEffect is used to handle side effects like data fetching, subscriptions, or manually changing the DOM.

    • It takes two arguments: a function that contains the side effect logic, and an optional array of dependencies.

    • The function inside useEffect is executed after the component renders and after every update, unless dependencies are specified...

  • Answered by AI
  • Q4. Difference between useMemo vs useCallback
  • Ans. 

    useMemo is used to memoize a value, while useCallback is used to memoize a function.

    • useMemo is used to optimize expensive calculations by caching the result.

    • useCallback is used to optimize the rendering of child components by memoizing event handlers.

    • useMemo returns the cached value, while useCallback returns the memoized function.

    • Both hooks take a dependency array to determine when to recalculate or re-render.

  • Answered by AI

Skills evaluated in this interview

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?
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 (196)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Discussion on the roles and responsibilities Standard PM interview questions: reasoning
Round 2 - Technical 

(1 Question)

  • Q1. Tech Stack and Tech Exposure /API related questions

Senior Product Manager Interview Questions asked at other Companies

Q1. What are the growth hacks you would use to grow traffic?
View answer (1)

Tekion interview questions for popular designations

 Software Engineer

 (15)

 Associate Software Engineer

 (13)

 Software Developer

 (7)

 Senior Software Engineer

 (5)

 ASE

 (3)

 Application Support Engineer

 (3)

 QA Engineer

 (3)

 Senior Software Developer

 (2)

I applied via Instahyre and was interviewed in Apr 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 - Technical 

(1 Question)

  • Q1. Compose, Custom bind Function
Round 3 - Technical 

(1 Question)

  • Q1. Pure Momoization, object flatteing, currying

Interview Preparation Tips

Interview preparation tips for other job seekers - Practise vanilla js more, some react questions will also be asked but primarily vanila js

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Get interview-ready with Top Tekion Interview Questions

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

I applied via Naukri.com and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 questions.
One was a medium DP
and second was an easy linked list

Round 2 - Coding Test 

System Design interview.
Design teacher scheduling

Round 3 - HR 

(2 Questions)

  • Q1. Basic java oops questions
  • Q2. Previous work ex

Top Tekion Associate Software Engineer Interview Questions and Answers

Q1. Connect nodes of a tree that are on the same level
View answer (1)

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)

Jobs at Tekion

View all

I applied via LinkedIn

Round 1 - Technical 

(1 Question)

  • Q1. Design Uber supplier dispatch
  • Ans. 

    Design Uber supplier dispatch

    • Create a system to match drivers with riders based on location and availability

    • Use real-time data to optimize dispatching and reduce wait times

    • Implement a rating system to ensure quality service from drivers

    • Integrate with payment and mapping systems for seamless user experience

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice a lot of leetcode questions.practice leetcode questions practice leetcode questions

Skills evaluated in this interview

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?
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 (196)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Coding Test 

If was a DSA round with 2 leetcode medium to easy questions

Interview Preparation Tips

Interview preparation tips for other job seekers - WLB will complete mess here, and not a very good talent

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?
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 (196)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 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 - One-on-one 

(2 Questions)

  • Q1. Question about an app not working or a printer not printing
  • Q2. Questions about Network or Monitoring
Round 3 - One-on-one 

(2 Questions)

  • Q1. Questions about SLA
  • Q2. Questions about My learning

Application Support Engineer Interview Questions asked at other Companies

Q1. what do you know about SQL , Unix , explain in brief
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Coding Test 

Normal DSA and coding questions solve

Software Engineer - Backend Interview Questions asked at other Companies

Q1. Top View of a Binary Tree
View answer (1)

Tekion Interview FAQs

How many rounds are there in Tekion interview?
Tekion interview process usually has 2-3 rounds. The most common rounds in the Tekion interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Tekion 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, Python, Big Data, Automotive and Computer science.
What are the top questions asked in Tekion interview?

Some of the top questions asked at the Tekion interview -

  1. Can you describe the coding challenge you participated in, including the JavaSc...read more
  2. Connect nodes of a tree that are on the same le...read more
  3. What about the hybrid mode. and working in early stage startu...read more
How long is the Tekion interview process?

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

Tell us how to improve this page.

Tekion Interview Process

based on 93 interviews

Interview experience

4.1
  
Good
View more
Join Tekion Building the world's best business applications on the cloud. 

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Paytm Interview Questions
3.3
 • 749 Interviews
Swiggy Interview Questions
3.8
 • 425 Interviews
CARS24 Interview Questions
3.6
 • 329 Interviews
Zomato Interview Questions
3.8
 • 311 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Ola Cabs Interview Questions
3.4
 • 138 Interviews
CarDekho Group Interview Questions
3.7
 • 72 Interviews
Cartrade.com Interview Questions
4.0
 • 10 Interviews
Zerodha Interview Questions
4.1
 • 9 Interviews
View all

Tekion Reviews and Ratings

based on 312 reviews

3.1/5

Rating in categories

3.1

Skill development

2.7

Work-life balance

3.4

Salary

2.6

Job security

2.8

Company culture

2.7

Promotions

2.8

Work satisfaction

Explore 312 Reviews and Ratings
Contractor - Workplace

Bangalore / Bengaluru

2-6 Yrs

Not Disclosed

Governance & Risk and Compliance Analyst

Chennai

4-9 Yrs

Not Disclosed

Senior Applied Scientist

Bangalore / Bengaluru

3-7 Yrs

Not Disclosed

Explore more jobs
Software Engineer
379 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
337 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
144 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
98 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
68 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Tekion with

CarDekho Group

3.7
Compare

Cartrade.com

4.0
Compare

CARS24

3.5
Compare

Razorpay

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