Upload Button Icon Add office photos

Filter interviews by

Transport Logistic Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Manpower management.
  • Q2. You have experienced about to handle union base manpower.
  • Q3. Technical question.
  • Q4. You must have sound technical knowledge about your field.
  • Q5. Process related.
  • Q6. You must be good in the process as well as system.

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall, good and excellent.

I applied via Campus Placement and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. It was technial and some hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to excel in what you know, learning small and perfectly matters rather than knowing many things but not in depth.
So whatever you have done worked get completed hold on it.

I applied via Walk-in and was interviewed before Sep 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 - HR 

(1 Question)

  • Q1. Why you what to join bajaj automobile
  • Ans. 

    I want to join Bajaj Automobile because of their strong reputation in the industry and their commitment to innovation and customer satisfaction.

    • Bajaj Automobile has a strong reputation in the industry for producing high-quality vehicles.

    • They have a track record of innovation and introducing new technologies in their products.

    • Bajaj Automobile is known for their focus on customer satisfaction and providing excellent afte...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always stay active for the update regarding that perticular brand and for your competitors too it's give knowledge and you can easily make the strategy for upcoming projects.

Interview Questionnaire 

2 Questions

  • Q1. There was so many questions asked to me in interview, i had gone through four different rounds of interview.
  • Q2. I was well prepared for the interview. I didn't know that there will be four rounds. I have faced them confidently with accurate answers within a time. They had impressed on my confidence and my verbal com...

I applied via Naukri.com and was interviewed before May 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 - One-on-one 

(2 Questions)

  • Q1. Experience related and expectations from JD
  • Q2. Project Handling and six Sigma
Round 3 - One-on-one 

(2 Questions)

  • Q1. Management skills and Auditing skills
  • Q2. Training skills of process, Product, Gateway Reviews
  • Ans. 

    I have strong training skills in process, product, and gateway reviews.

    • I have experience in designing and delivering training programs for various processes and products.

    • I have conducted gateway reviews to ensure that the team is meeting the required standards.

    • I have used various training methods such as classroom training, on-the-job training, and e-learning.

    • I have also developed training materials such as manuals, pr...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary Expectations and negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be bold enough to crack it

I applied via Naukri.com and was interviewed in Sep 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process is very smooth.. Thanks to HR

I applied via Company Website and was interviewed in May 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SQL, Business cases

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with examples for each of the 14 principles

I applied via Approached by Company and was interviewed in Aug 2017. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic Java questions. Coding based on technical topics in Java. Approach and knowledge of other technology apart from core strength like ui ,design .
  • Q2. Scenario based questions. Deeper into Java and related technologies
  • Q3. Again based on Java and project but kind of client interview
  • Q4. Basic hr questions and salary discussion

Interview Preparation Tips

Round: Managerial
Experience: More of past projects and team handling

General Tips: Be prepared for basics in related technology and good through understanding in one core area.
Skills: Communication, Problem Solving, Analytical Skills, Decision Making Skills
Duration: 1-3 Months

Interview Questionnaire 

6 Questions

  • Q1. Given a Linked list , print yes if it is palindrome else print no
  • Q2. Print the level order traversal of the binary tree in the spiral form
  • Ans. 

    Print the level order traversal of binary tree in spiral form

    • Perform level order traversal of the binary tree

    • Alternate the direction of traversal for each level

    • Use a stack to reverse the order of nodes in each level

    • Print the nodes in the order of traversal

  • Answered by AI
  • Q3. Maximum of all subarrays of size k(Expected Time Complexity O(N). Input : arr[] = {1, 2, 3, 1, 4, 5, 2, 3, 6} k = 3 Output : 3 3 4 5 5 5 6
  • Ans. 

    Find the maximum element in each subarray of size k in a given array.

    • Iterate through the array from index 0 to n-k.

    • For each subarray of size k, find the maximum element.

    • Store the maximum elements in a separate array.

    • Return the array of maximum elements.

  • Answered by AI
  • Q4. Given Two sorted array of size size n each. Find the Kth largest element in these two array (Expected Time Complexity Log(n))
  • Ans. 

    To find the Kth largest element in two sorted arrays, we can use the merge step of merge sort algorithm.

    • Merge the two arrays into a single sorted array using a modified merge sort algorithm.

    • Return the Kth element from the merged array.

  • Answered by AI
  • Q5. Website having several web-pages. And also there are lot many user who are accessing the web-site. say user 1 has access pattern : x->y->z->a->b->c->d->e->f user 2 has access pattern : z->a->b->c->d user 3...
  • Q6. Given two array , one of size m+n and contains m element and other position are empty , 2nd array is of size n and contains n element. both array are sorted , now merge the second array to first one such t...
  • Ans. 

    Merge two sorted arrays into one sorted array with expected time complexity of (m+n).

    • Use a two-pointer approach to compare elements from both arrays and merge them into the first array.

    • Start comparing elements from the end of both arrays and place the larger element at the end of the first array.

    • Continue this process until all elements from the second array are merged into the first array.

  • Answered by AI

Interview Preparation Tips

Round: Test
Duration: 90 minutes

Skills: Algorithm , OS, DBMS, data structure
College Name: NIT BHOPAL

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: Coding questions were comparatively easy. There were three questions.1. Given a string map each character of which to the corresponding digit in a 10 digit mobile phone keypad.2. Don't remember, will add when it comes to my mind.3. Don't remember, will add when it comes to my mind.

Skills: Coding ability, Complete knowledge of working of internet.,
College Name: IIT Bombay

Transport Logistic Interview FAQs

How to prepare for Transport Logistic interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Transport Logistic. The most common topics and skills that interviewers at Transport Logistic expect are Cold Calling, Excel, Internet, MS Office and Online Lead Generation.

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.0
 • 5.1k Interviews
10405090xyzabc Interview Questions
3.8
 • 1.4k Interviews
Delhivery Interview Questions
3.8
 • 475 Interviews
Siemens Interview Questions
4.1
 • 425 Interviews
CARS24 Interview Questions
3.5
 • 337 Interviews
TVS Motor Interview Questions
4.0
 • 318 Interviews
Ekart Logistics Interview Questions
3.9
 • 314 Interviews
Bajaj Auto Interview Questions
3.9
 • 273 Interviews
ElasticRun Interview Questions
3.5
 • 252 Interviews
View all

Transport Logistic Reviews and Ratings

based on 11 reviews

3.8/5

Rating in categories

4.0

Skill development

3.8

Work-life balance

4.0

Salary

3.9

Job security

4.1

Company culture

3.9

Promotions

4.1

Work satisfaction

Explore 11 Reviews and Ratings
Driver
9 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Account Assistant
7 salaries
unlock blur

₹1.1 L/yr - ₹3.6 L/yr

Accountant
6 salaries
unlock blur

₹1.8 L/yr - ₹3.6 L/yr

Transport Executive
6 salaries
unlock blur

₹1.6 L/yr - ₹5 L/yr

Supervisor
6 salaries
unlock blur

₹2.3 L/yr - ₹2.5 L/yr

Explore more salaries
Compare Transport Logistic with

Amazon

4.0
Compare

Mahindra & Mahindra

4.1
Compare

Delhivery

3.8
Compare

Ekart Logistics

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