Upload Button Icon Add office photos
Engaged Employer

i

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

Kellton Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Kellton Quality Analyst Interview Questions and Answers

Updated 10 Apr 2024

Kellton Quality Analyst Interview Experiences

2 interviews found

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

I applied via Campus Placement and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic apti questions

Round 2 - Technical 

(1 Question)

  • Q1. Basic testing knowledge
Round 3 - HR 

(1 Question)

  • Q1. About yourself s s
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Ask technical questions
Round 2 - Technical 

(2 Questions)

  • Q1. 2 hours taking technical interview
  • Q2. Testing process, bug life cycle, approaches
Round 3 - HR 

(1 Question)

  • Q1. Offer letter regarding discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - please do learn manual and automation properly.

Quality Analyst Interview Questions Asked at Other Companies

Q1. How you will maintain the balance between operations and quality ... read more
Q2. 1. What will you if production bug is reported by management that ... read more
Q3. What is difference between Quality Assurance and Quality control?
Q4. How can you make an xpath if there are 5 children nodes and all a ... read more
asked in Marble Box
Q5. As a QA what value you want to add if you get selected?

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Self-Introduction:
What is a constraint in SQL?
Can you explain the JOIN concept and how many types of JOINs we have?
What type of framework have you used and can you explain them?
Have you worked with Advanced Java?
What is polymorphism and can you explain the types?
How do you push code into GitHub?
Can you explain the OOP concepts with a real-time example?
Can you write a program to find repeated alphabets in a string?
Have you worked with JDBC connections?
What is the difference between a Primary Key and a Unique Key?
What is the difference between Priority and Severity?
Have you worked with .net technologies?

I applied via Naukri.com and was interviewed before Apr 2021. 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 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why are you looking for a change?
  • Q4. Tell me about yourself.
Round 3 - One-on-one 

(1 Question)

  • Q1. Kpi/QA tools/rca/tni

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and do your best.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(6 Questions)

  • Q1. Select 3 rd highest salary from employee table
  • Ans. 

    To select the 3rd highest salary from the employee table, you can use a SQL query with the 'LIMIT' and 'OFFSET' keywords.

    • Use a SQL query like 'SELECT salary FROM employee ORDER BY salary DESC LIMIT 1 OFFSET 2' to get the 3rd highest salary.

    • The 'ORDER BY' clause sorts the salaries in descending order, 'LIMIT 1' limits the result to 1 row, and 'OFFSET 2' skips the first two rows.

    • Make sure to adjust the 'OFFSET' value if

  • Answered by AI
  • Q2. Difference between put and patch
  • Ans. 

    Put is used to create or replace a resource, while patch is used to update a resource partially.

    • Put is idempotent, meaning multiple identical requests will have the same effect as a single request

    • Patch is not idempotent, as multiple identical requests may have different effects

    • Put requires the client to send the entire updated resource, while patch only requires the specific changes to be sent

  • Answered by AI
  • Q3. Difference between == and equals in string
  • Ans. 

    The == operator checks for reference equality, while the equals method checks for value equality in strings.

    • Use == to check if two string variables refer to the same object in memory.

    • Use equals() method to check if two string variables have the same sequence of characters.

    • Example: String str1 = "hello"; String str2 = "hello"; str1 == str2 will return false, but str1.equals(str2) will return true.

  • Answered by AI
  • Q4. Difference way of declaring String
  • Ans. 

    String can be declared using double quotes, single quotes, or the String constructor.

    • Declare using double quotes: String str1 = "Hello";

    • Declare using single quotes: String str2 = 'World';

    • Declare using String constructor: String str3 = new String("Java");

  • Answered by AI
  • Q5. Difference between String builder and String buffer
  • Ans. 

    String builder is not synchronized, while String buffer is synchronized.

    • String builder is faster than String buffer because it is not synchronized.

    • String buffer is thread-safe, while String builder is not.

    • String builder is preferred for single-threaded applications, while String buffer is preferred for multi-threaded applications.

  • Answered by AI
  • Q6. Convert array into arraylist
  • Ans. 

    Convert array to ArrayList of strings

    • Create a new ArrayList

    • Use Arrays.asList() method to convert array to ArrayList

    • Example: String[] array = {"apple", "banana", "orange"}; ArrayList list = new ArrayList<>(Arrays.asList(array));

Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Roles and responsibilities,testing methods

