Add office photos
Employer?
Claim Account for FREE

Vitwit

-
No reviews yet
-
Reviews
-
Jobs
-
Benefits
-
Photos
Filter interviews by

Maersk Interview Questions and Answers

Updated 6 Feb 2024

Q1. What is blockchain and applications

Ans.

Blockchain is a decentralized, secure and transparent digital ledger that records transactions and stores data.

  • Blockchain is used in cryptocurrency transactions like Bitcoin and Ethereum.

  • It can also be used in supply chain management, voting systems, and digital identity verification.

  • Blockchain provides security through cryptography and consensus algorithms.

  • It eliminates the need for intermediaries and reduces transaction costs.

  • Smart contracts can be implemented on blockchain...read more

Add your answer

Q2. Had any knowledge on blockchain

Ans.

Yes, I have knowledge on blockchain.

  • I have experience in developing smart contracts using Solidity.

  • I have worked on blockchain platforms like Ethereum and Hyperledger Fabric.

  • I understand the concepts of distributed ledger technology and consensus algorithms.

  • I am familiar with the security aspects of blockchain and how to prevent attacks like 51% attack.

  • I have implemented blockchain solutions for supply chain management and digital identity verification.

Add your answer

Q3. In java what is hashmap

Ans.

HashMap is a class in Java that implements the Map interface and stores key-value pairs in a hash table.

  • HashMap allows null values and only one null key.

  • It provides constant-time performance for basic operations such as get and put.

  • The order of elements in a HashMap is not guaranteed.

  • Example: HashMap map = new HashMap<>(); map.put("apple", 1); map.put("banana", 2); int value = map.get("banana"); // returns 2

Add your answer

Q4. Whats are hashtables

Ans.

Hashtables are data structures that store key-value pairs and allow for fast retrieval of values based on their keys.

  • Hashtables use a hash function to map keys to indices in an array.

  • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

  • Hashtables have an average time complexity of O(1) for insertion, deletion, and retrieval of values.

  • Examples of hashtables include Python's dict, Java's HashMap, ...read more

Add your answer
Discover Maersk interview dos and don'ts from real experiences

Q5. Opps concepts in python

Ans.

Object-oriented programming concepts in Python

  • Encapsulation: bundling data and methods together in a class

  • Inheritance: creating new classes from existing ones

  • Polymorphism: using a single interface to represent different types

  • Abstraction: hiding complex implementation details

  • Class: blueprint for creating objects

  • Object: instance of a class

Add your answer

Q6. Page replacement methods in os

Ans.

Page replacement methods are algorithms used by operating systems to decide which pages to evict from memory when a new page needs to be loaded.

  • Page replacement methods are used in virtual memory systems to manage limited physical memory.

  • The goal is to minimize the number of page faults, which occur when a requested page is not in memory.

  • Popular page replacement algorithms include FIFO (First-In, First-Out), LRU (Least Recently Used), and Optimal.

  • FIFO replaces the oldest page...read more

Add your answer

Q7. Integer to Roman number

Ans.

Convert integer to Roman numeral representation

  • Create a mapping of integer values to Roman numeral symbols

  • Iterate through the mapping in descending order of integer values

  • Subtract the largest possible integer value from the input number and append the corresponding Roman numeral symbol

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Maersk

based on 3 interviews
Interview experience
3.7
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.8
 • 1.6k Interview Questions
3.6
 • 235 Interview Questions
3.9
 • 202 Interview Questions
4.2
 • 177 Interview Questions
3.9
 • 152 Interview Questions
3.7
 • 139 Interview Questions
View all
Top Vitwit Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter