Filter interviews by
Effectively managing workforce shortfalls requires strategic planning, communication, and flexibility to maintain productivity.
Assess the current workforce capabilities and identify critical roles that need immediate attention.
Implement cross-training programs to enable employees to cover multiple roles, enhancing flexibility.
Utilize temporary staffing solutions or contractors to fill gaps quickly without long-ter...
Sheet metal manufacturing involves processes to shape and cut metal sheets into desired forms for various applications.
1. Cutting: Techniques like shearing and laser cutting are used to cut metal sheets to size.
2. Bending: Processes such as press braking are employed to create bends and angles in the metal.
3. Forming: Techniques like stamping and deep drawing shape the metal into complex forms.
4. Joining: Methods ...
Production processes involve a series of steps to transform raw materials into finished products efficiently.
Production planning to determine the resources needed
Material sourcing and inventory management
Manufacturing operations such as machining, assembly, and quality control
Packaging and shipping of finished products
Continuous improvement through feedback and analysis
VLOOKUP is a function in Excel used to search for a value in a table and return a corresponding value.
VLOOKUP searches for a value in the first column of a table and returns a value in the same row from a specified column.
The formula syntax is =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]).
Example: =VLOOKUP(A2, B2:D10, 3, FALSE) will search for the value in cell A2 in the range B2:D10 and retur...
Design a scalable system to send notifications to a million users.
Use a distributed system to handle the large volume of notifications.
Implement a message queue to manage the notifications efficiently.
Utilize push notifications for mobile devices to reduce server load.
Consider using a content delivery network (CDN) for delivering notifications quickly.
Implement monitoring and alerting to track the performance of t...
Design a scheduler system to manage tasks, resources, and priorities efficiently.
Define requirements: Identify user needs, such as task types and scheduling frequency.
Choose architecture: Consider microservices for scalability or monolithic for simplicity.
Implement scheduling algorithms: Use FIFO, Round Robin, or priority-based scheduling.
Handle concurrency: Ensure thread safety and manage resource contention effe...
MPL's design language focuses on simplicity, consistency, and user-centricity.
Simplicity in design elements and interactions
Consistency in visual style and user experience across all platforms
User-centricity by prioritizing user needs and feedback
Use of vibrant colors and playful illustrations for a modern look
MPL is a leading gaming platform in India with a wide user base. Gaming is a rapidly growing industry with huge potential for innovation.
MPL offers a diverse range of games catering to different interests and skill levels.
The gaming industry is experiencing exponential growth, making it an exciting field for product design.
MPL's focus on user experience and engagement aligns with my passion for creating intuitive ...
XGBoost is preferred over Random Forest for low bias models due to its ability to reduce bias further.
XGBoost is a more complex algorithm compared to Random Forest, allowing it to reduce bias further in low bias models.
XGBoost uses gradient boosting which helps in reducing bias by optimizing the loss function iteratively.
Random Forest may not be able to further reduce bias in low bias models as effectively as XGBo...
Customer retention analysis in SQL involves tracking repeat customers and understanding their behavior over time.
Identify repeat customers using COUNT and GROUP BY clauses in SQL.
Calculate retention rate by comparing the number of customers over different periods.
Use JOINs to analyze customer behavior with transaction data.
Example: SELECT customer_id, COUNT(order_id) FROM orders GROUP BY customer_id HAVING COUNT(o...
I appeared for an interview in Feb 2025, where I was asked the following questions.
I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.
Production processes involve a series of steps to transform raw materials into finished products efficiently.
Production planning to determine the resources needed
Material sourcing and inventory management
Manufacturing operations such as machining, assembly, and quality control
Packaging and shipping of finished products
Continuous improvement through feedback and analysis
The planning process involves setting goals, creating strategies, allocating resources, and monitoring progress. Previous experience includes developing production schedules and optimizing workflows.
Setting clear goals and objectives
Creating detailed production schedules
Allocating resources effectively
Monitoring progress and making adjustments as needed
Optimizing workflows to improve efficiency
Implementing lean manufac...
I led initiatives to enhance production efficiency, reduce costs, and improve product quality, driving overall operational excellence.
Implemented Lean Manufacturing principles, resulting in a 20% reduction in waste and a 15% increase in productivity.
Spearheaded a cross-functional team to optimize the supply chain, reducing lead times by 30% and improving on-time delivery rates.
Introduced a new quality control system th...
I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.
I appeared for an interview in Mar 2025, where I was asked the following questions.
I appeared for an interview in Sep 2024, where I was asked the following questions.
Sheet metal manufacturing involves processes to shape and cut metal sheets into desired forms for various applications.
1. Cutting: Techniques like shearing and laser cutting are used to cut metal sheets to size.
2. Bending: Processes such as press braking are employed to create bends and angles in the metal.
3. Forming: Techniques like stamping and deep drawing shape the metal into complex forms.
4. Joining: Methods like ...
I have over 15 years of experience in production, specializing in optimizing processes and enhancing efficiency in manufacturing environments.
Led a team of 50 in a high-volume production facility, achieving a 20% increase in output over two years.
Implemented lean manufacturing principles that reduced waste by 30%, significantly lowering costs.
Managed the introduction of new technologies, such as automation systems, whi...
Effectively managing workforce shortfalls requires strategic planning, communication, and flexibility to maintain productivity.
Assess the current workforce capabilities and identify critical roles that need immediate attention.
Implement cross-training programs to enable employees to cover multiple roles, enhancing flexibility.
Utilize temporary staffing solutions or contractors to fill gaps quickly without long-term com...
I applied via Walk-in and was interviewed in Nov 2023. There were 5 interview rounds.
MPL's design language focuses on simplicity, consistency, and user-centricity.
Simplicity in design elements and interactions
Consistency in visual style and user experience across all platforms
User-centricity by prioritizing user needs and feedback
Use of vibrant colors and playful illustrations for a modern look
MPL is a leading gaming platform in India with a wide user base. Gaming is a rapidly growing industry with huge potential for innovation.
MPL offers a diverse range of games catering to different interests and skill levels.
The gaming industry is experiencing exponential growth, making it an exciting field for product design.
MPL's focus on user experience and engagement aligns with my passion for creating intuitive and e...
Streaming app Assignment
I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.
SQL query to retrieve employee names and their salaries from a table
Use SELECT statement to retrieve data
Specify the columns you want to retrieve (employee names and salaries)
Specify the table name where the data is stored
VLOOKUP is a function in Excel used to search for a value in a table and return a corresponding value.
VLOOKUP searches for a value in the first column of a table and returns a value in the same row from a specified column.
The formula syntax is =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]).
Example: =VLOOKUP(A2, B2:D10, 3, FALSE) will search for the value in cell A2 in the range B2:D10 and return the...
I applied via Referral and was interviewed in Oct 2023. There was 1 interview round.
Customer retention analysis in SQL involves tracking repeat customers and understanding their behavior over time.
Identify repeat customers using COUNT and GROUP BY clauses in SQL.
Calculate retention rate by comparing the number of customers over different periods.
Use JOINs to analyze customer behavior with transaction data.
Example: SELECT customer_id, COUNT(order_id) FROM orders GROUP BY customer_id HAVING COUNT(order_...
I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.
Dig deep on previous experience to understand the specific contributions
I applied via Company Website and was interviewed in Oct 2023. There was 1 interview round.
XGBoost is preferred over Random Forest for low bias models due to its ability to reduce bias further.
XGBoost is a more complex algorithm compared to Random Forest, allowing it to reduce bias further in low bias models.
XGBoost uses gradient boosting which helps in reducing bias by optimizing the loss function iteratively.
Random Forest may not be able to further reduce bias in low bias models as effectively as XGBoost.
I...
Top trending discussions
Some of the top questions asked at the Mobile Premier League interview -
The duration of Mobile Premier League interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 16 interview experiences
Difficulty level
Duration
based on 162 reviews
Rating in categories
3-7 Yrs
Not Disclosed
2-3 Yrs
Not Disclosed
3-7 Yrs
Not Disclosed
Senior Data Analyst
36
salaries
| ₹16 L/yr - ₹40 L/yr |
Data Analyst
30
salaries
| ₹8.5 L/yr - ₹21 L/yr |
Product Manager
28
salaries
| ₹18 L/yr - ₹46 L/yr |
Associate Manager
26
salaries
| ₹8 L/yr - ₹22 L/yr |
Associate Director
22
salaries
| ₹42 L/yr - ₹58 L/yr |
Pole To Win
International Game Technology
Ubisoft Entertainment
Aristocrat