Upload Button Icon Add office photos

FirstCry

Compare button icon Compare button icon Compare

Filter interviews by

FirstCry Senior Production Manager Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Writing mail and personal details
  • Q2. Work without team if no body come

Interview Preparation Tips

Round: Test
Experience: System knowledge
Vlookup and pivat table

General Tips: Some like as prepared in ur present mind and capabilities
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Total three round and Last mile related and inventory related.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Case Study 

How many DE is required in Peak vs Non Peak Hours

Interview Preparation Tips

Interview preparation tips for other job seekers - Just chill.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Past work experience
  • Ans. 

    I have over 5 years of experience in operations management, including overseeing daily operations, optimizing processes, and leading teams to success.

    • Managed daily operations to ensure efficiency and productivity

    • Optimized processes to improve workflow and reduce costs

    • Led teams to success through effective communication and motivation

  • Answered by AI
  • Q2. Current salary and expectation
  • Ans. 

    I am currently earning $60,000 annually and my expectation for this role is $70,000.

    • Current salary: $60,000 annually

    • Expectation for this role: $70,000 annually

  • Answered by AI
Round 2 - Case Study 

Past work exp and then a case study on a project that i would be joining on. Related to operations at swiggy. just learn how they operate.

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand how food delivery works end to end. All 3 sides of the business. The tech, the restaurant and the operations fleet. How they talk to each other and how would an order get placed and delivered sequentially.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Group Discussion 

Previous experience and what they want to offer

Round 2 - HR 

(2 Questions)

  • Q1. Previous experience related
  • Q2. Job role related

Interview Preparation Tips

Interview preparation tips for other job seekers - No worry always give interview in cool
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Apna Jobs and was interviewed in Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Asking about background work experience

Round 2 - Technical 

(3 Questions)

  • Q1. Asking about work in which the candidate have well knowledge and well idea
  • Q2. Which types of work you will do without any help
  • Q3. Candidate will answer as they want and have knowledge

I applied via Recruitment Consultant and was interviewed in Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions are about fresh department only

Interview Preparation Tips

Interview preparation tips for other job seekers - You should know about fresh department

Interview Questionnaire 

10 Questions

  • Q1. What do you do when your schedule is interrupted? How you handle it?
  • Q2. PreOrder traversal without recursion?
  • Ans. 

    PreOrder traversal without recursion is done using a stack to simulate the function call stack.

    • Create an empty stack and push the root node onto it.

    • While the stack is not empty, pop a node from the stack and process it.

    • Push the right child of the popped node onto the stack if it exists.

    • Push the left child of the popped node onto the stack if it exists.

  • Answered by AI
  • Q3. Build a bst out of the unsorted array by looping over the array and inserting each element to the tree?
  • Ans. 

    Yes

    • Create an empty binary search tree (BST)

    • Loop over the unsorted array

    • For each element, insert it into the BST using the appropriate insertion logic

    • Repeat until all elements are inserted

    • The resulting BST will be built from the unsorted array

  • Answered by AI
  • Q4. Find 2 elements in array whose sum is equal to given number?
  • Ans. 

    The question asks to find two elements in an array whose sum is equal to a given number.

    • Iterate through the array and for each element, check if the difference between the given number and the current element exists in the array.

    • Use a hash set to store the elements as you iterate through the array for efficient lookup.

    • Return the pair of elements if found, otherwise return a message indicating no such pair exists.

  • Answered by AI
  • Q5. How many types of trigger?
  • Ans. 

    There are two types of triggers: DML triggers and DDL triggers.

    • DML triggers are fired in response to DML (Data Manipulation Language) statements like INSERT, UPDATE, DELETE.

    • DDL triggers are fired in response to DDL (Data Definition Language) statements like CREATE, ALTER, DROP.

    • Examples: A DML trigger can be used to log changes made to a table, while a DDL trigger can be used to enforce certain rules when a table is alt

  • Answered by AI
  • Q6. Can trigger be used with select statement?
  • Ans. 

    Yes, triggers can be used with select statements in SQL.

    • Triggers are database objects that are automatically executed in response to certain events, such as insert, update, or delete operations.

    • While triggers are commonly used with insert, update, and delete statements, they can also be used with select statements.

    • Using triggers with select statements allows you to perform additional actions or validations before or af...

  • Answered by AI
  • Q7. Indexing in mysql? How many types of indexing in mysql?
  • Ans. 

    Indexing in MySQL improves query performance. There are several types of indexing in MySQL.

    • Indexes are used to quickly locate data without scanning the entire table.

    • Types of indexing in MySQL include B-tree, hash, full-text, and spatial indexes.

    • B-tree indexes are the most common and suitable for most use cases.

    • Hash indexes are used for exact match lookups.

    • Full-text indexes are used for searching text-based data efficie...

  • Answered by AI
  • Q8. Engines in mysql?
  • Ans. 

    Engines in MySQL are the underlying software components that handle storage, indexing, and querying of data.

    • MySQL supports multiple storage engines, each with its own strengths and features.

    • Some commonly used engines in MySQL are InnoDB, MyISAM, and Memory.

    • InnoDB is the default engine in MySQL and provides support for transactions and foreign keys.

    • MyISAM is known for its simplicity and speed but lacks transaction suppo...

  • Answered by AI
  • Q9. Singlton pattern?
  • Q10. Can a constructor be private?
  • Ans. 

    Yes, a constructor can be private.

    • A private constructor can only be accessed within the class itself.

    • It is often used in singleton design pattern to restrict object creation.

    • Private constructors are also useful for utility classes that only contain static methods.

  • Answered by AI

