Upload Button Icon Add office photos

Filter interviews by

A P MOLLER MAERSK GROUP TERMINALS Intern Interview Questions and Answers

Updated 8 Sep 2024

A P MOLLER MAERSK GROUP TERMINALS Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 8 Sep 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

(3 Questions)

  • Q1. What is SQL Partitioning, give examples
  • Ans. 

    SQL Partitioning is a technique used to divide large tables into smaller, more manageable parts.

    • Partitioning helps improve query performance by allowing operations to be performed on smaller subsets of data.

    • Examples of partitioning methods include range partitioning, list partitioning, and hash partitioning.

    • Range partitioning involves dividing data based on a specified range of values, such as dates or numeric ranges.

    • L...

  • Answered by AI
  • Q2. Write a query to get the values of the 2nd and 3rd highest salary
  • Ans. 

    Query to retrieve the values of the 2nd and 3rd highest salary from a database table.

    • Use the ORDER BY clause to sort the salaries in descending order

    • Use the LIMIT clause to get the 2nd and 3rd highest salaries

  • Answered by AI
  • Q3. Difference between clustered and non-clustered classification. which is better performance wise. what will you do in both cases, in case database is out of storage
  • Ans. 

    Clustered classification organizes data based on similarity, while non-clustered does not. Performance wise, clustered is better. If database is out of storage, in clustered classification data can be moved to another node, while in non-clustered classification data can be stored in a temporary location.

    • Clustered classification organizes data into groups based on similarity, improving query performance.

    • Non-clustered cl...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via campus placement at MAEER's MIT College of Engineering, Pune and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was successful, covering various topics such as ratios and proportions, percentages, blood relations, boat and stream problems, highest common factor (HCF) and least common multiple (LCM), volume and surface area, time and work, as well as questions related to profit and loss, and speed, distance, and time.

Round 2 - Coding Test 

In the coding test 1 question for coding and another 2 for debugging were asked.

Round 3 - Technical 

