Upload Button Icon Add office photos

Filter interviews by

Nous Infosystems Senior Test Engineer Interview Questions and Answers

Updated 25 Mar 2024

Nous Infosystems Senior Test Engineer Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Oops concepts, write test scenarios, code refactoring
  • Q2. What isIDisposable method
  • Ans. 

    IDisposable method is used to release unmanaged resources in .NET applications.

    • IDisposable interface is used to release unmanaged resources like file handles, database connections, etc.

    • It contains a single method Dispose() which should be implemented to release resources.

    • It is recommended to use IDisposable along with using statement for proper resource management.

    • Example: FileStream class in C# implements IDisposable

  • Answered by AI
  • Q3. Interface vs abstractclass
  • Ans. 

    Interface defines a contract for classes to implement, while abstract class provides partial implementation.

    • Interface can have only abstract methods, while abstract class can have both abstract and concrete methods.

    • A class can implement multiple interfaces, but can only inherit from one abstract class.

    • Interfaces are used for achieving multiple inheritance in Java.

    • Abstract classes are used when some common functionality

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Appium architecture
Round 2 - Technical 

(1 Question)

  • Q1. 1.Appium architecture . 2.Appium 1x to 2x differences. 3. Android and IOS difference.
  • Ans. 

    Appium is an open-source tool for automating mobile applications, with architecture supporting both Android and iOS platforms.

    • Appium architecture includes client libraries, Appium server, and mobile devices/emulators.

    • Appium 1x to 2x differences include improved stability, new commands, and enhanced support for iOS simulators.

    • Android and iOS differences in Appium testing involve different locator strategies, capabilitie

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Nothing to say about

Interview Preparation Tips

Interview preparation tips for other job seekers - I will give 5/5

Good company and nice people

Skills evaluated in this interview

Senior Test Engineer Interview Questions Asked at Other Companies

asked in Sapiens
Q1. From Selenium -> Which Automation framework I have implemented ... read more
asked in LTIMindtree
Q2. What should be done when a defect is found in production?
Q3. What is the difference between manual testing and automated testi ... read more
asked in LTIMindtree
Q4. How do you performed incrimental load in your project?
asked in CGI Group
Q5. What are Java 8 streams?

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is meant by RTM
  • Ans. 

    RTM stands for Requirements Traceability Matrix, a document that links requirements to test cases to ensure all requirements are covered.

    • RTM is a document used in software testing to ensure that all requirements are covered by test cases.

    • It helps in tracking the progress of testing by linking each requirement to its corresponding test case.

    • RTM is a useful tool for ensuring comprehensive test coverage and for identifyin...

  • Answered by AI
  • Q2. Los-LMS process
  • Q3. Difference between regression and Sanity
  • Ans. 

    Regression testing ensures existing functionality still works after changes, while sanity testing checks if new functionality works as expected.

    • Regression testing is done to make sure that new code changes have not affected existing functionality.

    • Sanity testing is a cursory testing to make sure that the new functionality is working as expected.

    • Regression testing is comprehensive and covers all areas of the application.

    • ...

  • Answered by AI
  • Q4. Quality assurance vs quality control
  • Ans. 

    Quality assurance focuses on preventing defects, while quality control focuses on identifying and fixing defects.

    • Quality assurance involves processes and procedures to prevent defects from occurring.

    • Quality control involves activities to identify defects and ensure they are fixed.

    • Quality assurance is proactive, while quality control is reactive.

    • Examples of quality assurance include code reviews, process audits, and tra...

  • Answered by AI
Round 2 - One-on-one 

(3 Questions)

  • Q1. What is meant by unit test and who do it
  • Ans. 

    Unit test is a type of testing where individual units or components of a software are tested in isolation.

    • Unit test is performed by developers to ensure that each unit of code is working correctly.

    • It helps in identifying bugs early in the development process.

    • Unit tests are usually automated and run frequently during the development cycle.

    • Examples of unit testing frameworks include JUnit for Java, NUnit for .NET, and py

  • Answered by AI
  • Q2. What is difference between test plan and test design
  • Ans. 

    Test plan outlines the overall testing approach, while test design specifies how individual test cases will be created and executed.

    • Test plan is a high-level document outlining testing objectives, resources, schedule, and scope

    • Test design is a detailed document specifying test cases, test data, and expected results

    • Test plan focuses on the overall testing strategy, while test design focuses on the specifics of individua

  • Answered by AI
  • Q3. When will you automate a website
  • Ans. 

    Automate a website when repetitive tasks need to be performed frequently and consistently.

    • Automate when manual testing becomes time-consuming and inefficient

    • Automate when the website has a large number of test cases that need to be executed regularly

    • Automate when the website undergoes frequent changes and regression testing is required

    • Automate when the website needs to be tested across multiple browsers and devices

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with your domain skills. Domain skills are more important than manual testing skills.

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Gfg medium question of sorting tuples

Round 2 - Technical 

(5 Questions)

  • Q1. Detailed project discussion
  • Q2. Embedded protocols knowledge check
  • Q3. Python class design for selenium test class
  • Ans. 

    Python class design for Selenium test class involves creating a class with methods to interact with web elements and perform test actions.

    • Create a class for the test case with setup and teardown methods

    • Use instance variables to store web element locators

    • Implement test methods to perform actions like clicking, entering text, verifying text, etc.

    • Use Selenium WebDriver to interact with the browser and web elements

  • Answered by AI
  • Q4. MQTT test framework design from scratch
  • Ans. 

    Designing an MQTT test framework from scratch

    • Understand the requirements for testing MQTT protocol

    • Choose a programming language for implementation

    • Design test cases for different scenarios

    • Implement message publishing and subscribing functionalities

    • Include error handling mechanisms

    • Consider scalability and performance testing

  • Answered by AI
  • Q5. Anonymous aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared fr python coding interviews.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Basic questions word from Hindi
  • Q2. Basic
Round 2 - Aptitude Test 

Basic economics and Indian economy for IAS

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

(2 Questions)

  • Q1. Testing process
  • Q2. Other stuff abt testing
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion and collection of previous employer details
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions related to SQL Questions related to Java Questions related to Selenium Questions related to previous framework
Round 2 - HR 

(1 Question)

  • Q1. Questions related to academics Questions related to expectations Never really gave the package I asked for in first place

Interview Preparation Tips

Interview preparation tips for other job seekers - For Mastek work on your core topics of Java
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. 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. Related to database and manual testing
  • Q2. Basics of sqll database queries and manuall testing question and answers
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jun 2023. There were 5 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 - Technical 

(1 Question)

  • Q1. Completely technical
Round 3 - Technical 

(1 Question)

  • Q1. Completely technical
Round 4 - Behavioral 

(1 Question)

  • Q1. Basic questions around future plans and very few technical questions
Round 5 - HR 

(1 Question)

  • Q1. Financial discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the salary breakup and benefits before joining.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There are 2 rounds of Coding tests mostly covered with Java programs and selenium scripts,

Interview Preparation Tips

Interview preparation tips for other job seekers - Manager covered almost All the SDET essential topics.

Nous Infosystems Interview FAQs

How many rounds are there in Nous Infosystems Senior Test Engineer interview?
Nous Infosystems interview process usually has 2-3 rounds. The most common rounds in the Nous Infosystems interview process are Technical, Resume Shortlist and HR.
How to prepare for Nous Infosystems Senior Test 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 Nous Infosystems. The most common topics and skills that interviewers at Nous Infosystems expect are Selenium, Test Cases, Analytical, Automation and Javascript.
What are the top questions asked in Nous Infosystems Senior Test Engineer interview?

Some of the top questions asked at the Nous Infosystems Senior Test Engineer interview -

  1. 1.Appium architecture . 2.Appium 1x to 2x differences. 3. Android and IOS diffe...read more
  2. What isIDisposable met...read more
  3. Interface vs abstractcl...read more

Tell us how to improve this page.

Nous Infosystems Senior Test Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Nous Infosystems Senior Test Engineer Salary
based on 284 salaries
₹5.9 L/yr - ₹26 L/yr
37% more than the average Senior Test Engineer Salary in India
View more details

Nous Infosystems Senior Test Engineer Reviews and Ratings

based on 26 reviews

4.2/5

Rating in categories

4.1

Skill development

4.4

Work-life balance

3.9

Salary

3.9

Job security

4.2

Company culture

3.7

Promotions

4.0

Work satisfaction

Explore 26 Reviews and Ratings
Senior Software Engineer
466 salaries
unlock blur

₹8 L/yr - ₹31 L/yr

Software Engineer
306 salaries
unlock blur

₹2.8 L/yr - ₹12.7 L/yr

Senior Test Engineer
284 salaries
unlock blur

₹5.9 L/yr - ₹26 L/yr

Test Engineer
123 salaries
unlock blur

₹2.4 L/yr - ₹12 L/yr

Technical Lead
105 salaries
unlock blur

₹11.2 L/yr - ₹37 L/yr

Explore more salaries
Compare Nous Infosystems with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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