Upload Button Icon Add office photos

Filter interviews by

Select Cabs People Logistics Interview Questions and Answers

Updated 1 Jun 2020

Select Cabs People Logistics Interview Experiences

1 interview found

Interview Questions & Answers

user image Anonymous

posted on 1 Jun 2020

Interview Questionnaire 

2 Questions

  • Q1. I was new to the job
  • Q2. Mr.Alex from Transport Admin took me interview that we must handle employee gently while pickup all staff must come on time.

Interview questions from similar companies

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

I applied via Walk-in

Round 1 - Aptitude Test 

About general knowledge, checking your ability.

Round 2 - One-on-one 

(3 Questions)

  • Q1. About your profile ?
  • Q2. About your experience?
  • Q3. About your achivement ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack if you have good knowledge & referance
Interview experience
4
Good
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
No response

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Tell me about a time when you had to adapt to a changing situation or priority
  • Q2. Tell me about a time when you had to communicate complex information to a non-technical audience

Interview Preparation Tips

Interview preparation tips for other job seekers - No comments

Software Engineer Interview Questions & Answers

Freight Tiger user image yuvraj karanveer singh kamra

posted on 20 Jul 2024

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

I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Array and stack based lc standard questions

Round 2 - Case Study 

LLD of Payment Systems

Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me what do u do in ur day to day job
  • Q2. What is ur vision
  • Ans. 

    My vision is to create innovative software solutions that positively impact people's lives and drive technological advancements.

    • Developing cutting-edge software applications that improve efficiency and user experience

    • Utilizing emerging technologies like AI and machine learning to solve complex problems

    • Collaborating with cross-functional teams to deliver high-quality products

    • Continuously learning and adapting to stay ah

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

3 Coding questions,were asked based on DSA and strings

Round 2 - Technical 

(2 Questions)

  • Q1. Give your introduction
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for software development.

    • Recent graduate with a degree in Computer Science

    • Passionate about software development

    • Experience with programming languages like Java and Python

  • Answered by AI
  • Q2. DSA find k distinct characters substring which is the longest a gfg question
  • Ans. 

    Find k distinct characters substring which is the longest.

    • Use sliding window technique to iterate through the string.

    • Keep track of the characters and their frequencies in the window.

    • Update the window size and characters as needed to find the longest substring with k distinct characters.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Jun 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 - HR 

(2 Questions)

  • Q1. Why do you want to shipbob?
  • Q2. What are the skills you have and how do you rate yourself?
Round 3 - Case Study 

SQL Case study to solve 3-4 queries

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is inheritence
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Allows a class to reuse code from another class

    • Creates a parent-child relationship between classes

    • Derived class inherits attributes and methods from base class

  • Answered by AI
  • Q2. What is garbage collector
  • Ans. 

    Garbage collector is a program that automatically manages memory by reclaiming memory occupied by objects that are no longer in use.

    • Garbage collector is a part of the runtime environment of a programming language.

    • It helps prevent memory leaks by reclaiming memory from objects that are no longer needed.

    • Examples of languages with garbage collectors include Java, C#, and Python.

  • Answered by AI
  • Q3. Explain yourself
  • Q4. How try catch blick works
  • Ans. 

    Try catch block is used in programming to handle exceptions and errors that may occur during the execution of code.

    • Try block contains the code that may throw an exception.

    • Catch block is used to handle the exception thrown by the try block.

    • Finally block is optional and is used to execute code regardless of whether an exception is thrown or not.

    • Exceptions can be of different types such as runtime exceptions, checked exce...

  • Answered by AI

Skills evaluated in this interview

I applied via Indeed and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and requirements of the position.

    • Focus on the value you can bring to the company rather than a specific number

    • Research the average salary range for similar positions in the industry and location

    • Consider your experience, skills, and qualifications when determining your salary expectations

  • Answered by AI
  • Q2. Share details of your previous job.
  • Ans. 

    I worked as a Financial Analyst at XYZ Company.

    • Analyzed financial data and prepared reports for management.

    • Conducted financial forecasting and budgeting.

    • Performed variance analysis to identify trends and areas for improvement.

    • Assisted in the development of financial models and projections.

    • Collaborated with cross-functional teams to support decision-making processes.

    • Presented findings and recommendations to senior manag...

  • Answered by AI
  • Q3. Tell me about yourself.
  • Ans. 

    I am an experienced analyst with a strong background in data analysis and problem-solving.

    • Experienced analyst with expertise in data analysis and problem-solving

    • Proficient in using analytical tools and software

    • Strong ability to interpret and present complex data

    • Proven track record of delivering actionable insights

    • Excellent communication and collaboration skills

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st round: phone screen
2nd round: group virtual interview
3rd/final round: referred to another team/position, another group interview
Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Explain JDK. and JRD and JVM
  • Ans. 

    JDK stands for Java Development Kit, JRE stands for Java Runtime Environment, and JVM stands for Java Virtual Machine.

    • JDK is a software development kit used for developing Java applications.

    • JRE is an environment used to run Java applications.

    • JVM is a virtual machine that executes Java bytecode.

  • Answered by AI
Round 2 - Coding Test 

2 Hrs. Hackerrank Coding Test

Round 3 - HR 

(2 Questions)

  • Q1. With HR manager.
  • Q2. Why should we hire you.

Interview Preparation Tips

Interview preparation tips for other job seekers - easy process. easy to be hired if you are Korean.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was for about 20 minutes for 20 questions

Round 2 - Coding Test 

Coding test was for 20 minutes with few code snippets and one design question

Select Cabs People Logistics Interview FAQs

What are the top questions asked in Select Cabs People Logistics interview?

Some of the top questions asked at the Select Cabs People Logistics interview -

  1. Mr.Alex from Transport Admin took me interview that we must handle employee gen...read more
  2. I was new to the ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Honda Logistics Interview Questions
3.8
 • 26 Interviews
LetsTransport Interview Questions
3.5
 • 19 Interviews
Hyundai Glovis Interview Questions
3.8
 • 19 Interviews
Sugam Parivahan Interview Questions
3.9
 • 15 Interviews
ShipBob Interview Questions
4.3
 • 15 Interviews
Geodis Overseas Interview Questions
3.6
 • 15 Interviews
Freight Tiger Interview Questions
3.6
 • 12 Interviews
Tci Freight Interview Questions
3.9
 • 11 Interviews
View all

Select Cabs People Logistics Reviews and Ratings

based on 19 reviews

4.0/5

Rating in categories

3.3

Skill development

4.0

Work-life balance

3.3

Salary

3.6

Job security

3.5

Company culture

2.7

Promotions

3.7

Work satisfaction

Explore 19 Reviews and Ratings
Senior Executive
16 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Transport Executive
9 salaries
unlock blur

₹2.4 L/yr - ₹3 L/yr

MIS Executive
7 salaries
unlock blur

₹2.1 L/yr - ₹3.6 L/yr

Senior Executive Operations
7 salaries
unlock blur

₹3.5 L/yr - ₹4.2 L/yr

Senior Transport Executive
5 salaries
unlock blur

₹2.5 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Select Cabs People Logistics with

Honda Logistics

3.8
Compare

Hyundai Glovis

3.8
Compare

Orix Auto Infrastructure Services

4.2
Compare

Brink's

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