Premium Employer

i

This company page is being actively managed by Tesco Team. If you also belong to the team, you can get access from here

Tesco Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tesco Design Engineer Interview Questions and Answers

Updated 4 Jul 2023

Tesco Design Engineer Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed before Jul 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. 3D drawing and drafting.. GD &T
Round 3 - HR 

(1 Question)

  • Q1. Previous experience Your strength

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Which symbol of gd&t you are mostly using in your drawings
  • Ans. 

    I mostly use the position symbol in my drawings for GD&T.

    • Position symbol is used to specify the location of features on a part relative to a datum

    • It is commonly used in engineering drawings to ensure proper alignment and fit of components

    • Example: Position symbol with a tolerance of ±0.1mm

  • Answered by AI
  • Q2. What is basis of making drawings
  • Ans. 

    The basis of making drawings is to visually communicate design ideas and specifications.

    • Drawings serve as a visual representation of a design concept or product

    • They provide detailed information on dimensions, materials, and assembly instructions

    • Drawings help in communicating design intent to manufacturers and other stakeholders

    • They are essential for ensuring accuracy and consistency in the manufacturing process

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Where do you see yourself after 5 years
  • Ans. 

    In 5 years, I see myself as a senior design engineer leading a team of innovative engineers in developing cutting-edge products.

    • Leading a team of engineers

    • Developing cutting-edge products

    • Senior design engineer role

    • Continuous learning and growth

    • Contributing to company's success

  • Answered by AI
  • Q2. How long you stay in organization
  • Ans. 

    I have been with the organization for 5 years, consistently contributing to various design projects.

    • I have been with the organization for 5 years

    • Consistently contributed to various design projects

    • Received positive feedback from supervisors and colleagues

    • Participated in training and development programs to enhance skills

  • Answered by AI
Interview experience
5
Excellent
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 - One-on-one 

(2 Questions)

  • Q1. Flood fill algorithm, other problems and technical questions
  • Q2. Flood fill algorithm Other rech questions
Round 3 - Coding Test 

Water bill management system
Flood fill algo

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare good HLD and data structure for lead enginner role

Senior Engineer Interview Questions & Answers

Target user image Saumyadipta Sarkar

posted on 10 Sep 2023

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

I applied via Approached by Company and was interviewed in Aug 2023. There were 6 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 

2 coding problems.

One is on Hasmap

second one is on Tree

Round 3 - One-on-one 

(2 Questions)

  • Q1. Pair programming Round
  • Q2. One problem step by step solving with unit test cases maintaining time complexity and space complexity.
Round 4 - One-on-one 

(1 Question)

  • Q1. High level Design
Round 5 - One-on-one 

(1 Question)

  • Q1. Techno - Managerial
Round 6 - HR 

(1 Question)

  • Q1. Normal discussion benefits and salary
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions around spring boot. Rotate and array k times. Merge two sorted lists.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Java-based coding, streams and lambda, design patterns

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write design for URL sortner
  • Ans. 

    Design a URL shortener system

    • Use a unique identifier for each long URL to generate a short URL

    • Store the mapping of short URL to long URL in a database

    • Implement a redirect mechanism to redirect short URLs to their corresponding long URLs

    • Consider scalability and performance while designing the system

  • Answered by AI
  • Q2. Program to detect cycle on linked list
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect cycle in a linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at any point, there is a cycle in the linked list.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Asked about resume and then some questions on Linkedlist, Stack
  • Q2. Java garbage collection
  • Q3. What is Bean in Spring
  • Ans. 

    A bean in Spring is a Java object that is instantiated, assembled, and managed by the Spring IoC container.

    • Beans are defined in the Spring configuration file using XML or annotations.

    • Beans are singleton by default but can be configured as prototype.

    • Beans can have dependencies injected by the container.

    • Example: @Component annotation in Spring creates a bean.

    • Example:

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

I applied via LinkedIn and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Binary search and tree
  • Q2. Discussion on project

Senior Engineer Interview Questions & Answers

Target user image Saumyadipta Sarkar

posted on 11 Jul 2024

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 Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Mostly dynamic programming and tree based programs

Round 2 - One-on-one 

(2 Questions)

  • Q1. Coding Coordinate geometry problem
  • Q2. Coding on trees
Round 3 - One-on-one 

(2 Questions)

  • Q1. HLD / LLD , Java technical questions
  • Q2. Pair programming

Tesco Interview FAQs

How many rounds are there in Tesco Design Engineer interview?
Tesco interview process usually has 3 rounds. The most common rounds in the Tesco interview process are Resume Shortlist, Technical and HR.
How to prepare for Tesco Design Engineer 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 Tesco. The most common topics and skills that interviewers at Tesco expect are Assurance, AutoCAD, Bim, Continuous Improvement and Due Diligence.

Tell us how to improve this page.

Tesco Design Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Join Tesco Creating sustainable competitive advantage for Tesco

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Reliance Retail Interview Questions
3.9
 • 1.6k Interviews
DMart Interview Questions
3.9
 • 404 Interviews
Walmart Interview Questions
3.7
 • 387 Interviews
BigBasket Interview Questions
3.9
 • 359 Interviews
Titan Company Interview Questions
4.3
 • 151 Interviews
Landmark Group Interview Questions
4.0
 • 149 Interviews
V-Mart Interview Questions
4.2
 • 146 Interviews
Lowe's Interview Questions
4.1
 • 127 Interviews
View all
Senior Associate
456 salaries
unlock blur

₹3.2 L/yr - ₹10.5 L/yr

Software Development Engineer II
220 salaries
unlock blur

₹20.5 L/yr - ₹58 L/yr

Associate
201 salaries
unlock blur

₹2.3 L/yr - ₹6.3 L/yr

Team Lead
189 salaries
unlock blur

₹6 L/yr - ₹22.5 L/yr

Software Engineer
154 salaries
unlock blur

₹2.8 L/yr - ₹9.3 L/yr

Explore more salaries
Compare Tesco with

Reliance Digital

4.1
Compare

Titan Company

4.3
Compare

Shoppers Stop

4.1
Compare

Landmark Group

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