Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Maersk interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

Maersk
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 Months
Topics: Java, Data Structures, Algorithms, C, C++, Object Oriented Programming Concepts, React, DBMS, Computer Networks
Tip
Tip

Tip 1 : Have knowledge of an one Object oriented programming language in-depth
Tip 2 : Have a strong grip on DSA and Algorithms
Tip 3 : Do at least one project individually end-to-end and have complete clarity of tech/concepts implemented in it

Application process
Where: Campus
Eligibility: 7 CGPA, No Backlogs
Resume Tip
Resume tip

Tip 1 : One-page resume is preferred as it will give a clarity on the candidate at a single glance
Tip 2 : Always rate your skills, like: Java : 4/5, React : 2/5, Machine Learning : 2.5/5, so that the interviewer know the skills you command and the interview may proceed in an orderly manner

Interview rounds

01
Round
Medium
Online Coding Interview
Duration180 minutes
Interview date11 May 2022
Coding problem1

It consisted of 4 sections:
1) Aptitude
2) Computer Related Subjects(DBMS, OS, CN etc.)
3) Questions related to programming language
4) Coding round

1. Next Greater Element

Easy
10m average time
90% success
0/40
Asked in companies
DunzoCiscoIBM

You are given an array 'a' of size 'n'.



The Next Greater Element for an element 'x' is the first element on the right side of 'x' in the array, which is greater than 'x'.


If no greater elements exist to the right of 'x', consider the next greater element as -1.


For example:
Input: 'a' = [7, 12, 1, 20]

Output: NGE = [12, 20, 20, -1]

Explanation: For the given array,

- The next greater element for 7 is 12.

- The next greater element for 12 is 20. 

- The next greater element for 1 is 20. 

- There is no greater element for 20 on the right side. So we consider NGE as -1.
Problem approach
  1. Initially pushed the element to the stack.
  2. Popped from the stack when next element is being processed.
  3. Pushed back to the stack because the next element is smaller.
  4. Popped from the stack in step 3 of the algorithm.
Try solving now
02
Round
Medium
Face to Face
Duration60 minutes
Interview date2 Jun 2021
Coding problem1

1. Is it a Circular Linked List?

Easy
15m average time
85% success
0/40
Asked in companies
WalmartMicrosoftSAP Labs

You are given a Singly Linked List of integers. You have to find if the given linked list is circular or not.

image

Problem approach

Using a hashmap, and stopping if element already exists in the map

Try solving now
03
Round
Easy
HR Round
Duration30 minutes
Interview date9 Jun 2021
Coding problem1

Basic Tech+HR questions

1. Basic HR Questions

  1. Why should we choose you?
  2. What do you think of the difference between you and other candidates?
Problem approach

Tip 1 : Be confident, Don't hesitate
Tip 2 : Be honest

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you write a single-line comment in C++?

Choose another skill to practice
Start a Discussion
Similar interview experiences
SDE - 1
2 rounds | 7 problems
Interviewed by Maersk
1422 views
0 comments
0 upvotes
Data Scientist
3 rounds | 2 problems
Interviewed by Maersk
1002 views
0 comments
0 upvotes
SDE - Intern
3 rounds | 3 problems
Interviewed by Maersk
1064 views
0 comments
0 upvotes
Product Engineer
3 rounds | 5 problems
Interviewed by Squadstack
1490 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
104644 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
49761 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
31029 views
6 comments
0 upvotes