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
3.8

based on 167 Reviews

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
No response

I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. About the current project roles & responsibilites
  • Q2. What protocols do you know
  • Ans. 

    I am familiar with protocols such as HTTP, HTTPS, TCP/IP, FTP, SMTP, and SNMP.

    • HTTP - Hypertext Transfer Protocol used for web communication

    • HTTPS - Secure version of HTTP using SSL/TLS encryption

    • TCP/IP - Transmission Control Protocol/Internet Protocol for network communication

    • FTP - File Transfer Protocol for transferring files over a network

    • SMTP - Simple Mail Transfer Protocol for sending emails

    • SNMP - Simple Network Man

  • Answered by AI
  • Q3. How MQTT publish and subscribe works draw the flow of it
  • Ans. 

    MQTT publish and subscribe work by clients connecting to a broker, where publishers send messages to topics and subscribers receive messages from those topics.

    • Clients connect to a broker to publish or subscribe to topics

    • Publishers send messages to specific topics on the broker

    • Subscribers receive messages from topics they are subscribed to

    • Broker manages the routing of messages between publishers and subscribers

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Self introduction
  • Q2. How good you are on testing and few real based scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview will be moderate level
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

QA Engineer Interview Questions & Answers

NeoSOFT user image Shreeya Pimplapure

posted on 24 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Testing and project related
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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Dayanand Sagar College of Management and Information Technology, Bangalore and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Online assessment based on MCQ + coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic knowledge of programming is required
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jul 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

25 one marks questions need to be solved.

Round 3 - Group Discussion 

Discussed about how our life changed during COVID-19

Round 4 - Coding Test 

Java and SQL Questions need to be solved

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare basics and very strong in that!!
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

For QA must have knowladge on Selenium,java,maven,git and any ci/cd must.

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:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
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
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Related to technical skill
  • Q2. High level technical interview
Round 2 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself and project
  • Ans. 

    I am a QA Engineer with 5 years of experience working on various projects, including testing web applications and mobile apps.

    • Experienced in manual and automated testing

    • Proficient in using tools like Selenium and Jira

    • Worked on projects involving e-commerce websites and healthcare applications

  • Answered by AI
  • Q2. 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 features.

    • Regression testing is performed after code changes to verify that the existing functionality still works correctly.

    • It helps in identifying any defects introduced by new code changes.

    • Automated testing tools are often used to streamline the regression testing process.

    • Regressi...

  • Answered by AI
  • Q3. What native app and web app
  • Ans. 

    A native app is an application developed specifically for a particular platform or device, while a web app is accessed through a web browser.

    • Native apps are installed directly on the device and can access hardware features.

    • Web apps are accessed through a browser and do not require installation.

    • Examples of native apps include Instagram and Spotify, while examples of web apps include Google Docs and Trello.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

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.

People are getting interviews through

based on 1 Winjit Technologies interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Winjit Technologies QA Engineer Salary
based on 29 salaries
₹2.8 L/yr - ₹8.6 L/yr
7% less than the average QA Engineer Salary in India
View more details

Winjit Technologies QA Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

3.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 2 Reviews and Ratings
Software Engineer
303 salaries
unlock blur

₹3.7 L/yr - ₹13.9 L/yr

Software Developer
199 salaries
unlock blur

₹2.8 L/yr - ₹9 L/yr

Senior Software Engineer
149 salaries
unlock blur

₹4.4 L/yr - ₹16.4 L/yr

Project Engineer
39 salaries
unlock blur

₹7.6 L/yr - ₹19 L/yr

QA Engineer
29 salaries
unlock blur

₹2.8 L/yr - ₹8.6 L/yr

Explore more salaries
Compare Winjit Technologies with

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview