Add office photos
Employer?
Claim Account for FREE

General Mills

4.2
based on 746 Reviews
Video summary
Filter interviews by

20+ The Ramco Cements Interview Questions and Answers

Updated 11 Jul 2024

Q1. Which according to you is important among the both accuracy or bias if you have to select in them

Ans.

Accuracy is more important than bias in demand planning as it ensures the forecast is as close to the actual demand as possible.

  • Accuracy ensures that the forecast is as close to the actual demand as possible, leading to better inventory management and customer satisfaction.

  • Bias can lead to consistently overestimating or underestimating demand, resulting in excess inventory or stockouts.

  • In demand planning, the focus should be on improving accuracy through data analysis, foreca...read more

Add your answer

Q2. If you do mistake in forecast thats instead of 200 you put 2000 , what will you do

Ans.

I would analyze the impact of the mistake on the overall forecast accuracy and take corrective actions to adjust the forecast accordingly.

  • Analyze the impact of the mistake on the forecast accuracy

  • Identify the root cause of the mistake (e.g. data entry error, system glitch)

  • Adjust the forecast by correcting the error and reevaluating the demand drivers

  • Communicate the revised forecast to stakeholders to ensure alignment

Add your answer

Q3. What is difference between forecast accuracy and bias?

Ans.

Forecast accuracy measures how close the forecast is to actual results, while bias measures the tendency of the forecast to consistently over or under predict.

  • Forecast accuracy is the measure of how close the forecasted values are to the actual values.

  • Bias is the tendency of the forecast to consistently over or under predict the actual values.

  • Forecast accuracy is typically measured using metrics like Mean Absolute Percentage Error (MAPE) or Mean Absolute Error (MAE).

  • Bias can ...read more

Add your answer

Q4. Have you worked in FMCG modelling domain and CPG domain?

Ans.

Yes, I have worked in both FMCG modelling and CPG domains.

  • I have experience in developing demand forecasting models for FMCG products.

  • I have also worked on pricing and promotion optimization for CPG products.

  • I am familiar with the challenges and trends in both domains.

  • For example, I have worked on a project where we developed a predictive model for a snack food company to optimize their inventory management and reduce waste.

  • I have also worked on a project where we analyzed co...read more

Add your answer
Discover The Ramco Cements interview dos and don'ts from real experiences

Q5. What are important factor in demand planning

Ans.

Important factors in demand planning include historical data analysis, market trends, collaboration with sales and marketing teams, and accurate forecasting.

  • Analyzing historical data to identify patterns and trends

  • Monitoring market trends and changes in consumer behavior

  • Collaborating closely with sales and marketing teams to gather insights and align strategies

  • Utilizing accurate forecasting methods to predict future demand

  • Considering external factors such as seasonality, prom...read more

Add your answer

Q6. How to handle incremental load

Ans.

Incremental load can be handled by identifying new or updated data and merging it with existing data.

  • Identify new or updated data using timestamps or unique identifiers

  • Extract and transform the new data

  • Merge the new data with existing data using a join or union operation

  • Load the merged data into the target system

Add your answer
Are these interview questions helpful?

Q7. What is clustering?How k means works?

Ans.

Clustering is a technique used to group similar data points together. K-means is a popular clustering algorithm.

  • Clustering is an unsupervised learning technique

  • It is used to group similar data points together based on their features

  • K-means is a popular clustering algorithm that partitions data into k clusters

  • The algorithm works by randomly selecting k centroids and assigning each data point to the nearest centroid

  • The centroids are then updated based on the mean of the data po...read more

Add your answer

Q8. Five p’s of marketing,whats is supply chain management

Ans.

Supply chain management involves the coordination and optimization of all activities involved in the production and distribution of goods and services.

  • Supply chain management focuses on the five P's of marketing (product, price, place, promotion, and people) to ensure efficient and effective delivery of products to customers.

  • It involves managing the flow of goods, information, and finances from the initial sourcing of raw materials to the final delivery of the product to the ...read more

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. Explain your favourite DS algorithm as if you are explaining to a 5 yr old

Ans.

Random Forest is like asking a group of friends for advice and making a decision based on majority vote.

  • Random Forest is an ensemble learning method that builds multiple decision trees and combines their predictions.

  • Each decision tree in the Random Forest is like a friend giving their opinion on a decision.

  • The final prediction of the Random Forest is based on the majority vote of all the decision trees.

  • For example, if you ask your friends whether you should wear a jacket or n...read more

Add your answer

Q10. Relationship vs blending vs join

Ans.

Relationships define how tables are connected, blending combines data from different sources, and joins combine data from different tables.

  • Relationships are used to connect tables based on common fields.

  • Blending is used to combine data from different sources, such as Excel and SQL.

  • Joins are used to combine data from different tables based on common fields.

  • Blending is useful when the data sources have different levels of detail.

  • Joins can be inner, left, right, or full dependin...read more

Add your answer

