Upload Button Icon Add office photos

Majesco

Compare button icon Compare button icon Compare

Filter interviews by

Majesco Senior QA Engineer Interview Questions and Answers

Updated 17 Sep 2023

Majesco Senior QA Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
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 - Technical 

(1 Question)

  • Q1. About product snd domain related
Round 3 - Technical 

(1 Question)

  • Q1. About way of work and trchniques used technically
Round 4 - HR 

(1 Question)

  • Q1. About time, location package, all

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Hacker rank test based on python and selenium along with a python programming question

Round 2 - Technical 

(2 Questions)

  • Q1. Explain oops concept and where do you use it in your automation project
  • Ans. 

    OOPs concept refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Reusing code and creating a hierarchy of classes

    • Encapsulation: Hiding the internal implementation details of a class

    • Polymorphism: Ability to use a single interface for different data types or objects

    • Abstraction: Showing only necessary details and hiding unnecessary details

  • Answered by AI
  • Q2. What is synchronisation and how do we handle it
  • Ans. 

    Synchronization is the coordination of multiple processes to ensure they work together effectively.

    • Synchronization is important in multi-threaded applications to prevent race conditions and ensure data consistency.

    • We can handle synchronization using techniques like locks, semaphores, and monitors.

    • For example, in Java, we can use synchronized keyword or ReentrantLock class to achieve synchronization.

    • Another example is u...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Coding question find the frequency of characters
  • Ans. 

    Find the frequency of characters in an array of strings.

    • Iterate through each string in the array

    • For each character in the string, increment its count in a hashmap

    • Return the hashmap with character frequencies

  • Answered by AI
  • Q2. Robot framework and pytest differences
  • Ans. 

    Robot framework is keyword-driven, while pytest is a full-featured testing framework.

    • Robot framework is based on keywords and test cases are written in tabular format, while pytest is a full-featured testing framework with fixtures, asserts, and plugins.

    • Robot framework has built-in libraries for various tasks like file operations, database interactions, etc., while pytest relies on external libraries for such functiona...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a program to reverse even words in string?
  • Ans. 

    Program to reverse even words in a string

    • Split the string into words

    • Iterate through the words and reverse the even-indexed words

    • Join the words back into a string

  • Answered by AI
  • Q2. Find elements
  • Ans. 

    Finding elements in a web page using various locators

    • Use CSS selectors to locate elements by class, id, attribute, etc.

    • Use XPath to locate elements based on their path in the HTML structure

    • Use name, tag name, link text, partial link text locators as needed

  • Answered by AI
Round 2 - Coding Test 

Arraylist,maps,strings,oops concept

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Describe about your project framework
Round 2 - Technical 

(1 Question)

  • Q1. Explain Rest assured automation
  • Ans. 

    Rest Assured is a Java library used for API automation testing, specifically for testing RESTful APIs.

    • Rest Assured is an open-source Java library that provides a domain-specific language for writing powerful API tests.

    • It simplifies the process of sending HTTP requests and validating responses in API automation.

    • Rest Assured supports various authentication methods, request and response specifications, and assertion capab...

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Scenario-based question they asked
  • Q2. Topic based on JD

Interview Preparation Tips

Interview preparation tips for other job seekers - I recently went through an interview that lasted around 1.5 hours. After waiting for a week, I followed up several times and was informed that the position was on hold. However, after further inquiries, I was abruptly told that I am not suitable for the role. This process felt unprofessional and lacked transparency. Clear communication and timely feedback are essential in the hiring process, and this experience left a negative impression of how the company manages interviews.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Self Intro and testing types
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. SDLC STLC AGILE METHODLOGIES SCRUM REVIEW RETROSPECTIVE TEST CASES ON CALENDER

Interview Preparation Tips

Interview preparation tips for other job seekers - This was the first round of questions they asked me
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2023. There were 3 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. Various questions on automation, api and selenium
  • Q2. Select statement , sorting an array , status codes
Round 3 - One-on-one 

(2 Questions)

  • Q1. With client where they asked about api and java questions
  • Q2. Status codes , rest and soap difference, scenerio based test cases
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 before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPs Concepts related questions.
  • Q2. Manual Testing related questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Few questions from Java
  • Q2. Few Questions from Manual testing
Round 2 - Technical 

(1 Question)

  • Q1. Few questions from Selenium

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Majesco Interview FAQs

How many rounds are there in Majesco Senior QA Engineer interview?
Majesco interview process usually has 4 rounds. The most common rounds in the Majesco interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in Majesco Senior QA Engineer interview?

Some of the top questions asked at the Majesco Senior QA Engineer interview -

  1. About way of work and trchniques used technica...read more
  2. About product snd domain rela...read more
  3. About time, location package, ...read more

Tell us how to improve this page.

Majesco Senior QA Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Majesco Senior QA Engineer Salary
based on 5 salaries
₹8.1 L/yr - ₹14 L/yr
6% less than the average Senior QA Engineer Salary in India
View more details
Senior Software Engineer
514 salaries
unlock blur

₹5.2 L/yr - ₹17 L/yr

Lead Engineer
379 salaries
unlock blur

₹7 L/yr - ₹22.5 L/yr

Senior Test Engineer
215 salaries
unlock blur

₹4.8 L/yr - ₹12 L/yr

Software Engineer
206 salaries
unlock blur

₹2.4 L/yr - ₹9 L/yr

Senior Leader Engineer
89 salaries
unlock blur

₹12 L/yr - ₹27 L/yr

Explore more salaries
Compare Majesco with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

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