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
3.0

based on 297 Reviews

Filter interviews by

Tekion Senior QA Engineer Interview Questions and Answers

Updated 29 Apr 2024

Tekion Senior QA Engineer Interview Experiences

2 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. All testing manual question with SDLC question
Round 2 - Technical 

(1 Question)

  • Q1. Java OOPs concept , program to find second max, selenium script

I was interviewed in Sep 2021.

Round 1 - Technical 

(1 Question)

  • Q1. Basic of testing, Testcase writing, Logical reasoning
Round 2 - Technical 

(1 Question)

  • Q1. MySQL, Postman, Testing
Round 3 - Technical 

(1 Question)

  • Q1. Automation, Leading a team skill, understanding logic and situation handling questions
Round 4 - HR 

(1 Question)

  • Q1. Reason for change, how would you see yourself after few years

Interview Preparation Tips

Interview preparation tips for other job seekers - Each round of 1hour each, They confidence level in all answers

Senior QA Engineer Interview Questions Asked at Other Companies

asked in MakeMyTrip
Q1. Combination Sum Problem Statement Given an array of distinct posi ... read more
asked in MakeMyTrip
Q2. Next Greater Number Problem Statement Given a string S which repr ... read more
Q3. How do you get data from a file in selenium
Q4. if 2 threads are given and one burns in 30 minutes, how you can c ... read more
Q5. How can you execute a test case number of times?

Interview questions from similar companies

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

It was some sorting question - 1 Hour JAVA

Round 2 - Technical 

(2 Questions)

  • Q1. Some selenium and java based question
  • Q2. How would kill the child process
  • Ans. 

    Use the kill command with the child process ID to terminate it

    • Find the child process ID using tools like ps or pgrep

    • Use the kill command with the appropriate signal (e.g. SIGTERM, SIGKILL) and the child process ID

    • Example: kill -9

Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Java related qs
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

In this first round it was of 45mins which included MCQ question and 1 coding question.

Round 2 - Technical 

(4 Questions)

  • Q1. 1.Difference Between Const,Var,Char. 2.Oop's concept with example 3.JavaScript is async or sync language and explain the reason. 4.How to create a simple object in JavaScript. 5.Find element and Find Eleme...
  • Ans. 

    Answers to common interview questions for Automation Test Engineer position.

    • Const is used for constant values that cannot be reassigned, var is used for variable declaration, and char is a data type for storing characters in programming languages.

    • OOPs concepts include inheritance, encapsulation, polymorphism, and abstraction. Example: Inheritance allows a class to inherit properties and methods from another class.

    • JavaS...

  • Answered by AI
  • Q2. What is Type coercion?
  • Ans. 

    Type coercion is the process of converting one data type to another in programming.

    • Type coercion can happen implicitly or explicitly in programming languages.

    • Implicit type coercion occurs when the language automatically converts data types during operations.

    • Explicit type coercion occurs when the programmer manually converts data types using functions or operators.

    • Example: In JavaScript, the addition operator (+) can pe...

  • Answered by AI
  • Q3. What is Inheritance? Polymorphism?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance allows for code reusability by defining a new class based on an existing class.

    • Polymorphism enables flexibility in programming by allowing objects to be treated as instances of their pare...

  • Answered by AI
  • Q4. API Error code with explaination?
  • Ans. 

    API error codes are unique identifiers used to indicate specific errors in an API response.

    • API error codes are typically numeric or alphanumeric codes that correspond to specific errors in the API.

    • Each error code should have a corresponding explanation in the API documentation to help developers understand the issue.

    • Examples of API error codes include 400 Bad Request, 401 Unauthorized, and 404 Not Found.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Introduce Yourself? Why should we hire you? What is your relevant experience? Tell me about yourself? What are your salary expectations?

Interview Preparation Tips

Topics to prepare for Globant Automation Test Engineer interview:
  • Javascript
  • Cypress
  • OOPS
  • Core Java
  • API
Interview preparation tips for other job seekers - I Interviewed at Globant on 13/05/2024. First round went very well where they introduce about there company and link was provided For MCQ and coding round conducted.2nd round was GK round which was totally based on Technical question. I had answered each and very question but then also not got selected.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It included aptitude...selenium questions...java mcq questions...and a program to write

