General Mills
20+ The Ramco Cements Interview Questions and Answers
Q1. Which according to you is important among the both accuracy or bias if you have to select in them
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
Q2. If you do mistake in forecast thats instead of 200 you put 2000 , what will you do
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
Q3. What is difference between forecast accuracy and bias?
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
Q4. Have you worked in FMCG modelling domain and CPG domain?
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
Q5. What are important factor in demand planning
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
Q6. How to handle incremental load
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
Q7. What is clustering?How k means works?
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
Q8. Five p’s of marketing,whats is supply chain management
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
Q9. Explain your favourite DS algorithm as if you are explaining to a 5 yr old
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
Q10. Relationship vs blending vs join
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
Q11. Write a program to get smallest number from 5 numbers
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.
Q12. Why switching?CTC n appraisal
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.
Q13. Data visualization tools Projects Write a code
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
Q14. Level of Detail expression
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
Q15. Difference between correlation and covariance
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
Q16. Gini Coefficient in Random Forest
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.
Q17. what is accounts receivable?
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
Q18. Solution to real life scenario
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
Q19. What is10ohm coler coding ?
Q20. What is dc voltage?
Q21. Wirte a code to reverse a string
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
Q22. What is ac ?
Q23. What'sis ohm law?
Q24. Explain "Negative stock"
Q25. Explain OOPS in C#
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'
More about working at General Mills
Top HR Questions asked in The Ramco Cements
Interview Process at The Ramco Cements
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month