Related Posts
How to tackle gap periods in IT interviews?
Hi guys,
Need advice on the following three offers :
American Express - 27.5 lpa fixed + 2 lakh variable + 1 lakh JB
OpenText - 28 lpa all fixed + pf + gratuity
Oracle - 29.5 lpa all fixed + pf + gratuity separately
IBM Tata Consultancy Accenture Banking Infosys Amazon Nagaro Web Services Legato Health Technologies UnitedHealth Group
Years of experience - 6 years 8 monts
Definitely using both of these.

Additional Posts in Software Engineering
Where/ how can I learn Azure?
So I've had 2 hiring managers and several recruiters from Amazon reach out to me about applying for some open positions with the company (android). I completed the coding assessment and now they want me to go through a round of 5 hour interviews next week. Is there a good chance I'll be hired if engineering managers are reaching out to me? I'm really not sure how badly I want to work for them and I don't want to be laid off months after being hired on. Anyone know what Amazon hiring is like?
New to Fishbowl?
unlock all discussions on Fishbowl.






Helper method for what ? Helpers are used typically to break down the code logic into simpler blocks. What matters on leetcode is correctness and performance.
This is a really helpful way to explain it. Thank you for this.
Assuming op is studying for an interview, raw performance isn't everything. In addition, we also look for code that's scalable and maintainable. Part of that is being readable. In breaking large blocks of code into smaller translation units makes it easier to debug, and to test.
Dm me
stop focusing on if a helper function was used or not. Understand the logic first (before you write any code) and all those ways of breaking down the code will come intuitively. The key here is the problem solving piece