Upload Button Icon Add office photos

TCI Express

Compare button icon Compare button icon Compare

Filter interviews by

TCI Express Junior Engineer Interview Questions and Answers

Updated 21 Sep 2024

TCI Express Junior Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Newspaper Ad and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

Leetcode medium level

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Linked List insertion deletion

Interview Preparation Tips

Interview preparation tips for other job seekers - OOP Basics, SQL, Personal Projects, Data Structures, Problem Solving are required skills.

I appeared for an interview before May 2021.

Round 1 - Assignment 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

  • Q1. Design a class booking application for students.
  • Ans. 

    A class booking application for students to schedule and manage their classes.

    • Create a class booking system where students can view available classes, book classes, and manage their schedule.

    • Include features like class search, class details, booking confirmation, and calendar view.

    • Implement user authentication to ensure only registered students can book classes.

    • Allow students to cancel or reschedule classes with proper...

  • Answered by AI
Round 2 - Telephonic Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

The interviewer understand the current problem statement I was working on. 
Asked the clarifying questions and alternative approaches to solve the same and their tradeoffs.
Also, asked about the technologies I was using in depth and reason for choosing the same.

  • Q1. 

    Gas Tank Problem Statement

    You have a car with a gas tank of infinite capacity. There are 'N' gas stations located along a circular route, numbered from 0 to N-1. You begin your journey with an empty tank...

  • Ans. 

    Find the starting gas station index to complete a circular route with gas and cost arrays.

    • Iterate through gas stations, keeping track of gas remaining after each station

    • If gas remaining is negative, reset starting station to current station + 1

    • If total gas remaining at the end is greater than or equal to total cost, return starting station index

  • Answered by AI
Round 3 - Telephonic Call 

Round duration - 45 Minutes
Round difficulty - Medium

This round was their with the CTO and was mostly the culture fitment round.

 

Round 4 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

This round was with the cofounder and was mostly culture fitment.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaNo criteriaRIVIGO interview preparation:Topics to prepare for the interview - Data Structures, Competitive Programming, Databases, Java, Spring , Hibernate, Jenkins, AWSTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice questions on leetcode
Tip 2 : Understand the best solutions in depth and algorithm used
Tip 3 : Ask clarifying questions to the interviewer and break the problem to smaller sub parts

Application resume tips for other job seekers

Tip 1 : Highlight your most impactful work on the resume
Tip 2 : Keep it easy to understand

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The basic questions asked in an interview .

Round 2 - Coding Test 

DP, graph, and array questions asked in 2nd round also asked my company project

Interview Preparation Tips

Interview preparation tips for other job seekers - please prepare for the DSA and system design round and basic computer concept
Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduce yourself.
  • Ans. 

    I am a software developer with 5 years of experience in Java and Python.

    • Experienced in Java and Python programming languages

    • Worked on various projects involving web development and data analysis

    • Familiar with Agile methodologies and version control systems like Git

  • Answered by AI
  • Q2. Project related questions.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell what is your name
  • Ans. 

    My name is John Smith.

    • Full name is John Smith

    • Common name in English-speaking countries

    • No middle name or initial

  • Answered by AI
  • Q2. What do you do in free time
  • Ans. 

    In my free time, I enjoy hiking, playing video games, and learning new programming languages.

    • Hiking in local trails and national parks

    • Playing video games like Overwatch and Minecraft

    • Learning new programming languages like Python and JavaScript

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. General discussion on experience
Round 3 - Technical 

(3 Questions)

  • Q1. Knowledge on SQL and how to write a query
  • Q2. Knowledge on DSA and coding problems to solve.
  • Q3. Knowledge on APIS (structure, security etc.)

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your concepts.
Be confident about stuff that you know but be humble enough to say No to what you don't know.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. How does state in react work?
  • Ans. 

    State in React is a JavaScript object that stores component data and determines how the component renders and behaves.

    • State is mutable and can be updated using the setState() method.

    • State should be used for data that will change over time and affect the component's rendering.

    • State should not be directly modified, as React may not re-render the component correctly.

  • Answered by AI
  • Q2. How do i manage and debug threads and worker in python?
  • Ans. 

    To manage and debug threads and workers in Python, use built-in modules like threading and multiprocessing, and tools like logging and debugging libraries.

    • Use the 'threading' module for managing threads in Python

    • Use the 'multiprocessing' module for managing worker processes

    • Utilize tools like logging to track the execution flow of threads and workers

    • Use debugging libraries like 'pdb' or 'pydev' for debugging threads and...

  • Answered by AI
  • Q3. Question related to work mentioned in your resume