Q11. Write a program to get smallest number from 5 numbers

Ans.

Program to find the smallest number from 5 given numbers.

  • Declare an array of 5 integers.

  • Take input of 5 numbers from user and store them in the array.

  • Initialize a variable with the first element of the array.

  • Loop through the array and compare each element with the variable.

  • If the element is smaller than the variable, update the variable.

  • After the loop, the variable will contain the smallest number.

  • Print the smallest number.

Add your answer

Q12. Why switching?CTC n appraisal

Ans.

Switching for better career growth opportunities and higher compensation.

  • Seeking new challenges and opportunities for professional development.

  • Desire for higher salary and better benefits.

  • Looking for a company with a strong culture of performance appraisal and recognition.

  • Willing to take on more responsibilities and contribute to a dynamic team.

  • Previous company may not have provided adequate growth prospects or salary increments.

Add your answer

Q13. Data visualization tools Projects Write a code

Ans.

Data visualization tools are essential for displaying and analyzing data in a visually appealing way.

  • Popular data visualization tools include Matplotlib, Seaborn, Plotly, and Tableau.

  • Python libraries like Matplotlib and Seaborn are commonly used for creating charts and graphs.

  • Tableau is a powerful tool for creating interactive dashboards and visualizations.

  • Plotly is known for its ability to create interactive plots and charts.

  • Data visualization projects can involve creating v...read more

Add your answer

Q14. Level of Detail expression

Ans.

Level of Detail expressions are used to aggregate data at different levels of granularity within a visualization.

  • LOD expressions allow for more granular control over aggregations

  • They can be used to aggregate data at different levels of detail within a visualization

  • Syntax includes curly braces and the keywords FIXED, INCLUDE, and EXCLUDE

  • Examples include calculating sales by region and product category, or finding the average sales per customer

Add your answer

Q15. Difference between correlation and covariance

Ans.

Covariance measures the extent to which two variables change together, while correlation measures the strength and direction of a linear relationship between two variables.

  • Covariance can be positive, negative, or zero, indicating the direction of the relationship between variables.

  • Correlation is always between -1 and 1, with 1 indicating a perfect positive linear relationship, -1 indicating a perfect negative linear relationship, and 0 indicating no linear relationship.

  • Covari...read more

Add your answer

Q16. Gini Coefficient in Random Forest

Ans.

The Gini coefficient is used in Random Forest to measure the impurity of a node.

  • Gini coefficient is a measure of impurity in a node of a decision tree in Random Forest.

  • It ranges from 0 (pure node) to 0.5 (impure node).

  • Random Forest uses Gini coefficient to decide how to split nodes during the tree building process.

Add your answer

Q17. what is accounts receivable?

Ans.

Accounts receivable is the money owed to a company by its customers for goods or services provided on credit.

  • Accounts receivable represents the amount of money owed to a company by its customers.

  • It is a current asset on the balance sheet.

  • Companies typically create invoices for goods or services provided on credit, which then become accounts receivable.

  • Accounts receivable is an important part of a company's working capital management.

  • Monitoring and collecting accounts receivab...read more

Add your answer

Q18. Solution to real life scenario

Ans.

Scenario: A company's website is experiencing slow loading times. Solution?

  • Conduct a website performance analysis to identify the root cause of the slow loading times

  • Optimize website content, images, and code to improve loading times

  • Consider upgrading hosting plan or server to handle increased traffic

  • Implement a content delivery network (CDN) to distribute website content across multiple servers

  • Utilize caching techniques to reduce server requests and improve loading times

Add your answer

Q19. What is10ohm coler coding ?

Add your answer

Q20. What is dc voltage?

Add your answer

Q21. Wirte a code to reverse a string

Ans.

Code to reverse a string

  • Create a function that takes a string as input

  • Convert the string into an array of characters

  • Use a loop to iterate through the array in reverse order and build a new reversed string

  • Return the reversed string

Add your answer

Q22. What is ac ?

Add your answer

Q23. What'sis ohm law?

Add your answer

Q24. Explain "Negative stock"

Add your answer

Q25. Explain OOPS in C#

Ans.

OOPS in C# is a programming paradigm that focuses on objects and classes to organize code and data.

  • OOPS stands for Object-Oriented Programming System

  • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation

  • Example: In C#, you can create a class 'Car' with properties like 'make', 'model', and methods like 'drive'

  • Example: Inheritance allows a class 'SUV' to inherit properties and methods from class 'Car'

Add your answer

More about working at General Mills

#3 Best FMCG Company - 2022
HQ - Minneapolis, Minnesota, United States (USA)
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at The Ramco Cements

based on 59 interviews
Interview experience
4.2
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.9
 • 496 Interview Questions
3.7
 • 262 Interview Questions
3.9
 • 215 Interview Questions
3.9
 • 198 Interview Questions
4.2
 • 173 Interview Questions
3.7
 • 169 Interview Questions
View all
Top General Mills Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter