Upload Button Icon Add office photos

Filter interviews by

MaaxtreeM Software Tester Interview Questions, Process, and Tips for Experienced

Updated 19 Nov 2020

MaaxtreeM Software Tester Interview Experiences for Experienced

1 interview found

I applied via LinkedIn and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. What is the difference between Alfa testing and beta testing
  • Ans. 

    Alfa testing is done by the developers before releasing the software to the testers. Beta testing is done by the end-users after the software is released.

    • Alfa testing is done in a controlled environment, whereas beta testing is done in a real-world environment.

    • Alfa testing is done by the developers, whereas beta testing is done by the end-users.

    • Alfa testing is done before the software is released, whereas beta testing ...

  • Answered by AI
  • Q2. What is the difference between system testing and integration testing
  • Ans. 

    System testing verifies the entire system as a whole, while integration testing verifies the interaction between different components.

    • System testing checks the system's compliance with requirements and specifications

    • Integration testing checks the interaction between different modules or components

    • System testing is done after integration testing

    • System testing is a black box testing technique

    • Integration testing is a whit...

  • Answered by AI
  • Q3. How to get the selected drop down list value
  • Ans. 

    To get the selected drop down list value, use the getSelectedValue() method.

    • Use the getSelectedValue() method to get the selected value from the drop down list.

    • Identify the drop down list element using its ID or name.

    • Call the getSelectedValue() method on the identified element.

    • Store the returned value in a variable for further use.

  • Answered by AI
  • Q4. Where you use list in selenium
  • Ans. 

    Lists are used in Selenium to store and manipulate web elements.

    • To store a group of web elements

    • To iterate through a list of web elements

    • To select multiple options from a dropdown

    • To verify the order of elements on a page

  • Answered by AI
  • Q5. How write xpath based on preceding xpath like...
  • Ans. 

    Answer on how to write xpath based on preceding xpath.

    • Use the 'preceding' axis in the xpath expression.

    • The 'preceding' axis selects all nodes that come before the current node in the document.

    • Combine the 'preceding' axis with other axes or predicates to create a more specific xpath expression.

    • Example: //div[@class='container']//preceding::input[@type='text']

  • Answered by AI
  • Q6. How to switch one window to other
  • Ans. 

    To switch one window to another, use the window handles and switch to the desired window.

    • Get the current window handle using driver.getWindowHandle()

    • Get all window handles using driver.getWindowHandles()

    • Switch to the desired window using driver.switchTo().window(handle)

    • Example: String currentHandle = driver.getWindowHandle(); Set handles = driver.getWindowHandles(); for (String handle : handles) { if (!handle.equals(cu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple questions they asked

Skills evaluated in this interview

Interview questions from similar companies

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. First question in hr interview is tell about yourself then the hr asked questions what I mentioned in my resume. So put the information in resume what you known well. My unique talent is I'm a stage spea...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold, be confident, don't put irrelevant information in your resume update yourself relating to your studies

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed in Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why Java is platform independent?
  • Ans. 

    Java is platform independent due to its bytecode and JVM.

    • Java code is compiled into bytecode which is platform-independent.

    • JVM (Java Virtual Machine) interprets the bytecode and executes it on any platform.

    • JVM acts as an abstraction layer between the Java code and the underlying hardware.

    • This allows Java programs to run on any platform that has a JVM installed.

    • For example, a Java program written on a Windows machine ca...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Java is platform-independent because it does not depend on any type of platform. Hence, Java is platform-independent language. In Java, programs are compiled into byte code and that byte code is platform-independent. ... Any machine to execute the byte code needs the Java Virtual Machine.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1.Describe a situation where you have taken a quick decision and failed, and a situation where you succeeded. 2. What is a skill you have tried to achieve but failed? 3. Describe a decision you have taken ...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Always try to take risk in small problems . When you face the consequences, you would be able to tackle bigger problems.
2. Every skill you learn, even if you didn't excel in it is not to be considered a waste of time/failure, you learn something simply by participating.

I applied via Campus Placement and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Description of project
  • Ans. 

    The project involved designing and implementing a new network infrastructure for a large corporation.

    • Conducted a thorough analysis of the existing network infrastructure

    • Designed a new network architecture that met the company's needs

    • Implemented the new network infrastructure with minimal disruption to business operations

    • Tested and optimized the new network to ensure optimal performance

    • Provided ongoing support and maint

  • Answered by AI
  • Q2. Your previous experince

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare for your resume

I applied via Campus Placement and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. 1.Tell me about yourself.
  • Q2. 2. Some basic questions from DBMS, iot and cloud.
  • Q3. 3. Explain your project ( technology u have used and what is it).
  • Q4. 4. Are you willing to relocate.

Interview Preparation Tips

Interview preparation tips for other job seekers - HR was nice and friendly. Overall it was a NYC experience.
All the best guys.

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell me aboit yourself
  • Q2. Why mechatronics? Why infosys?

Interview Preparation Tips

Interview preparation tips for other job seekers - Knowbyour projects inside out. Prepare your basic hr questions from the beginning.

I applied via Naukri.com and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The questions were on front end web development questions with managerial interview

Interview Preparation Tips

Interview preparation tips for other job seekers - The overall experience was good. The interview was on technical and managerial skills based on the experience gained.

MaaxtreeM Interview FAQs

What are the top questions asked in MaaxtreeM Software Tester interview for experienced candidates?

Some of the top questions asked at the MaaxtreeM Software Tester interview for experienced candidates -

  1. What is the difference between system testing and integration test...read more
  2. What is the difference between Alfa testing and beta test...read more
  3. How write xpath based on preceding xpath like...read more

Tell us how to improve this page.

MaaxtreeM Software Tester Salary
based on 12 salaries
₹3 L/yr - ₹6 L/yr
8% less than the average Software Tester Salary in India
View more details

MaaxtreeM Software Tester Reviews and Ratings

based on 2 reviews

1.7/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.3

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 2 Reviews and Ratings
SQL Developer
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Tester
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

DOT NET Developer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare MaaxtreeM with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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