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 Interview Questions, Process, and Tips

Updated 20 Mar 2025

Top Tesco Interview Questions and Answers

  • Q1. Explain the revenue recognition as per Ind AS 115
  • Q2. If you where to design a store ,how would you design it and what are the factors that you would take into consideration?
  • Q3. Explain the concepts of normal loss and Abnormal loss and their accounting treatment.
View all 7 questions

Tesco Interview Experiences

Popular Designations

122 interviews found

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

Aptitude test 0

Round 2 - One-on-one 

(1 Question)

  • Q1. Manager round 0
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Technical Support Representative Interview Questions asked at other Companies

Q1. What is the process of troubleshooting and what parameters to be keep in mind when troubleshooting a system
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Related to project
  • Q2. Deployment and maintenance

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Introduce your PhD project and what techniques are used for them.
  • Q2. How do you fit the role you applied for?
Round 2 - Assignment 

A business data related project that you should build a model for it.

Data Science Intern Interview Questions asked at other Companies

Q1. Rotate Matrix by 90 Degrees Problem Statement Given a square matrix 'MATRIX' of non-negative integers, rotate the matrix by 90 degrees in an anti-clockwise direction using only constant extra space. Input: The first line of input contains a... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024.

Round 1 - Coding Test 

2 coding questions asked meeting rooms ds algo

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (217)

Tesco interview questions for popular designations

 Software Development Engineer II

 (5)

 Software Developer

 (4)

 Associate

 (4)

 Software Development Manager

 (3)

 Data Scientist

 (3)

 Senior Associate

 (3)

 Analyst

 (3)

 Customer Assistant

 (3)

Analyst Interview Questions & Answers

user image Alex Jarman-Jones

posted on 18 Oct 2024

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Standard psychometric test you get online

Round 2 - HR 

(1 Question)

  • Q1. Standard interview you get with hr

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)

Get interview-ready with Top Tesco Interview Questions

Packing Officer Interview Questions & Answers

user image Shannon Wallace

posted on 17 Sep 2024

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

I applied via Indeed and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How would yiu deal with a difficult co worker
  • Ans. 

    I would address the issue directly and professionally, seeking to understand their perspective and find a resolution.

    • Communicate openly and honestly with the co-worker to address the issue

    • Listen actively to their concerns and try to understand their perspective

    • Seek a compromise or solution that is mutually beneficial

    • Involve a supervisor or mediator if necessary

  • Answered by AI
  • Q2. Can you work over time
  • Ans. 

    Yes, I am able to work overtime when needed to ensure tasks are completed on time.

    • I am willing to work overtime to meet deadlines and ensure tasks are completed

    • I understand the importance of flexibility in the workplace

    • I have previous experience working overtime when necessary

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Ve hibest and friendly

Packing Officer Interview Questions asked at other Companies

Q1. Tell me briefly about serialisation and track and trace system
View answer (3)

Jobs at Tesco

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

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

Round 1 - Coding Test 

Python and sql based questions

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Questions asked on ReactJS and State Management.

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Ask mw create club card system

Round 2 - Technical 

(3 Questions)

  • Q1. Schedule of clock wise rotation
  • Ans. 

    The schedule of clockwise rotation refers to the order in which objects or events occur in a clockwise direction.

    • Clockwise rotation follows the direction of a clock's hands, moving from the top to the right, then down, left, and back to the top.

    • The schedule of clockwise rotation can be used to determine the sequence of tasks or events in a system.

    • For example, in a manufacturing process, the schedule of clockwise rotati...

  • Answered by AI
  • Q2. Ds and algo interview
  • Q3. Sliding window problem
  • Ans. 

    Sliding window problem

    • Sliding window technique is used to efficiently solve problems involving arrays or strings

    • It involves maintaining a window of elements and sliding it through the array or string

    • Common applications include finding maximum or minimum subarrays, substring problems, etc.

  • Answered by AI

Skills evaluated in this interview

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Java coding test. Really basic

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (217)

Tesco Interview FAQs

How many rounds are there in Tesco interview?
Tesco interview process usually has 2-3 rounds. The most common rounds in the Tesco interview process are Technical, HR and One-on-one Round.
How to prepare for Tesco 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 Recruitment, Business Services, Operations, microsoft and Continuous Improvement.
What are the top questions asked in Tesco interview?

Some of the top questions asked at the Tesco interview -

  1. Find overlapping interval to calculate final payment for store wor...read more
  2. Explain the revenue recognition as per Ind AS ...read more
  3. Identify loop holes in the model given, identify what are the security controls...read more
How long is the Tesco interview process?

The duration of Tesco interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Tesco Interview Process

based on 99 interviews

Interview experience

4
  
Good
View more
Join Tesco Creating sustainable competitive advantage for Tesco

Interview Questions from Similar Companies

Titan Company Interview Questions
4.3
 • 151 Interviews
Landmark Group Interview Questions
4.0
 • 150 Interviews
V-Mart Interview Questions
4.1
 • 147 Interviews
Lowe's Interview Questions
4.1
 • 129 Interviews
Reliance Digital Interview Questions
4.1
 • 120 Interviews
Shoppers Stop Interview Questions
4.1
 • 112 Interviews
Target Interview Questions
4.2
 • 112 Interviews
Decathlon Interview Questions
3.8
 • 101 Interviews
Max Fashion Interview Questions
4.2
 • 57 Interviews
View all

Tesco Reviews and Ratings

based on 1.3k reviews

3.8/5

Rating in categories

3.5

Skill development

4.0

Work-life balance

3.2

Salary

4.0

Job security

3.8

Company culture

2.9

Promotions

3.4

Work satisfaction

Explore 1.3k Reviews and Ratings
Senior Associate Design Engineering - Structural Engineering

Bangalore / Bengaluru

6-10 Yrs

Not Disclosed

Senior Associate-Process Audit

Bangalore / Bengaluru

3-6 Yrs

₹ 3.2-10.9272 LPA

Associate Property Delivery Specialist

Bangalore / Bengaluru

0-2 Yrs

Not Disclosed

Explore more jobs
Senior Associate
460 salaries
unlock blur

₹3.2 L/yr - ₹10.9 L/yr

Software Development Engineer II
228 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
191 salaries
unlock blur

₹5.8 L/yr - ₹20 L/yr

Senior System Analyst
151 salaries
unlock blur

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