Upload Button Icon Add office photos
Engaged Employer

i

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

Winjit Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Winjit Technologies QA Engineer Interview Questions and Answers

Updated 26 Nov 2024

Winjit Technologies QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Ashwini Dixit

posted on 26 Nov 2024

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 questions from similar companies

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

I applied via Naukri.com and was interviewed in Jan 2023. 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 - Aptitude Test 

Totally it was 45 questions...

Round 3 - Technical 

(5 Questions)

  • Q1. What is regression testing
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Performed after code changes to verify that existing features still work correctly

    • Helps prevent the introduction of new bugs or issues

    • Automated tools can be used to streamline the process

    • Examples: running test cases after a software update, checking for bugs in previou

  • Answered by AI
  • Q2. What is difference between smoke 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 software build is stable enough for further testing, while sanity testing is done to check if the specific functionality is working as expected.

    • Smoke testing is usually performed by developers before handing over the build to QA, while sanity testing is usually performed by QA en...

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

    Functional testing is a type of software testing where the system is tested against the functional requirements/specifications.

    • Tests the functionality of the software application

    • Focuses on what the system does

    • Verifies that the system behaves as expected

    • Does not concern with how the system works internally

    • Examples: testing login functionality, search feature, data validation

  • Answered by AI
  • Q4. Oops concepts and its definition
  • Ans. 

    Oops concepts refer to object-oriented programming principles like inheritance, polymorphism, encapsulation, and abstraction.

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

    • Polymorphism: Allows objects to be treated as instances of their parent class.

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

    • Abstraction: Hides the complex implementation detail...

  • Answered by AI
  • Q5. Testng and cucumber framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in your technical skills

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Jul 2023. 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 - Coding Test 

Reverse string, without using for loop write reverse string

Round 3 - Coding Test 

Automation related questions, wait concepts

Round 4 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Privious company details

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2023. 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 - Technical 

(1 Question)

  • Q1. Oops concept , string manipulation programs , api testing
Round 3 - Technical 

(1 Question)

  • Q1. Post api call , java string program
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. NAf ehkhe k efkejf kew efk jfnkjdn
  • Q2. NAdfsdf dnfndkjsf dnf ndfkne nkdnfk

Interview Preparation Tips

Interview preparation tips for other job seekers - sndsand
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself Test cases and test scenario Agile smoke testing and sanity testing Functional and non fintional testing

I applied via Indeed and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Question asked about insurance domain
  • Q2. Basic manual concept
  • Q3. Bug tracking,
  • Q4. Project management

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience.
Interview test deep knowledge about insurance domain concept, specially insurance products knowledge.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 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 - Technical 

(2 Questions)

  • Q1. Python coding questions
  • Q2. Manual testing questions
Round 3 - Behavioral 

(2 Questions)

  • Q1. How we work the team
  • Q2. Overall working skills to be tested
Round 4 - HR 

(1 Question)

  • Q1. Discussion about the Salary
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Q spiders and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

They give different topics to discuss

Round 2 - Technical 

(1 Question)

  • Q1. All manual testing basic questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Diff types of testing
  • Ans. 

    Different types of testing include unit testing, integration testing, system testing, acceptance testing, and regression testing.

    • Unit testing: Testing individual components or modules of the software.

    • Integration testing: Testing how different modules work together.

    • System testing: Testing the entire system as a whole.

    • Acceptance testing: Testing to ensure the software meets the requirements of the end users.

    • Regression te...

  • Answered by AI

Skills evaluated in this interview

Winjit Technologies Interview FAQs

How many rounds are there in Winjit Technologies QA Engineer interview?
Winjit Technologies interview process usually has 2 rounds. The most common rounds in the Winjit Technologies interview process are One-on-one Round.
What are the top questions asked in Winjit Technologies QA Engineer interview?

Some of the top questions asked at the Winjit Technologies QA Engineer interview -

  1. Very basic not format...read more
  2. Not any special quest...read more
  3. Smoke testing as...read more

Tell us how to improve this page.

Winjit Technologies QA Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
Winjit Technologies QA Engineer Salary
based on 28 salaries
₹2.8 L/yr - ₹8.6 L/yr
6% less than the average QA Engineer Salary in India
View more details

Winjit Technologies QA Engineer Reviews and Ratings

based on 2 reviews

4.9/5

Rating in categories

4.9

Skill development

4.9

Work-life balance

4.9

Salary

4.9

Job security

4.9

Company culture

3.0

Promotions

4.9

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
323 salaries
unlock blur

₹3.4 L/yr - ₹15 L/yr

Software Developer
215 salaries
unlock blur

₹2.8 L/yr - ₹9.1 L/yr

Senior Software Engineer
161 salaries
unlock blur

₹4.6 L/yr - ₹17.6 L/yr

Project Engineer
33 salaries
unlock blur

₹7.6 L/yr - ₹19 L/yr

Senior Software Developer
33 salaries
unlock blur

₹5.5 L/yr - ₹18.5 L/yr

Explore more salaries
Compare Winjit Technologies with

ITC Infotech

3.6
Compare

3i Infotech

3.5
Compare

Sify Technologies

3.8
Compare

Microland

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