<aside>
🎆 Currently, I plan to gain a job in Software Development by August 1st. For this to happen, I need to get better at coding, both for the coding interview but also frameworks, frontend and backend.
</aside>
Here is my current timeline plan . - All of this is in Java
Interview Prep
Topics to be Learned
Topics to Be Learned for Coding Interview
Coding Interview Structure
- Read or listen to the problem statement carefully.
- Ask clarifying questions and think of edge cases.
- Build some examples.
- Think about a straightforward solution.
- Think of and discuss the optimal solution.
- Think about what your code would look like before implementing it.
- Handle bad inputs and edge cases.
- Check the code after you are done. Think about how you would test it.
- See if anything can be improved.