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 Developer Interview Questions and Answers

Updated 11 Dec 2024

Tekion Software Developer Interview Experiences

7 interviews found

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

(2 Questions)

  • Q1. DSA Graph question in any language
  • Q2. Sum of sub array
  • Ans. 

    The problem involves finding the sum of all possible subarrays in an array of integers.

    • Use nested loops to iterate through all possible subarrays

    • Keep track of the sum of each subarray as you iterate

    • Consider edge cases like empty array or negative numbers

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It consists mcq question based on technical skills and 2 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Directly coding solve

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Sliding window negative numbers in window
  • Ans. 

    Sliding window negative numbers in window

    • Implement a sliding window algorithm to find the maximum sum of a subarray of size k

    • Use a double-ended queue (deque) to efficiently maintain the maximum element in the window

    • Handle negative numbers by checking if the maximum element is outside the current window

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. LLD design Hotel management system
  • Ans. 

    The Hotel management system is a software solution that helps in managing various operations of a hotel.

    • The system should have modules for managing reservations, check-ins, check-outs, and room availability.

    • It should allow the hotel staff to assign rooms to guests and manage room rates.

    • The system should handle billing and payment processing.

    • It should provide reporting and analytics features to track hotel performance.

    • I...

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

(2 Questions)

  • Q1. Normal Resume based questions
  • Q2. Normal behavioural question

Skills evaluated in this interview

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

Tekion interview questions for designations

 Senior Software Developer

 (2)

 Software Engineer

 (15)

 Software Intern

 (1)

 Software Tester

 (1)

 Associate Software Engineer

 (13)

 Senior Software Engineer

 (5)

 Assistant Software Engineer

 (1)

 Front end Developer

 (2)

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

I applied via Referral and was interviewed before Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Easy simple questions are there. Not so much hard. leetcode medium question
Round 3 - Technical 

(1 Question)

  • Q1. Good Question. Related to Stack will be there
Round 4 - HR 

(1 Question)

  • Q1. Discussion on salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple questions. Read concepts

Software Developer Interview Questions & Answers

user image shubham jangid

posted on 27 Sep 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 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 - Coding Test 

Javascript question, closure, polyfill, hoisting, output question

Round 3 - Technical 

(1 Question)

  • Q1. React deep dive questions, useMemo, useCallback hooks

I applied via Walk-in and was interviewed in Sep 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Arrayquestions, pattern printing
Round 2 - Coding Test 

Pattern printing, array question

Round 3 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good place to build carrer if company need skilled person with provide
high salary

Interview questions from similar companies

Interview Questionnaire 

21 Questions

  • Q1. Discussion of previous written test questions
  • Q2. Find the odd repeating element from a set of repeating elements
  • Ans. 

    Find the odd repeating element from an array of strings

    • Use a hash table to count the frequency of each element

    • Iterate through the hash table to find the element with an odd count

  • Answered by AI
  • Q3. A 2D matrix is given which is row wise and column wise sorted. Find a particular element from it
  • Ans. 

    Finding an element in a sorted 2D matrix

    • Start from the top right corner or bottom left corner

    • Compare the target element with the current element

    • Move left or down if the target is smaller, else move right or up

    • Repeat until the target is found or all elements are checked

  • Answered by AI
  • Q4. SQL Query to find Nth highest salary from table
  • Ans. 

    SQL query to find Nth highest salary from table

    • Use ORDER BY and LIMIT clauses

    • Use subquery to get the Nth highest salary

    • Handle cases where there are less than N distinct salaries

  • Answered by AI
  • Q5. Another basic SQL query
  • Q6. Write a function that returns '3' when '4' is passed as an input and vice versa without using if-else condition
  • Ans. 

    Function to swap '3' and '4' without using if-else

    • Use XOR operator to swap the values

    • Convert the input to ASCII code and perform the swap

    • Use a lookup table to map the values

  • Answered by AI
  • Q7. Question on Suffix trees
  • Q8. Question on Tries
  • Q9. Question on Ternary search trees
  • Q10. Question on hash maps
  • Q11. Question on complexity of an algorithm
  • Q12. 3-4 SQL queries
  • Q13. Question on SQL joins
  • Q14. JAVA questions on static block,static function and static variables
  • Q15. JAVA questions on memory initialization and references
  • Q16. Puzzle on measuring exactly half a glass of water
  • Q17. Introduce yourself
  • Ans. 

    I am a software developer with experience in Java and Python.

    • Proficient in Java and Python programming languages

    • Experience in developing web applications using Spring framework

    • Familiarity with database management systems like MySQL and MongoDB

  • Answered by AI
  • Q18. Why PAYTM?
  • Ans. 

    PAYTM is a leading digital payment platform in India with a wide range of services.

    • PAYTM has a user-friendly interface and offers a seamless payment experience.

    • It provides a variety of services like mobile recharges, bill payments, and online shopping.

    • PAYTM has a strong focus on security and fraud prevention measures.

    • It has a large user base and is widely accepted by merchants across India.

    • PAYTM is constantly innovatin...

  • Answered by AI
  • Q19. Will you go for further studies?
  • Ans. 

    Yes, I am open to pursuing further studies in the future.

    • I believe in continuous learning and staying updated with the latest technologies.

    • Further studies can help me specialize in a particular field and enhance my skills.

    • I may consider pursuing a master's degree in computer science or a related field.

    • However, my immediate focus is on gaining practical experience and contributing to the organization.

  • Answered by AI
  • Q20. Why do you think has PAYTM grown so fast?
  • Ans. 

    PAYTM grew fast due to its innovative approach and early adoption of digital payments.

    • Early adoption of digital payments in India

    • Innovative approach with features like mobile recharges, bill payments, and cashback offers

    • Expansion into e-commerce and financial services

    • Strategic partnerships with major companies like Uber and Alibaba

  • Answered by AI
  • Q21. (looking at my CGPA of 9) You can get a better company. Then Why PAYTM only?

