Upload Button Icon Add office photos

Filter interviews by

Marolix Technology Solutions Softwaretest Engineer Interview Questions and Answers

Updated 31 Jan 2024

Marolix Technology Solutions Softwaretest Engineer Interview Experiences

2 interviews found

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 Jan 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1) What is java 2) Regression testing 3) diff between alpha and beta testing 4) Bug life cycle. 5) asking program from core java (reverse String). 6) oops concepts. 7) selenium basic questions. 8) xpath wr...
  • Ans. 

    Java is a popular programming language used for developing various applications.

    • Java is an object-oriented language

    • It is platform-independent

    • It is used for developing web, mobile, and desktop applications

    • Java programs are compiled into bytecode and run on Java Virtual Machine (JVM)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They will ask moderate questions.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Walk-in and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Core java, selenium java, testng, manual testing also

Interview Preparation Tips

Interview preparation tips for other job seekers - Good environment for learning

Softwaretest Engineer Interview Questions Asked at Other Companies

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If u get a blocker defect just the previous day of ur release dat ... read more
Q3. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more
Q4. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q5. Write Sql query for displaying total number of students from chil ... read more

Interview questions from similar companies

I applied via LinkedIn and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic test difficulty level was decent. Mathematics and reasoning based.

Round 2 - Coding Test 

Coding questions on basic DSA . Difficulty level was medium

Interview Preparation Tips

Interview preparation tips for other job seekers - Study hard and never give up. You will make it to your dream company. Just try to gain practical experience by internships or projects.

I appeared for an interview before Mar 2021.

Round 1 - Technical 

(2 Questions)

  • Q1. Which browser support in selenium IDE
  • Ans. 

    Selenium IDE supports multiple browsers including Chrome, Firefox, Safari, and Internet Explorer.

    • Selenium IDE supports Chrome, Firefox, Safari, and Internet Explorer

    • Browser support may vary depending on the version of Selenium IDE being used

    • Additional browser support can be added through plugins or extensions

  • Answered by AI
  • Q2. Firefox browser support in selenium IDE
  • Ans. 

    Selenium IDE supports Firefox browser.

    • Selenium IDE is a Firefox plugin

    • It can record and playback tests in Firefox

    • It supports Firefox versions up to 55

    • For newer versions, use Selenium WebDriver

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is most pretective and security provide our company

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Easy to go with basic concepts of mathematics.

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions regarding coding language and oops concepts.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Good questions, english was there

Round 2 - Coding Test 

Easy basic coding problems

Round 3 - HR 

(2 Questions)

  • Q1. Favourite player who is
  • Q2. How to improve him
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between STLC AND SDLC
  • Ans. 

    STLC is a subset of SDLC that focuses on the testing phase of software development.

    • STLC stands for Software Testing Life Cycle.

    • SDLC stands for Software Development Life Cycle.

    • STLC is a subset of SDLC that focuses on the testing phase of software development.

    • SDLC encompasses all the phases of software development including requirements gathering, design, coding, testing, and maintenance.

    • STLC includes activities like tes...

  • Answered by AI
  • Q2. Difference between regression, retesting and sanity
  • Ans. 

    Regression tests changes in existing functionality, retesting tests fixed defects, and sanity tests basic functionality.

    • Regression testing ensures that changes in code do not affect existing functionality.

    • Retesting is done to ensure that defects have been fixed and do not reoccur.

    • Sanity testing is a quick check to ensure that basic functionality is working as expected.

    • Regression and retesting are usually done after cha...

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

(2 Questions)

  • Q1. Test case writing about any product or area
  • Q2. Bug finding from any product or area
  • Ans. 

    Bug finding involves thorough testing and analysis of the product or area.

    • Conducting various types of testing such as functional, regression, and performance testing

    • Using tools like JIRA, Bugzilla, and Selenium for bug tracking and reporting

    • Collaborating with developers and stakeholders to understand the product and its requirements

    • Analyzing logs and error messages to identify the root cause of the bug

    • Reproducing the b...

  • Answered by AI
Round 3 - HR 

(7 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. What are your salary expectations?
  • Q3. What is your family background?
  • Q4. Share details of your previous job.
  • Q5. Why should we hire you?
  • Q6. Why are you looking for a change?
  • Q7. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare about basic things need for Tester

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Am interested on this job to joining to the company
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

It was average test.

Round 3 - Technical 

(1 Question)

  • Q1. What is polymorphism What is inheritance
  • Ans. 

    Polymorphism is the ability of a function to behave differently based on the object it is called with. Inheritance is the mechanism by which a new class inherits properties and behaviors from an existing class.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass. For example, a superclass Animal can have subclasses like Dog and Cat, and a method speak() can be called on any o...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself Are you ready to relocate
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 - Aptitude Test 

Little tough for beginners to get through the interview

Round 3 - Technical 

(1 Question)

  • Q1. Cannot add because they have asked many
Round 4 - One-on-one 

(1 Question)

  • Q1. Basically asked about my background and myself

Interview Preparation Tips

Interview preparation tips for other job seekers - No tips just be what you are and go ahead with your goals

Marolix Technology Solutions Interview FAQs

How many rounds are there in Marolix Technology Solutions Softwaretest Engineer interview?
Marolix Technology Solutions interview process usually has 1 rounds. The most common rounds in the Marolix Technology Solutions interview process are Technical.
What are the top questions asked in Marolix Technology Solutions Softwaretest Engineer interview?

Some of the top questions asked at the Marolix Technology Solutions Softwaretest Engineer interview -

  1. 1) What is java 2) Regression testing 3) diff between alpha and beta testing 4)...read more
  2. Core java, selenium java, testng, manual testing a...read more

Tell us how to improve this page.

Marolix Technology Solutions Softwaretest Engineer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
Marolix Technology Solutions Softwaretest Engineer Salary
based on 121 salaries
₹2.2 L/yr - ₹5.1 L/yr
39% less than the average Softwaretest Engineer Salary in India
View more details

Marolix Technology Solutions Softwaretest Engineer Reviews and Ratings

based on 15 reviews

3.0/5

Rating in categories

2.6

Skill development

2.9

Work-life balance

2.2

Salary

2.3

Job security

2.6

Company culture

2.3

Promotions

2.6

Work satisfaction

Explore 15 Reviews and Ratings
Software Developer
131 salaries
unlock blur

₹1.8 L/yr - ₹5.6 L/yr

Softwaretest Engineer
121 salaries
unlock blur

₹2.2 L/yr - ₹5.1 L/yr

Devops Engineer
69 salaries
unlock blur

₹2.4 L/yr - ₹5.5 L/yr

Java Developer
49 salaries
unlock blur

₹1.3 L/yr - ₹4.5 L/yr

Software Engineer
48 salaries
unlock blur

₹1.5 L/yr - ₹6 L/yr

Explore more salaries
Compare Marolix Technology Solutions with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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