Interview Preparation Tips

Skills: Algorithm, Data structure
College Name: na

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Jun 2019. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. No relevant questions to the job
  • Q2. Basic English tests

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are qualified above graduation, this is not the job you should be looking for.

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

Interview Questionnaire 

7 Questions

  • Q1. Work experience
  • Q2. R u comfertable traveling
  • Ans. 

    Yes, I am comfortable traveling for work.

    • I have experience traveling for work in my previous roles.

    • I am adaptable and enjoy exploring new places.

    • I am willing to travel for client meetings and conferences.

    • I understand the importance of face-to-face interactions in sales.

    • I am organized and can handle the logistics of travel efficiently.

  • Answered by AI
  • Q3. What is your study status
  • Q4. Graduate
  • Q5. Can u join immediatly
  • Q6. Will you able to sell product by showing them on thier phone screen on the app
  • Q7. This is something new,but India is going through digitalisation,so ofcourse that wouldnt be that problem.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good,i got selected,after two days i got a cl bck,and on 3 days i did my joining procedure

Tell us how to improve this page.

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 438 Interviews
Udaan Interview Questions
3.9
 • 338 Interviews
Meesho Interview Questions
3.7
 • 336 Interviews
Myntra Interview Questions
4.0
 • 217 Interviews
Blinkit Interview Questions
3.7
 • 196 Interviews
BlackBuck Interview Questions
3.8
 • 181 Interviews
Spinny Interview Questions
3.7
 • 172 Interviews
Tata 1mg Interview Questions
3.6
 • 155 Interviews
Digit Insurance Interview Questions
3.9
 • 147 Interviews
Paisabazaar.com Interview Questions
3.4
 • 142 Interviews
View all

FirstCry Senior Production Manager Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Store Manager
373 salaries
unlock blur

₹1.2 L/yr - ₹6.5 L/yr

Software Developer
271 salaries
unlock blur

₹2.6 L/yr - ₹9.1 L/yr

Purchase Executive
184 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Assistant Manager
152 salaries
unlock blur

₹2 L/yr - ₹11 L/yr

Sales Executive
137 salaries
unlock blur

₹0.8 L/yr - ₹9 L/yr

Explore more salaries
Compare FirstCry with

Udaan

3.9
Compare

Swiggy

3.8
Compare

BlackBuck

3.8
Compare

Blinkit

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