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

ASE Interview Questions & Answers

user image Anonymous

posted on 19 Feb 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Job Fair and was interviewed in Jan 2023. 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 - One-on-one 

(1 Question)

  • Q1. Vertical Order Traversal of a tree
  • Ans. 

    Vertical Order Traversal of a tree

    • Vertical order traversal is a way to traverse a binary tree from top to bottom, left to right

    • Nodes are printed in order of their horizontal distance from the root node

    • If two nodes have the same horizontal distance, they are printed in the order they appear in the tree

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

(1 Question)

  • Q1. Low level Design of Twitter
  • Ans. 

    Low level design of Twitter involves various components like servers, databases, APIs, and algorithms.

    • Twitter uses a distributed system architecture with multiple servers for handling user requests and data storage.

    • The system uses a combination of relational and NoSQL databases for storing user data and tweets.

    • APIs are used for communication between different components of the system and for providing access to third-p...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary Negotiaton and Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice of System Design is good, read tutorials and think a lot

Skills evaluated in this interview

ASE Interview Questions asked at other Companies

Q1. Given N gold wires, each wire has a length associated with it. At a time, only two adjacent small wires are assembled at the end of a large wire and the cost of forming is the sum of their length. Find the minimum cost when all wires are as... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 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 - Case Study 

Potential product portfolio

Round 3 - One-on-one 

(2 Questions)

  • Q1. Basic Technical knowledge questions
  • Q2. Scenario based questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Conflict handling / people management questions

Associate Product Manager Interview Questions asked at other Companies

Q1. 2. You have water filled Jar X and empty Jar Y. You transferred a portion of water from Jar X to Y using spunch which absorbs A% of water and it pours B% of water in Jar B. After one iteration, Z ml of water is present in Jar Y find water i... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. DSA round: Find pair of integers equalling a sum k
  • Ans. 

    Use a hashmap to store seen elements and check if complement exists in the hashmap.

    • Create a hashmap to store seen elements.

    • Iterate through the array and for each element, check if the complement (k - current element) exists in the hashmap.

    • If complement exists, return the pair of integers.

    • Example: For array [2, 7, 11, 15] and sum 9, the pair of integers is (2, 7).

  • Answered by AI
  • Q2. DSA round: Find anagrams of a string
  • Ans. 

    Anagrams of a string are words or phrases formed by rearranging the letters of the original string.

    • Create a hashmap to store the frequency of characters in the input string

    • Iterate through the array of strings and check if the frequency of characters matches with the input string

    • Add the strings that are anagrams of the input string to the result array

  • Answered by AI
Round 2 - Coding Test 

LLD round to design BookMyShow booking scenario

Round 3 - Coding Test 

HLD round : design a log analysis tool

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
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Frontend and js basics
  • Q2. DSA MEDIUM LEVEL
Round 2 - Coding Test 

Machine coding round

Interview Preparation Tips

Topics to prepare for Tekion Associate Software Engineer interview:
  • Javascript
  • DSA
Interview preparation tips for other job seekers - prep good frontend and medium level dsa

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)

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
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 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 - Technical 

(1 Question)

  • Q1. You should be depth technical knowledge of the current system and should be process-oriented
Round 3 - Case Study 

Basically, the question related to the work you have done in the past org

Round 4 - One-on-one 

(1 Question)

  • Q1. Basically dependent on the team

Technical Program Manager Interview Questions asked at other Companies

Q1. consider a scenario where you are collaborating with multiple PoDs (product teams), each of these are working on business critical deliverables with dedicated engineering teams but a common QA team for all. How will you ensure that the QA b... read more
View answer (2)

Get interview-ready with Top Tekion Interview Questions

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

I applied via LinkedIn and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

Asked question on card game.
There is a grid of 16 cards
there 2 cards of each pattern, so 8 unique cards
initially all cards are flipped and pattern are not visible
on clikcing of card it flips and shows the pattern and do the same to the other cards
but if the card pattern doesn't match the previous card it flipback to hide the pattern for all cards

Interview Preparation Tips

Topics to prepare for Tekion Software Engineer interview:
  • React.Js

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)

Jobs at Tekion

View all

Interview Questions & Answers

user image Anonymous

posted on 17 Jun 2022

I applied via Job Fair and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1 dsa 1 reverse string 1 react question
Round 2 - Technical 

(1 Question)

  • Q1. Stopwatch and settimeout function

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply this company because wasting the candidates time.
1st round went well
2nd round was worst interviewer . He is not taken an interest to interview candidates. I think interviewer need to catch up the flight . Tekion managers your senior developer are taking an interview with hurry up or not interested if you still not changing the management properly you guys won't get the better employees
Tekion can response this ? You guys are marketing like our ceo previously working in tesla . You can also work with them .
Guys stop taking this type of bullshits .

I just to one advice to hiring management
Change your interviewers interview ways because you guys setup interview with hard but interviewer just come and enjoy the Candidates times and rejects the candidates .

If you guys change the toxic interviewer you won't get best candidates in your company.

If tekion is lookout this review ?

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 26 May 2024

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

I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Hacker rank test was there in round one.

Round 2 - Technical 

(1 Question)

  • Q1. Sql problem was given and asked to solved.
Round 3 - Technical 

(1 Question)

  • Q1. Sql coding question was asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on selenium and python

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. It was rather like a briefing about the job role and about the assessment I would get for my next role.
Round 2 - Assignment 

I was given a topic and asked to make a poster. The duration given was 3 days.

Round 3 - One-on-one 

(1 Question)

  • Q1. The interviewer asked to me explain the assessment and the initial idea behind it. Also received feedback which was helpful.

Product Designer Interview Questions asked at other Companies

Q1. What are other things you do apart from designing?
View answer (1)

Associate Software Engineer Interview Questions & Answers

user image Deborshi Bhattacharjee

posted on 20 May 2024

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Find number of 2s in a given number
  • Ans. 

    Count the number of 2s in a given number

    • Iterate through each digit of the number and count the occurrences of 2

    • Convert the number to a string for easier manipulation

    • Handle edge cases like negative numbers or zero

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

(1 Question)

  • Q1. Parking lot design
  • Ans. 

    Parking lot design involves layout, size, capacity, and efficiency considerations.

    • Consider the layout to maximize space and ease of access for vehicles.

    • Include designated spots for different types of vehicles (e.g. compact, electric, disabled).

    • Implement efficient traffic flow patterns to reduce congestion and improve safety.

    • Incorporate technology like sensors and automated payment systems for convenience.

    • Ensure proper ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA and low level design questions.

Skills evaluated in this interview

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)

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