Upload Button Icon Add office photos

Filter interviews by

The Wedding Biryani Manager Interview Questions and Answers

Updated 18 Aug 2023

The Wedding Biryani Manager Interview Experiences

1 interview found

Manager Interview Questions & Answers

user image Anonymous

posted on 18 Aug 2023

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

I applied via Naukri.com and was interviewed before Aug 2022. There were 2 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 - One-on-one 

(6 Questions)

  • Q1. Why you want to join the wedding biryani
  • Q2. What is your strength
  • Q3. What is your food cost at the moment
  • Ans. 

    Our current food cost is 28%.

    • Our food cost is currently at 28%

    • We have been closely monitoring and managing our food cost to ensure profitability

    • We have implemented cost-saving measures such as portion control and supplier negotiations

  • Answered by AI
  • Q4. How to increase apc of your restaurant
  • Ans. 

    To increase APC of a restaurant, focus on menu engineering, upselling techniques, cost control, and customer experience.

    • Analyze menu items to identify high-profit margin dishes and promote them

    • Train staff on upselling techniques to encourage customers to order higher-priced items

    • Implement cost control measures to reduce expenses and increase profitability

    • Enhance customer experience through excellent service, ambiance, ...

  • Answered by AI
  • Q5. How to decrease food cost
  • Ans. 

    Decrease food cost by optimizing menu, reducing waste, negotiating with suppliers, and training staff.

    • Optimize menu by focusing on high-profit items and reducing low-profit items

    • Reduce waste by accurately forecasting demand, proper portion control, and utilizing leftovers in new dishes

    • Negotiate with suppliers for better prices, discounts, or bulk deals

    • Train staff on cost-effective cooking techniques, portion control, a...

  • Answered by AI
  • Q6. How to stop attrition
  • Ans. 

    To stop attrition, focus on employee engagement, career development, work-life balance, and competitive compensation.

    • Improve communication and feedback channels

    • Provide opportunities for growth and advancement

    • Offer flexible work arrangements

    • Ensure competitive salaries and benefits

    • Recognize and reward employees for their contributions

  • Answered by AI

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 The Wedding Biryani?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Have you worked on RFP
  • Ans. 

    Yes, I have worked on RFPs in my previous roles.

    • I have experience in responding to RFPs from clients.

    • I have worked on creating proposals and presentations for RFPs.

    • I have collaborated with cross-functional teams to gather information and create RFP responses.

    • I have also reviewed and evaluated RFPs from potential vendors.

    • For example, in my previous role at XYZ Company, I was responsible for leading the RFP response proc...

  • Answered by AI
  • Q2. Have you managed team

Manager Interview Questions Asked at Other Companies

Q1. There is a chairman of a conglomerate. He has been on the post fo ... read more
asked in HDFC Bank
Q2. what is FDI ,procedure how to settle the fund & why FDI need ... read more
asked in Axis Bank
Q3. How would you convince a school secretary to open an account with ... read more
Q4. Materials reached your premises during a factory holiday, and it' ... read more
Q5. What are kpi's?which are the kpi we use in daily basis

Associate Interview Questions & Answers

TCS user image ganesh Kothapalli

posted on 19 Jul 2021

Interview Questionnaire 

1 Question

  • Q1. What is document splitting

I applied via Naukri.com and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Javascript fundamentals
  • Q2. ES6 Functions
  • Q3. React hooks basics
  • Q4. State Management in React- states and props
  • Ans. 

    State management in React involves managing the state and props of components.

    • State is used to manage data that changes within a component

    • Props are used to pass data from a parent component to a child component

    • State can be updated using setState() method

    • Props are read-only and cannot be modified within a component

    • State and props are used together to create dynamic and interactive UIs

  • Answered by AI
  • Q5. Redux Architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - I attended for react developer role. Asusual it started with self introduction and project role description. Then I was tested on the javascript core concepts with ES6 features and react basics. In the middle, we discussed about the best practices we follow in our project for error handling.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. What is CI/CD pipeline, and why it is needed?
  • Ans. 

    CI/CD pipeline is a process of continuous integration and continuous delivery/deployment of software.

    • CI/CD pipeline automates the software delivery process

    • It helps in detecting and fixing bugs early in the development cycle

    • It ensures that the software is always in a releasable state

    • It reduces the time between writing code and deploying it to production

    • Examples of CI/CD tools include Jenkins, Travis CI, and CircleCI

  • Answered by AI
  • Q2. How did you implement Automation in your last organization?
  • Q3. What is jenkinsfile?
  • Ans. 

    Jenkinsfile is a text file that defines the entire build process for a Jenkins pipeline.

    • Jenkinsfile is written in Groovy syntax

    • It can be stored in a version control system like Git

    • It allows for defining stages, steps, and conditions for a pipeline

    • Jenkinsfile can be executed on any Jenkins instance

    • Example: pipeline { agent { docker 'maven:3-alpine' } stages { stage('Build') { steps { sh 'mvn -B -DskipTests clean package...

  • Answered by AI
  • Q4. How would you connect the machine in private subnet?
  • Ans. 

    To connect a machine in a private subnet, use a bastion host or VPN.

    • Set up a bastion host in the public subnet to act as a gateway.

    • Use SSH tunneling or RDP to connect to the bastion host.

    • From the bastion host, connect to the machine in the private subnet.

    • Alternatively, set up a VPN to securely connect to the private subnet.

    • Configure the security group and network ACLs to allow the necessary traffic.

  • Answered by AI
  • Q5. How can you verfiy/check/validate your Ansible playbooks?
  • Ans. 

    Ansible playbooks can be verified/validated using various tools and techniques.

    • Use Ansible's built-in syntax checker 'ansible-playbook --syntax-check'

    • Use Ansible's 'ansible-lint' tool to check for best practices and potential issues

    • Use 'ansible-playbook --check' to simulate playbook execution without making changes

    • Use 'ansible-playbook --diff' to show the differences between the current and desired state

    • Use 'ansible-pl...

  • Answered by AI
  • Q6. What is inventory,roles,variable in ansible?
  • Ans. 

    Inventory is a list of hosts where Ansible runs tasks. Roles are reusable collections of tasks, files, and templates. Variables are used to store data.

    • Inventory is a file or directory containing a list of hosts or groups of hosts

    • Roles are used to organize tasks, files, and templates into reusable collections

    • Variables are used to store data that can be used across multiple tasks and roles

    • Example: inventory file can cont...

  • Answered by AI
  • Q7. How to add user in Jenkins?
  • Ans. 

    Adding a user in Jenkins

    • Go to Jenkins dashboard and click on 'Manage Jenkins'

    • Click on 'Manage Users' and then 'Create User'

    • Fill in the user details and click 'Create User'

    • Assign the necessary permissions to the user

  • Answered by AI
  • Q8. What is Maven? Diff B/W Install and Deploy
  • Ans. 

    Maven is a build automation tool used for Java projects. Install is for local repository, deploy is for remote repository.

    • Maven is used to manage dependencies and build Java projects

    • Install command installs the project's artifact (jar, war, etc.) to the local repository

    • Deploy command uploads the artifact to a remote repository

    • Install is used during development, deploy is used for distribution

    • Example: 'mvn install' inst...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on what your actual troubleshooting(its your achivements), something ordinary thing which you did to find out a solution. No need to fake be original.

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Nov 2021. There were 4 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 - Typing Test 

(1 Question)

  • Q1. Typing test 30words per minute. 90% accuracy.
Round 3 - HR 

(1 Question)

  • Q1. Personal information, Previous company work, Salary discussion.
Round 4 - Aptitude Test 

General knowledge, Maths questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - English communication is must important, Interviews are easy.

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Technical

Interview Preparation Tips

Interview preparation tips for other job seekers - Be reliable
Are these interview questions helpful?

I applied via Campus Placement and was interviewed before Oct 2021. There were 4 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 - Case Study 

If you were to consult an automobile firm to upgrade their in-vehicle, what changes would you suggest? Note that the firm primarily manufactures lowe end cars

Round 3 - Case Study 

Ice cream cart owner wants to increase profitability with an increase in the price of milk. How would you suggest that the owner maintain/ increase his profitability

Round 4 - HR 

(2 Questions)

  • Q1. Tell me something about yourself
  • Q2. Why cognizant consulting

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewers are looking for practical solutions
Be confident in the solutions you propose and back them with numbers and facts where ever possible

I applied via LinkedIn and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Mostly the questions were about my current project and my roles.

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice : always make sure to ask if you will be assigned to a project directly after your joining, or if you will be on bench.

I applied via Recruitment Consultant and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oracle advanced level questions

Interview Preparation Tips

Interview preparation tips for other job seekers - One technical round and HR round

The Wedding Biryani Interview FAQs

How many rounds are there in The Wedding Biryani Manager interview?
The Wedding Biryani interview process usually has 2 rounds. The most common rounds in the The Wedding Biryani interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in The Wedding Biryani Manager interview?

Some of the top questions asked at the The Wedding Biryani Manager interview -

  1. How to increase apc of your restaur...read more
  2. What is your food cost at the mom...read more
  3. How to decrease food c...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more

Manager Interview Questions from Similar Companies

Genpact Manager Interview Questions
3.7
 • 35 Interviews
PwC Manager Interview Questions
3.3
 • 35 Interviews
View all

The Wedding Biryani Manager Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

1.0

Skill development

2.0

Work-life balance

3.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Compare The Wedding Biryani with

TCS

3.6
Compare

Accenture

3.7
Compare

Cognizant

3.7
Compare

Infosys

3.6
Compare
write
Share an Interview