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
Add answer
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 (1)

DispatchTrack interview questions for popular designations

 Technical Support Analyst

 (2)

 Devops Engineer

 (1)

 Senior Software Developer

 (1)

 Technical Support Engineer

 (1)

I applied via campus placement at Malla Reddy Engineering College, Ranga Reddy 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

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Concat two LinkedList without using any space and in O(n) time
  • Ans. 

    Concatenate two LinkedList without using extra space in O(n) time

    • Traverse the first LinkedList and update the last node's next pointer to the head of the second LinkedList

    • Return the head of the first LinkedList as the concatenated LinkedList

  • Answered by AI
  • Q2. 2 Sql Queries -1] rank window function 2] join
  • Q3. Project focused
Round 2 - Technical 

(3 Questions)

  • Q1. Discussion about Interfaces
  • Q2. Discussion about Dependency Injection in .net
  • Q3. Multiple .net questions
Round 3 - Technical 

(5 Questions)

  • Q1. Create Data structure to store file system like tree. it should get used for file and folder both.? find count of files in folder ?
  • Q2. Redis cache system
  • Q3. System designing Discussion
  • Q4. Dependency Injection discussion
  • Q5. Project in depth discussion
Round 4 - Behavioral 

(2 Questions)

  • Q1. Project Focused questions
  • Q2. What are your contributions in projects

Interview Preparation Tips

Topics to prepare for Energy Exemplar Software Engineer interview:
  • SQL
  • Data Structures
  • C#.Net

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was Machine test, i had to make a project and connect it to Database and submit details in database table from form.

Round 2 - Technical 

(4 Questions)

  • Q1. Technical verbal Interview, question were related to JavaScript, Json, JQuery, and how to perform click and other event on click, on change etc, and how to get text content entered in text box, mostly rel...
  • Q2. What is Collection Framework?
  • Ans. 

    Collection Framework is a unified architecture for representing and manipulating collections of objects in Java.

    • It provides interfaces (List, Set, Queue, etc.) and classes (ArrayList, HashSet, PriorityQueue, etc.) to store and manipulate groups of objects.

    • Collections can be easily sorted, searched, and iterated using methods provided by the Collection Framework.

    • Example: ArrayList is a class that implements the List int...

  • Answered by AI
  • Q3. What is RestApi?
  • Ans. 

    RestApi is a set of rules and conventions for building and interacting with web services using HTTP methods.

    • RestApi stands for Representational State Transfer Application Programming Interface.

    • It allows communication between different software systems over the internet.

    • RestApi uses standard HTTP methods like GET, POST, PUT, DELETE for data manipulation.

    • JSON or XML formats are commonly used for data exchange in RestApi.

    • ...

  • Answered by AI
  • Q4. How to add one ArrayList object to another, which method is used to achieve this. Ans:- By using addAll() Method
  • Ans. 

    The addAll() method is used to add all elements of one ArrayList to another.

    • Use the addAll() method to add all elements of one ArrayList to another

    • Syntax: list1.addAll(list2);

    • Example: ArrayList list1 = new ArrayList<>(); list1.addAll(Arrays.asList(1, 2, 3));

Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Just Introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - This procedure can be different for anyone else, and hiring team didn't seem serious about hiring procedure .

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. About yourself and your accomplishment Sales case study or situation Technical questions - domain related
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical questions about the domain Sales acumen Personality test
Round 3 - Aptitude Test 

Cognitive & Behaviour assessment

Round 4 - HR 

(1 Question)

  • Q1. Setting the right expectation Culture fit

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Just be yourself during the interviews
2. Prepare well for the assessment
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

String is palindrome or not

Round 2 - Technical 

(2 Questions)

  • Q1. Test NG framework
  • Q2. What is Listeners
  • Ans. 

    Listeners in automation testing are components used to generate logs or reports during test execution.

    • Listeners are used to capture and display the execution status of test cases.

    • They can be used to generate detailed logs, screenshots, and reports for analysis.

    • Common listeners in automation testing include TestNG listeners, JUnit listeners, and ExtentReports.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Generic quetions related to the JD. tell me about yourself. Projects related. especially for warehouse system. Agile etc.
  • Q2. Tell me abt yourself
  • Q3. Project related

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not attend interview rounds for this firm as there is no valid reasons they would kick you off from the recruitment inspite of having your profile and experience matches 100% with the requirements. In my case they are having requesrement for warehouse system along with other supply chain areas which I have. Interview was smooth but they rejected without any reason. Also HR did not bother to revert inspite of requesting for a specific feedback. All reviews are fake.. hopeless culture..later interctaed with the present employee in Pune office from linkedin..he shared a company feedback as politics..limited learning ..stressfull workload..

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
 • 456 Interviews
FarEye Interview Questions
3.1
 • 26 Interviews
Shipway Interview Questions
3.2
 • 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.7

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

₹3 L/yr - ₹6 L/yr

QA Engineer
8 salaries
unlock blur

₹3 L/yr - ₹7.1 L/yr

Scrum Master
7 salaries
unlock blur

₹25 L/yr - ₹28.8 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹13 L/yr - ₹50 L/yr

Senior Devops Engineer
6 salaries
unlock blur

₹26 L/yr - ₹29 L/yr

Explore more salaries
Compare DispatchTrack with

FarEye

3.1
Compare

LogiNext Solutions

1.8
Compare

Shiprocket Private Limited

3.9
Compare

Shipway

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