Upload Button Icon Add office photos

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
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
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(9 Questions)

  • Q1. Introduction, Current project overview and your role and responsibilities
  • Q2. Agile Ceremonies, Role of QA in Agile
  • Ans. 

    Agile ceremonies are key meetings in Agile methodology where QA plays a crucial role in ensuring quality throughout the development process.

    • QA participates in Agile ceremonies such as Sprint Planning, Daily Stand-ups, Sprint Review, and Sprint Retrospective to provide input on quality aspects.

    • QA helps in defining acceptance criteria for user stories during Sprint Planning to ensure that the team understands the quality...

  • Answered by AI
  • Q3. Story Estimation Techniques in Agile
  • Ans. 

    Story estimation techniques in Agile involve using relative sizing, planning poker, and t-shirt sizing.

    • Relative sizing compares the size of one story to another to estimate effort.

    • Planning poker involves team members individually estimating stories and then discussing differences.

    • T-shirt sizing categorizes stories into small, medium, large, etc. based on complexity.

    • Fibonacci sequence can be used for story points (1, 2,

  • Answered by AI
  • Q4. Updating scrum board and its process
  • Ans. 

    Updating the scrum board involves adding, moving, and removing tasks to reflect the current status of the project.

    • Regularly update the scrum board with the progress of tasks

    • Move tasks from 'To Do' to 'In Progress' to 'Done' columns as they are worked on and completed

    • Remove tasks that are no longer relevant or have been completed

    • Ensure the team is aware of any changes made to the scrum board

  • Answered by AI
  • Q5. Different type of SQL Joins
  • Ans. 

    SQL Joins are used to combine rows from two or more tables based on a related column between them.

    • INNER JOIN: Returns rows when there is at least one match in both tables

    • LEFT JOIN: Returns all rows from the left table and the matched rows from the right table

    • RIGHT JOIN: Returns all rows from the right table and the matched rows from the left table

    • FULL JOIN: Returns rows when there is a match in one of the tables

  • Answered by AI
  • Q6. Test Plan, test Report in detal
  • Q7. Testing tools used
  • Ans. 

    I have experience using a variety of testing tools such as Selenium, Jira, and TestRail.

    • Selenium

    • Jira

    • TestRail

  • Answered by AI
  • Q8. Years of experience in team leading and challenges faced
  • Ans. 

    Over 5 years of experience leading QA teams, faced challenges in communication, resource allocation, and stakeholder management.

    • Managed a team of 10 QA engineers, ensuring timely delivery of high-quality testing.

    • Challenges included resolving conflicts within the team, prioritizing tasks based on project deadlines, and effectively communicating with stakeholders.

    • Implemented agile methodologies to improve team efficiency...

  • Answered by AI
  • Q9. Questions on Finance domain like derivatives, equity , Regulatory reports

Interview Preparation Tips

Topics to prepare for Iris Software QA Lead interview:
  • Agile
  • sql join
  • Test Planning
  • Test Reporting
  • Finance
Interview preparation tips for other job seekers - My technical interview with QA manager happened on Friday. On Monday, I received a call from HR saying ' final round with client would happen on Tuesday or Wednesday late night (as it was Canada based) and she told that the time slot would be confirmed by EOD. And also said that QA manager would also call me to give a brief on client round on that very same day. But after that I didn't received any call from her side or that manager.

Miraculously, a week later I received a call from that same HR saying my profile went on hold and didn't gave any explanations about that (as I was already finalized for the client round). Later she said now I need to appear for other US based client and will have to give 2 additional rounds and also the designation would be lower than a Lead and that too of Senior QA. When I asked why you want to take 2 more rounds for this client, as earlier you said only 2 rounds would happen? She said its a company policy to have 2 technical and 1 managerial round. I said then why my 1st technical happened with the manager in first place and was told to appear only for 2 rounds?
Obv she was lying and straight away asked if I was interested in the 2nd client and I still very professionally asked her to share the job description with me. She acted very rudely and since then I have not heard from her.

My advice for other job seekers is not to appear for this company's interview. They have no work ethics and take the candidates for granted. They have no respect for the time of people interviewing with them.
Recruiter Divya seriously needs to go under professional behavior training as she has no sense of talking to the candidates. She should realize that she is not the owner of company and should not tell straight away lies. She seriously lacks professionalism and corporate work ethics Being a HR she has to understand the meaning of human first!!

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. SELENIUM QUESTIONS
  • Q2. BASIC PYTHON PROGRAMS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Duck creek policy and Billing
  • Q2. Team leading process
Round 2 - Technical 

(2 Questions)

  • Q1. Testing processes
  • Q2. Billing testing functionalities
  • Ans. 

    Billing testing functionalities involve verifying the accuracy and reliability of billing processes.

    • Verify billing calculations are accurate

    • Test different billing scenarios (e.g. discounts, promotions)

    • Ensure invoices are generated correctly

    • Validate payment processing functionality

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Reason for change

Skills evaluated in this interview

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, HR and Resume Shortlist.
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 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
520 salaries
unlock blur

₹5.1 L/yr - ₹17.4 L/yr

Lead Engineer
376 salaries
unlock blur

₹7 L/yr - ₹22.5 L/yr

Software Engineer
235 salaries
unlock blur

₹3 L/yr - ₹8.9 L/yr

Senior Test Engineer
226 salaries
unlock blur

₹4.8 L/yr - ₹12 L/yr

Senior Leader Engineer
90 salaries
unlock blur

₹12.4 L/yr - ₹27 L/yr

Explore more salaries
Compare Majesco with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

Tech Mahindra

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview