Upload Button Icon Add office photos

Filter interviews by

Jsw Dharamtar Port Apprentice Trainee Interview Questions and Answers

Updated 1 Oct 2024

Jsw Dharamtar Port Apprentice Trainee Interview Experiences

1 interview found

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

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

Round 1 - Aptitude Test 

All Quetion in English grammer related.

Round 2 - HR 

(3 Questions)

  • Q1. Capston project
  • Q2. Two stroke and four stroke in engine
  • Ans. 

    Two stroke engines have a power stroke every revolution, while four stroke engines have a power stroke every other revolution.

    • Two stroke engines have a simpler design with fewer moving parts.

    • Four stroke engines are more fuel efficient and produce less pollution.

    • Examples: Two stroke engines are commonly used in chainsaws and motorcycles, while four stroke engines are found in cars and trucks.

  • Answered by AI
  • Q3. Petrol engine and diesel engine difference.
  • Ans. 

    Petrol engines use spark plugs for ignition, while diesel engines use compression for ignition.

    • Petrol engines use spark plugs to ignite the fuel-air mixture, while diesel engines rely on compression to ignite the fuel.

    • Petrol engines are generally lighter and more responsive, while diesel engines are more fuel-efficient and have higher torque.

    • Petrol engines are more common in passenger cars, while diesel engines are oft

  • Answered by AI

Interview questions from similar companies

I was interviewed in Feb 2017.

Interview Preparation Tips

Round: Test
Experience: It was a simple aptitude test in which around 150 students cleared the test.
Duration: 1 hour
Total Questions: 40

Round: Test
Experience: Three programs were given and we had to write the code in either java ,c or c++ and get the required output.Around 90 students cleared this round.
Duration: 1 hour 30 minutes
Total Questions: 3

College Name: VIT Vellore

I was interviewed before May 2016.

Interview Preparation Tips

Round: Test
Experience: The test was conducted through Cocubes. It was moderately difficult. Some of the questions are time taking. We need to be decisive in attempting such questions.
Tips: Need to manage time properly. Should assess and choose which questions to attempt and which ones to leave.
Duration: 1 hour
Total Questions: 30

Round: Test
Experience: The three questions are of three different levels.

1. You will be given two numbers. The first one is the starting point and the second one is the ending point of a range of integers. You have to count the number of integers in that range which are divisible by the first number.

Ex : INPUT : 3 18
OUTPUT : 6

2. You will be given a number. You have to find the sum of the digits. If the sum exceeds 9, you have to add the digits of the sum recursively until you a get a single digit sum.

EX : INPUT : 9999
OUTPUT : 9

Explanation: 9999 => 9 +9+9+9=36 => 3+6 =9

