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

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

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Apitude test with coding test two sql questions,

Round 2 - Technical 

(6 Questions)

  • Q1. What is ETL, Layers of ETL, Do you know any ETL automation tool
  • Ans. 

    ETL stands for Extract, Transform, Load. It is a process used to extract data from various sources, transform it into a consistent format, and load it into a target database.

    • ETL involves three main layers: Extraction, Transformation, and Loading.

    • Extraction: Data is extracted from various sources such as databases, files, APIs, etc.

    • Transformation: Data is cleaned, validated, and transformed into a consistent format.

    • Load...

  • Answered by AI
  • Q2. Python star pattern 1 12 123, Differnce between List and Dictionary
  • Ans. 

    Python star pattern 1 12 123 is a pattern printing question. List and Dictionary are data structures in Python.

    • Python star pattern 1 12 123 can be achieved using nested loops.

    • Lists are ordered collections of items, accessed by index. Dictionaries are key-value pairs, accessed by key.

    • Example: List - [1, 2, 3], Dictionary - {'a': 1, 'b': 2, 'c': 3}

  • Answered by AI
  • Q3. 10-12 Queries based on joins, max function etc, difference between rank, dense rank, row_number and its syntax, how to combine two columns without concat function. What is Alias. What is the use of partiti...
  • Q4. Do you know GCP? Do you know bigquery?
  • Ans. 

    Yes, I am familiar with Google Cloud Platform (GCP) and BigQuery.

    • I have experience working with GCP services such as Compute Engine, Cloud Storage, and BigQuery.

    • I have used BigQuery for analyzing large datasets and running complex queries.

    • I am familiar with setting up data pipelines and ETL processes using GCP services.

  • Answered by AI
  • Q5. Q based on resume Shell scripting commands what is -x what is chmod 757 on owner group and others
  • Q6. What is SDLC, STLC
  • Ans. 

    SDLC stands for Software Development Life Cycle and STLC stands for Software Testing Life Cycle.

    • SDLC is a process used by software development teams to design, develop, and test high-quality software.

    • STLC is a subset of SDLC focused specifically on the testing phase of the software development process.

    • SDLC includes phases like planning, analysis, design, implementation, and maintenance.

    • STLC includes phases like test pl...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for DataMetica QA Engineer interview:
  • SQL
  • Python
  • Testing
  • Cloud
Interview preparation tips for other job seekers - Advance SQL and Testing Concepts, Basic Python and Cloud Concepts

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Roles and Responsibilities
  • Q2. Exlpain your current project
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
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
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
-
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java concepts and ooops

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 Campus Placement and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic testing questions testing life cycle testing types etc easy interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall Good learn basic about testing and easily crack this

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

Interview Questionnaire 

1 Question

  • Q1. Python Basic Programming, OOPS, Testing concepts, JIRA, ALM, SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Total Interview process is good

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

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
View all
Unthinkable Solutions QA Associate Salary
based on 16 salaries
₹5 L/yr - ₹9 L/yr
30% 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
189 salaries
unlock blur

₹7 L/yr - ₹18.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.5 L/yr

Junior Associate Software Engineer
65 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Junior IT Associate
47 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Explore more salaries
Compare Unthinkable Solutions 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