Curefit Software Engineer Interview Experience
Software Engineer
Summary
AI Powered
The interview process for Curefit involved multiple rounds, including a Problem-Solving Round with focus on dynamic programming, and a Recruiter Screening covering JavaScript fundamentals. Following this, the Machine Coding & Low-Level Design round required candidates to create a dynamic form from JSON. Lastly, there was a behavioral interview with the hiring manager to discuss work experience and career aspirations. Overall, candidates can expect a comprehensive and challenging interview experience at Curefit, assessing both technical and interpersonal skills.
1
Given an array of integers, find the contiguous subarray (containing at least one number) which has the largest product and return the product. Implement your solution using dynamic programming.
Given an array of integers, find the contiguous subarray (containing at least one number) which has the largest product and return the product. Implement your solution using dynamic programming.
dynamic-programming
array
maximum-product
Medium
2
3
4
r
ritwik chakraborty
Verified User
ā/Ctrl+D
Bookmark for later