Interview Preparation Tips

Interview preparation tips for other job seekers - They are expecting banking domain knowledge

I applied via Job Fair and was interviewed before Oct 2021. There were 2 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 

(2 Questions)

  • Q1. Project related questions Testing techniques
  • Q2. Project Overall flow
  • Ans. 

    The overall flow of a project involves planning, execution, monitoring, and controlling.

    • The project starts with planning, where the objectives, scope, and deliverables are defined.

    • Execution involves carrying out the plan and completing the tasks.

    • Monitoring involves tracking the progress and making adjustments as needed.

    • Controlling involves ensuring that the project stays on track and within budget.

    • Examples of tools use...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For qa- sdtlc, testing techniques, projects flow, how flexible, team handling, responsibilities will ask
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain system testing
  • Ans. 

    System testing is a type of software testing that evaluates the system as a whole to ensure it meets specified requirements.

    • System testing is performed on a complete, integrated system to evaluate its compliance with specified requirements.

    • It focuses on verifying that the system functions correctly in its intended environment.

    • It includes testing the system's functionality, performance, reliability, and security.

    • System ...

  • Answered by AI
  • Q2. Explain test cycle
  • Ans. 

    Test cycle is a series of steps involved in testing a software application.

    • Test planning: Define objectives, scope, and resources.

    • Test design: Create test cases based on requirements.

    • Test execution: Run test cases and report defects.

    • Test closure: Evaluate test results and provide feedback.

    • Example: Test cycle for a website includes planning, designing test cases for login functionality, executing tests, and closing with

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a dedicated Quality Analyst with 5 years of experience in ensuring product quality through testing and analysis.

    • 5 years of experience in quality analysis

    • Skilled in testing and analysis

    • Detail-oriented and dedicated to ensuring product quality

  • Answered by AI
  • Q2. 5 years down the lane where do u see yourself
  • Ans. 

    In 5 years, I see myself as a senior Quality Analyst leading a team and implementing innovative quality assurance strategies.

    • Leading a team of QA analysts

    • Implementing innovative QA strategies

    • Continuing professional development in QA field

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Apr 2021. 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 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why are you looking for a change?
  • Q4. Tell me about yourself.
Round 3 - One-on-one 

(1 Question)

  • Q1. Kpi/QA tools/rca/tni

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and do your best.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Self-Introduction:
What is a constraint in SQL?
Can you explain the JOIN concept and how many types of JOINs we have?
What type of framework have you used and can you explain them?
Have you worked with Advanced Java?
What is polymorphism and can you explain the types?
How do you push code into GitHub?
Can you explain the OOP concepts with a real-time example?
Can you write a program to find repeated alphabets in a string?
Have you worked with JDBC connections?
What is the difference between a Primary Key and a Unique Key?
What is the difference between Priority and Severity?
Have you worked with .net technologies?

Kellton Interview FAQs

How many rounds are there in Kellton Quality Analyst interview?
Kellton interview process usually has 3 rounds. The most common rounds in the Kellton interview process are Technical, HR and One-on-one Round.
How to prepare for Kellton Quality Analyst 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 Kellton. The most common topics and skills that interviewers at Kellton expect are Automation Testing, Manual Testing, Python, API Testing and Selenium.
What are the top questions asked in Kellton Quality Analyst interview?

Some of the top questions asked at the Kellton Quality Analyst interview -

  1. testing process, bug life cycle, approac...read more
  2. 2 hours taking technical interv...read more
  3. offer letter regarding discuss...read more

Tell us how to improve this page.

Kellton Quality Analyst Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Kellton Quality Analyst Salary
based on 10 salaries
₹3.5 L/yr - ₹7 L/yr
At par with the average Quality Analyst Salary in India
View more details

Kellton Quality Analyst Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
386 salaries
unlock blur

₹5.5 L/yr - ₹21.5 L/yr

Software Engineer
376 salaries
unlock blur

₹1.8 L/yr - ₹10.3 L/yr

Lead Engineer
160 salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Software Developer
143 salaries
unlock blur

₹2.8 L/yr - ₹9.1 L/yr

Software Quality Analyst
89 salaries
unlock blur

₹2.7 L/yr - ₹9 L/yr

Explore more salaries
Compare Kellton with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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