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 Financial Controller Interview Questions and Answers

Updated 12 Jun 2024

Maersk Financial Controller Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Reasoning and logical questions given in aptitude.

Round 2 - Assignment 

Accounting questions, process related questions

Round 3 - HR 

(1 Question)

  • Q1. Basic introduction round.
Round 4 - Technical 

(1 Question)

  • Q1. Questions based on experience and scenario.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Reasoning, English and general mathamtics

Round 2 - Technical 

(1 Question)

  • Q1. Basic accounting questions,and process related questions

Financial Controller Interview Questions Asked at Other Companies

Q1. What is goodwill, how to calculate, what is negative goodwill, ho ... read more
Q2. What is derivative? How many types of derivatives, difference bet ... read more
Q3. What is financial instruments? How many types and types of financ ... read more
Q4. What is impairment of assets and journal entries
Q5. Is it necessary for individuals filing taxes to maintain books of ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
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 - Aptitude Test 

English, mathematical, and psychological testing

Round 3 - Technical 

(2 Questions)

  • Q1. IFRS 16, Revenue Recognition, Fixed assets journal flow, when you will capitalise the assets, difference between prepayment and advance payment to vendor, difference between provision and contingent liabil...
  • Q2. How to calculate PBDD, what is related party, how contingent liabilities affect your financial statements, what is audit adjustment and how it is done
  • Ans. 

    Answering questions related to financial accounting and auditing

    • PBDD is calculated by subtracting direct costs from revenue

    • Related party refers to a person or entity that has a close relationship with the company

    • Contingent liabilities are potential liabilities that may arise in the future

    • Audit adjustments are changes made to financial statements during the audit process

    • They are done by identifying errors or omissions a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read the accounting questions mentioned above and make sure give the answers to the point, be bold enough to answer everything

Financial Controller Jobs at Maersk

View all

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in May 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is diameter of Binary Tree? Write full working code.
  • Ans. 

    Diameter of a binary tree is the longest path between any two leaf nodes.

    • Calculate the height of left and right subtrees recursively.

    • Calculate the diameter recursively using the formula max(left_height + right_height + 1, max(left_diameter, right_diameter)).

    • Return the maximum diameter.

  • Answered by AI
  • Q2. Find interchanged terms from an AP, where terms are arranged in series
  • Ans. 

    To find interchanged terms from an AP series

    • Identify the common difference between terms

    • Swap the positions of adjacent terms

    • Check if the new series is also an AP

    • Repeat until no more interchanged terms can be found

  • Answered by AI
  • Q3. Explain database indexing
  • Ans. 

    Database indexing is a technique to improve the performance of database queries.

    • Indexing creates a data structure that allows for faster retrieval of data.

    • Indexes are created on one or more columns of a table.

    • Queries that use indexed columns can be executed faster.

    • Indexes can be clustered or non-clustered.

    • Clustered indexes determine the physical order of data in a table.

    • Non-clustered indexes create a separate structure...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on basic data structures, operating systems and database.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Very simple they will ask you about your last company experience if it's same industry than your chances is high..Otherwise your skills and communication

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with same industry experiance if not than go with high communication skills..👍👍

I applied via Recruitment Consultant and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic to intermediate questions on data structures and django.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process easy.

I applied via Campus Placement and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Design a stack that support getmin in O(1) time and O(1) space complexities
  • Ans. 

    Design a stack that supports getmin in O(1) time and O(1) space complexities.

    • Use two stacks, one for storing the actual values and the other for storing the minimum values.

    • When pushing a new value, check if it is smaller than the current minimum value and push it to the minimum stack if it is.

    • When popping a value, check if it is the current minimum value and pop it from the minimum stack if it is.

    • To get the minimum val...

  • Answered by AI
  • Q2. Questions related OS and DBMS
  • Q3. Binary tree traversal
  • Ans. 

    Binary tree traversal is the process of visiting each node in a binary tree exactly once in a specific order.

    • There are three main types of binary tree traversal: inorder, preorder, and postorder.

    • Inorder traversal visits the left subtree, then the root, then the right subtree.

    • Preorder traversal visits the root, then the left subtree, then the right subtree.

    • Postorder traversal visits the left subtree, then the right subt...

  • Answered by AI
  • Q4. LRU cache explanation
  • Ans. 

    LRU cache is a data structure that stores the most recently used items and discards the least recently used items.

    • LRU stands for Least Recently Used

    • It has a fixed size and when the cache is full, the least recently used item is removed to make space for a new item

    • It uses a combination of a doubly linked list and a hash map to achieve O(1) time complexity for both insertion and deletion

    • Example: A web browser cache that ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good with your programming skills and fundamentals.

Skills evaluated in this interview

Interview Preparation Tips

Interview preparation tips for other job seekers - I gave attitude and dark personality test in Delhivery. But after clearing this rounds. They don't take my interview. They said that they have shortlisted another candidate. They even don't pick up call and clarify it.

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Arrange the interview immediately

I appeared for an interview before Sep 2020.

Round 1 - Video Call 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

This was a Data Structures round. Both questions were answered in optimal time complexity with clean code. Every other question was answered to the best of my knowledge

  • Q1. 

    Rotting Oranges Problem Statement

    You are given an undirected and disconnected graph G(V, E) with V vertices numbered from 0 to V-1 and E edges. Your task is to perform a BFS traversal starting from the 0...

  • Ans. 

    Perform BFS traversal on an undirected and disconnected graph starting from vertex 0.

    • Implement BFS traversal algorithm starting from vertex 0

    • Use a queue to keep track of visited nodes and their neighbors

    • Print the traversal order in sorted order for each node's connected nodes

  • Answered by AI
  • Q2. 

    Smallest Integer Not Representable as Subset Sum

    Given a non-decreasing sorted array ARR of N positive numbers, determine the smallest positive integer that cannot be expressed as the sum of elements from...

  • Ans. 

    Find the smallest positive integer that cannot be expressed as the sum of elements from any proper subset of a non-decreasing sorted array of positive numbers.

    • Start with the smallest possible sum that can be represented, which is 1.

    • Iterate through the array and update the smallest sum that cannot be represented.

    • Return the final smallest sum that cannot be represented.

  • Answered by AI
  • Q3. 

    BFS Traversal in a Graph

    Given an undirected and disconnected graph G(V, E) where V vertices are numbered from 0 to V-1, and E represents edges, your task is to output the BFS traversal starting from the ...

  • Ans. 

    BFS traversal of an undirected and disconnected graph starting from vertex 0.

    • Implement BFS algorithm to traverse the graph starting from vertex 0.

    • Use a queue to keep track of visited nodes and their neighbors.

    • Ensure to visit all connected components of the graph.

    • Print the BFS traversal sequence for each test case in a separate line.

    • Handle cases where not all vertices are reachable from vertex 0.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 100 minutes
Round difficulty - Easy

Mostly technical and System Design questions were asked.

  • Q1. Design an LRU (Least Recently Used) cache.
  • Ans. 

    Design an LRU cache to store least recently used items efficiently.

    • Use a combination of a doubly linked list and a hashmap to store and retrieve items in O(1) time complexity.

    • When an item is accessed, move it to the front of the linked list to mark it as the most recently used.

    • If the cache is full, remove the least recently used item from the end of the linked list and the hashmap.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Guru Gobind Singh Indraprastha University. I applied for the job as SDE - 1 in GurgaonEligibility criteria1+ year of ExperienceDelhivery interview preparation:Topics to prepare for the interview - DS, Algorithms, OOPS, Dynamic Programming, System Design, Java SpringTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice At least 300 questions
Tip 2 : Build Resume according to Job Description 
Tip 3 : Working with Big Data/Distributed Systems is a Plus

Application resume tips for other job seekers

Tip 1 : Skills relevant to Job Description 
Tip 2 : Do not put false things on a resume, in-depth of knowledge of everything there on the resume

Final outcome of the interviewSelected

Skills evaluated in this interview

Maersk Interview FAQs

How many rounds are there in Maersk Financial Controller interview?
Maersk interview process usually has 3 rounds. The most common rounds in the Maersk interview process are Aptitude Test, Technical and Resume Shortlist.
How to prepare for Maersk Financial Controller interview?
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 Finance Control, IFRS, Financial Reporting, Accounting and Cost Accounting.
What are the top questions asked in Maersk Financial Controller interview?

Some of the top questions asked at the Maersk Financial Controller interview -

  1. How to calculate PBDD, what is related party, how contingent liabilities affect...read more
  2. IFRS 16, Revenue Recognition, Fixed assets journal flow, when you will capitali...read more
  3. Basic accounting questions,and process related questi...read more

Tell us how to improve this page.

Maersk Financial Controller Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
Join Maersk Improving life for all by integrating the world

Interview Questions from Similar Companies

Delhivery Interview Questions
3.8
 • 477 Interviews
Ecom Express Interview Questions
3.8
 • 203 Interviews
Blue Dart Express Interview Questions
4.0
 • 103 Interviews
FedEx Express Interview Questions
4.0
 • 95 Interviews
DHL Express Interview Questions
4.1
 • 68 Interviews
DP World Interview Questions
3.9
 • 65 Interviews
Maersk Line Interview Questions
4.0
 • 29 Interviews
Kuehne + Nagel Interview Questions
3.9
 • 22 Interviews
View all
Maersk Financial Controller Salary
based on 44 salaries
₹10.8 L/yr - ₹33 L/yr
25% less than the average Financial Controller Salary in India
View more details

Maersk Financial Controller Reviews and Ratings

based on 15 reviews

4.2/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

3.6

Salary

4.2

Job security

4.1

Company culture

3.6

Promotions

3.9

Work satisfaction

Explore 15 Reviews and Ratings
Area Head of ATR & Financial Controlling

Pune,

Chennai

12-15 Yrs

₹ 45-55 LPA

Area Head of ATR and Financial Controlling

Pune,

Chennai

10-12 Yrs

₹ 12.25-27 LPA

Area Head of ATR and Financial Controlling

Pune,

Chennai

10-11 Yrs

₹ 12.25-20.1 LPA

Explore more jobs
Process Expert
2.1k salaries
unlock blur

₹2.2 L/yr - ₹7.2 L/yr

Senior Process Expert
1.1k salaries
unlock blur

₹2.4 L/yr - ₹8.6 L/yr

Senior Analyst
1.1k salaries
unlock blur

₹3.7 L/yr - ₹10 L/yr

Senior Specialist
716 salaries
unlock blur

₹4.2 L/yr - ₹14.5 L/yr

Analyst
708 salaries
unlock blur

₹2.5 L/yr - ₹9 L/yr

Explore more salaries
Compare Maersk with

Delhivery

3.8
Compare

Ecom Express

3.8
Compare

Blue Dart Express

4.0
Compare

DHL Supply Chain

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