3. You will be given an array of characters which include ( L, R , or a number in the range '0' to '9'). A ball is kept on a line of integers initially kept at zero. The ball has to execute the instructions sequentially as follows:
(i) If an 'L' character is encountered, the ;position of the ball has to be decremented.
(ii) If an 'R' character is encountered, the position of the ball has to be incremented.
(iii) If an integer (in the range '0' to '9) is encountered , we have to go to that index in the array and execute the instruction present in that index.

Finally, after all the instructions are executed, you have to print the final position of the ball.

EX : INPUT :
Number of instruction : 5
Instructions: LR1R2

OUTPUT : 3

Explanation :
(i) Initially, the ball is at 0. Since the 0th index in the array is 'L' , the ball moves to 0-1= -1 position.
(ii) The 1st index is 'R' hence, the position of the ball is -1 +1 = 0 position.
(iii) The 2nd index is '1', hence we have to go to index 1 in the array which is 'R', hence the new position is 0+1 =1.
(iv) The 3rd index is 'R', hence the new position is 1 +1 =2.
(v) The 4th index is '2' , hence we have to go to 2nd index is '1' , hence we have to go again to 1st index , which is 'R' hence the final position is 2+1 =3.

Tips: We need to solve all the three the problems to have better chances of clearing this round.
Duration: 1 hour
Total Questions: 3

Round: Technical Interview
Experience: The interview was focussed majorly on coding. It went for about 45min with around 10 coding problems given to solve. Some basics of Computer networking are also tested in this round.
Tips: Be prepared with some basics of networking. As the company's main focus is on Telecom, good knowledge in telecom and networking would be a big advantage.

Round: Technical Interview
Experience: This round was focused on the aptitude and reasoning skills. Some puzzles were given in this round. These puzzles are of moderately complex and are more common ones in interviews. Like the (find the heavier ball among three balls using a balance in min no. of attempts).
Tips: Sometimes the interviewer tries to confuse. You need to be confident with your answers and explaination.

Round: HR Interview
Experience: The interview was more of a traditional HR round. Majorly concentrated on the final year project, personal strengths and weaknesses.

Skills: Coding Skills, Computer Networking, C Language Basics
College Name: G Pulla Reddy College of Engineering & Technology

I was interviewed in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Related to semiconductors, processors etc. were asked.
  • Q2. Strength
  • Q3. Weaknesses
  • Q4. Hobby
  • Q5. If there are 200 fishes in an aquarium. 99% are red. How many fishes have to be removed to make the red fishes 98 % in the aquarium?
  • Ans. 

    To make the red fishes 98%, 50 fishes have to be removed from the aquarium.

    • Calculate 1% of 200 fishes, which is 2 fishes.

    • To make the red fishes 98%, subtract 1% (2 fishes) from 99% (198 fishes).

    • To find the number of fishes to be removed, divide the difference by 1% (2 fishes).

    • Therefore, 50 fishes have to be removed to make the red fishes 98%.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 40 aptitude questions of variable difficulty. More questions revolved around topics like time and work, distance, speed, time, profit loss, age etc.
Tips: A regular and prior preparation will go a long way in determining a good test score.
Use tricks to solve the questions and calculations should be fast.
Duration: 30 minutes
Total Questions: 40

Round: Test
Experience: The questions weren't that tough when it came to programming. An example would be conversion of temperature from Celsius to Fahrenheit and vice versa. This was a question in my paper. So I'm hoping the difficulty would be more or less the same.
Tips: Do certified programming courses. They help you a lot in cracking good jobs.
Duration: 45 minutes
Total Questions: 3

Round: Puzzle Interview
Tips: This can be tough if you can't imagine scenarios and situations. So make sure you inculcate critical problem solving thinking in your everyday life. I feel that's the best way to do things in this round.

Round: Technical Interview
Experience: This was a short interview so not much happened.
Tips: Whatever you do just know your stuff properly.

Round: HR Interview
Experience: It was a simple interview. Basic questions and their basic answers helped me get through it.
Tips: The tip would be to stay positive in your approach while answering the questions

Skills: Technical Skills, Interpersonal Communication, Aptitude
College Name: VIT Vellore

I was interviewed in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Related to semiconductors, processors etc. were asked.
  • Q2. Strength
  • Q3. Weaknesses
  • Q4. Hobbies
  • Q5. If there are 200 fishes in an aquarium. 99% are red. How many fishes have to be removed to make the red fishes 98 % in the aquarium?
  • Ans. 

    To make the red fishes 98%, 50 fishes have to be removed from the aquarium.

    • Calculate 1% of 200 fishes to find the number of red fishes.

    • Subtract the number of red fishes from 200 to find the number of non-red fishes.

    • Calculate 2% of the total number of fishes to find the desired number of red fishes.

    • Subtract the desired number of red fishes from the current number of red fishes to find the number of fishes to be removed.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 40 aptitude questions of variable difficulty. More questions revolved around topics like time and work, distance, speed, time, profit loss, age etc.
Tips: A regular and prior preparation will go a long way in determining a good test score.
Use tricks to solve the questions and calculations should be fast.
Duration: 30 minutes
Total Questions: 40

Round: Test
Experience: The questions weren't that tough when it came to programming. An example would be conversion of temperature from Celsius to Fahrenheit and vice versa. This was a question in my paper. So I'm hoping the difficulty would be more or less the same.
Tips: Do certified programming courses. They help you a lot in cracking good jobs.
Duration: 45 minutes
Total Questions: 3

Round: Puzzle Interview
Tips: This can be tough if you can't imagine scenarios and situations. So make sure you inculcate critical problem solving thinking in your everyday life. I feel that's the best way to do things in this round.

Round: Technical Interview
Experience: This was a short interview so not much happened.
Tips: Whatever you do just know your stuff properly.

Round: HR Interview
Experience: It was a simple interview. Basic questions and their basic answers helped me get through it.
Tips: The tip would be to stay positive in your approach while answering the questions

Skills: Technical Skill, Interpersonal Communication, Aptitude
College Name: VIT Vellore

I was interviewed in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Related to semiconductors, processors etc. were asked.
  • Q2. Weaknesses
  • Q3. Strength
  • Q4. Hobby
  • Q5. If there are 200 fishes in an aquarium. 99% are red. How many fishes have to be removed to make the red fishes 98 % in the aquarium?
  • Ans. 

    To make the red fishes 98%, 50 fishes have to be removed from the aquarium.

    • Calculate 1% of 200 fishes to find out how many fishes represent 1%.

    • Multiply the result by 2 to find out how many fishes represent 2%.

    • Subtract the result from 200 to find out how many fishes represent 98%.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 40 aptitude questions of variable difficulty. More questions revolved around topics like time and work, distance, speed, time, profit loss, age etc.
Tips: A regular and prior preparation will go a long way in determining a good test score.
Use tricks to solve the questions and calculations should be fast.
Duration: 30 minutes
Total Questions: 40

Round: Test
Experience: The questions weren't that tough when it came to programming. An example would be conversion of temperature from Celsius to Fahrenheit and vice versa. This was a question in my paper. So I'm hoping the difficulty would be more or less the same.
Tips: Do certified programming courses. They help you a lot in cracking good jobs.
Duration: 45 minutes
Total Questions: 3

Round: Puzzle Interview
Tips: This can be tough if you can't imagine scenarios and situations. So make sure you inculcate critical problem solving thinking in your everyday life. I feel that's the best way to do things in this round.

Round: Technical Interview
Experience: This was a short interview so not much happened.
Tips: Whatever you do just know your stuff properly.

Round: HR Interview
Experience: It was a simple interview. Basic questions and their basic answers helped me get through it.
Tips: The tip would be to stay positive in your approach while answering the questions

Skills: Technical Skill, Interpersonal Communication, Aptitude
College Name: VIT Vellore

Interview Questionnaire 

1 Question

  • Q1. Profitability analysis in the credit cards business
  • Ans. 

    Profitability analysis in the credit cards business involves evaluating the financial performance and returns generated by credit card operations.

    • Profitability analysis helps assess the effectiveness of credit card strategies and identify areas for improvement.

    • Key metrics for profitability analysis include net interest margin, fee income, credit losses, and operating expenses.

    • Comparing profitability across different cu...

  • Answered by AI

Interview Preparation Tips

Round: Test
Duration: 30 minutes
Total Questions: 35

Round: Case Study Interview
Experience: One mini calculative case interview and 2 major calculative

General Tips: Don’t relax too much and do prepare religiously inspite of whether or not your wingie or close friend is taking placements seriously. Also, do help out your wing mates once you are done with yours. There is no better joy than seeing a close friend landing up a dream job. Most importantly, never lose hope. This comes from a 7.1 who failed to make into the shortlists of every company for internships and still landed a job within the first 3 hours on the first day. Just keep believing you’ll do well and you would.
College Name: IIT Kanpur

Interview Preparation Tips

Round: Behavioural Interview
Experience: After the 4th round, they told me that they were making me an offer, and that was a big moment of relief for me.

General Tips: Prepare well for the GDs’ and interview because, a good CV only takes you to the interview and becomes irrelevant after that. Only preparation matters in selection. Also, prioritize your sectors based on your interest, and profile. Be realistic and practical while doing this. Also, If possible, keep one or two options ready beforehand (Ph.D., MBA, civil services, startup/family business) in case you are not able to crack a good job as it prevents you from getting panic. Also, if you are shortlisted in multiple companies in a single slot, do take a friend with you to manage everything. Never be overconfident if you have a very good CV. There have been various instances where many so-called high profile people have struggled with placements due to lack of preparation. Also, do not waste your time preparing for all the sectors, as you won’t be able to become a master in any of them.
Skills:
College Name: IIT Kanpur

I was interviewed before May 2016.

Interview Preparation Tips

College Name: GPREC kurnool

Interview Questionnaire 

2 Questions

  • Q1. Simple Case Interview
  • Q2. Main case Round

Interview Preparation Tips

Round: Test
Experience: Adaptive DI test. Level of difficulty less than CAT.

Round: Case Study Interview
Experience: This is a very simple case interview. The case was as follows: Client is a micro-lender, they loan funds from a big bank @ 6% SI and loan out the money to farmers at 10% and 20% SI. The segmentation is 60% and 40% respectively. Calculate profit/customer. What is the profit if 2% customers default (uniformly from both segments) on the loan? (Ans: loss incurred)
Tips: This is a very simple round, just stick to the essentials of keeping your structure + calculations neat & clean. Communicate well. You'll get through.

Round: Case Study Interview
Experience: Case: We are a telecom company, planning to launch a new subscription plan. Decide if we should go ahead or not. The plan is as follows: We charge the customers $0.99 for the first 20 minutes and $0.08/minute thereafter. The cost incurred by the company is $0.07/minute. Should we go ahead with the plan?
You will be asked to draw a graph between Profit and minutes spent on a call. To come to a decision you might ask the interviewer for some more data like the distribution or the average time spent by a customer on a call. But none of this is information can be used to decide if we should go ahead with the plan. Unless you have a distribution of percentage of customers vs time spent on an avg call, you can not decide the fate of the plan.
On our campus, almost everybody answered a yes(go ahead) or a no for the plan and still got rejected. I think the actual answer is "None of the above. With the present information nobody can predict if the plan will be profitable in the long run.
Please do not say we can use historical data to come to a conclusion, I did, the question he then posed to me is can we really use historical data to predict the usage pattern of this plan by our customers?? The answer is no, we can not use historical data, as the customers will have an incentive to speak for close to 20 minutes per call.
I also looked at the problem from a customers point of view to check if a customer has an incentive to pick this plan over the others. I asked for the cheapest plan/s out in the market currently, so the interviewer told me that the cheapest plan cost the customer $0.08/minute.
After getting this data, I looked at intersection of the time band at which it becomes cheaper for the customer to pick our plan over the 8 cents plan and the time band which is profitable for us.
I came to the conclusion that the band is very narrow to be profitable and that I do not think that it will generate net profits. So we should not go ahead with the plan.
I assumed that there wont be a large chunk of customers in the above mentioned time band. This is what I think my mistake was.
I believe there is no way of definitely saying whether we should go ahead or not. Hence the answer must be Cant be Determined.
FYI: I also suggested him to launch it in a small region/zone so as to figure out the distribution of customers. No good.

Skills:
College Name: IIT Kanpur
Motivation: Chill out workplace. No pressure of work. But no future either :P wont land you in a great B-school. This is just an office opened by a recently grown American company. They have an office in India just to show the Investors that they plan on expanding and are investing in India and Philippines. I don't think the real work happens here. This might sound like a rant, but you should go ahead and prepare for this company. Its one of the best options straight out of college. Or to settle down or if you like to chill a lot....

Jsw Dharamtar Port Interview FAQs

How many rounds are there in Jsw Dharamtar Port Apprentice Trainee interview?
Jsw Dharamtar Port interview process usually has 2 rounds. The most common rounds in the Jsw Dharamtar Port interview process are Aptitude Test and HR.
What are the top questions asked in Jsw Dharamtar Port Apprentice Trainee interview?

Some of the top questions asked at the Jsw Dharamtar Port Apprentice Trainee interview -

  1. Petrol engine and diesel engine differen...read more
  2. two stroke and four stroke in eng...read more
  3. Capston proj...read more

Tell us how to improve this page.

Jsw Dharamtar Port Apprentice Trainee Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 149 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 97 Interviews
HyScaler Interview Questions
4.5
 • 91 Interviews
CapitalOne Interview Questions
3.7
 • 78 Interviews
3 Minds Digital Interview Questions
4.4
 • 65 Interviews
View all
Junior Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Electrical Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Head HSE
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Jsw Dharamtar Port with

Huawei Technologies

4.0
Compare

Z X Learning

4.4
Compare

Evision Technoserve

4.7
Compare

Cogoport

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