Interview Preparation Tips

Round: Test
Experience: there were 20 mcqs and 2 coding questions. It was a pen and paper test. We were given 1 hour to solve it. The mcqs were of average difficulty. The 2 coding questions were:
1. A variation of the standard Josephus Problem
2. Find the 'x' largest elements from 'n' input elements without using sorting.
Tips: They focus on algorithms not on complete solutions. Do not leave any question unattempted. If you do not know the exact approach then use Brute-Force approach.

Round: Technical Interview
Experience: The Interviewer was very nice. He was focussing on the approach used not on codes.
Tips: Be calm and think by basics :)

Round: Technical Interview
Experience: The interviewer asked high level data structures in this round. But again he saw the approach used and not exact solution
Tips: Don't give up. Tell whatever you know

Round: Technical Interview
Experience: JAVA questions were based on very detailed concepts. Study OOP properly.
Tips: Maintain your calm :)

Round: HR Interview
Experience: Overall the experience was nice and smooth.
Tips: If they allow you to ask them any question then ask them something about the company. They should find you interested in the company :)

General Tips: Just be cool. Show them you are enthusiastic to learn and work. While prepration focus on Basics and Algorithms. Prepare DBMS nicely too :)
Skill Tips: Have full knowledge about your projects
Skills: JAVA, Data Structures, Operating systems, Network Programming, DBMS
College Name: NIT Jalandhar
Motivation: PAYTM is a perfect mix for the dynamic startup culture and stability of a big organiztaion. PAYTM has an amazing work culture and excellent opportunities for growth

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: There were 3 Questions . One on String manipulation and two were on Binary Trees. All were easy but there was time constraint.
Tips: Practice as many question as possible.
Duration: 60 minutes
Total Questions: 3

Round: Technical Interview
Experience: I was given the problem to design a car pooling system complete with the required classes .. data structures which would be used ... how the database would look like etc..
Tips: General understanding of databases and OOP concepts would do.

Round: Technical Interview
Tips: Be thorough and have in-depth knowledge of each and every point of your resume.

College Name: BITS Pilani

Interview Preparation Tips

Skills: Algorithm, Java, Data structure
College Name: na

Tekion Interview FAQs

How many rounds are there in Tekion Software Developer interview?
Tekion interview process usually has 2-3 rounds. The most common rounds in the Tekion interview process are Technical, Coding Test and HR.
How to prepare for Tekion Software Developer 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 Agile, Analytical, Automotive, Backend and Machine Learning.
What are the top questions asked in Tekion Software Developer interview?

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

  1. Sliding window negative numbers in win...read more
  2. LLD design Hotel management sys...read more
  3. Sum of sub ar...read more

Tell us how to improve this page.

Tekion Software Developer Interview Process

based on 6 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
Join Tekion Building the world's best business applications on the cloud. 
Tekion Software Developer Salary
based on 56 salaries
₹10.6 L/yr - ₹41 L/yr
208% more than the average Software Developer Salary in India
View more details

Tekion Software Developer Reviews and Ratings

based on 14 reviews

3.0/5

Rating in categories

2.6

Skill development

2.8

Work-life balance

3.2

Salary

2.7

Job security

3.0

Company culture

2.8

Promotions

2.3

Work satisfaction

Explore 14 Reviews and Ratings
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