Round 2 - Technical 

(3 Questions)

  • Q1. Abstraction related questions
  • Q2. Interface, JIT, inheritance, java architecture
  • Q3. SQL questions...diff between char and varchar.....pk and fk....
Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Why should I hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for java
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Group Discussion 

General topics like Artificial Intelligence positive or negative impacts

Round 2 - Technical 

(1 Question)

  • Q1. Everything from resume
Round 3 - HR 

(1 Question)

  • Q1. General questions
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Asked SQL queries along with other JAVA questions

Round 2 - Technical 

(2 Questions)

  • Q1. Test scenarios for testing Whatapp application
  • Ans. 

    Test scenarios for testing WhatsApp application

    • Verify sending a text message

    • Test sending multimedia files (images, videos)

    • Check group chat functionality

    • Test voice and video call features

    • Verify message encryption and security measures

  • Answered by AI
  • Q2. Program explaining OOPS concepts
  • Ans. 

    OOPS concepts are the foundation of object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementatio...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Find the second largest number in an array
  • Ans. 

    Iterate through array to find second largest number

    • Iterate through the array and keep track of the largest and second largest numbers

    • Handle edge cases like duplicates or small array sizes

    • Return the second largest number found

  • Answered by AI
  • Q2. Other technical questions around java, oops, automation frameworks, testng, manual testing and test case creation.

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Nov 2023. There were 5 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 - Aptitude Test 

Written with multiple question both aptitude and technical

Round 3 - Technical 

(1 Question)

  • Q1. What is regression and smoke testing
  • Ans. 

    Regression testing is retesting of previously tested functionality to ensure that changes or fixes have not introduced new defects. Smoke testing is a subset of regression testing that focuses on testing the critical functionalities of an application.

    • Regression testing is performed to verify that changes or fixes in software have not introduced new defects or caused existing functionalities to fail.

    • It involves retestin...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Roles and responsibilities in your previous project and what is your contribution for project delivery
Round 5 - HR 

(1 Question)

  • Q1. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basics and confident delivery

Skills evaluated in this interview

Tekion Interview FAQs

How many rounds are there in Tekion Senior QA Engineer interview?
Tekion interview process usually has 3 rounds. The most common rounds in the Tekion interview process are Technical and HR.
What are the top questions asked in Tekion Senior QA Engineer interview?

Some of the top questions asked at the Tekion Senior QA Engineer interview -

  1. Basic of testing, Testcase writing, Logical reason...read more
  2. Automation, Leading a team skill, understanding logic and situation handling qu...read more
  3. Java OOPs concept , program to find second max, selenium scr...read more

Tell us how to improve this page.

Tekion Senior QA Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Paytm Interview Questions
3.3
 • 760 Interviews
Swiggy Interview Questions
3.8
 • 424 Interviews
CARS24 Interview Questions
3.6
 • 319 Interviews
Zomato Interview Questions
3.8
 • 315 Interviews
Globant Interview Questions
3.9
 • 169 Interviews
Chetu Interview Questions
3.3
 • 165 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Ola Cabs Interview Questions
3.4
 • 141 Interviews
AVASOFT Interview Questions
3.0
 • 136 Interviews
View all
Tekion Senior QA Engineer Salary
based on 28 salaries
₹9.8 L/yr - ₹26 L/yr
74% more than the average Senior QA Engineer Salary in India
View more details

Tekion Senior QA Engineer Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

4.0

Salary

3.8

Job security

4.0

Company culture

3.8

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
373 salaries
unlock blur

₹8.4 L/yr - ₹33.8 L/yr

Associate Software Engineer
320 salaries
unlock blur

₹6 L/yr - ₹23.5 L/yr

Senior Software Engineer
141 salaries
unlock blur

₹16 L/yr - ₹51 L/yr

Product Manager
81 salaries
unlock blur

₹12.3 L/yr - ₹44 L/yr

QA Engineer
65 salaries
unlock blur

₹6 L/yr - ₹17.5 L/yr

Explore more salaries
Compare Tekion with

CarDekho

3.7
Compare

Cartrade.com

3.9
Compare

CARS24

3.6
Compare

Razorpay

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