Upload Button Icon Add office photos

Filter interviews by

Unthinkable Solutions Quality Engineer Interview Questions and Answers

Updated 23 Oct 2024

Unthinkable Solutions Quality Engineer Interview Experiences

2 interviews found

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

I appeared for an interview in Sep 2024.

Round 1 - Coding Test 

Java Programming and core java along with DSA

Round 2 - Technical 

(2 Questions)

  • Q1. Define Constructors
  • Ans. 

    Constructors are special methods in a class that are used to initialize objects.

    • Constructors have the same name as the class they belong to.

    • They are called automatically when an object of the class is created.

    • Constructors can have parameters to initialize the object with specific values.

    • Example: public class Car { public Car(String color) { this.color = color; }}

  • Answered by AI
  • Q2. Define Oops pillars
  • Ans. 

    Oops pillars refer to the four main concepts of object-oriented programming: Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability of a function to behave differently based on the object it is acting upon.

    • Abstraction: Hiding the ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 Coding questions time - 1:30 hours

Round 2 - One-on-one 

(2 Questions)

  • Q1. Ask about technical skills
  • Q2. Ask DSA queston

Quality Engineer Interview Questions Asked at Other Companies

asked in MM AUTO
Q1. What is MSA and addition of msa version, type of msa ,what differ ... read more
asked in MM AUTO
Q2. What is 7 QC tool,parito analysis,xchart and r chart explain ,why ... read more
Q3. If a monkey eat 6 apples more than the previous day and complete ... read more
Q4. What is the Physical & Chemical test of Steel Reinforcement?
asked in MM AUTO
Q5. what is IATF audit , cause of IATF , relationship between for IAT ... read more

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

I applied via Campus Placement and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1. Design a timestamp convert that into date and time.
  • Ans. 

    A timestamp converter that converts timestamp to date and time.

    • Use a programming language that supports date and time functions.

    • Convert the timestamp to a date and time format using the appropriate function.

    • Handle time zone differences if necessary.

    • Consider the output format required.

  • Answered by AI
  • Q2. 2. Design a parking lot
  • Ans. 

    Design a parking lot

    • Determine the size and capacity of the parking lot

    • Decide on the layout and number of parking spaces

    • Implement a system for managing parking spots and payments

    • Consider adding features such as security cameras and lighting

    • Ensure accessibility for disabled individuals

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was good. Not a lot of questions were asked. Was checked on basic understanding of programming in general and analytical skills

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

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

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself?
  • Q2. Final year project explanation (based on software)
  • Ans. 

    Developed a web-based project management tool for small businesses

    • Used PHP and MySQL for backend development

    • Implemented a responsive UI using HTML, CSS, and JavaScript

    • Included features such as task assignment, progress tracking, and file sharing

    • Conducted user testing and incorporated feedback for improvements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Friendly interview just give solution oriented answers rather than bookish answers.

I applied via Company Website and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Coding question on array , tree

Interview Preparation Tips

Interview preparation tips for other job seekers - 4 rounds
1. written
2. Technical (Java/spring boot)
3. Technical ( Coding, DS, array, tree etc and time complexity)
4. Managerial technical ( Situation based technical ques, Puzzles, Project related que)
5. Salary discussion

I applied via Campus Placement and was interviewed before Feb 2021. 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 - Coding Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Your resume should have SQL projects and you should be good at problem solving. Since there is data related work in company hence having knowledge of data science would really help

Unthinkable Solutions Interview FAQs

How many rounds are there in Unthinkable Solutions Quality Engineer interview?
Unthinkable Solutions interview process usually has 2 rounds. The most common rounds in the Unthinkable Solutions interview process are Coding Test, Technical and One-on-one Round.
What are the top questions asked in Unthinkable Solutions Quality Engineer interview?

Some of the top questions asked at the Unthinkable Solutions Quality Engineer interview -

  1. Define Construct...read more
  2. Define Oops pill...read more
  3. Ask DSA ques...read more

Tell us how to improve this page.

Unthinkable Solutions Quality Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

MAQ Software Interview Questions
1.9
 • 101 Interviews
Apisero Interview Questions
4.3
 • 65 Interviews
Webkul Software Interview Questions
3.9
 • 62 Interviews
Cloud Analogy Interview Questions
3.6
 • 54 Interviews
View all

Unthinkable Solutions Quality Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

5.0

Job security

4.0

Company culture

4.0

Promotions

4.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.3 L/yr - ₹16 L/yr

Junior Associate Software Engineer
71 salaries
unlock blur

₹3.7 L/yr - ₹13.2 L/yr

Junior IT Associate
47 salaries
unlock blur

₹4 L/yr - ₹9 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.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview