Intuit interview question

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

Interview Answers

Anonymous

5 Oct 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

15 Dec 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

16 Feb 2011

Class names were weird.