Upload Button Icon Add office photos

Filter interviews by

Marsh McLennan Global Services Senior Software Qa Automation Engineer Interview Questions and Answers

Updated 22 Oct 2024

Marsh McLennan Global Services Senior Software Qa Automation Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Sep 2024.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Coding problem related to 2D array
  • Q2. Coding problem for sorting an array of numbers
  • Ans. 

    Sorting an array of numbers using a sorting algorithm

    • Use a sorting algorithm like bubble sort, selection sort, or quick sort

    • Iterate through the array and compare adjacent elements to sort them

    • Example: [5, 2, 9, 1, 5] -> [1, 2, 5, 5, 9]

  • Answered by AI
  • Q3. Handling multiple tabs and then returning back to home tab and testing elements using cypress
  • Ans. 

    Handling multiple tabs and testing elements using Cypress in QA automation

    • Use Cypress commands like cy.visit() to navigate to different tabs

    • Use cy.get() to locate and interact with elements on each tab

    • Use cy.window() to switch back to the home tab for testing elements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is basic but the panel is rude amd unprofessional.
He was shuffling between Hindi and English and then was trying to hit personal comments thought I was trying hard to stay polite and not respond to him.
In the starting itself he said he is in a bad mood and then when he irritated me during the interview he tried his level best to try to demean me.
He was focusing entirely on working in a toxic company with a toxic client.
My suggestion would be to not appear for interview here

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Asked many Dbsa questions. You need to be thorough about the joins in the databases.

Interview Preparation Tips

Round: Test
Experience: Practice questions on Indiabix.

Round: Technical Interview
Experience: Operating Systems basics, Dbsa basics

General Tips: 1: Be Confident.
2: Keep Smiling.
3: Do not be Panic.
4: Remember they are here to hire you but not reject you.
5: Do not loose hope.
6: Believe at yourself.
7: Start preparing early.
8: Do demo interviews with your friend.
Skill Tips: Make sure you do a course on object oriented programming
Skills: C, Sql, Java
College Name: BITS PILANI
Motivation: Every body joins a comapny for making a software or earning money. But I was always motivated to MAKE MONEY. I have taken this job because they have very extensive work in Share Market and they have lots of MBA from IIM's, Lots of CAs, CS. Thats why i have choosen Edelweiss. I have rejected epic System USA for this profile.

Interview Preparation Tips

Round: Test
Experience: The written test was quite similar to the typical CAT pattern. It contained sections on Reading Comprehension, Data Interpretation and Mathematics.

Round: Technical + HR Interview
Experience: There were 2 interviewers in the first interview, one was a technical guy and the other was from HR. They asked me a few very simple puzzles, a few basic programming questions (swapping the value of two variables etc.), questions related to the development cycle of software products. The HR guy asked stuff like what do you want to achieve in life? Strengths, weaknesses etc.

Round: Case Study Interview
Experience: The third interview was the most important one (and I guess that was the deciding interview). The interviewer started with questions like why finance? Which companies are you sitting for? Then he gave me a case study:

Interview Questionnaire 

2 Questions

  • Q1. Oops, os, dbms, project
  • Q2. Why hsbc, why should I hire you.
  • Ans. 

    I have a strong background in software engineering and a passion for innovation, making me a valuable asset to HSBC.

    • I have a proven track record of successfully delivering high-quality software solutions in previous roles.

    • I am highly skilled in various programming languages and technologies, including Java, Python, and SQL.

    • I have experience working in agile development environments, allowing me to adapt quickly to chan...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 4 sections, 15 questions each. Sections on apti, english, programming, technical.
Tips: Time management, complete english and technical first
Duration: 1 hour
Total Questions: 60

Round: Group Discussion
Experience: We were asked which super hero would you like to be. Shared the information. Always present the positives and negatives and emphasize that despite of being negatives
Tips: Think everything through before speaking
Duration: 40 minutes

Round: Technical Interview
Experience: Prepare well, anything can be asked on the things written on your resume

Round: HR Interview
Experience: Sell yourself. Tell them why you would be the best candidate.
Tips: Tell your advantages of being a fresher that you would be comfortable in any technology

College Name: Acropolis institute of technology and research

I applied via Naukri.com and was interviewed before Oct 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Introduce yourself and different projects undertaken

Interview Preparation Tips

Interview preparation tips for other job seekers - 1) Firstly, research on lost companies on portal.
2) Send resume or details in career page of companies or fill in details in social portal(eg:naukri.com) or according to job description send resume.
3) Lastly, wait for interview call letter.