(3 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Experience with programming languages like Java, Python, and C++

  • Answered by AI
  • Q2. What do you mean by polymorphism?
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in OOP allows a child class to override a method from its parent class, exhibiting polymo

  • Answered by AI
  • Q3. A puzzle was asked. Probably do all the puzzles from geeks for geeks.

Interview Preparation Tips

Interview preparation tips for other job seekers - For interviews do the basic computer concepts. Do practice projects as project related questions might be asked. Oops concepts, sql, Dbms, OS, Cn.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Mostly on numerical there will be 5 sets in round 1 aptitude and communication general English questions

Round 2 - Coding Test 

Coding questions are on arrays and lists

Round 3 - Technical 

(2 Questions)

  • Q1. What is agile?and explain it
  • Ans. 

    Agile is a project management methodology that emphasizes flexibility, collaboration, and continuous improvement.

    • Agile involves breaking down projects into smaller tasks called sprints

    • It prioritizes customer feedback and adapting to changes quickly

    • Common frameworks include Scrum, Kanban, and Lean

    • Daily stand-up meetings and retrospectives are common practices in Agile

  • Answered by AI
  • Q2. Mostly on software engineer questions

Intern Interview Questions & Answers

Jio user image Vishal Bharat

posted on 23 Nov 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Python scripting, cyber security principles and basic technical questions.

Round 2 - HR 

(1 Question)

  • Q1. Where you see yourself in 5 years
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was easy. It was basic question.

Round 2 - Group Discussion 

It was a bit diff as everyone was a bit aggressive

Round 3 - One-on-one 

(2 Questions)

  • Q1. It was long and difficult.
  • Q2. Tel about all ml algo
  • Ans. 

    Machine learning algorithms are used to analyze data, make predictions, and automate decision-making processes.

    • ML algorithms can be categorized into supervised, unsupervised, and reinforcement learning.

    • Examples of ML algorithms include linear regression, decision trees, support vector machines, k-means clustering, and neural networks.

    • ML algorithms require labeled data for supervised learning and can learn patterns from

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at Graphic Era University, Dehradun and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 Questions of Medium leetcode difficulty.

Round 2 - Group Discussion 

The topic was given to 8-10 people and starting from a random person the GD starts.

Round 3 - Technical 

(2 Questions)

  • Q1. SQL query to get 3rd largest element.
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to get 3rd largest element.

    • Use ORDER BY clause to sort the elements in descending order.

    • Use LIMIT 2,1 to skip the first two largest elements and get the 3rd largest element.

  • Answered by AI
  • Q2. Programme to swap two objects (deep copy).
  • Ans. 

    Program to swap two objects (deep copy)

    • Create a temporary object to store one of the objects

    • Copy the values of the second object into the first object

    • Copy the values from the temporary object into the second object

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Behavioural questions

Interview Preparation Tips

Topics to prepare for Genpact Intern interview:
  • DBMS
  • SQL
  • Programming
  • OS
Interview preparation tips for other job seekers - Read basics of OS, DBMS (especially SQL) and little bit of Leetcode.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2023. There were 2 interview rounds.

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 - One-on-one 

(6 Questions)

  • Q1. What is your name ?, What is your qualifications? , What is your current location?, Where do you belonge from?, why you want to do job ?, Why you choose this company to do job ?, What aspect about sallar...
  • Ans. 

    Interview questions and answers

    • My name is [Name].

    • I have completed my [Qualifications] from [University/Institute].

    • I am currently located in [Current Location].

    • I belong to [Hometown/City].

    • I am interested in this job because [Reasons].

    • I chose this company because [Reasons].

    • Salary is an important aspect for me, but not the only one.

  • Answered by AI
  • Q2. Why you choose this company to do work ?, What aspect about sallry ?
  • Ans. 

    I chose this company because of its reputation for innovation and growth. The salary offered is competitive and fair.

    • The company has a strong track record of developing cutting-edge technology

    • I am impressed by the company's commitment to employee growth and development

    • The salary offered is in line with industry standards and reflects my experience and qualifications

  • Answered by AI
  • Q3. What is your current locatuon? My current location is Varanasi, Lanka, Uttar Pradesh
  • Ans. 

    I am currently located in Varanasi, Lanka, Uttar Pradesh.

    • I am residing in the historic city of Varanasi, also known as Kashi.

    • Lanka is a locality within Varanasi, situated on the banks of the river Ganges.

    • Uttar Pradesh is a state in northern India, known for its rich cultural heritage.

  • Answered by AI
  • Q4. What is your highest qualification ?
  • Ans. 

    I have a Master's degree in Computer Science.

    • Master's degree in Computer Science

    • GPA of 3.8

    • Thesis on Machine Learning

    • Internship at Google

  • Answered by AI
  • Q5. Where do you belong from?
  • Ans. 

    I belong to India, a diverse and culturally rich country.

    • I was born and brought up in a small town in the northern part of India.

    • India is known for its diverse culture, languages, and traditions.

    • I have traveled to different parts of India and have experienced the beauty of its landscapes and people.

    • I am proud to be a part of a country that has a rich history and is constantly evolving.

  • Answered by AI
  • Q6. Why you want to do job ?
  • Ans. 

    I want to do a job to gain experience, learn new skills, and contribute to the growth of the company.

    • I am eager to learn and grow professionally

    • I want to contribute my skills and knowledge to the company

    • I am excited about the opportunity to work with a team

    • I am motivated by the prospect of financial stability and security

  • Answered by AI

Interview Preparation Tips

Topics to prepare for BYJU'S Intern interview:
  • Candidate name
  • Candidate current loaction
  • Candidate parmanent addres
  • Reason to join their company
  • Reason to do work
  • Candidate highest qualification
Interview preparation tips for other job seekers - Be aware from fake Jobs and don't give any information or document bithout perfect knowledge and Information about company, and don't pay any charge for job security or document varification ....whatever pay scale ....never pay them,
Don't give document for varification, first of all you check about company go through company's original website and talk them about your job mails are text related to this company and after geting conform, you can join
Be safe , be aware and be happy thanku so much this opportunitys

Intern Interview Questions & Answers

Wipro user image Anonymous

posted on 27 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response

I applied via Job Portal

Round 1 - Aptitude Test 

LR, DI, Analytics, Puzzles, Graph Problems

Round 2 - Coding Test 

Trees, Linked List, Array

Intern Interview Questions & Answers

Capgemini user image Rewa Parashar

posted on 30 Oct 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Easy aptitude test. Simple questions and easy to answer.

Round 3 - Technical 

(2 Questions)

  • Q1. Implementing the logic for Bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.

    • Start by comparing the first two elements of the array and swap them if necessary.

    • Continue comparing adjacent elements and swapping them until the array is sorted.

    • Repeat this process for each element in the array until no more swaps are needed.

  • Answered by AI
  • Q2. Software development lifecycle and its uses
  • Ans. 

    Software development lifecycle is a process used to design, develop, and test software applications.

    • It includes phases like planning, design, development, testing, deployment, and maintenance.

    • Each phase has specific goals and deliverables to ensure the quality and success of the software.

    • Examples of SDLC models include Waterfall, Agile, and DevOps.

    • SDLC helps in managing the project effectively, reducing risks, and deli

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions & Answers

IBM user image Anonymous

posted on 13 Feb 2024

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

I applied via AmbitionBox and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Technical and hr
Round 2 - Coding Test 

Code to automate the application

Round 3 - One-on-one 

(1 Question)

  • Q1. Introduction and the basics

A P MOLLER MAERSK GROUP TERMINALS Interview FAQs

How many rounds are there in A P MOLLER MAERSK GROUP TERMINALS Intern interview?
A P MOLLER MAERSK GROUP TERMINALS interview process usually has 1 rounds. The most common rounds in the A P MOLLER MAERSK GROUP TERMINALS interview process are Aptitude Test.
What are the top questions asked in A P MOLLER MAERSK GROUP TERMINALS Intern interview?

Some of the top questions asked at the A P MOLLER MAERSK GROUP TERMINALS Intern interview -

  1. difference between clustered and non-clustered classification. which is better ...read more
  2. write a query to get the values of the 2nd and 3rd highest sal...read more
  3. What is SQL Partitioning, give examp...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 A P MOLLER MAERSK GROUP TERMINALS interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Intern Interview Questions from Similar Companies

TCS Intern Interview Questions
3.7
 • 33 Interviews
Infosys Intern Interview Questions
3.7
 • 22 Interviews
Amazon Intern Interview Questions
4.1
 • 22 Interviews
Deloitte Intern Interview Questions
3.8
 • 21 Interviews
IBM Intern Interview Questions
4.1
 • 13 Interviews
Wipro Intern Interview Questions
3.7
 • 11 Interviews
View all
Software Engineer
4 salaries
unlock blur

₹26 L/yr - ₹35 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹17.5 L/yr - ₹42 L/yr

Senior Specialist
4 salaries
unlock blur

₹10.6 L/yr - ₹15.2 L/yr

Process Expert
4 salaries
unlock blur

₹4.2 L/yr - ₹7 L/yr

Business Analyst
3 salaries
unlock blur

₹10.2 L/yr - ₹10.2 L/yr

Explore more salaries
Compare A P MOLLER MAERSK GROUP TERMINALS with

DP World

3.9
Compare

PSA International

4.1
Compare

CMA CGM

4.0
Compare

APL Logistics

4.1
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