Upload Button Icon Add office photos

Filter interviews by

Dispatch Track Software Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
No response

I was interviewed in Sep 2024.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell me about yourself which is not on resume
  • Q2. Scenario based questions for customer interaction knowledge check eg how to handle difficult customer,critical users etc
  • Q3. Basics of troubleshooting tools
  • Q4. As it was just for checking learning agility,asked me about me learing experience in previous company,certifications,how to prioritize issues incase of multiple sev1 issues
  • Q5. Have you handles sev1/sev2 all at once,how did you interacted
  • Ans. 

    Yes, I have handled multiple sev1/sev2 incidents simultaneously by prioritizing tasks and communicating effectively.

    • Prioritized tasks based on severity and impact on users

    • Communicated with stakeholders to provide updates and manage expectations

    • Coordinated with other team members to resolve issues efficiently

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident,stay calm,learn about company before appearing and prepare well according to JD provided
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Golang questions
  • Q2. Dsa questions like binary search and remove duplicate inplace

Interview Preparation Tips

Interview preparation tips for other job seekers - I don't know what process these people follow, i guess they gave me chance for 2nd interview just to reject.

I prepared hell a lot for this round and answered each every question. Still they reject. I think they are just looking for cheap labour.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude Had around 50 Questions which cover Logical,Quantitative, Code snippets

Round 2 - Technical 

(3 Questions)

  • Q1. Two Sum in Coding
  • Ans. 

    Find two numbers in an array that add up to a specific target value.

    • Use a hashmap to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hashmap.

    • Return the indices of the two numbers that add up to the target value.

  • Answered by AI
  • Q2. Differences in final,Finally,Finalize
  • Ans. 

    final, finally, and finalize are related terms in programming but have different meanings and usage

    • final is a keyword in Java used to restrict inheritance, method overriding, and variable reassignment

    • finally is a block of code in exception handling that always executes, regardless of whether an exception is thrown

    • finalize is a method in Java used for cleanup operations before an object is garbage collected

  • Answered by AI
  • Q3. Basic Sql operations
Round 3 - Technical 

(3 Questions)

  • Q1. Array List Implementation in Stack for Push and pop
  • Ans. 

    Array List can be implemented in a stack by using an array and keeping track of the top element.

    • Create an array to store the elements of the stack.

    • Keep track of the top element using a variable.

    • For push operation, add the element to the top of the stack and increment the top index.

    • For pop operation, remove the top element and decrement the top index.

  • Answered by AI
  • Q2. Finding 3rd Largest Number in an Array without using Sort
  • Ans. 

    Find 3rd largest number in array without sorting

    • Iterate through array to find largest, 2nd largest, and 3rd largest numbers

    • Keep track of these numbers as you iterate

    • Return the 3rd largest number found

  • Answered by AI
  • Q3. Finding the min number of Swap in Sorting of Array
  • Ans. 

    To find the minimum number of swaps needed to sort an array

    • Use graph theory to find cycles in the array

    • Count the number of swaps needed to fix each cycle

    • Add up the swaps needed for all cycles to get the total minimum swaps

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn About a PL clearly and Do more of DSA.

Skills evaluated in this interview

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Explain HR core operating principles and workforce metrics that strengthen the Value preposition of workforce.
  • Ans. 

    HR core operating principles and workforce metrics enhance the value proposition of the workforce by aligning HR strategies with business goals.

    • HR core operating principles include fairness, transparency, compliance, and continuous improvement.

    • Workforce metrics such as turnover rate, employee engagement, productivity, and diversity can help measure the effectiveness of HR strategies.

    • By focusing on these principles and ...

  • Answered by AI
  • Q2. Unique Challenges Faced from the Business Stakeholders and solution approached.
  • Ans. 

    Business stakeholders often have unique challenges that require tailored solutions from an Associate HRBP Lead.

    • Building strong relationships with stakeholders to understand their needs and concerns

    • Customizing HR strategies and solutions to align with business goals

    • Providing proactive communication and support to address stakeholder challenges

    • Collaborating with cross-functional teams to implement effective solutions

    • Leve...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I felt I would have prepared better for the Interview, but I gained a good learning as the Interviewer Amrita was very clear and learned professional shared a solutions to the ones I couldn't answer aptly. But the recruiter was rude when I was followingup they just hangup phones on me and didnt bother to under my curiosity as a job seeker. overall Interview experience was excellent and happy to connect with a learned HR Leader. Unfortunately, may be I was not able to clear the Interview . my advice to the job seekers pls make a good prep up
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Fibonacci, swap without 3rd var
  • Q2. Non repetitive char in string
  • Ans. 

    Find the first non-repetitive character in a string.

    • Iterate through the string and count the occurrences of each character.

    • Return the first character with a count of 1.

  • Answered by AI
Round 2 - Case Study 

Scenario based questions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Machine coding round

Round 2 - Technical 

(2 Questions)

  • Q1. TCP/IP related questions, what happens when you search a webpage?
  • Q2. Past projects discussions
Round 3 - HR 

(1 Question)

  • Q1. Behavioural questions on how would you tackle a particular scenario
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Apti was easy. Technical OOP basic, SQL Basic questions were added too.

Code snippets

Platform: Hackerank

Round 2 - Coding Test 

Coding questions were of basic level.
1.megre two sorted array
2.Find repeated string (case sensitive)

Round 3 - Technical 

(3 Questions)

  • Q1. OOP concepts were asked
  • Q2. SQL queries in good depth
  • Q3. In and out of projects
  • Ans. 

    In and out of projects refers to the involvement and contribution of a QA QC Engineer throughout the project lifecycle.

    • QA QC Engineer is involved in the planning phase to ensure quality standards are defined and met.

    • During the execution phase, they conduct inspections, tests, and audits to verify compliance.

    • In the closing phase, they review project deliverables and document lessons learned for future projects.

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Focused on projects
Round 5 - HR 

(2 Questions)

  • Q1. Basic HR questions
  • Q2. Relocation related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack if you prepare well for OOP, Hacker Rank Basic Array and string questions.

SQL basic queries were part of aptitude assessment
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at Amrita School of Engineering, Bangalore

Round 1 - Coding Test 

Basic DSA linked list, stack etc

Round 2 - Coding Test 

System design food delivery application

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills

    • Team player with excellent communication skills

  • Answered by AI
  • Q2. Why Appviewx and what do u know about it

Interview Preparation Tips

Topics to prepare for AppViewX Software Developer interview:
  • DSA
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Sql related questions were asked
  • Q2. Manual testing questions were asked
  • Q3. Joins questions
  • Q4. Where clause questions
  • Q5. Manual testing questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Smoke and sanity
  • Q2. What is Agile and safe agile
  • Ans. 

    Agile is a project management methodology focused on iterative development and collaboration. SAFe Agile is a framework for scaling Agile to larger organizations.

    • Agile emphasizes flexibility, collaboration, and customer feedback.

    • SAFe Agile extends Agile principles to larger organizations by providing a framework for scaling Agile practices.

    • SAFe Agile includes roles like Release Train Engineer, Product Owner, and Scrum ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Biggest Strength
  • Q2. What is Weakness
  • Ans. 

    Weakness is a lack of strength or energy, a vulnerability or flaw.

    • Weakness can be physical, such as muscle fatigue or illness.

    • Weakness can also be mental, such as lack of confidence or indecisiveness.

    • Identifying weaknesses can help in personal growth and development.

    • Examples: feeling tired after a long day at work, struggling with public speaking due to nerves.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work life balance if you are in project

Skills evaluated in this interview

Dispatch Track Software Interview FAQs

How to prepare for Dispatch Track Software 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 Dispatch Track Software. The most common topics and skills that interviewers at Dispatch Track Software expect are MySQL, Troubleshooting, JSON, Javascript and Python.

Tell us how to improve this page.

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.7
 • 47 Interviews
FarEye Interview Questions
3.1
 • 26 Interviews
Fingent Interview Questions
4.4
 • 22 Interviews
Backbase Interview Questions
4.2
 • 21 Interviews
Mentor Graphics Interview Questions
4.0
 • 19 Interviews
Shipway Interview Questions
3.1
 • 3 Interviews
Vamaship Interview Questions
3.1
 • 1 Interview
QuickShift Interview Questions
3.9
 • 1 Interview
View all

Dispatch Track Software Reviews and Ratings

based on 6 reviews

2.9/5

Rating in categories

3.1

Skill development

2.3

Work-life balance

2.3

Salary

3.5

Job security

1.8

Company culture

1.9

Promotions

1.7

Work satisfaction

Explore 6 Reviews and Ratings
Product Owner

Hyderabad / Secunderabad

4-8 Yrs

Not Disclosed

RoR Developer

Hyderabad / Secunderabad

2-6 Yrs

Not Disclosed

Explore more jobs
Market Research Analyst
4 salaries
unlock blur

₹3 L/yr - ₹3.5 L/yr

QA Engineer
4 salaries
unlock blur

₹5.2 L/yr - ₹8.3 L/yr

Technical Support Analyst
4 salaries
unlock blur

₹4.2 L/yr - ₹7.4 L/yr

Application Support Analyst
4 salaries
unlock blur

₹3.5 L/yr - ₹5.2 L/yr

Junior Team Leader
4 salaries
unlock blur

₹4.2 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Dispatch Track Software with

FarEye

3.1
Compare

LogiNext Solutions

1.7
Compare

Shiprocket Private Limited

3.6
Compare

Shipway

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