Upload Button Icon Add office photos

Filter interviews by

Pacific International Lines Interview Questions and Answers

Updated 14 Aug 2024

Pacific International Lines Interview Experiences

Popular Designations

2 interviews found

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

I appeared for an interview in Jul 2024.

Round 1 - Aptitude Test 

Simplification,profit and loss,some of questions form database

Round 2 - Technical 

(2 Questions)

  • Q1. Exception Handling
  • Q2. Joins in database
  • Ans. 

    Joins in database are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column.

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;

  • Answered by AI

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)

Engine Cadet Interview Questions & Answers

user image Anonymous

posted on 4 Nov 2022

I applied via Campus Placement and was interviewed before Nov 2021. 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 - Technical 

(2 Questions)

  • Q1. Describe how a ship works.
  • Ans. 

    A ship is a vessel that floats on water and is propelled by engines or sails.

    • Ships are designed to displace water and stay afloat.

    • They are powered by engines or sails, which provide the necessary thrust to move the ship forward.

    • Ships have various systems for navigation, communication, and safety, such as radar, GPS, radio, and lifeboats.

    • They can carry cargo, passengers, or both, and are used for transportation, trade, ...

  • Answered by AI
  • Q2. How would you deal with conflict onboard?

Interview Preparation Tips

Topics to prepare for Pacific International Lines Engine Cadet interview:
  • Marine Engineering
Interview preparation tips for other job seekers - Be genuine, relax before the interview, make sure you are calm.

Engine Cadet Interview Questions asked at other Companies

Q1. 1. What is the density of fresh water? 2. What is the specific gravity of salt water? 3. What is the freezing point of salt water? 4. What is the boiling point of salt water? 5. What is the heat of fusion of water? 6. What is the heat of va... read more
View answer (1)

Interview questions from similar companies

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.

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.

Interview Questionnaire 

2 Questions

  • Q1. What is DHCP,DNS,etc
  • Ans. 

    DHCP is a protocol that assigns IP addresses to devices on a network. DNS is a system that translates domain names to IP addresses.

    • DHCP assigns IP addresses to devices on a network

    • DNS translates domain names to IP addresses

    • DHCP reduces the need for manual IP address configuration

    • DNS allows users to access websites using domain names instead of IP addresses

  • Answered by AI
  • Q2. Dynamics host configuration Protocol Domain Name System

Skills evaluated in this interview

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

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

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

Interview Questionnaire 

2 Questions

  • Q1. In written test, aptitude questions were mainly asked. In interview, The birthday paradox question. Couple of puzzles. Questions based on resume and projects.
  • Q2. HR interview was mainly standard HR questions about goals, where do you see yourself in 5 years, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice puzzles from geeks for geeks and interviewbit. Practice aptitude from hackerrank.

I applied via Walk-in and was interviewed before Dec 2021. There were 4 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 - HR 

(1 Question)

  • Q1. They check your English fluency
Round 3 - One-on-one 

(1 Question)

  • Q1. This round is taken by process manager
Round 4 - HR 

(1 Question)

  • Q1. Salary is discussed and they try thier best to keep salary low.

Interview Preparation Tips

Interview preparation tips for other job seekers - HR do their best to hire at low pay. So stick with your expected salary. EXL is known as under pay company.

Pacific International Lines Interview FAQs

How many rounds are there in Pacific International Lines interview?
Pacific International Lines interview process usually has 2 rounds. The most common rounds in the Pacific International Lines interview process are Technical, Resume Shortlist and Aptitude Test.
What are the top questions asked in Pacific International Lines interview?

Some of the top questions asked at the Pacific International Lines interview -

  1. Describe how a ship wor...read more
  2. joins in datab...read more
  3. Exception Handl...read more

Tell us how to improve this page.

Pacific International Lines Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Delhivery Interview Questions
3.8
 • 474 Interviews
Maersk Interview Questions
4.1
 • 202 Interviews
Ecom Express Interview Questions
3.8
 • 200 Interviews
DTDC Express Interview Questions
3.7
 • 154 Interviews
Exl India Interview Questions
3.5
 • 104 Interviews
Kuehne + Nagel Interview Questions
3.9
 • 22 Interviews
Hyundai Glovis Interview Questions
3.8
 • 19 Interviews
View all

Pacific International Lines Reviews and Ratings

based on 33 reviews

3.6/5

Rating in categories

3.1

Skill development

3.4

Work-life balance

3.0

Salary

3.3

Job security

3.3

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 33 Reviews and Ratings
Executive
16 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Executive Accountant
9 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Senior Executive
8 salaries
unlock blur

₹3.5 L/yr - ₹6.5 L/yr

Assistant Manager
5 salaries
unlock blur

₹4.8 L/yr - ₹19.5 L/yr

Accountant
5 salaries
unlock blur

₹6 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Pacific International Lines with

Delhivery

3.8
Compare

Ecom Express

3.8
Compare

Maersk

4.1
Compare

DTDC Express

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