Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Kumaran Systems Team. If you also belong to the team, you can get access from here

Kumaran Systems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Kumaran Systems QA Engineer Interview Questions and Answers

Updated 4 Oct 2024

Kumaran Systems QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image 18M218 KUMARAVELU V Kce

posted on 4 Oct 2024

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

(2 Questions)

  • Q1. Tell me About yourself
  • Ans. 

    I am a dedicated QA Engineer with 5 years of experience in testing web and mobile applications.

    • Experienced in manual and automated testing

    • Proficient in using testing tools such as Selenium and Jira

    • Strong attention to detail and problem-solving skills

    • Collaborative team player with excellent communication skills

  • Answered by AI
  • Q2. Basic question with java selenium

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
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 - One-on-one 

(2 Questions)

  • Q1. Smoke testing asked
  • Q2. Very basic not formatted
Round 2 - One-on-one 

(1 Question)

  • Q1. Not any special question
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Test life cycle
Round 2 - Technical 

(1 Question)

  • Q1. Testing artifact
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiations
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. How are you different from other testers ?
  • Ans. 

    I have a strong background in automation testing and a keen eye for detail.

    • Extensive experience in automation testing using tools like Selenium and Appium

    • Ability to write complex test scripts and perform regression testing efficiently

    • Strong analytical skills to identify and troubleshoot issues effectively

    • Proven track record of finding critical bugs missed by other testers

  • Answered by AI

I applied via Naukri.com and was interviewed before May 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was mixed like aptitude and from technical.

Round 2 - Technical 

(1 Question)

  • Q1. It was F2F round. Where technical questions were asked.
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round. It includes technical and managerial both
Round 4 - HR 

(1 Question)

  • Q1. HR round. It includes all the HR level questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be prepared with your resume content what you have mentioned
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. What is components
  • Ans. 

    Components are reusable and independent parts of a software system that perform specific functions.

    • Components are modular and can be easily integrated into different parts of a software system.

    • They help in organizing code and promoting reusability.

    • Examples include buttons, input fields, and dropdown menus in a user interface.

  • Answered by AI
  • Q2. What is react.js
  • Ans. 

    React.js is a JavaScript library for building user interfaces.

    • React.js is developed and maintained by Facebook.

    • It allows developers to create reusable UI components.

    • React.js uses a virtual DOM for better performance.

    • It follows a component-based architecture.

    • React.js can be used for building single-page applications.

  • Answered by AI
  • Q3. What is state and props
  • Ans. 

    State and props are two important concepts in React for managing data and passing data between components.

    • State is used to store and manage data within a component. It is mutable and can be updated using setState() method.

    • Props (short for properties) are used to pass data from parent components to child components. Props are immutable.

    • State is internal to a component, while props are external and passed down from paren...

  • Answered by AI
  • Q4. What is hooks in reactjs
  • Ans. 

    Hooks in ReactJS are functions that let you use state and other React features without writing a class.

    • Hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.

    • Some commonly used hooks are useState, useEffect, useContext, and useRef.

    • Hooks can be used to manage component state, perform side effects, and access context in functional components.

    • Example: useState hook allows yo...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is components in react
  • Ans. 

    Components in React are reusable, independent pieces of code that manage their own state and can be composed together to build complex UIs.

    • Components are the building blocks of a React application

    • They can be either functional components or class components

    • Components can have their own state and lifecycle methods

    • Components can be reused and composed together to create complex UIs

    • Example:

      , ,
  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Difference between stored procedure and functions
  • Ans. 

    Stored procedures are precompiled SQL codes that can be executed multiple times, while functions return a single value.

    • Stored procedures can modify database tables, while functions cannot.

    • Functions can be used in SQL statements, while stored procedures cannot.

    • Stored procedures can have input and output parameters, while functions can only have input parameters.

    • Functions can be called from within stored procedures, but ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and do well
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2022. There were 3 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 - Coding Test 

Written test on Basics of c and c++ is asked.
Also be thorough with mathematical topics like vectors,calculus.

Round 3 - Technical 

