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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were 2 easy-medium coding questions

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)

Software Developer Interview Questions & Answers

user image Aryan Chaudhary

posted on 10 Aug 2024

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

(2 Questions)

  • Q1. Discussion about projects
  • Q2. Some HR queestions

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Fetch data using API
  • Ans. 

    Fetching data using API in React JS

    • Use the fetch() function to make an HTTP request to the API endpoint

    • Handle the response using .then() and .catch() methods

    • Parse the response data using JSON.parse()

    • Update the state or display the data on the frontend

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Job change reason

Skills evaluated in this interview

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)
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

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)

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)

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

(1 Question)

  • Q1. Mostly asked javascript array, string, problem solving round

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)

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 in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

Almost all on class based components in react js & polyfills prototypes for array methods

Interview Preparation Tips

Interview preparation tips for other job seekers - they mostly ask about class base components

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)

Jobs at Tekion

View all
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

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 in Oct 2023. 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. Basic knowledge about flutter
Round 3 - Coding Test 

Write a flutter code to display the values as a list for the given JSON

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)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Assignment 

Basic theory questions and output

Round 2 - Coding Test 

DSA including problem solving skills and checking the approach as well

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)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Array, Strings, HashMap

Round 2 - HR 

(1 Question)

  • Q1. What about the hybrid mode. and working in early stage startups?
  • Ans. 

    Hybrid mode refers to a combination of remote and in-office work, common in early stage startups.

    • Hybrid mode allows for flexibility in work location, combining the benefits of remote work with in-person collaboration.

    • Working in early stage startups can be exciting and fast-paced, with opportunities to take on diverse responsibilities and make a significant impact.

    • It is important to be adaptable and willing to wear mult...

  • Answered by AI

Frontend Developer Intern Interview Questions asked at other Companies

Q1. Last Stone Weight Problem Explanation Given a collection of stones, each having a positive integer weight, perform the following operation: On each turn, select the two heaviest stones and smash them together. Assume the stones have weights... 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
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