Upload Button Icon Add office photos

Filter interviews by

A P MOLLER MAERSK GROUP TERMINALS Interview Questions, Process, and Tips

Updated 9 Dec 2024

Top A P MOLLER MAERSK GROUP TERMINALS Interview Questions and Answers

View all 6 questions

A P MOLLER MAERSK GROUP TERMINALS Interview Experiences

Popular Designations

6 interviews 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

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 9 Dec 2024

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

Coding question in java based on array and dynamic programming

Round 2 - Technical 

(2 Questions)

  • Q1. Krushkal algorithm
  • Ans. 

    Kruskal's algorithm is a minimum spanning tree algorithm that connects all vertices in a graph while minimizing total edge weight.

    • Sort edges in ascending order

    • Add edges one by one to spanning tree

    • Ensure no cycles are formed

    • Example: Given a graph with vertices A, B, C and edges (A-B: 2), (B-C: 3), (A-C: 4), the algorithm would select (A-B: 2) and (B-C: 3) to form the minimum spanning tree

  • Answered by AI
  • Q2. Reverse a string
  • Ans. 

    Function to reverse a given string and return it.

    • Create a function that takes a string as input

    • Use built-in functions like reverse() or loop through the string to reverse it

    • Return the reversed string

  • Answered by AI

Skills evaluated in this interview

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Do you know what ap moller does
  • Q2. Tell about financial modelling
  • Ans. 

    Financial modelling is the process of creating a mathematical representation of a company's financial situation.

    • Financial modelling involves forecasting financial performance, analyzing the impact of different variables, and making informed decisions based on the model.

    • It helps in budgeting, valuation, risk assessment, and strategic planning.

    • Common tools used for financial modelling include Excel, financial software, a...

  • Answered by AI

Finance and Accounting Intern Interview Questions asked at other Companies

Q1. What is the difference between marketing and sales?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself. .
  • Q2. Tell me about your last company

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare about experience you have

Finance Manager Interview Questions asked at other Companies

Q1. What are the major adjustments need to be done while finalization of Accounts ?
View answer (1)

A P MOLLER MAERSK GROUP TERMINALS interview questions for popular designations

 Business Development Executive

 (1)

 Data Analyst

 (1)

 Finance and Accounting Intern

 (1)

 Finance Manager

 (1)

 Intern

 (1)

 Software Developer Trainee

 (1)

Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

2 coding questions and aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Very less time for each questions be prepared for coding and aptitude i

Software Developer Trainee Interview Questions asked at other Companies

Q1. 1. Tell me about your self 2. Difference Between c & c++. 3. what is class? 4. what is object? 5. what is polymorphism? types of polymorphism explain real example of polymorphism. 6. what is inheritence? Difference between multiple &amp... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2023. There were 3 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 - Aptitude Test 

General Aptitude test with English Grammar

Round 3 - HR 

(2 Questions)

  • Q1. About your self , what you know about company, way you want to join the company
  • Q2. Will you be comfortable in travelling PAN India

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and cover all the points mentioned in your Resume

Business Development Executive Interview Questions asked at other Companies

Q1. scenario based: if I am a teacher in a government school and my child is getting +90% marks, then why should i buy byjus course
View answer (14)

Interview questions from similar companies

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

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

Round 1 - HR 

(4 Questions)

  • Q1. What is your experience in the Record to Report (RTR) domain?
  • Q2. Are you comfortable with shift work?
  • Q3. Can you provide a brief introduction about yourself?
  • Q4. What is your current cost to company (CTC)?
Round 2 - Technical 

(10 Questions)

  • Q1. Can you provide a brief self-introduction and describe your current work profile?
  • Q2. What precautions should be taken when mentioning details in your CV to ensure you can answer questions related to them effectively during an interview?
  • Q3. What is the difference between revenue expenditure and capital expenditure?
  • Q4. What is the difference between amortisation and depreciation?
  • Q5. How would you rate yourself in relation to your teammates?
  • Q6. How would you calculate a rate in Excel?
  • Q7. What is the process for passing journal entries related to prepaid expenses and accruals?
  • Q8. What is your understanding of accrual and deferred accounting?
  • Q9. What is a contingent liability?
  • Q10. What information do you have about Genpact?

Interview Preparation Tips

