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

Updated 1 Feb 2025

Top Tekion Interview Questions and Answers

View all 49 questions

Tekion Interview Experiences

Popular Designations

90 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Would like to skip this.
  • Q2. NA
Round 2 - Technical 

(2 Questions)

  • Q1. Would like to Skip this.
  • Q2. NA
Round 3 - One-on-one 

(2 Questions)

  • Q1. Would like to skip this
  • Q2. NA
Round 4 - HR 

(2 Questions)

  • Q1. Would like to skip this
  • Q2. NA
Round 5 - One-on-one 

(2 Questions)

  • Q1. Would like to skip this
  • Q2. NA
Round 6 - HR 

(1 Question)

  • Q1. Would like to skip this

Interview Preparation Tips

Interview preparation tips for other job seekers - Tekion operates in a specialised niche and has successfully disrupted the operations of the automotive sector. It is worth exploring opportunities to be part of their growth journey.

Director Human Resources Interview Questions asked at other Companies

Q1. Selected one topic and tell me few words about the topic ?
View answer (1)
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

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 (169)

Computer Engineer Interview Questions & Answers

user image Himanshi Khandwal

posted on 19 Nov 2024

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

IT WAS BIT TOUGH AND WAS BASED UPON LEETCODE AND CONTAINED SOME MCQ AS WELL

Round 2 - Technical 

(3 Questions)

  • Q1. BASED ON RESUME
  • Q2. BASED ON DSA AND ASKED LINKED LIST QUESTIONS
  • Q3. BASE DON OOPS AS WELL

Interview Preparation Tips

Interview preparation tips for other job seekers - BE MOTIVATED AND DONT LOOSE HOPE IN THE JOURNEY KEEP REVISING BASICS AS WELL

Computer Engineer Interview Questions asked at other Companies

Q1. How many programming languages do you Konw??
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Previous experience on Troubleshoting
  • Ans. 

    I have 3 years of experience troubleshooting various software and hardware issues in a corporate IT environment.

    • Experience diagnosing and resolving technical issues for end users

    • Proficient in using troubleshooting tools and techniques

    • Ability to analyze logs and error messages to identify root causes

    • Familiarity with ticketing systems for tracking and documenting issues

    • Collaborated with cross-functional teams to resolve

  • Answered by AI
  • Q2. Experience on REST API's
  • Ans. 

    Experience working with REST API's in previous roles.

    • Developed and maintained RESTful APIs for various applications

    • Used tools like Postman for testing and debugging API endpoints

    • Worked with JSON and XML data formats for API communication

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Tools used for troubleshoting
  • Ans. 

    Common tools for troubleshooting include log analysis tools, network monitoring tools, and remote desktop tools.

    • Log analysis tools such as Splunk or ELK stack can help identify errors and issues in application logs.

    • Network monitoring tools like Wireshark or Nagios can help pinpoint network-related problems.

    • Remote desktop tools like TeamViewer or AnyDesk can be used to troubleshoot issues on end-user machines remotely.

  • Answered by AI
  • Q2. And experience using splunk
  • Ans. 

    I have experience using Splunk for log management and analysis.

    • Utilized Splunk to monitor and analyze log data for troubleshooting issues

    • Created custom dashboards and alerts to track system performance

    • Used Splunk queries to identify patterns and trends in log data

    • Integrated Splunk with other tools for seamless data analysis

  • Answered by AI

Skills evaluated in this interview

Application Support Engineer 2 Interview Questions asked at other Companies

Q1. Tools used for testing and production exception handling.
View answer (1)

Tekion interview questions for popular designations

 Software Engineer

 (16)

 Associate Software Engineer

 (14)

 Software Developer

 (7)

 Senior Software Engineer

 (5)

 Application Support Engineer

 (3)

 ASE

 (3)

 QA Engineer

 (3)

 Front end Developer

 (2)

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

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 (169)

Get interview-ready with Top Tekion Interview Questions

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

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 (169)

Jobs at Tekion

View all
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Find top k elements?
  • Ans. 

    Use sorting or heap data structure to find top k elements in an array.

    • Sort the array in descending order and return the first k elements.

    • Use a max heap data structure to efficiently find the top k elements.

    • Time complexity can be O(n log n) for sorting or O(n log k) for heap method.

  • Answered by AI
  • Q2. Hash map based question
Round 2 - Technical 

(4 Questions)

  • Q1. Arraow fun vs normal fun
  • Ans. 

    Arrow functions are concise and have implicit return, while normal functions have more flexibility and can be named.

    • Arrow functions are written with a concise syntax using '=>'

    • Arrow functions do not have their own 'this' keyword

    • Normal functions can be named and have more flexibility in terms of syntax and behavior

  • Answered by AI
  • Q2. What are es6 updates
  • Ans. 

    ES6 updates refer to the new features and syntax improvements introduced in ECMAScript 6, also known as ES2015.

    • Arrow functions for more concise syntax

    • Let and const for block-scoped variables

    • Classes for object-oriented programming

    • Template literals for easier string interpolation

    • Destructuring assignment for extracting values from arrays and objects

    • Spread and rest operators for easier manipulation of arrays and objects

  • Answered by AI
  • Q3. Define event loop ?
  • Ans. 

    Event loop is a mechanism in JavaScript that allows for asynchronous operations to be executed in a non-blocking way.

    • Event loop continuously checks the call stack for any functions that need to be executed.

    • If the call stack is empty, the event loop checks the callback queue for any pending tasks.

    • Event loop moves tasks from the callback queue to the call stack for execution.

    • Example: setTimeout function in JavaScript use...

  • Answered by AI
  • Q4. Questions based on promises

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)

Associate Software Engineer interview

user image INTERVIEW AALA

posted on 30 Nov 2021

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Problem Solving 

(1 Question)

  • Q1. 2 Leetcode Medium Tagged Questions
Round 2 - LLD Round 

(1 Question)

  • Q1. Design Airplane Booking System
  • Ans. 

    Design a system for booking airplane tickets efficiently and securely.

    • Create a user-friendly interface for customers to search and book flights.

    • Implement a secure payment system for processing transactions.

    • Include features for managing flight schedules, seat availability, and pricing.

    • Integrate with airlines' reservation systems for real-time updates.

    • Provide options for seat selection, meal preferences, and special requ...

  • Answered by AI
Round 3 - HLD Round 

(2 Questions)

  • Q1. HLD of your current system and discussion around it
  • Q2. Design IRCTC. Discussion scope was Search and Booking Part only
Round 4 - Behavioral 

(2 Questions)

  • Q1. Design your current system
  • Ans. 

    Current system is a web-based application for managing customer data and orders.

    • Frontend built with React for user interface

    • Backend built with Node.js and Express for server-side logic

    • Database using MySQL for storing customer data and orders

    • Authentication using JWT tokens for secure access

  • Answered by AI
  • Q2. Some behavioural questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Alex Xu system design book helped

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Polyfill promise.all
  • Q2. De bouncing implementation

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
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

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Paytm Interview Questions
3.3
 • 772 Interviews
Swiggy Interview Questions
3.8
 • 429 Interviews
CARS24 Interview Questions
3.6
 • 323 Interviews
Zomato Interview Questions
3.8
 • 317 Interviews
Razorpay Interview Questions
3.6
 • 149 Interviews
Ola Cabs Interview Questions
3.4
 • 142 Interviews
CarDekho Interview Questions
3.7
 • 72 Interviews
Cartrade.com Interview Questions
4.0
 • 10 Interviews
Zerodha Interview Questions
4.2
 • 9 Interviews
View all

Tekion Reviews and Ratings

based on 308 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.6

Promotions

2.8

Work satisfaction

Explore 308 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
375 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
92 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