Upload Button Icon Add office photos

Filter interviews by

Vishleshan Software Solutions QA Engineer Interview Questions and Answers for Experienced

Updated 14 Jun 2024

Vishleshan Software Solutions QA Engineer Interview Experiences for Experienced

1 interview found

QA Engineer Interview Questions & Answers

user image Krunal Parekar

posted on 14 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Basic question of manual testing

Round 2 - Technical 

(2 Questions)

  • Q1. Regression testing
  • Q2. Explain difference in Smoke testing and sanity testing
  • Ans. 

    Smoke testing is a subset of regression testing, while sanity testing is a subset of acceptance testing.

    • Smoke testing is done to check if the critical functionalities of the software are working fine after changes.

    • Sanity testing is done to check if the specific functionalities are working fine after bug fixes or minor changes.

    • Smoke testing is a broad and shallow approach, while sanity testing is a narrow and deep appro...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Selenium, Java, functional testing
Round 2 - HR 

(1 Question)

  • Q1. Salary, notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - Good work life balance and learning new technologies

I applied via Company Website and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Most questions were asked from Test Cases.
  • Q2. Basics of testing SDLC, STLC

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics knowledge about testing. Read books about software testing. Keep knowledge about how different machines work like an ATM, Water Purifier etc. Test cases involved in these machines. Keep your answers one to one and simple.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - Aptitude Test 

Written tests that checked knowledge

Round 2 - One-on-one 

(2 Questions)

  • Q1. Passion, interests, etc.
  • Q2. How do you see yourself working here? Career goals.
  • Ans. 

    I see myself growing and contributing to the team's success by continuously learning and improving my skills.

    • Continuously learning new technologies and tools to improve testing processes

    • Collaborating with team members to share knowledge and best practices

    • Setting career goals to advance within the company, such as becoming a senior QA engineer

    • Taking on leadership roles in projects to develop management skills

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be friendly and confident.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Oct 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 - One-on-one 

(3 Questions)

  • Q1. Remove duplicates in string
  • Ans. 

    Remove duplicates in a string array

    • Iterate through the array and use a Set to store unique strings

    • Convert the Set back to an array to get the final result

  • Answered by AI
  • Q2. Remove spaces in string
  • Ans. 

    Remove spaces in a string

    • Use string.replace() method with regex to replace spaces with empty string

    • Alternatively, loop through each character in the string and build a new string without spaces

    • Consider trimming the string first to remove leading and trailing spaces

  • Answered by AI
  • Q3. What is testing
  • Ans. 

    Testing is the process of evaluating a system or application to identify defects or errors.

    • Testing involves executing software to find bugs or issues.

    • It ensures that the software meets the specified requirements.

    • Types of testing include functional, performance, security, and regression testing.

    • Examples of testing tools include Selenium, JUnit, and Postman.

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

(1 Question)

  • Q1. Strings remove duplicate and count
  • Ans. 

    Remove duplicate strings in an array and count occurrences of each string.

    • Iterate through the array and use a Set to remove duplicates.

    • Use a HashMap to count occurrences of each string.

    • Return the unique strings and their counts.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Discussed about salary

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 2 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 

(2 Questions)

  • Q1. Java coding program string and array
  • Q2. Selenium based question

Interview Preparation Tips

Interview preparation tips for other job seekers - They postpone my interview I waited for the panel whole day saying she will join in next slot next slot 15 min you to have to wait. And the next day when she joined she was very rough and rud.

I applied via Naukri.com and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Case Study 

Quality Assurance related cases studies

Round 2 - Coding Test 

Prepare for data structures and algorithms

Round 3 - Technical 

(2 Questions)

  • Q1. Prepare for STLC activities
  • Q2. Write test cases for pharm easy app

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for data structures, test plans, test cases enumeration

Skills evaluated in this interview

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

(1 Question)

  • Q1. Scripting and coding
Round 2 - HR 

(2 Questions)

  • Q1. About project structure
  • Q2. About prohect experience
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude and coding question

Round 2 - Technical 

(1 Question)

  • Q1. Types of exception in selenium
  • Ans. 

    Types of exceptions in Selenium include NoSuchElementException, ElementNotVisibleException, StaleElementReferenceException, TimeoutException, and WebDriverException.

    • NoSuchElementException: Thrown when an element could not be found in the DOM.

    • ElementNotVisibleException: Thrown when an element is present in the DOM but not visible.

    • StaleElementReferenceException: Thrown when an element is no longer attached to the DOM.

    • Tim...

  • Answered by AI

Skills evaluated in this interview

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

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

(2 Questions)

  • Q1. Details about the past experience
  • Q2. Asked questions about manual testing

Interview Preparation Tips

Topics to prepare for HCLTech QA Engineer interview:
  • Manualtesting
Interview preparation tips for other job seekers - Interview is not tough

Vishleshan Software Solutions Interview FAQs

How many rounds are there in Vishleshan Software Solutions QA Engineer interview for experienced candidates?
Vishleshan Software Solutions interview process for experienced candidates usually has 2 rounds. The most common rounds in the Vishleshan Software Solutions interview process for experienced candidates are Assignment and Technical.
What are the top questions asked in Vishleshan Software Solutions QA Engineer interview for experienced candidates?

Some of the top questions asked at the Vishleshan Software Solutions QA Engineer interview for experienced candidates -

  1. explain difference in Smoke testing and sanity test...read more
  2. Regression test...read more

Tell us how to improve this page.

Vishleshan Software Solutions QA Engineer Interview Process for Experienced

based on 1 interview

Interview experience

5
  
Excellent
View more
Software Developer
30 salaries
unlock blur

₹1.8 L/yr - ₹7.8 L/yr

Senior Software Developer
8 salaries
unlock blur

₹5 L/yr - ₹8 L/yr

Team Lead
6 salaries
unlock blur

₹7 L/yr - ₹9.2 L/yr

Webmethods Developer
5 salaries
unlock blur

₹3.6 L/yr - ₹4.2 L/yr

Angular Developer
5 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Explore more salaries
Compare Vishleshan Software Solutions with

Accenture

3.8
Compare

Capgemini

3.7
Compare

HCLTech

3.5
Compare

Teleperformance

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