Upload Button Icon Add office photos

Filter interviews by

Unthinkable Solutions QA Associate Interview Questions and Answers

Updated 26 Oct 2021

Unthinkable Solutions QA Associate Interview Experiences

1 interview found

QA Associate Interview Questions & Answers

user image Anonymous

posted on 26 Oct 2021

Interview Questionnaire 

4 Questions

  • Q1. All basic Testing Questions were asked.
  • Q2. What is Agile .Explain
  • Ans. 

    Agile is a project management methodology that emphasizes on iterative development, collaboration, and customer satisfaction.

    • Agile is based on the Agile Manifesto, which values individuals and interactions, working software, customer collaboration, and responding to change.

    • Agile involves breaking down a project into smaller, manageable chunks called sprints.

    • Agile encourages continuous feedback and improvement throughou...

  • Answered by AI
  • Q3. What is difference between integration and System testing.
  • Ans. 

    Integration testing checks if different modules work together, while system testing checks if the entire system meets requirements.

    • Integration testing focuses on testing the interfaces between modules or components of a system.

    • System testing focuses on testing the entire system as a whole, including all integrated components.

    • Integration testing is performed before system testing.

    • System testing is performed after integr...

  • Answered by AI
  • Q4. What is SANITY , Smoke Testing. Explain difference giving live project examples.
  • Ans. 

    Sanity and Smoke Testing are types of software testing used to ensure the stability of the application.

    • Smoke Testing is a quick and shallow test to check if the application is stable enough for further testing.

    • Sanity Testing is a more thorough test to check if the application is ready for release.

    • Smoke Testing is usually done after a new build is released, while Sanity Testing is done after major changes are made to th...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There were three rounds of interview. Two technical and One HR Round.
The interviewee were very considerate and supportive.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What's is authentication and authorisation
  • Ans. 

    Authentication is the process of verifying the identity of a user, while authorization is the process of granting access to specific resources.

    • Authentication confirms the identity of a user through credentials such as username and password.

    • Authorization determines what resources a user can access based on their role or permissions.

    • Examples of authentication include logging into a website or entering a PIN at an ATM.

    • Exa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is easy
10-15 mins first round

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

Interview Questionnaire 

3 Questions

  • Q1. Bank app test case
  • Q2. Basic manual testing concept
  • Q3. Work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview .
But now a days 1-2 years exp candidate takes inferview
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is inherentance?
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits attributes and methods from another class.

    • Allows a class to inherit properties and behaviors from another class

    • Promotes code reusability and reduces redundancy

    • Creates a parent-child relationship between classes

    • Derived class can access public and protected members of the base class

    • Example: Class 'Car' can inherit from class 'Vehicle' to reuse

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude and combined coding tests

Round 2 - Design round 

(1 Question)

  • Q1. Design a parking app or design a web or mobile app where farmers can directly sell their produce
  • Ans. 

    Design a web/mobile app for farmers to directly sell their produce.

    • Create a user-friendly interface for farmers to list their produce

    • Include features for farmers to set prices and quantities

    • Implement a search function for buyers to find specific produce

    • Include a secure payment system for transactions

    • Allow farmers to track their sales and manage inventory

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

(1 Question)

  • Q1. You have to explain the design of your previous round

Skills evaluated in this interview

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

Worst experience company is not so good

Round 2 - Technical 

(2 Questions)

  • Q1. What is object oriented programming
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP focuses on creating objects that interact with each other to solve problems

    • Encapsulation, inheritance, and polymorphism are key principles of OOP

    • Examples of OOP languages include Java, C++, and Python

  • Answered by AI
  • Q2. Questions on data structute
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Pattern Print with any language
  • Q2. Recursion based questions and some simple logical questions
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview before Jul 2023.

Round 1 - HR 

(1 Question)

  • Q1. How much expected salary
  • Ans. 

    Negotiable based on experience and responsibilities

    • Salary expectations are dependent on the specific role, responsibilities, and industry standards

    • Consider factors such as location, company size, and benefits package when determining salary expectations

    • Research average salaries for similar positions in the industry to have a realistic expectation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - fake interview

I applied via Campus Placement and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Difference between sets and list in java
  • Ans. 

    Sets are unordered collections of unique elements while lists are ordered collections of elements.

    • Sets do not allow duplicate elements while lists do.

    • Sets do not maintain the insertion order while lists do.

    • Sets have faster lookup time for specific elements while lists have faster iteration time.

    • Examples of sets in Java include HashSet and TreeSet while examples of lists include ArrayList and LinkedList.

  • Answered by AI
  • Q2. Exceptional handling. What does finally block do?
  • Ans. 

    Finally block is used to execute code after try-catch block, regardless of whether an exception is thrown or not.

    • Finally block is optional and follows the catch block.

    • It is used to clean up resources like closing files, database connections, etc.

    • Finally block is executed even if an exception is not caught.

    • It is used to ensure that a certain piece of code is always executed.

    • Example: try { //code } catch (Exception e) { ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviews are simple. They'll ask basic question and some personal questions

Skills evaluated in this interview

I applied via Company Website and was interviewed in Oct 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Round 1,2,3,4: written TEST based on 10th and 12th math, apptitude, reasoning then after f2f java questions, oops, string manipulation code, algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Well peapered on java, da, algo, math

Unthinkable Solutions Interview FAQs

What are the top questions asked in Unthinkable Solutions QA Associate interview?

Some of the top questions asked at the Unthinkable Solutions QA Associate interview -

  1. what is SANITY , Smoke Testing. Explain difference giving live project exampl...read more
  2. What is difference between integration and System testi...read more
  3. What is Agile .Expl...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

MAQ Software Interview Questions
2.0
 • 101 Interviews
Apisero Interview Questions
4.3
 • 65 Interviews
Webkul Software Interview Questions
3.9
 • 64 Interviews
Cloud Analogy Interview Questions
3.6
 • 58 Interviews
View all
Unthinkable Solutions QA Associate Salary
based on 16 salaries
₹5 L/yr - ₹9 L/yr
28% more than the average QA Associate Salary in India
View more details

Unthinkable Solutions QA Associate Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Associate Software Engineer
203 salaries
unlock blur

₹5.5 L/yr - ₹19.6 L/yr

Junior Associate
82 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Software Engineer
79 salaries
unlock blur

₹3.4 L/yr - ₹16 L/yr

Junior Associate Software Engineer
73 salaries
unlock blur

₹3.7 L/yr - ₹12.1 L/yr

Software Developer
45 salaries
unlock blur

₹4 L/yr - ₹16.6 L/yr

Explore more salaries
Compare Unthinkable Solutions with

Tekwissen

4.8
Compare

Softenger

4.1
Compare

XcelServ Solutions

4.5
Compare

Damco Solutions

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