Interview preparation tips for other job seekers - Never give up and approach every interview with confidence. Over the past three months, I attended 13 to 14 interviews; there may be times when you might not be the right fit for a particular company, but do not let that discourage you. Keep pushing forward, and if you give your best effort, good results will come with time. I also experienced a low phase, but by staying committed to learning and continuously improving myself, I have been able to grow, and you can do the same.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(15 Questions)

  • Q1. What is split horison? How can we resolve it?
  • Q2. What is BGP? How BGP works?
  • Q3. What are the type of BGP and their AD value?
  • Q4. What is routing protocol? What are the types of routing protocol?
  • Q5. What is ospf?
  • Q6. How do we prevent loop avoidance in BGP?
  • Q7. What is OSI model? What are the layers of OSI model?
  • Q8. How does tracerout works?
  • Q9. If we see "*****" in tracerout, what it means?
  • Q10. What are the states in BGP?
  • Q11. If there is a non tech guys on site to replace faulty router with new router, how do you configure the new router?
  • Q12. What are CE and PE routers?
  • Q13. What is the command to assign an IP address on Juniper router interface?
  • Q14. What are the parameters should match in BGP neighbourship?
  • Q15. What is tftp?
Round 2 - Technical 

(8 Questions)

  • Q1. What is loop avoidance mechanism in BGP?
  • Q2. How tracerout works? What is source and destination IP?
  • Q3. What is public IP and private IP?
  • Q4. How can we configure and a router with support of non tech guy onsite?
  • Q5. What is firewall?
  • Q6. What are the difference between router and switch?
  • Q7. What is mpls?
  • Q8. How ftp and tftp works?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Process planning refers to the methodical approach of determining the best possible way to manufacture a product or deliver a service by considering various aspects such as resources, timelines, and methodologies involved in production or execution.

Round 2 - One-on-one 

(5 Questions)

  • Q1. Explain about previous process
  • Q2. Explain about my work experience
  • Q3. Explain about my work standard
  • Q4. Explain about my managing method
  • Q5. Explain about my working style
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 Dec 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What is the difference between a development dependency and a regular dependency in software development?
  • Q2. What do the symbols ^ and ~ represent in the package.json file?
  • Q3. How can a 404 page be handled in React routing?
  • Q4. Some Javascript coding questions.
  • Q5. What is the component lifecycle in functional components?
  • Q6. Explain redux data flow

Interview Preparation Tips

Topics to prepare for Infosys Reactjs Developer interview:
  • Javascript
  • React.Js
Interview preparation tips for other job seekers - Get your basic cleared and be prepared

A P MOLLER MAERSK GROUP TERMINALS Interview FAQs

How many rounds are there in A P MOLLER MAERSK GROUP TERMINALS interview?
A P MOLLER MAERSK GROUP TERMINALS interview process usually has 1-2 rounds. The most common rounds in the A P MOLLER MAERSK GROUP TERMINALS interview process are Aptitude Test, One-on-one Round and Coding Test.
What are the top questions asked in A P MOLLER MAERSK GROUP TERMINALS interview?

Some of the top questions asked at the A P MOLLER MAERSK GROUP TERMINALS 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.

A P MOLLER MAERSK GROUP TERMINALS Interview Process

based on 5 interviews in last 1 year

Interview experience

4.2
  
Good

People are getting interviews through

based on 3 A P MOLLER MAERSK GROUP TERMINALS interviews
Company Website
Job Portal
Campus Placement
33%
33%
33%
1% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
CMA CGM Interview Questions
4.0
 • 86 Interviews
DP World Interview Questions
3.9
 • 59 Interviews
Kuehne + Nagel Interview Questions
4.0
 • 21 Interviews
DB Schenker Interview Questions
4.3
 • 14 Interviews
Xpo Logistics Interview Questions
3.6
 • 13 Interviews
APL Logistics Interview Questions
4.1
 • 7 Interviews
View all

A P MOLLER MAERSK GROUP TERMINALS Reviews and Ratings

based on 6 reviews

4.8/5

Rating in categories

4.1

Skill development

4.1

Work-Life balance

3.9

Salary & Benefits

4.8

Job Security

4.4

Company culture

3.4

Promotions/Appraisal

4.3

Work Satisfaction

Explore 6 Reviews and Ratings
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