Upload Button Icon Add office photos

Filter interviews by

Amazon Transportation Services Manual Testing Interview Questions and Answers

Updated 2 Aug 2023

Amazon Transportation Services Manual Testing Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2023. 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 - Aptitude Test 

I will attend the interview

Round 3 - Technical 

(3 Questions)

  • Q1. All about manual testing
  • Q2. What is manual testing , functional testing,
  • Ans. 

    Manual testing is the process of manually testing software for defects, while functional testing focuses on testing the functionality of the software.

    • Manual testing involves testers executing test cases manually without the use of automation tools.

    • Functional testing is a type of testing where the system is tested against the functional requirements/specifications.

    • Manual testing is time-consuming but allows for explorat...

  • Answered by AI
  • Q3. U can ask any questions for manual and sql

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

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

Round 1 - Technical 

(5 Questions)

  • Q1. Explain OOPS concept and how you apply it in your implementation
  • Ans. 

    OOPS is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPS focuses on the concept of classes and objects

    • Encapsulation: bundling data and methods that operate on the data within a single unit

    • Inheritance: allows a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for diffe...

  • Answered by AI
  • Q2. Difference between Comparable and Comparator. Difference between Abstract Class and Interface
  • Ans. 

    Comparable is an interface used for natural ordering, Comparator is an interface used for custom ordering. Abstract class can have method implementations, Interface cannot.

    • Comparable interface is used to define the natural ordering of objects. Example: String class implements Comparable interface for natural ordering based on alphabetical order.

    • Comparator interface is used to define custom ordering of objects. Example:...

  • Answered by AI
  • Q3. Given a string. Find the number of occurrences of each character
  • Ans. 

    Count occurrences of each character in a given string

    • Create an array to store the count of each character

    • Iterate through the string and increment the count of each character in the array

    • Return the array with counts for each character

  • Answered by AI
  • Q4. Given an array. Remove the number of duplicates
  • Ans. 

    Remove duplicates from an array of strings

    • Iterate through the array and store each element in a set to keep track of unique values

    • Create a new array with the unique values from the set

  • Answered by AI
  • Q5. Given a student object having name and grade data variables. Sort the object on the basis of highest grade.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. General behavioral and situational questions about team members
Round 2 - Technical 

(1 Question)

  • Q1. Identify if the number is positive, negative or zero
  • Ans. 

    Identify if a number is positive, negative, or zero

    • Check if the number is greater than 0 to determine if it is positive

    • Check if the number is less than 0 to determine if it is negative

    • If the number is neither greater nor less than 0, it is zero

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Asked everything that was present in my resume
  • Q2. DBMS, OOps were asked a lot and react as well
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Hirist and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Csharp basics and a coding questing was given to implement
  • Q2. .net and angular basics questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Asked deeply about my resume and technologies
  • Q2. Coding question to sort a given array using DSA

Interview Preparation Tips

Interview preparation tips for other job seekers - No response from HR
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Difficult online round

Round 2 - One-on-one 

(2 Questions)

  • Q1. Arrays from neetcode
  • Ans. 

    Arrays are a collection of strings in programming used to store multiple values under a single variable name.

    • Arrays are declared using square brackets []

    • Each element in an array is accessed by its index, starting from 0

    • Example: var fruits = ['apple', 'banana', 'orange']

  • Answered by AI
  • Q2. Linked list from neetcode
Round 3 - One-on-one 

(2 Questions)

  • Q1. Trees in neet code
  • Ans. 

    Trees in neet code refer to the implementation of tree data structures in coding challenges on the platform NeetCode.

    • Trees are a common data structure used in coding challenges to represent hierarchical relationships between data.

    • Common tree operations include traversal (inorder, preorder, postorder), insertion, deletion, and searching.

    • Examples of tree-related coding challenges on NeetCode include implementing a binary...

  • Answered by AI
  • Q2. Trees in leet code
  • Ans. 

    Trees in leetcode are a common topic for coding interviews, involving various tree traversal and manipulation techniques.

    • Understand different tree traversal methods like inorder, preorder, and postorder.

    • Learn about common tree algorithms like finding the height, diameter, and lowest common ancestor.

    • Practice solving tree-related problems on leetcode to improve your skills.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Nice and difficult work from home

Round 2 - Technical 

(2 Questions)

  • Q1. Array and haah was aaked
  • Q2. It was difficult

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice pic of you
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal MCQs round really easy was able to complete in 1 hour

Round 2 - Coding Test 

$ questions very easy 3 coding and 1 SQL

Round 3 - Technical 

(3 Questions)

  • Q1. Asked me about the logic and format of code
  • Q2. One scecnaior based question and what you will do there
  • Q3. Asked to describe the concept of override and encapsulation with code

Interview Preparation Tips

Interview preparation tips for other job seekers - It is easy process but learn about the key concepts of the language of your choice

I applied via Campus Placement and was interviewed in Aug 2022. There were 4 interview rounds.

Round 1 - Coding Test 

90 minutes hackerrank test, 3 questions 1 easy 2 medium.

Round 2 - Technical 

(1 Question)

  • Q1. Resume based and questions based on my personal projects
Round 3 - Technical 

(1 Question)

  • Q1. CN,OS and DBMS questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial round and hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and brush up on all the technical aspects of Software Engineering.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Oct 2022.

Round 1 - Coding Test 

It was open coding contest called Ode 2 Code organised on hackerearth. Top 100 students got interview calls

Round 2 - One-on-one 

(3 Questions)

  • Q1. This was a 1:1 online technical interview.
  • Q2. Basic question on web development, regarding projects in resume. 1 problem solving question and DSA basics
  • Q3. I was asked to explain merge sort
  • Ans. 

    Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts each half, and then merges the sorted halves.

    • Divide the array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Xiaomi Software Engineer interview:
  • Web Development
  • Data Structures
  • Algorithms
  • Computer science
Interview preparation tips for other job seekers - Don't join this company. It has terrible work culture

Skills evaluated in this interview

Amazon Transportation Services Interview FAQs

How many rounds are there in Amazon Transportation Services Manual Testing interview?
Amazon Transportation Services interview process usually has 3 rounds. The most common rounds in the Amazon Transportation Services interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in Amazon Transportation Services Manual Testing interview?

Some of the top questions asked at the Amazon Transportation Services Manual Testing interview -

  1. What is manual testing , functional testi...read more
  2. U can ask any questions for manual and ...read more
  3. All about manual test...read more

Tell us how to improve this page.

Amazon Transportation Services Manual Testing Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 456 Interviews
Ekart Logistics Interview Questions
3.9
 • 305 Interviews
IKS Health Interview Questions
3.6
 • 232 Interviews
Ecom Express Interview Questions
3.8
 • 197 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
Associate
490 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Team Lead
472 salaries
unlock blur

₹2.4 L/yr - ₹9 L/yr

Process Associate
367 salaries
unlock blur

₹1.4 L/yr - ₹4.5 L/yr

Supervisor
235 salaries
unlock blur

₹1.4 L/yr - ₹5 L/yr

Channel Team Lead
231 salaries
unlock blur

₹4.8 L/yr - ₹13 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