I applied via Naukri.com and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. Explain SCD Type 2 Implementation in Informatica
  • Ans. 

    SCD Type 2 is a technique used to track historical changes in data over time in a data warehouse.

    • SCD Type 2 maintains a separate row for each change in data, with a start and end date.

    • It requires a surrogate key to uniquely identify each row.

    • Informatica provides a built-in SCD Type 2 transformation to implement this technique.

    • Example: tracking changes in customer addresses over time.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Kindly focus on basic BI terminologies, common to trivial scenarios and introductory information on latest trending tools and technologies.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Dec 2020. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be 100% technical in java here they will not be any support u need to dig deep lot of complex modules which we cannot understand in depth

I applied via LinkedIn and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All microsoft technologies related

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing

I applied via Referral and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Easy basic questions on ds algo, swap two numbers with out extra space

Round 2 - Technical 

(1 Question)

  • Q1. LLD library management system with apis table schema java classes and their interaction

Interview Preparation Tips

Topics to prepare for JPMorgan Chase & Co. Associate Software Engineer interview:
  • DS Algo
Interview preparation tips for other job seekers - Simple questions just prepare on core java and basic ds algo with medium level questions

I applied via Approached by Company and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basic Java related questions, like internals working of hashMap, what is lambda function & why is it used with functional interface and one small coding question.
  • Q2. What is Microservices and why it is used
  • Ans. 

    Microservices are small, independent, and loosely coupled services that work together to form a larger application.

    • Microservices architecture breaks down a large application into smaller, independent services

    • Each service is responsible for a specific task and communicates with other services through APIs

    • This approach allows for greater flexibility, scalability, and easier maintenance

    • Examples of companies using microser

  • Answered by AI
  • Q3. Features of Spring boot, Rest API related questions etc
Round 2 - Technical 

(1 Question)

  • Q1. Explain structure & complete flow of your current project, how Authorization, session etc works in your project.
Round 3 - Technical 

(1 Question)

  • Q1. Design Snake & Ladder
  • Ans. 

    Design a Snake & Ladder game.

    • Create a board with 100 squares and mark the snakes and ladders on it.

    • Use a random number generator to simulate dice rolls.

    • Implement logic to move the player's token based on the dice roll.

    • Add game rules such as extra turns for rolling a six and penalty for landing on a snake.

    • Display the current position of the player and the board after each turn.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for JPMorgan Chase & Co. Associate Software Engineer interview:
  • Java
  • LLD
  • Microservices
  • Spring Boot
Interview preparation tips for other job seekers - Brush up all the basic concepts and practice LLD if your experience is less than 5 years of more than do practice HLD as well.

Skills evaluated in this interview

Marsh McLennan Global Services Interview FAQs

How many rounds are there in Marsh McLennan Global Services Senior Software Qa Automation Engineer interview?
Marsh McLennan Global Services interview process usually has 1 rounds. The most common rounds in the Marsh McLennan Global Services interview process are One-on-one Round.
What are the top questions asked in Marsh McLennan Global Services Senior Software Qa Automation Engineer interview?

Some of the top questions asked at the Marsh McLennan Global Services Senior Software Qa Automation Engineer interview -

  1. Handling multiple tabs and then returning back to home tab and testing elements...read more
  2. Coding problem for sorting an array of numb...read more
  3. Coding problem related to 2D ar...read more

Tell us how to improve this page.

Marsh McLennan Global Services Senior Software Qa Automation Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 588 Interviews
Citicorp Interview Questions
3.7
 • 574 Interviews
Bajaj Finserv Interview Questions
4.0
 • 540 Interviews
HSBC Group Interview Questions
3.9
 • 492 Interviews
Xyz Company Interview Questions
3.8
 • 465 Interviews
American Express Interview Questions
4.1
 • 368 Interviews
BNY Interview Questions
3.8
 • 353 Interviews
UBS Interview Questions
3.9
 • 339 Interviews
Morgan Stanley Interview Questions
3.6
 • 294 Interviews
View all
Senior Software Engineer
31 salaries
unlock blur

₹11 L/yr - ₹32.4 L/yr

Senior Associate
30 salaries
unlock blur

₹2.8 L/yr - ₹5.8 L/yr

Assistant Manager
28 salaries
unlock blur

₹4.9 L/yr - ₹13.5 L/yr

Deputy Manager
22 salaries
unlock blur

₹9.5 L/yr - ₹20.9 L/yr

Team Manager
20 salaries
unlock blur

₹7.4 L/yr - ₹21.1 L/yr

Explore more salaries
Compare Marsh McLennan Global Services with

Bajaj Finserv

4.0
Compare

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

HSBC Group

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