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
4.3

based on 2.8k Reviews

Filter interviews by

Maersk Interview Questions, Process, and Tips for Experienced

Updated 13 Jan 2025

Top Maersk Interview Questions and Answers for Experienced

View all 39 questions

Maersk Interview Experiences for Experienced

Popular Designations

100 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

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

Round 1 - One-on-one 

(6 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a Senior Software Engineer with 8 years of experience in developing web applications using Java, Spring, and Angular.

    • 8 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in leading development teams

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. Build a digital stopwatch with HTML, CSS, JS
  • Ans. 

    Build a digital stopwatch using HTML, CSS, and JS

    • Create HTML structure with buttons for start, stop, and reset

    • Use CSS to style the stopwatch display

    • Implement JS logic to start, stop, and reset the stopwatch

  • Answered by AI
  • Q3. What is your day to day work life looks like?
  • Ans. 

    As a Senior Software Engineer, my day-to-day work involves designing and developing software solutions, collaborating with team members, troubleshooting issues, and staying updated on industry trends.

    • Designing and developing software solutions based on project requirements

    • Collaborating with team members to discuss project progress and brainstorm solutions

    • Troubleshooting and debugging code to fix issues and improve perf...

  • Answered by AI
  • Q4. Horizontal vs vertical scaling
  • Ans. 

    Horizontal scaling involves adding more machines to distribute load, while vertical scaling involves increasing the power of existing machines.

    • Horizontal scaling adds more machines to handle increased load

    • Vertical scaling increases the power of existing machines

    • Horizontal scaling is more cost-effective and easier to implement

    • Vertical scaling may have limitations in terms of hardware capabilities

    • Examples: Horizontal sca...

  • Answered by AI
  • Q5. Load balancer vs API gateway
  • Ans. 

    Load balancer distributes incoming network traffic across multiple servers, while API gateway manages API traffic.

    • Load balancer operates at the network layer, distributing traffic based on algorithms like round-robin or least connections.

    • API gateway operates at the application layer, providing features like authentication, rate limiting, and caching for APIs.

    • Load balancer can balance traffic for any type of application...

  • Answered by AI
  • Q6. There is a scenario where user wants to upload multiple files at once but provided API can on accept one file at a time, how tackle this scenario gracefully?

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Analyst Interview Questions & Answers

user image Ravi kumar

posted on 3 Jan 2025

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

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your experience with accounting?
  • Q2. Journal entries

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What are the assignment in Accenture
  • Ans. 

    Assignments at Accenture vary depending on the specific role and project, but may include data analysis, project management, client communication, and process improvement.

    • Data analysis: Analyzing large datasets to identify trends and insights.

    • Project management: Coordinating tasks and timelines to ensure project success.

    • Client communication: Interacting with clients to understand their needs and provide updates on proj...

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

(2 Questions)

  • Q1. What achievements do you have
  • Q2. Why career gap between job change

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak out in positive language and interact with other end expectations

Warehouse Assistant Interview Questions asked at other Companies

Q1. How to manage warehouse inward & outward process ?
View answer (2)

Project Buyer Lead Interview Questions & Answers

user image Anonymous

posted on 16 Apr 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell me about yourself, include a brief about your family
  • Q2. Why did you leave your last job?
  • Q3. Tell me an achievement / project you are proud of and why?
  • Q4. Tell me time you made a mistake and how did you go about it?
  • Q5. What do you think your line managers say good and bad about your working style?

Maersk interview questions for popular designations

 Process Expert

 (25)

 Software Engineer

 (10)

 Senior Process Expert

 (9)

 Senior Software Engineer

 (8)

 Analyst

 (7)

 Senior Specialist

 (7)

 Senior Analyst

 (5)

 Data Engineer

 (4)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-
Round 1 - Coding Test 

UI coding test depending on your experience

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic behavioural questions asked

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Get interview-ready with Top Maersk Interview Questions

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

I was interviewed in Mar 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. Finance and accounts related questions
  • Q2. Provision & accrued expenses
  • Q3. Month end close process related questions
  • Q4. Privious organisation experience related

Jobs at Maersk

View all

Software Developer Interview Questions & Answers

user image Mamatha Dilish

posted on 6 Jun 2024

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is decorator in python
  • Ans. 

    Decorator in Python is a design pattern that allows adding new functionality to an existing object without modifying its structure.

    • Decorators are functions that take another function as an argument and extend its behavior without explicitly modifying it.

    • They are commonly used to add logging, timing, caching, or authentication to functions.

    • Syntax for using decorators in Python involves using the @ symbol followed by the...

  • Answered by AI
  • Q2. What is yeild in python
  • Ans. 

    yield is a keyword in Python used in generator functions to return a value without terminating the function

    • yield is used in generator functions to produce a series of values over time

    • When a generator function is called, it returns an iterator object but does not start execution immediately

    • Each time the yield statement is reached, the function's state is saved, and the value is returned to the caller

    • Execution of the fun...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Maersk Software Developer interview:
  • Python
  • Simulation

Skills evaluated in this interview

Top Maersk Software Developer Interview Questions and Answers

Q1. Sort 0 1 2You have been given an integer array/list(ARR) of size 'N'. It only contains 0s, 1s and 2s. Write a solution to sort this array/list. Note : Try to solve the problem in 'Single Scan'. ' Single Scan' refers to iterating over the ar... read more
View answer (5)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Microsoft Excel question, multi tasking quiz, essay writing and general aptitude.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Have you done any process improvements in your previous projects?
  • Q2. How good are you in Microsoft Excel in the scale of 1 to 10?
  • Ans. 

    I would rate myself as an 8 in Microsoft Excel. I am proficient in using formulas, creating pivot tables, and analyzing data.

    • Proficient in using formulas such as VLOOKUP, SUMIF, and IF functions

    • Experienced in creating pivot tables for data analysis

    • Skilled in data visualization using charts and graphs

    • Familiar with advanced functions like INDEX-MATCH and conditional formatting

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. What activities do perform in your current company from start to end of the day?
  • Q2. Why do you want to join Mearsk?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Top Maersk Process Expert Interview Questions and Answers

Q1. What do you know about INTERMODAL?
View answer (1)

Process Expert Interview Questions asked at other Companies

Q1. What do you know about INTERMODAL?
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What you want to work for MAERSK
  • Ans. 

    I want to work for MAERSK because of their global presence, innovative solutions, and commitment to sustainability.

    • Global presence offers opportunities for diverse projects and collaborations

    • Innovative solutions challenge me to think creatively and problem-solve effectively

    • Commitment to sustainability aligns with my values and desire to make a positive impact

  • Answered by AI
  • Q2. How you will be valuable asset to the organisation
  • Ans. 

    I bring extensive experience in process improvement, problem-solving skills, and a track record of delivering results.

    • Proven track record of successfully implementing process improvements in previous roles

    • Strong problem-solving skills to identify and address inefficiencies

    • Ability to analyze data and metrics to drive decision-making and optimize processes

    • Experience in leading cross-functional teams to achieve organizati...

  • Answered by AI

Senior Process Expert Interview Questions asked at other Companies

Q1. Success stories in customer Service
View answer (1)

Lead Logistics Process Expert Interview Questions & Answers

user image Anonymous

posted on 13 Apr 2024

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

I applied via Company Website and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Ask about the previous experience in the latest company.
  • Q2. Ask about Excel skill
Round 2 - Behavioral 

(2 Questions)

  • Q1. Import-export process
  • Q2. Ask about Documentation and Excel Test

Interview Preparation Tips

Interview preparation tips for other job seekers - Read JD carefully and be honest

Maersk Interview FAQs

How many rounds are there in Maersk interview for experienced candidates?
Maersk interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Maersk interview process for experienced candidates are One-on-one Round, HR and Aptitude Test.
How to prepare for Maersk interview for experienced candidates?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Maersk. The most common topics and skills that interviewers at Maersk expect are Logistics, Customer Service, Stakeholder Management, Supply Chain Management and Project Management.
What are the top questions asked in Maersk interview for experienced candidates?

Some of the top questions asked at the Maersk interview for experienced candidates -

  1. What are azure functions? What are its limitations? How to handle long running ...read more
  2. Why java is platform independ...read more
  3. How to calculate PBDD, what is related party, how contingent liabilities affect...read more
How long is the Maersk interview process?

The duration of Maersk interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Maersk Interview Process for Experienced

based on 38 interviews in last 1 year

Interview experience

4.1
  
Good
View more

People are getting interviews through

based on 74 Maersk interviews
Job Portal
Referral
Company Website
WalkIn
Recruitment Consultant
Campus Placement
41%
15%
14%
7%
3%
1%
19% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
Join Maersk Improving life for all by integrating the world

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
Delhivery Interview Questions
3.9
 • 441 Interviews
Ecom Express Interview Questions
3.9
 • 191 Interviews
Flex Interview Questions
4.0
 • 177 Interviews
Bureau Veritas Interview Questions
3.9
 • 104 Interviews
View all

Maersk Reviews and Ratings

based on 2.8k reviews

4.3/5

Rating in categories

4.0

Skill development

4.2

Work-Life balance

4.0

Salary & Benefits

4.1

Job Security

4.2

Company culture

3.4

Promotions/Appraisal

4.0

Work Satisfaction

Explore 2.8k Reviews and Ratings
Marine People Advisor (HR Role)

Navi Mumbai

3-8 Yrs

Not Disclosed

Sr. Analyst Supply Chain Development

Chennai,

Bangalore / Bengaluru

+1

5-10 Yrs

Not Disclosed

Explore more jobs
Process Expert
2.1k salaries
unlock blur

₹2 L/yr - ₹7.4 L/yr

Senior Process Expert
1.1k salaries
unlock blur

₹2.4 L/yr - ₹8.2 L/yr

Senior Analyst
985 salaries
unlock blur

₹3.7 L/yr - ₹10 L/yr

Senior Specialist
709 salaries
unlock blur

₹4.2 L/yr - ₹14 L/yr

Analyst
693 salaries
unlock blur

₹2.5 L/yr - ₹10.1 L/yr

Explore more salaries
Compare Maersk with

Accenture

3.9
Compare

Capgemini

3.8
Compare

IBM

4.1
Compare

Infosys

3.7
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