Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by DispatchTrack Team. If you also belong to the team, you can get access from here

DispatchTrack Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

DispatchTrack Interview Questions and Answers

Updated 15 Nov 2024

DispatchTrack Interview Experiences

Popular Designations

5 interviews found

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

I applied via Approached by Company and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude Test with all the general questions

Round 2 - Group Discussion 

Normal Group Discussion

Round 3 - One-on-one 

(2 Questions)

  • Q1. Past experience
  • Q2. What makes u special

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Technical Support Analyst Interview Questions asked at other Companies

Q1. How do you troubleshoot an issue?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude question in the written round.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduce your self
  • Ans. 

    Experienced Technical Support Analyst with 5+ years of troubleshooting and customer service skills.

    • 5+ years of experience in technical support

    • Strong troubleshooting skills

    • Excellent customer service abilities

    • Proficient in various operating systems and software applications

  • Answered by AI
  • Q2. Say other than your resume

Technical Support Analyst Interview Questions asked at other Companies

Q1. How do you troubleshoot an issue?
View answer (2)
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 - Assignment 

Full stack development related questions
Bank management system hands on coding
ActiveRecord queries
Javascript Events and questions related to DOM, CSS

Round 3 - Technical 

(4 Questions)

  • Q1. Database and system design
  • Q2. Ruby on Rails Interview questions
  • Q3. Optimizing database queries
  • Q4. Computer Science Fundamentals

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)
Round 1 - Technical 

(1 Question)

  • Q1. Technical question on kubernetes
Round 2 - Technical 

(1 Question)

  • Q1. Technical question on sql & docker
Round 3 - Technical 

(1 Question)

  • Q1. Technical question over all
Round 4 - HR 

(1 Question)

  • Q1. Discuss on salary ,and good package

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join and no job guarantee, any time you will be fire

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)

DispatchTrack interview questions for popular designations

 Technical Support Analyst

 (2)

 Technical Support Engineer

 (1)

 Devops Engineer

 (1)

 Senior Software Developer

 (1)

I applied via Campus Placement and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Very easy and intriguing aptitude test

Round 2 - HR 

(2 Questions)

  • Q1. The HR round basically focuses on your communication skills
  • Q2. What do you expect from the company as an employee

Interview Preparation Tips

Interview preparation tips for other job seekers - A very good company which supports the growth of the employees as well

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

Interview questions from similar companies

I applied via LinkedIn and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. 1)Tell me about your self? 2)explain your profile/designation of the last company? 3)what are the type of sourcing? 4) Do you have knowledge about MS office? 5) Have you used MS Excel? What is V Lookup ?wh...

Interview Preparation Tips

Interview preparation tips for other job seekers - Please dont hesitate if your hand is not tight in english, always try to express your self in interview
Language doesn't matter at all

I applied via Internshala and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Only simple about myself questions as well as finance operations terms

Interview Preparation Tips

Interview preparation tips for other job seekers - Hojata hai aaram se but thoda dhyan rkhna ki stuck na ho beech m

Interview Preparation Tips

Interview preparation tips for other job seekers - I gave attitude and dark personality test in Delhivery. But after clearing this rounds. They don't take my interview. They said that they have shortlisted another candidate. They even don't pick up call and clarify it.

I applied via Recruitment Consultant and was interviewed in May 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is diameter of Binary Tree? Write full working code.
  • Ans. 

    Diameter of a binary tree is the longest path between any two leaf nodes.

    • Calculate the height of left and right subtrees recursively.

    • Calculate the diameter recursively using the formula max(left_height + right_height + 1, max(left_diameter, right_diameter)).

    • Return the maximum diameter.

  • Answered by AI
  • Q2. Find interchanged terms from an AP, where terms are arranged in series
  • Ans. 

    To find interchanged terms from an AP series

    • Identify the common difference between terms

    • Swap the positions of adjacent terms

    • Check if the new series is also an AP

    • Repeat until no more interchanged terms can be found

  • Answered by AI
  • Q3. Explain database indexing
  • Ans. 

    Database indexing is a technique to improve the performance of database queries.

    • Indexing creates a data structure that allows for faster retrieval of data.

    • Indexes are created on one or more columns of a table.

    • Queries that use indexed columns can be executed faster.

    • Indexes can be clustered or non-clustered.

    • Clustered indexes determine the physical order of data in a table.

    • Non-clustered indexes create a separate structure...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on basic data structures, operating systems and database.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. What is DHCP,DNS,etc
  • Ans. 

    DHCP is a protocol that assigns IP addresses to devices on a network. DNS is a system that translates domain names to IP addresses.

    • DHCP assigns IP addresses to devices on a network

    • DNS translates domain names to IP addresses

    • DHCP reduces the need for manual IP address configuration

    • DNS allows users to access websites using domain names instead of IP addresses

  • Answered by AI
  • Q2. Dynamics host configuration Protocol Domain Name System

Skills evaluated in this interview

DispatchTrack Interview FAQs

How many rounds are there in DispatchTrack interview?
DispatchTrack interview process usually has 2-3 rounds. The most common rounds in the DispatchTrack interview process are Technical, Aptitude Test and HR.
How to prepare for DispatchTrack 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 DispatchTrack. The most common topics and skills that interviewers at DispatchTrack expect are Javascript, JQuery, JSON, MySQL and CSS.
What are the top questions asked in DispatchTrack interview?

Some of the top questions asked at the DispatchTrack interview -

  1. The HR round basically focuses on your communication ski...read more
  2. Ruby on Rails Interview questi...read more
  3. Technical question on kuberne...read more

Tell us how to improve this page.

DispatchTrack Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 458 Interviews
FarEye Interview Questions
3.1
 • 26 Interviews
Shipway Interview Questions
3.0
 • 3 Interviews
Vamaship Interview Questions
3.1
 • 1 Interview
View all

DispatchTrack Reviews and Ratings

based on 25 reviews

3.2/5

Rating in categories

2.6

Skill development

2.8

Work-life balance

3.1

Salary

2.6

Job security

2.9

Company culture

2.8

Promotions

2.9

Work satisfaction

Explore 25 Reviews and Ratings
Technical Support Analyst
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Scrum Master
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Devops Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare DispatchTrack with

FarEye

3.1
Compare

LogiNext Solutions

1.8
Compare

Shiprocket Private Limited

3.7
Compare

Shipway

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