Upload Button Icon Add office photos

Filter interviews by

Last Mile Care Sdet Engineer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. Tell me about the experience when you had tight deadlines
  • Ans. 

    I managed a critical project with tight deadlines by prioritizing tasks, collaborating effectively, and maintaining clear communication.

    • Prioritization: I identified the most critical features to deliver first, ensuring that the core functionality was completed on time.

    • Collaboration: I organized daily stand-up meetings with the team to discuss progress and address any blockers, fostering a collaborative environment.

    • Time...

  • Answered by AI
  • Q2. K-sorted array problem
  • Ans. 

    The K-sorted array problem involves sorting an array where each element is at most K positions away from its target position.

    • Definition: A K-sorted array is an array where each element is guaranteed to be within K indices of its final sorted position.

    • Example: For an array [3, 2, 1, 5, 4] with K=2, the sorted array would be [1, 2, 3, 4, 5].

    • Approach: Use a min-heap (or priority queue) to efficiently sort the elements, ma...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

20 mins based on aptitude

Round 2 - Coding Test 

90 min based on DSA

Interview Preparation Tips

Topics to prepare for Accenture Sdet Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Self-Assessment: Take time to understand your skills, strengths, weaknesses, and interests. Knowing yourself well will help you target suitable positions and industries.
Research: Explore various industries, companies, and job roles. Research market trends, company culture, and job requirements to align your goals with opportunities available.
Networking: Build and maintain professional relationships. Attend networking events, join industry-specific groups or online forums, and leverage social media platforms like LinkedIn to connect with professionals in your field.
Resume and Cover Letter: Tailor your resume and cover letter for each job application. Highlight relevant experiences, skills, and accomplishments that align with the job requirements. Keep them concise, clear, and error-free.
Interview Preparation: Practice common interview questions and scenarios. Research the company and its culture, prepare questions to ask the interviewer, and be ready to articulate how your skills and experiences make you a good fit for the role.
Continuous Learning: Stay updated with industry trends, advancements, and new technologies. Consider taking courses, attending workshops, or obtaining certifications to enhance your skill set and marketability.
Flexibility and Persistence: Be open to new opportunities and willing to adapt to changing circumstances. Job searching can be challenging and may require perseverance. Stay positive, maintain a routine, and seek support from friends, family, or career counselors if needed.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 3 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 - Coding Test 

Online test assement

Round 3 - One-on-one 

(2 Questions)

  • Q1. General leetcode questions
  • Q2. Stack and dsa based questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Java, coding , programming etc.

Round 2 - HR 

(2 Questions)

  • Q1. Personal details, hobby,life balance, attitude, work efficiency.
  • Q2. Some code and programming questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard and smartly.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

All questions were based on class 10th mathematics.

Round 2 - Coding Test 

Array and string related problem

Round 3 - Technical 

(2 Questions)

  • Q1. Array,String,Linked list problem
  • Q2. Question based on previous project work

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared of dsa before appearing for interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. What is your name?
  • Q2. What did u do at IIT Jammu
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 - Coding Test 

Algorithm and data structures

Round 3 - Technical 

(2 Questions)

  • Q1. Algorithm and data structures
  • Q2. How does linked list works in data structures
  • Ans. 

    A linked list is a linear data structure where each element is a separate object with a reference to the next element.

    • Each element in a linked list is called a node

    • Nodes are connected using pointers or references

    • Linked lists can be singly linked (each node points to the next) or doubly linked (each node points to the next and previous)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Use leet code

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

It was basically 2 ques round 1 from DP and 1 from graph

Round 2 - HR 

(2 Questions)

  • Q1. Introduce yourself in terms of your professional experience
  • Ans. 

    I am a seasoned SDET Engineer with 5+ years of experience in designing, developing, and executing automated test scripts.

    • Proficient in programming languages such as Java, Python, and C#

    • Experienced in using testing frameworks like Selenium and JUnit

    • Skilled in creating test plans, test cases, and test scripts

    • Familiar with CI/CD tools such as Jenkins and Git

    • Strong problem-solving and analytical skills

  • Answered by AI
  • Q2. Where do you see yourself in next 5 years
  • Ans. 

    In the next 5 years, I see myself growing into a senior SDET role, leading a team of engineers, and contributing to innovative testing strategies.

    • Advancing to a senior SDET position within the company

    • Leading a team of engineers in testing projects

    • Contributing to the development of innovative testing strategies

    • Continuing to enhance my skills and knowledge in software testing

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

(2 Questions)

  • Q1. Bst quation simple easy
  • Ans. 

    A Binary Search Tree (BST) is a data structure that maintains sorted order for efficient searching, insertion, and deletion.

    • A BST is a tree where each node has at most two children.

    • The left child contains values less than the parent node.

    • The right child contains values greater than the parent node.

    • Example: Inserting 10, 5, and 15 creates a tree with 10 as root, 5 as left child, and 15 as right child.

    • Searching for a val...

  • Answered by AI
  • Q2. Bst queation hard wast

Interview Preparation Tips

Interview preparation tips for other job seekers - nice

Sdet Engineer Interview Questions & Answers

Amazon user image siva shunmuga sundaram

posted on 1 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Newspaper Ad

Round 1 - Coding Test 

Coding questions with some MCQ level medium

Round 2 - Technical 

(2 Questions)

  • Q1. Array based with medium level
  • Q2. DSA questions queue

Tell us how to improve this page.

Compare Last Mile Care with

TCS

3.6
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview