Upload Button Icon Add office photos

Filter interviews by

Fortune Gourmet Specialities Head Finance & Accounts Interview Questions and Answers

Updated 22 Jan 2022

Fortune Gourmet Specialities Head Finance & Accounts Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Asked about previous experience and how you will handle MD finance.
  • Q2. Where we can see me in this company after 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - This is a local company where we can't expect anything to change in present and future. It will not be good decision to join this company even if you don't have job.

Interview questions from similar companies

I applied via Monster and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Introduce Yourself.
  • Q2. What do you know about Maruti Suzuki Pvt. Ltd.?
  • Q3. Why do you want to switch yourself in the Automobile Sales from Pharmaceutical Sales when it has a greater and broader scope of potentials?
  • Q4. How soon can you join the job, if selected?
  • Q5. What is your salary expectation with the job you are applying for as you will be regarded almost as a fresher candidate in this industry as of now?

Interview Preparation Tips

Interview preparation tips for other job seekers - Give your best shot as per your dimension of knowledge you acquire, and gather related knowledge to the job applied in the Company you are applying in with also a handful of knowledge about its business in the market.

Interview Questionnaire 

1 Question

  • Q1. First Self intro, family background, educational background and then they asked about my total experience serial wise starting from my first company, asked about my profile and my job responsibilities and ...
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(5 Questions)

  • Q1. What is your Work experience
  • Q2. What do you know about retail
  • Ans. 

    Retail involves the sale of goods or services to consumers through various channels such as brick-and-mortar stores, online platforms, and mobile apps.

    • Retail involves selling products or services directly to consumers

    • It includes various channels like physical stores, e-commerce websites, and mobile apps

    • Retailers often purchase products from wholesalers or manufacturers and sell them at a markup to make a profit

    • Customer...

  • Answered by AI
  • Q3. How would you present your self to Coustmer
  • Q4. What do you know about conversion
  • Ans. 

    Conversion refers to turning leads or prospects into paying customers through sales techniques and strategies.

    • Conversion rate is the percentage of visitors who take a desired action, such as making a purchase or filling out a form.

    • Conversion optimization involves testing and improving various elements of a sales process to increase the conversion rate.

    • Common strategies for improving conversion include A/B testing, crea...

  • Answered by AI
  • Q5. What is up sale and cross sale
  • Ans. 

    Upselling is persuading a customer to buy a more expensive item, while cross-selling is selling related or complementary products.

    • Upselling involves convincing a customer to purchase a higher-end version of the product they are interested in.

    • Cross-selling involves offering additional products that complement or enhance the original purchase.

    • Example of upselling: Suggesting a customer upgrade to a premium version of a s...

  • Answered by AI
Round 3 - Aptitude Test 

Basic mathematics and retail sector questions

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to work make your communication skills more fluent

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

- write code for permutations & combination out of n numbers with k possibilities

Round 2 - Technical 

