Upload Button Icon Add office photos

Filter interviews by

K Line Ship Management Engineer Trainee Interview Questions and Answers

Updated 25 Jan 2022

K Line Ship Management Engineer Trainee Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Personal questions and technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and remain confident throughout the process. That will do it.

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is Class in Java ?
  • Q2. What is OOB in Java?
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Concept of opps
  • Ans. 

    Concept of opps refers to Object Oriented Programming Principles.

    • OOPs is a programming paradigm based on the concept of 'objects', which can contain data in the form of fields and code in the form of procedures.

    • The four main principles of OOPs are Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation refers to the bundlin...

  • Answered by AI
  • Q2. What is conatiner and all
  • Ans. 

    A container is a standardized unit used for storing and transporting goods.

    • Containers come in various sizes and types, such as shipping containers, storage containers, and food containers.

    • They are typically made of metal, plastic, or wood, and are designed to be durable and secure.

    • Containers are used in industries such as logistics, shipping, and warehousing to efficiently move and store goods.

    • Examples include ISO ship...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Jabalpur Engineering College, Jabalpur and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was domain specific questions and some normal aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. They asked about family and some company related questions and core questions from domain.
  • Q2. They asked me to describe minor project of college.

Interview Preparation Tips

Interview preparation tips for other job seekers - Study about your specific domain.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

The question are very normal

Round 2 - HR 

(2 Questions)

  • Q1. Why should we hire your
  • Q2. Where you seen your after 5 year

I applied via campus placement at Bhoj Reddy Engineering College For Women, Hyderabad and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Coding Test 

1st round was a hackathon coding.2 coding questions were asked

Round 2 - Technical 

(3 Questions)

  • Q1. What is synchronisation
  • Ans. 

    Synchronization is the coordination of multiple processes or threads to ensure their orderly execution.

    • Synchronization is used to prevent race conditions and ensure data consistency.

    • It involves using locks, semaphores, or other mechanisms to control access to shared resources.

    • Examples of synchronization include mutual exclusion, critical sections, and inter-process communication.

    • Synchronization can also be achieved thr...

  • Answered by AI
  • Q2. What is deadlock 2 Coding questions and asked to execute them
  • Q3. What is thread ? Oops concepts
  • Ans. 

    A thread is a lightweight process that can run concurrently with other threads within a program.

    • Threads allow for parallelism and can improve performance in certain situations.

    • Threads share the same memory space as the parent process.

    • Threads can communicate with each other through shared memory or message passing.

    • Thread safety is important to prevent race conditions and other concurrency issues.

    • Examples of multi-thread...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Self introduction About project
  • Q2. Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Even if u don't know the answer try to answer,Be confident and all the best for ur interview .

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - HR 

(4 Questions)

  • Q1. Tell us about yourself
  • Q2. Why did you choose civil engineering
  • Q3. What are your weakness
  • Q4. What are your strength
Round 2 - Technical 

(2 Questions)

  • Q1. I was asked to read a cross sectional drawing
  • Q2. Tell us what you can see on the drawing, identify anything
  • Ans. 

    The drawing shows a mechanical assembly with various components and dimensions.

    • Identify different parts such as gears, shafts, bearings, etc.

    • Note any dimensions or tolerances specified on the drawing.

    • Check for any annotations or symbols indicating specific features or requirements.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidential do not mumble.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Time based mcqs are there

Round 2 - Technical 

(1 Question)

  • Q1. Swap two numbers without using third variable
  • Ans. 

    Swap two numbers without using a third variable

    • Use bitwise XOR operation to swap two numbers without using a third variable

    • Example: a = 5, b = 7. a = a XOR b, b = a XOR b, a = a XOR b will swap the values

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Company related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: It was a good round. The round was divided into two parts . The first part was MCQs with Apti and technical questions and the second round was a coding round.

Round: Group Discussion
Tips: Be confident about your standpoint.

Round: Technical Interview
Experience: They asked me some technical questions and some technical terms which I have used in my resume.

Round: HR Interview
Experience: They asked questions from my resume and some basic questions about my interests.
Tips: Do not exaggerate much. Just be straight forward and to the point. Be polite to them and answer every question with honesty and confidence.

College Name: The LNM Institute Of Information Technology, Jaipur
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude round consisted of general aptitude questions. They were easy to moderate.

Round 2 - Technical 

(2 Questions)

  • Q1. Write a code to implement polymorphism.
  • Ans. 

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

    • Polymorphism can be achieved in programming languages like Java through method overriding and method overloading.

    • Example: In Java, a superclass Animal can have a method 'makeSound()' which is overridden in subclasses like Dog and Cat.

    • Example: Method overloading in Java allows multiple methods with the same na

  • Answered by AI
  • Q2. Date builtin function in sql
  • Ans. 

    The DATE function in SQL is used to retrieve the current date.

    • The DATE function returns the current date in the format 'YYYY-MM-DD'.

    • It does not require any parameters to be passed.

    • Example: SELECT DATE();

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice experience

Skills evaluated in this interview

Tell us how to improve this page.

Senior Executive
5 salaries
unlock blur

₹7.3 L/yr - ₹10.1 L/yr

Assistant Manager
4 salaries
unlock blur

₹7 L/yr - ₹11 L/yr

Executive
4 salaries
unlock blur

₹3.6 L/yr - ₹7 L/yr

Company Secretary
3 salaries
unlock blur

₹7.5 L/yr - ₹10 L/yr

IT Manager
3 salaries
unlock blur

₹5.1 L/yr - ₹9 L/yr

Explore more salaries
Compare K Line Ship Management with

Nyk Shipmanagement Pte

4.6
Compare

Bernhard Schulte Shipmanagement

4.2
Compare

Wallem Ship Management

4.1
Compare

Fleet Management

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