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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Tesco Financial Planning Analyst Interview Questions and Answers

Updated 3 Aug 2024

Tesco Financial Planning Analyst Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Tell me something about yourself
  • Ans. 

    I am a detail-oriented financial planning analyst with a strong background in data analysis and forecasting.

    • I have a Bachelor's degree in Finance and Accounting

    • I have experience in creating financial models and reports

    • I am proficient in using financial planning software such as Excel and SAP

    • I have excellent communication skills and can effectively present complex financial information to stakeholders

  • Answered by AI
  • Q2. What preparation did you do for this interview
  • Ans. 

    Researched the company, reviewed job description, practiced common interview questions

    • Researched the company's background, values, and recent news

    • Reviewed the job description to understand the key responsibilities and requirements

    • Practiced answering common interview questions related to financial planning and analysis

    • Prepared questions to ask the interviewer about the role and company

  • Answered by AI
  • Q3. Tell me something from tesco's annual report
  • Ans. 

    Tesco's annual report highlighted a strong increase in online sales and a focus on sustainability initiatives.

    • Tesco reported a 77% increase in online sales during the pandemic.

    • The company outlined its commitment to reducing food waste and plastic packaging.

    • Tesco's annual report also mentioned investments in renewable energy and community initiatives.

  • Answered by AI
  • Q4. Do you have any questions on annual report
  • Q5. What is IFRS 15
  • Ans. 

    IFRS 15 is a financial reporting standard that outlines the principles for recognizing revenue from contracts with customers.

    • IFRS 15 provides a single, comprehensive revenue recognition model for all contracts with customers.

    • It specifies the criteria for recognizing revenue and how to measure the amount of revenue to be recognized.

    • The standard requires entities to identify performance obligations in a contract and allo...

  • Answered by AI
  • Q6. What do you think is netflix revenue model and how do they do account for their revenue, show with the help of journal
  • Ans. 

    Netflix revenue model is based on subscription fees from customers for access to their streaming service.

    • Netflix generates revenue primarily through subscription fees paid by customers for access to their streaming service.

    • They offer different subscription plans with varying prices and features, such as Basic, Standard, and Premium.

    • Netflix also generates revenue through partnerships and licensing deals with other compa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Usually there are 2 interviews but i was just lucky

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Tesco?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. What is logistics regression
  • Ans. 

    Logistic regression is a statistical method used to analyze and model the relationship between a dependent variable and one or more independent variables.

    • It is a type of regression analysis used for predicting binary outcomes

    • It uses a logistic function to model the probability of the dependent variable

    • It is commonly used in fields such as healthcare, finance, and marketing

    • Example: Predicting whether a customer will buy...

  • Answered by AI

Skills evaluated in this interview

Financial Planning Analyst Interview Questions Asked at Other Companies

asked in Tesco
Q1. What do you think is netflix revenue model and how do they do acc ... read more
asked in Genpact
Q2. What is the difference between budgeting and forecasting?
Q3. What is unbilled revenue, and what are the journal entries associ ... read more
Q4. What are the advantages and disadvantages of investing in mutual ... read more
asked in Unitedlayer
Q5. Explain in detail how you created a financial model.

