Intuit Interview Question

How will you make this code readable (given a piece of code)

Interview Answers

Anonymous

Oct 5, 2011

1. use meaningful conventions and variable names , in Classes , methods , interfaces , packages etc 2.putting comments wherever possible to make the code more readable 3. make code more modular , by dividing the code into functions and the main code

9

Anonymous

Dec 15, 2020

There's a lot of elements to typically cover in these questions, clarifications, scoping, making sure you're answering the actual question the interviewer is looking for you to answer, etc. Could be worth doing a mock interview with one of the Prepfully Intuit Software Engineer Intern experts... they've worked in the role so they clearly know how to get through the interview. prepfully.com/practice-interviews

Anonymous

Feb 16, 2011

Class names were weird.