Bootcamp Admission Criteria
Coding Fundamentals is a pre-requisite for Software Engineering Bootcamp (SEB). Fundamentals section leaders will share feedback with students each class on their progress. By the end of Fundamentals, students should know whether they have met the criteria to join SEB.
In general, the criteria to pass Fundamentals and join Bootcamp are the following.
Completion and submission of the 3 projects in Fundamentals
Demonstrated improvement between each of the 3 projects based on section leader feedback
Typically we look for the following attributes in evaluating projects.
Proficiency with technical syntax (variables, functions, conditionals, loops, data structures) and tools (VSCode, Git, GitHub, Chrome DevTools)
Code quality (naming, code comments)
Computational thinking (i.e. ability to translate application requirements to code)
Decomposition: Each function performs 1 conceptual operation
Data Representation: Use of relevant data structures for each problem
Abstraction: Re-use helper functions with varying parameter values when possible
Algorithms: Construct stepwise logic to accomplish tasks
Through the above criteria, Rocket is essentially asking the question: Would I hire this person as a software engineer if I had their attention for 4 months full time or 8 months part time to teach them coding. If the answer is yes, welcome to Bootcamp! If the answer is currently no, let's have a conversation and see how we can help you get where you want to be!
Last updated