Premium Employer

i

This company page is being actively managed by Maersk Team. If you also belong to the team, you can get access from here

Maersk Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Maersk Software Testing Engineer Interview Questions and Answers

Updated 24 May 2022

Maersk Software Testing Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical round with coding as well as technical questions. Huge amount of selenium questions asked
Round 2 - Technical 

(1 Question)

  • Q1. Technical round - a bit of stress test. i had to smile and answer despite the stress and mockery
Round 3 - HR 

(1 Question)

  • Q1. Hr asked about CTC discsussion and some questions related to knowledge of the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good undertadning on java,selenium,cloud,rest api and agile.

Interview questions from similar companies

Software Testing Engineer Interview Questions & Answers

TCS user image Kanchha Manish Chamaria

posted on 24 Aug 2017

I appeared for an interview before Aug 2016.

Interview Questionnaire 

2 Questions

  • Q1. Programming was asked
  • Q2. General question were asked n abut my personal detail

Interview Preparation Tips

Round: Resume Shortlist
Experience: They check our capability n other activities like our hobby behind our degree
Tips: Be active at all fields u like.. nly studies is nt sufficient

Round: Test
Experience: All sections were divided n we got 30 secs for each.. questions were logical
Tips: Dnt get nervous n prerpare well
Duration: 1 hour 30 minutes
Total Questions: 90

Round: Group Discussion
Experience: Argument was allowed... all students were keeping der view...
Tips: Be confident n communication should be proper ...
Duration: 30 minutes

Round: Technical Interview
Experience: They asked to write a program
Tips: Study well

Round: HR Interview
Experience: According to resume questions were created
Tips: Keep knowledge of what u have mentioned in resume

Interview Questionnaire 

4 Questions

  • Q1. Data driven testing
  • Q2. What is dead lock
  • Ans. 

    Deadlock is a situation where two or more processes are unable to proceed because they are waiting for each other to release resources.

    • Occurs in multi-threaded or multi-process environments

    • Each process holds a resource that the other processes need

    • Processes are stuck in a circular wait

    • Can lead to system crashes or freezes

    • Prevented by proper resource allocation and scheduling

  • Answered by AI
  • Q3. What is Agile
  • Ans. 

    Agile is a software development methodology that emphasizes on iterative and incremental development.

    • Agile focuses on delivering working software frequently

    • It values customer collaboration and responding to change

    • It emphasizes on self-organizing and cross-functional teams

    • Scrum, Kanban, and XP are some popular Agile frameworks

  • Answered by AI
  • Q4. Salary discussion

Interview Preparation Tips

Round: Technical Interview
Experience: Cleared

Round: Technical Interview
Experience: cleared

Round: Technical Interview
Experience: Cleared

Round: Technical + HR Interview
Experience: cleared

Skills evaluated in this interview

I appeared for an interview before May 2016.

Interview Questionnaire 

2 Questions

  • Q1. Questions based on past experience
  • Q2. Hr questions

Interview Preparation Tips

Round: Test
Experience: Easy
Total Questions: 10

Round: Technical Interview
Experience: Easy

I applied via Referral and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All concepts of selenium covered Java oops related question

Interview Preparation Tips

Interview preparation tips for other job seekers - Not much tough cover all the concepts of selenium and core java until collections

I applied via Company Website and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Technical related to automation tools and then Manual testing methodology

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear on what you are answer

I applied via Campus Placement and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What are the objects in Salesforce? Dynamic dash boards can be scheduled or not? What are the different types of reports?
  • Ans. 

    Objects in Salesforce are database tables that allow storing data. Dynamic dashboards can be scheduled. Different types of reports include tabular, summary, matrix, and joined reports.

    • Objects are database tables that store data

    • Dynamic dashboards can be scheduled

    • Different types of reports include tabular, summary, matrix, and joined reports

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is little tough.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. About previous project details, communication, QA testing technical questions.
  • Q2. I answered good way..
  • Q3. Still there end no answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Some recruiting companies not replay at all.. Why?
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jan 2022.

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 - HR 

(7 Questions)

  • Q1. What is sanity testing
  • Ans. 

    Sanity testing is a subset of regression testing that quickly checks if the major functionalities of the software are working as expected.

    • Sanity testing is performed after a software build to ensure its basic functionality is intact.

    • It focuses on testing the critical features and functionalities of the software.

    • It is a quick and shallow form of testing to determine if further testing is required.

    • Sanity testing is not e...

  • Answered by AI
  • Q2. What is automation testing
  • Ans. 

    Automation testing is the use of software tools to execute test cases and compare actual outcomes with expected outcomes.

    • Automation testing involves writing scripts or using tools to automate repetitive tasks.

    • It helps in reducing human errors and increases efficiency.

    • It is used to test software applications, websites, and systems.

    • Examples of automation testing tools include Selenium, Appium, and JUnit.

  • Answered by AI
  • Q3. What is oops concepts
  • Ans. 

    OOPs concepts are the fundamental principles of Object-Oriented Programming that help in designing and implementing software systems.

    • Encapsulation: Wrapping data and methods into a single unit

    • Inheritance: Acquiring properties and behavior of a parent class

    • Polymorphism: Ability of objects to take on multiple forms

    • Abstraction: Hiding implementation details and showing only functionality

    • Examples: Java, C++, Python, Ruby

  • Answered by AI
  • Q4. What is regression testing
  • Ans. 

    Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works.

    • It is performed after making changes to the software application

    • It ensures that existing functionality is not affected by the changes

    • It helps to identify any new defects introduced by the changes

    • It can be automated to save time and effort

    • Examples include testing after bug fixes, new feat

  • Answered by AI
  • Q5. What is access specifier
  • Ans. 

    Access specifier defines the scope of a class member.

    • Access specifiers are public, private, and protected.

    • Public members can be accessed from anywhere.

    • Private members can only be accessed within the class.

    • Protected members can be accessed within the class and its subclasses.

    • Access specifiers help in encapsulation and data hiding.

  • Answered by AI
  • Q6. What is agile methodology
  • Ans. 

    Agile methodology is an iterative approach to software development that emphasizes flexibility and customer satisfaction.

    • Agile methodology values individuals and interactions over processes and tools

    • It emphasizes working software over comprehensive documentation

    • It involves frequent collaboration with customers and stakeholders

    • It allows for changes and adjustments to be made throughout the development process

    • Examples of...

  • Answered by AI
  • Q7. What is manual testing
  • Ans. 

    Manual testing is a process of verifying software manually without the use of automation tools.

    • It involves executing test cases manually to identify defects

    • It requires human intervention to simulate real-world scenarios

    • It is time-consuming and requires a lot of effort

    • It is useful for testing user interface, usability, and exploratory testing

    • Examples include ad-hoc testing, exploratory testing, and regression testing

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Manual testing Selenium web driver automation testing

Skills evaluated in this interview

Maersk Interview FAQs

How many rounds are there in Maersk Software Testing Engineer interview?
Maersk interview process usually has 3 rounds. The most common rounds in the Maersk interview process are Technical and HR.
What are the top questions asked in Maersk Software Testing Engineer interview?

Some of the top questions asked at the Maersk Software Testing Engineer interview -

  1. Technical round - a bit of stress test. i had to smile and answer despite the s...read more
  2. Technical round with coding as well as technical questions. Huge amount of sele...read more

Tell us how to improve this page.

Join Maersk Improving life for all by integrating the world

Maersk Software Testing Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Process Expert
2.1k salaries
unlock blur

₹2.2 L/yr - ₹8.8 L/yr

Senior Process Expert
1.1k salaries
unlock blur

₹2.5 L/yr - ₹8.6 L/yr

Senior Analyst
1k salaries
unlock blur

₹3.7 L/yr - ₹10 L/yr

Senior Specialist
712 salaries
unlock blur

₹4.2 L/yr - ₹14.5 L/yr

Analyst
709 salaries
unlock blur

₹2.5 L/yr - ₹10.1 L/yr

Explore more salaries
Compare Maersk with

Accenture

3.8
Compare

Capgemini

3.7
Compare

IBM

4.0
Compare

Infosys

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