Upload Button Icon Add office photos

Filter interviews by

Netwin Infosolutions QA Engineer Interview Questions and Answers

Updated 15 Aug 2024

Netwin Infosolutions QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Aug 2024

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

I applied via Approached by Company and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Case Study 

1. Test cases on chair and baloon.
2. Past work experience.

Round 2 - Technical 

(5 Questions)

  • Q1. What is sql injection?
  • Ans. 

    SQL injection is a type of cyber attack where malicious SQL code is inserted into input fields to manipulate a database.

    • SQL injection occurs when an attacker inserts malicious SQL code into input fields on a website.

    • This can allow the attacker to access, modify, or delete data from the database.

    • Preventing SQL injection involves using parameterized queries and input validation.

    • Example: Entering ' OR '1'='1' into a login

  • Answered by AI
  • Q2. Testing methodology?
  • Q3. 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 on testing activities such as test planning, test design, test execution, and test closure.

    • SDLC includes phases like requirements gathering, design, development, testing, deployment, and ma...

  • Answered by AI
  • Q4. Principles of software testing?
  • Ans. 

    Principles of software testing involve thorough planning, systematic execution, and continuous improvement.

    • Testing should start early in the software development lifecycle.

    • Testing should be based on requirements and specifications.

    • Testing should be thorough and cover all possible scenarios.

    • Testing should be repeatable and consistent.

    • Testing should be automated where possible to increase efficiency.

    • Testing should be per...

  • Answered by AI
  • Q5. Past work experience?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared with theory.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was normal aptitude test

Round 2 - Coding Test 

This was normal DSA questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be normal
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. How many years of experience you have
Round 1 - Coding Test 

Topics:
Python, Django, MySQL, Automation, Technical questions

Round 2 - Technical 

(3 Questions)

  • Q1. Topics: Python, Django, MySQL, Automation, Technical questions
  • Q2. Explain Django Architecture
  • Ans. 

    Django follows Model-View-Controller (MVC) architectural pattern.

    • Django has a high-level architecture that follows the Model-View-Controller (MVC) architectural pattern.

    • The Model layer represents the database schema and business logic.

    • The View layer is responsible for rendering the templates and presenting the data to the user.

    • The Controller layer handles the user's input and interacts with the Model and View layers.

    • Dj...

  • Answered by AI
  • Q3. Difference between XML and JSON
  • Ans. 

    XML is a markup language while JSON is a lightweight data interchange format.

    • XML uses tags to define elements while JSON uses key-value pairs.

    • XML is more verbose and complex than JSON.

    • JSON is easier to read and parse than XML.

    • XML supports namespaces and validation while JSON does not.

    • XML is widely used in web services and document exchange while JSON is preferred for data exchange between applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Python Django
Showcase your skills

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. OOPS concepts
  • Q2. SQL questions
  • Q3. Write a program..
  • Ans. 

    Program to print the Fibonacci series up to a given number.

    • Take input from user for the limit of the series.

    • Initialize two variables with 0 and 1 respectively.

    • Use a loop to generate the series and print each number.

    • Add the previous two numbers to get the next number in the series.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Oct 2022. There were 3 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 - HR 

(1 Question)

  • Q1. Asking about interest and qualifications
  • Ans. Explain briefly about yourself and you can answer asper the questions by HR
  • Answered Anonymously
Round 3 - Technical 

(2 Questions)

  • Q1. Face 2 Face Interview
  • Q2. What is interface
  • Ans. 

    An interface in software engineering defines a contract for classes to implement, specifying methods and properties.

    • Defines a set of methods and properties that a class must implement

    • Does not contain any implementation details, only method signatures

    • Used to achieve abstraction and multiple inheritance in programming

    • Examples: Java interfaces, C# interfaces

  • Answered by AI
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 - Telephonic Call 

(2 Questions)

  • Q1. Asking about the whereabouts
  • Q2. Checking com skills and availability
Round 2 - Technical 

(3 Questions)

  • Q1. Basic questions based on resume
  • Q2. Basic .net questions
  • Q3. Logical questions related to problem solving

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and communicate effectively. Include only those things in your resume which you are fully confident.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Oops concept, adodotet and entity framework, sql query, asked to write c# code to display reverse pyramid like design with numbers. Html , css basic

Interview Questionnaire 

1 Question

  • Q1. MVC related, SQL commands, C, C#

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm, Think well, If you have confusion in answer Just tell them which and why you feel confused, If you don't understand question, Just try to make it clear,

Netwin Infosolutions Interview FAQs

How many rounds are there in Netwin Infosolutions QA Engineer interview?
Netwin Infosolutions interview process usually has 2 rounds. The most common rounds in the Netwin Infosolutions interview process are Case Study and Technical.
What are the top questions asked in Netwin Infosolutions QA Engineer interview?

Some of the top questions asked at the Netwin Infosolutions QA Engineer interview -

  1. What is sql injecti...read more
  2. Principles of software testi...read more
  3. What is SDLC, ST...read more

Tell us how to improve this page.

Netwin Infosolutions QA Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 141 Interviews
ClaySys Interview Questions
2.9
 • 24 Interviews
DynPro Interview Questions
3.8
 • 20 Interviews
QuyTech Interview Questions
3.3
 • 13 Interviews
Greytrix Interview Questions
3.7
 • 12 Interviews
BANGMETRIC Interview Questions
3.8
 • 11 Interviews
View all
Netwin Infosolutions QA Engineer Salary
based on 4 salaries
₹4 L/yr - ₹5 L/yr
27% less than the average QA Engineer Salary in India
View more details
Software Engineer
43 salaries
unlock blur

₹3 L/yr - ₹7.7 L/yr

Software Developer
18 salaries
unlock blur

₹3 L/yr - ₹8.1 L/yr

Softwaretest Engineer
16 salaries
unlock blur

₹2.2 L/yr - ₹5 L/yr

Senior Software Engineer
15 salaries
unlock blur

₹3.7 L/yr - ₹13 L/yr

Team Lead
7 salaries
unlock blur

₹5.9 L/yr - ₹10.9 L/yr

Explore more salaries
Compare Netwin Infosolutions with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

DynPro

3.8
Compare

ClaySys

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