I applied via Naukri.com and was interviewed in May 2019. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. In brick and motor business which are the key metrics responsible for tracking growth ?
  • Ans. 

    Key metrics for tracking growth in brick and mortar business.

    • Sales revenue

    • Customer footfall

    • Average transaction value

    • Customer retention rate

    • Inventory turnover rate

    • Gross profit margin

    • Net promoter score

    • Employee productivity

    • Marketing ROI

  • Answered by AI
  • Q2. How are they interrelated to each other ? Basically a KPI tree ?
  • Ans. 

    KPIs are interrelated in a tree-like structure, with higher-level KPIs being influenced by lower-level ones.

    • KPIs are Key Performance Indicators that measure the success of a business or project.

    • KPIs can be organized in a tree-like structure, with higher-level KPIs being influenced by lower-level ones.

    • For example, a company's overall revenue might be a high-level KPI, with lower-level KPIs such as sales revenue and cust...

  • Answered by AI
  • Q3. Case study of advertising of a new store opening in location ?
  • Ans. 

    Advertising a new store opening in a location

    • Identify target audience and their preferences

    • Create a catchy slogan and design attractive visuals

    • Utilize social media platforms and local newspapers for promotion

    • Offer discounts and promotions to attract customers

    • Organize a grand opening event to create buzz and excitement

  • Answered by AI
  • Q4. Case study regarding targeting customers ?
  • Ans. 

    Analyzing customer segments to optimize marketing strategies and improve engagement.

    • Identify customer demographics: Age, gender, income level, etc. (e.g., targeting millennials for tech products).

    • Analyze purchasing behavior: Frequency, average spend, and product preferences (e.g., loyal customers vs. one-time buyers).

    • Utilize data analytics tools: Leverage CRM systems to gather insights (e.g., Salesforce for tracking cu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be prepared with in and out of brick and mortar business .
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Case Study 

Road daily revenue collection

Round 2 - Technical 

(2 Questions)

  • Q1. SQL question, Python coding
  • Q2. Highest salary in a table
  • Ans. 

    To find the highest salary in a table, use SQL queries or data manipulation techniques in programming languages.

    • Use SQL: SELECT MAX(salary) FROM employees;

    • In Python with pandas: df['salary'].max() where df is your DataFrame.

    • In Excel: Use the formula =MAX(A1:A100) where A1:A100 contains salary data.

    • Consider handling NULL values if applicable, as they can affect the result.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

It was Python based basic questions only

Round 2 - HR 

(1 Question)

  • Q1. Basic question, strength, weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - read your resume content
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Write a a python code to reverse string without slicing.

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

45 mins and too many technical questions

Round 2 - Coding Test 

Too many technical questions

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. General question on powerbi and sql
  • Q2. Had solve sone queries on sql
  • Ans. 

    I have resolved various SQL queries to extract, manipulate, and analyze data effectively.

    • Used SELECT statements to retrieve specific columns from a table, e.g., SELECT name, age FROM patients;

    • Implemented JOIN operations to combine data from multiple tables, e.g., SELECT orders.id, customers.name FROM orders JOIN customers ON orders.customer_id = customers.id;

    • Utilized WHERE clause to filter records based on conditions, ...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find top 3 students in a class
  • Ans. 

    Identify the top 3 students based on their grades in a class.

    • Calculate the average grade for each student

    • Sort the students based on their average grades in descending order

    • Select the top 3 students

  • Answered by AI
Round 2 - Case Study 

Guesstimate questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Directors ask behavioural questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared with SQL, visualisation interpretation
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Python questions dataframe creata
  • Ans. 

    Creating a DataFrame in Python using pandas for data analysis.

    • Import pandas: Use 'import pandas as pd' to access DataFrame functionalities.

    • Create DataFrame: Use 'pd.DataFrame(data)' where 'data' can be a dictionary, list, or array.

    • Example: df = pd.DataFrame({'A': [1, 2], 'B': [3, 4]}) creates a DataFrame with two columns.

    • Read from CSV: Use 'pd.read_csv('file.csv')' to create a DataFrame from a CSV file.

    • Inspect DataFram...

  • Answered by AI
  • Q2. SQL questions joins , windows function,cte

Tesco Interview FAQs

How many rounds are there in Tesco Financial Planning Analyst interview?
Tesco interview process usually has 1 rounds. The most common rounds in the Tesco interview process are Technical.
What are the top questions asked in Tesco Financial Planning Analyst interview?

Some of the top questions asked at the Tesco Financial Planning Analyst interview -

  1. What do you think is netflix revenue model and how do they do account for their...read more
  2. Tell me something from tesco's annual rep...read more
  3. What is IFRS...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Join Tesco Creating sustainable competitive advantage for Tesco

Interview Questions from Similar Companies

V-Mart Interview Questions
4.1
 • 160 Interviews
Landmark Group Interview Questions
3.9
 • 157 Interviews
Reliance Digital Interview Questions
4.1
 • 144 Interviews
Lowe's Interview Questions
4.1
 • 136 Interviews
Shoppers Stop Interview Questions
4.1
 • 121 Interviews
Target Interview Questions
4.2
 • 120 Interviews
Decathlon Interview Questions
3.8
 • 113 Interviews
Max Fashion Interview Questions
4.1
 • 63 Interviews
View all
Senior Associate
492 salaries
unlock blur

₹4.1 L/yr - ₹9.5 L/yr

Software Development Engineer II
257 salaries
unlock blur

₹34.1 L/yr - ₹57.2 L/yr

Associate
227 salaries
unlock blur

₹2.6 L/yr - ₹8.1 L/yr

Team Lead
193 salaries
unlock blur

₹10.2 L/yr - ₹17.8 L/yr

Senior System Analyst
155 salaries
unlock blur

₹12.3 L/yr - ₹20 L/yr

Explore more salaries
Compare Tesco with

Reliance Digital

4.1
Compare

Shoppers Stop

4.1
Compare

Landmark Group

3.9
Compare

V-Mart

4.1
Compare
write
Share an Interview