(2 Questions)

  • Q1. C++ basic questions Oops concepts
  • Q2. Math questions on vectors and calculus Predict the output for a given program

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and strong at basics of C/C++.
They also value your communication skills as well.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find repeated nos in arrays
  • Ans. 

    Find repeated numbers in arrays of strings

    • Iterate through each string in the array

    • Convert each string to an array of numbers

    • Use a hash map to track the frequency of each number

    • Identify and return the repeated numbers

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Current company work, reason for change, etc.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Apr 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 - Aptitude Test 

Basic logical aptitude questions

Round 3 - Technical 

(3 Questions)

  • Q1. Aggregate Functions in MySQL
  • Ans. 

    Aggregate functions in MySQL are used to perform calculations on a set of values and return a single value.

    • Aggregate functions include COUNT, SUM, AVG, MIN, and MAX.

    • COUNT returns the number of rows in a table.

    • SUM returns the sum of a set of values.

    • AVG returns the average of a set of values.

    • MIN returns the minimum value in a set of values.

    • MAX returns the maximum value in a set of values.

    • Aggregate functions can be used w...

  • Answered by AI
  • Q2. Decorators in Python
  • Ans. 

    Decorators are functions that modify the behavior of other functions without changing their source code.

    • Decorators are denoted by '@' symbol in Python.

    • They can be used to add functionality to a function, such as logging or timing.

    • They can also be used to modify the behavior of a function, such as caching or memoization.

    • Decorators can be applied to classes, methods, and functions.

    • Examples of built-in decorators in Pytho

  • Answered by AI
  • Q3. How can you access the values in dictionary?
  • Ans. 

    Values in a dictionary can be accessed using keys.

    • Use the key to access the corresponding value in the dictionary.

    • Values can be accessed using square brackets or the get() method.

    • If the key is not present, using square brackets will raise a KeyError, while get() will return None or a default value.

    • Example: my_dict = {'key1': 'value1', 'key2': 'value2'}

    • my_dict['key1'] will return 'value1'

    • my_dict.get('key2') will return ...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Have you ever worked under tight deadlines?
  • Ans. 

    Yes

    • Yes, I have worked under tight deadlines in my previous roles.

    • I am accustomed to working in fast-paced environments and delivering high-quality work within tight timeframes.

    • For example, in my previous job, we had a project with a strict deadline of two weeks. Despite the limited time, I successfully completed the project on time by prioritizing tasks, collaborating with team members, and efficiently managing my time

  • Answered by AI
  • Q2. What are the key focus areas you focused on to get success in your past roles?
  • Ans. 

    In my past roles, I focused on key areas such as problem-solving, collaboration, continuous learning, and delivering high-quality software.

    • Problem-solving: I actively sought out and resolved complex technical issues, finding efficient and effective solutions.

    • Collaboration: I worked closely with cross-functional teams, fostering open communication and teamwork to achieve project goals.

    • Continuous learning: I consistently...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep upgrading and upskilling yourself

Skills evaluated in this interview

Kumaran Systems Interview FAQs

How many rounds are there in Kumaran Systems QA Engineer interview?
Kumaran Systems interview process usually has 1 rounds. The most common rounds in the Kumaran Systems interview process are Technical.
How to prepare for Kumaran Systems QA Engineer 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 Kumaran Systems. The most common topics and skills that interviewers at Kumaran Systems expect are SQL Server, SSRS, Data Warehousing, Oracle and QA.

Tell us how to improve this page.

Kumaran Systems QA Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Fast track your campus placements

View all
Kumaran Systems QA Engineer Salary
based on 7 salaries
₹4.8 L/yr - ₹5.5 L/yr
13% less than the average QA Engineer Salary in India
View more details
Programmer
113 salaries
unlock blur

₹3.6 L/yr - ₹12.1 L/yr

Softwaretest Engineer
103 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Senior Programmer
98 salaries
unlock blur

₹7.6 L/yr - ₹27 L/yr

Module Lead
48 salaries
unlock blur

₹9.1 L/yr - ₹32 L/yr

Trainee Programmer
34 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Explore more salaries
Compare Kumaran Systems with

Softenger

4.1
Compare

Foray Software

3.5
Compare

Nelito System

3.5
Compare

Black Knight

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