(3 Questions)

  • Q1. - diff between generator & decorator - write code for recursive decorator
  • Ans. 

    Generator produces a sequence of values while decorator adds functionality to an existing function. Recursive decorator calls itself within the decorator function.

    • Generator produces values lazily while decorator enhances functionality of a function.

    • Generators use 'yield' keyword to yield values one at a time.

    • Decorators use '@' symbol to apply additional functionality to a function.

    • Example of recursive decorator: def re...

  • Answered by AI
  • Q2. Explain generators
  • Ans. 

    Generators are functions in Python that allow you to pause and resume execution, yielding multiple values over time.

    • Generators are defined using a function with 'yield' statements instead of 'return'.

    • They can be iterated over using a for loop or by calling the next() function.

    • Generators are memory efficient as they do not store all values in memory at once.

    • They are useful for generating large sequences of values or pro...

  • Answered by AI
  • Q3. Sample application using flask
  • Ans. 

    A sample application using Flask, a Python web framework

    • Create a virtual environment for the project

    • Install Flask using pip

    • Create routes and views for different pages

    • Use templates to render HTML pages

    • Connect to a database using Flask-SQLAlchemy

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. What is product knowledge?
  • Ans. 

    Product knowledge is understanding the features, benefits, and uses of a product or service.

    • Understanding the features and specifications of the product

    • Knowing the benefits and advantages it offers to customers

    • Being aware of how the product can be used in different scenarios

    • Having knowledge of competitors' products and how they compare

    • Being able to effectively communicate the value of the product to potential customers

  • Answered by AI

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Design tiny url service which should be scalable up to 10m requests a year. Derive the algorithm such as every request that the system generates is unique and read operation should be very efficient for ob...
  • Ans. 

    Design a scalable tiny URL service with unique requests and efficient read operation.

    • Use a hashing algorithm to generate unique short URLs from long URLs

    • Store the mappings in a distributed key-value store like Redis or Cassandra

    • Use a load balancer to distribute requests across multiple servers

    • Implement caching to improve read performance

    • Consider using a CDN to serve frequently accessed URLs

    • Implement rate limiting and t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DS, Algo and system designing.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Java 8 features with code, Spring Boot, and Microservices in depth, was asked to write SQL queries.
  • Ans. 

    Interview question on Java 8 features, Spring Boot, Microservices, and SQL queries for Senior Engineer role.

    • Java 8 features include lambda expressions, functional interfaces, streams, and default methods.

    • Spring Boot is a framework for building microservices with minimal configuration.

    • Microservices architecture involves breaking down a large application into smaller, independent services.

    • SQL queries are used to retrieve...

  • Answered by AI
  • Q2. Garbage collection with example, Problem solving
  • Ans. 

    Garbage collection is an automatic memory management process. It frees up memory occupied by objects that are no longer in use.

    • Garbage collection is used in programming languages like Java, Python, and C#.

    • It helps prevent memory leaks and improves program efficiency.

    • For example, in Java, the garbage collector runs periodically to identify and remove objects that are no longer referenced by the program.

    • Garbage collectio...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a good interview, I had an online test, Technical F2F, Technical manager discussion, HR.
we need to understand the questions and answer cut and clear.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2021. There were 4 interview rounds.

Round 1 - Coding Test 

It was mix up of technical and cognitive questions

Round 2 - Technical 

(1 Question)

  • Q1. Questions on java 8, Spring Boot, Microservices, Restful Webservices, With 2 coding questions.
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical round 2 had questions regarding project, coding to be written for problem statement, garbage collection, exception. It was like a positive discussion than an interview.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion. Got offer letter within 2 working day.

Interview Preparation Tips

Topics to prepare for Falabella Senior Engineer interview:
  • Java
  • Java 8
Interview preparation tips for other job seekers - Brush up with core concepts of java and code well
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Js concepts & internals, predict the o/p
  • Q2. Coding Question based on hashmap

Fortune Gourmet Specialities Interview FAQs

How to prepare for Fortune Gourmet Specialities Head Finance & Accounts 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 Fortune Gourmet Specialities. The most common topics and skills that interviewers at Fortune Gourmet Specialities expect are Accounting and Finance.

Tell us how to improve this page.

Interview Questions from Similar Companies

MR.DIY Interview Questions
3.3
 • 31 Interviews
Bazar India Interview Questions
3.6
 • 14 Interviews
Falabella Interview Questions
3.3
 • 14 Interviews
Inorbit Mall Interview Questions
4.3
 • 13 Interviews
Tresor Systems Interview Questions
4.1
 • 10 Interviews
JK Files Interview Questions
3.6
 • 9 Interviews
Osia Hypermart Interview Questions
3.5
 • 9 Interviews
View all
Area Sales Manager
9 salaries
unlock blur

₹6.8 L/yr - ₹9.1 L/yr

Executive Accountant
8 salaries
unlock blur

₹2.4 L/yr - ₹4.2 L/yr

Assistant Manager
6 salaries
unlock blur

₹6.2 L/yr - ₹14 L/yr

Accounts Receivable Executive
6 salaries
unlock blur

₹4 L/yr - ₹5 L/yr

Senior Executive
5 salaries
unlock blur

₹3.2 L/yr - ₹7 L/yr

Explore more salaries
Compare Fortune Gourmet Specialities with

MR.DIY

3.3
Compare

Karuna Management Services

4.1
Compare

Bazar India

3.7
Compare

Citylife Retail

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