Upload Button Icon Add office photos

Filter interviews by

Amazon Transportation Services Support Engineer Interview Questions and Answers

Updated 11 Sep 2024

Amazon Transportation Services Support Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Written test on problem solving and scripting

Round 2 - Coding Test 

Problem solving and programming

Round 3 - Technical 

(2 Questions)

  • Q1. Troubleshooting scenario based questions
  • Q2. Shell Scripting
Round 4 - BR 

(1 Question)

  • Q1. Technical, scenario based, troubleshooting and problem solving

Interview questions from similar companies

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

Interview Questionnaire 

2 Questions

  • Q1. There was so many questions asked to me in interview, i had gone through four different rounds of interview.
  • Q2. I was well prepared for the interview. I didn't know that there will be four rounds. I have faced them confidently with accurate answers within a time. They had impressed on my confidence and my verbal com...

I applied via Referral and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

9 Questions

  • Q1. Only asked about current company work ,and 1)How much pc's of lan is there..?, 2) which types of server is there ?
  • Q2. 3)How much salary do u get in current company...?, 4)what is expectation of our company..?
  • Q3. How much year have completed in company ..?
  • Q4. In how much days will u joint in our company?
  • Q5. Asked about notification period of current company?
  • Q6. Again aske about salary expectation?
  • Q7. I have given answer about salary increment and I get a 50 percent hike ?
  • Q8. I have said I will joint the company in 14 th days..
  • Q9. Instakart company provided the offer letter to me

Interview Preparation Tips

Interview preparation tips for other job seekers - only confident our work and cnfidently give the answer I will be suggest.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. About the experience and what I did
Round 2 - Coding Test 

Give me a palindrom of string related question

Round 3 - Technical 

(1 Question)

  • Q1. System design based on how to scale something
  • Ans. 

    To scale a system, consider horizontal and vertical scaling, load balancing, caching, database sharding, and microservices architecture.

    • Implement horizontal scaling by adding more instances of the application to distribute the load.

    • Consider vertical scaling by upgrading the hardware resources of the existing server.

    • Use load balancing to evenly distribute incoming network traffic across multiple servers.

    • Implement cachin...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Feb 2022. 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 - Technical 

(1 Question)

  • Q1. Given a string, find the longest length palindromic substring in the given string.
  • Ans. 

    Find the longest palindromic substring in a given string.

    • Use dynamic programming to solve the problem efficiently.

    • Start with the base cases of single characters and two characters.

    • For longer substrings, check if the first and last characters match and if the substring between them is also a palindrome.

    • Keep track of the longest palindrome seen so far.

    • Time complexity: O(n^2), space complexity: O(n^2).

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Mention the most challenging technical problem you had to solve.
  • Ans. 

    Developing a real-time data processing system for a high-traffic website.

    • Designing a scalable architecture to handle the high volume of incoming data.

    • Optimizing the data processing algorithms to minimize latency.

    • Ensuring data consistency and accuracy in a distributed system.

    • Implementing fault-tolerant mechanisms to handle system failures.

    • Testing and debugging the system under various load conditions.

  • Answered by AI
  • Q2. Some minor low level entity design.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA, some design patterns and low level design properly

Skills evaluated in this interview

I applied via Referral

Interview Questionnaire 

1 Question

  • Q1. About Networking, LAN-WAN, H/W installation,S/W installation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Want some technical knowledge.
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 

(6 Questions)

  • Q1. Why should we hire you?
  • Q2. What are your salary expectations?
  • Q3. Share details of your previous job.
  • Q4. Why are you looking for a change?
  • Q5. Tell me about yourself.
  • Q6. No
Round 3 - Coding Test 

No

Round 4 - Technical 
Round 5 - One-on-one 
Round 6 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips

I applied via Walk-in and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Prime number star pattern Js basics form validations

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn all basics of JS and node
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2022. 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 

(1 Question)

  • Q1. Tell me something about yourself?
  • Ans. Have you any experience or no experience?
  • Answered by sachinjangra
Round 3 - Technical 

(3 Questions)

  • Q1. Tell me something about yourself?
  • Q2. What is your strength?
  • Q3. What is dns and DHCP?
  • Ans. 

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

    • DNS stands for Domain Name System and is used to translate domain names (e.g. www.google.com) to IP addresses (e.g. 172.217.3.206).

    • DHCP stands for Dynamic Host Configuration Protocol and is used to automatically assign IP addresses, subnet masks, and other network configuration parame...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm looking a new job role as a system engineer and administrator.

Skills evaluated in this interview

Amazon Transportation Services Interview FAQs

How many rounds are there in Amazon Transportation Services Support Engineer interview?
Amazon Transportation Services interview process usually has 4 rounds. The most common rounds in the Amazon Transportation Services interview process are Aptitude Test, Coding Test and Technical.
What are the top questions asked in Amazon Transportation Services Support Engineer interview?

Some of the top questions asked at the Amazon Transportation Services Support Engineer interview -

  1. Technical, scenario based, troubleshooting and problem solv...read more
  2. Troubleshooting scenario based questi...read more
  3. Shell Script...read more

Tell us how to improve this page.

Amazon Transportation Services Support Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 458 Interviews
Ekart Logistics Interview Questions
3.9
 • 307 Interviews
IKS Health Interview Questions
3.6
 • 232 Interviews
Ecom Express Interview Questions
3.8
 • 198 Interviews
XpressBees Interview Questions
3.6
 • 159 Interviews
DTDC Express Interview Questions
3.7
 • 151 Interviews
Visa Interview Questions
3.5
 • 138 Interviews
McDonald's Interview Questions
4.1
 • 121 Interviews
View all

Amazon Transportation Services Support Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

-

Skill development

-

Work-life balance

-

Salary

-

Job security

-

Company culture

-

Promotions

-

Work satisfaction

Explore 1 Review and Rating
Associate
492 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
476 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Process Associate
367 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Supervisor
235 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead Operations
225 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Amazon Transportation Services with

Delhivery

3.9
Compare

Ekart Logistics

3.9
Compare

Blue Dart Express

4.0
Compare

DTDC Express

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