Upload Button Icon Add office photos

Filter interviews by

MSys Tech India QA Engineer Interview Questions and Answers

Updated 13 Dec 2023

MSys Tech India QA Engineer Interview Experiences

2 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Dec 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

(2 Questions)

  • Q1. About the latest project worked in previous company
  • Q2. San related questions

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Apr 2022

I applied via Naukri.com and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Python related basic questions and some automation stuff.
  • Q2. A few questions regarding SQL again not that hard, Basic SQL.
Round 2 - Technical 

(3 Questions)

  • Q1. This was Managerial round and again tested knowledge of python and few logical questions. They wanted me to write codes for the coding questions , I mean working code.
  • Q2. Tested understanding of Unittest framework, Pytest, Selenium and some other testing tools.
  • Q3. Some situation based questions and answers.
Round 3 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and expectations of the role.

    • I am flexible and open to negotiation

    • I am looking for fair compensation based on my experience and skills

    • I am interested in discussing the full compensation package, including benefits and perks

  • Answered by AI
  • Q2. What is your family background?
  • Q3. Why should we hire you?
  • Ans. 

    I have the necessary skills, experience, and passion for the job.

    • I have a strong background in software testing and quality assurance.

    • I am familiar with various testing methodologies and tools.

    • I have experience in both manual and automated testing.

    • I am a quick learner and can adapt to new technologies and processes easily.

    • I am passionate about ensuring the quality of software products and delivering the best possible u...

  • Answered by AI
  • Q4. Tell me about yourself.
  • Ans. 

    I am a detail-oriented QA Engineer with experience in manual and automated testing.

    • Proficient in testing methodologies and tools such as Selenium, JIRA, and TestRail

    • Skilled in creating and executing test cases and test plans

    • Experience in both functional and non-functional testing

    • Strong analytical and problem-solving skills

    • Excellent communication and collaboration skills

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please try and optimise the python codes you are writing. As we all have good understanding of python , what we are checking is logic behind the code. So more the ways you have for one question better you stand.

QA Engineer Interview Questions Asked at Other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many mi ... read more
Q2. Suppose your manager gave you one task which has to be complete i ... read more
Q3. how to access amazon page directly directly with out using driver ... read more
Q4. 100 apples in 5 consecutive days, each day 6 more than the previo ... read more
Q5. 7)how do you drive your data in automation , how do you validate ... read more

Interview questions from similar companies

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

Aptitude test was easy to clear

Round 2 - Coding Test 

Coding test was ok to clear

Round 3 - Technical 

(1 Question)

  • Q1. Technical was easy to medium
Round 4 - HR 

(1 Question)

  • Q1. Tell me about your self
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Find the second largest number in an array
  • Ans. 

    Iterate through array to find second largest number

    • Iterate through the array and keep track of the largest and second largest numbers

    • Handle edge cases like duplicates or small array sizes

    • Return the second largest number found

  • Answered by AI
  • Q2. Other technical questions around java, oops, automation frameworks, testng, manual testing and test case creation.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. I have very bad experience with this company. HR scheduled technical round on Monday 11 AM. panel was not aware and joined 30 mins late. Then he started asking questions unrelated to my profile. I said i h...
  • Q2. Question related to - 1. @DataProviders of TestNG 2. Alternative of excel sheet to get our test data in automation framework 3. how to set up jenkins pipeline, how to create job 4. how to give global par...
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is software testing? Smoke & sanity Testing Sdlc,stlc, bug life cycle
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 Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts in c#
  • Ans. 

    Oops concepts in C# include 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 hides the internal state of an object and only exposes necessary functionality.

    • Abstraction focuses on the essential characteristics of an object while hiding irrele

  • Answered by AI
  • Q2. Automation Framework related questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. SIP Call flow with headers
  • Ans. 

    SIP call flow involves signaling and media exchange between SIP devices with headers containing important information.

    • SIP INVITE message is sent to initiate a call

    • SIP 1xx responses indicate call progress

    • SIP 2xx response confirms call establishment

    • SIP ACK message acknowledges call setup

    • SIP BYE message terminates the call

  • Answered by AI
  • Q2. SIP mandatory headers
Round 2 - Technical 

(2 Questions)

  • Q1. SERVICE ROUTE,PATH AND RECORD ROUTE HEADER
  • Q2. K8's Deployment
  • Ans. 

    K8's Deployment refers to the deployment of applications on Kubernetes clusters.

    • Kubernetes (K8s) is an open-source container orchestration platform used for automating deployment, scaling, and management of containerized applications.

    • K8s Deployment involves defining the desired state of the application, creating deployment configurations, and managing the deployment process.

    • Deployment resources in K8s include Pods, Rep...

  • 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 Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Mainly sql qns are asked to write

Round 2 - Technical 

(1 Question)

  • Q1. Java basic questions and sql
Round 3 - HR 

(1 Question)

  • Q1. To test our communication skills
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is oops ?
  • Ans. 

    Object-oriented programming paradigm that focuses on objects and classes for code organization and reusability.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: ability of a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for different data types

    • Abstraction: hiding the complex implementation details an

  • Answered by AI
  • Q2. Method overloading and overriding

MSys Tech India Interview FAQs

How many rounds are there in MSys Tech India QA Engineer interview?
MSys Tech India interview process usually has 2-3 rounds. The most common rounds in the MSys Tech India interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for MSys Tech India QA Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at MSys Tech India. The most common topics and skills that interviewers at MSys Tech India expect are QA, Python, Selenium, Automation Testing and Java.
What are the top questions asked in MSys Tech India QA Engineer interview?

Some of the top questions asked at the MSys Tech India QA Engineer interview -

  1. This was Managerial round and again tested knowledge of python and few logical ...read more
  2. Python related basic questions and some automation stu...read more
  3. A few questions regarding SQL again not that hard, Basic S...read more

Tell us how to improve this page.

MSys Tech India QA Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

QA Engineer Interview Questions from Similar Companies

TCS QA Engineer Interview Questions
3.7
 • 43 Interviews
IBM QA Engineer Interview Questions
4.0
 • 11 Interviews
View all
MSys Tech India QA Engineer Salary
based on 15 salaries
₹4 L/yr - ₹15 L/yr
62% more than the average QA Engineer Salary in India
View more details

MSys Tech India QA Engineer Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

4.2

Skill development

4.7

Work-life balance

3.9

Salary

2.2

Job security

3.6

Company culture

3.6

Promotions

4.2

Work satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer
125 salaries
unlock blur

₹7.8 L/yr - ₹26 L/yr

Software Engineer
76 salaries
unlock blur

₹4 L/yr - ₹15.5 L/yr

Technical Lead
47 salaries
unlock blur

₹11.5 L/yr - ₹33.3 L/yr

Senior Devops Engineer
21 salaries
unlock blur

₹5.5 L/yr - ₹19 L/yr

Lead Engineer
21 salaries
unlock blur

₹14 L/yr - ₹27.3 L/yr

Explore more salaries
Compare MSys Tech India with

Infosys

3.6
Compare

Wipro

3.7
Compare

TCS

3.7
Compare

HCLTech

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