Round 2 - Technical 

(3 Questions)

  • Q1. Question related to previous work
  • Q2. Biggest technical problem I have faced in my career and how have I come through/ solved it?
  • Ans. 

    I faced a major technical problem when a critical system crashed due to a software bug.

    • Identified the root cause of the bug through thorough debugging and analysis

    • Collaborated with the development team to implement a fix and tested it rigorously

    • Implemented monitoring tools to prevent similar issues in the future

  • Answered by AI
  • Q3. What datastructures and coding standards did i follow/implement?
  • Ans. 

    I implemented data structures like arrays, linked lists, and trees. Followed coding standards like naming conventions and code documentation.

    • Implemented arrays for efficient storage and access of data

    • Utilized linked lists for dynamic memory allocation and insertion/deletion operations

    • Implemented trees for hierarchical data representation

    • Followed naming conventions like camelCase for variables and functions

    • Documented co...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Questions related to my previous working experiences
  • Q2. How have i solved and designed complex solutions?
  • Ans. 

    I have solved and designed complex solutions by breaking down the problem into smaller parts, collaborating with team members, utilizing my technical expertise, and thinking creatively.

    • Break down the problem into smaller, more manageable parts

    • Collaborate with team members to gather different perspectives and expertise

    • Utilize technical expertise and knowledge to come up with innovative solutions

    • Think creatively to explo

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why this company? Isn't (current company) a competitor to Elastic run?
  • Ans. 

    I believe that this company offers a unique opportunity for growth and innovation in the field of engineering.

    • I am attracted to the innovative projects and technologies that this company is working on.

    • I see potential for personal and professional growth within this company.

    • I admire the company's commitment to diversity and inclusion in the workplace.

  • Answered by AI
  • Q2. Questions related to work delegation

Skills evaluated in this interview

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

2 coding questions .array or string helpful

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

I appeared for an interview before Mar 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Django middleware, models and queries
Round 2 - Technical 

(1 Question)

  • Q1. Design an algorithm to efficiently to send office bus to all location in the city
  • Ans. 

    Use a greedy algorithm to send the office bus to all locations in the city efficiently.

    • Start from the office location and pick the nearest location to visit next.

    • Continue picking the nearest unvisited location until all locations are covered.

    • Repeat the process until all locations are visited.

    • Consider using Dijkstra's algorithm or a similar approach for finding the nearest location.

    • Optimize the route by considering traf

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Round with CTO, mostly behavioural and expected pay

Skills evaluated in this interview

TCI Express Interview FAQs

How many rounds are there in TCI Express Junior Engineer interview?
TCI Express interview process usually has 1 rounds. The most common rounds in the TCI Express interview process are Coding Test.

Tell us how to improve this page.

TCI Express Junior Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

ElasticRun Interview Questions
3.5
 • 254 Interviews
Blue Dart Express Interview Questions
4.0
 • 103 Interviews
DP World Interview Questions
3.9
 • 65 Interviews
Maersk Line Interview Questions
4.0
 • 29 Interviews
V-Trans Interview Questions
4.0
 • 29 Interviews
Aka Logistics Interview Questions
3.2
 • 27 Interviews
View all
Supervisor
134 salaries
unlock blur

₹1.4 L/yr - ₹5.2 L/yr

Business Development Officer
89 salaries
unlock blur

₹3 L/yr - ₹5.7 L/yr

Key Account Manager
64 salaries
unlock blur

₹1.5 L/yr - ₹5.4 L/yr

Teritory Sales Officer
63 salaries
unlock blur

₹3.2 L/yr - ₹4.5 L/yr

Assistant
61 salaries
unlock blur

₹1.3 L/yr - ₹3 L/yr

Explore more salaries
Compare TCI Express with

Mahindra Logistics

3.9
Compare

DTDC Express

3.7
Compare

Blue Dart Express

4.0
Compare

Shadowfax Technologies

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