Fill out the form to get more information about the Fullstack Academy bootcamp of your choice.
10.27.2022
How to Ace Your Cybersecurity Admissions Assessment
By Fullstack Academy Admissions
We’re committed to doing everything we can to set students up for success. While our program is beginner-friendly, we’ve found that students with strong logical-reasoning and problem-solving abilities are more likely to thrive in our curriculum. Because of that, one factor in admissions decisions is a student’s score on our 30-minute assessment.
The assessment consists of two parts: 12 technical questions (but don’t fret, the assessment is open-book!) and 8 logical-reasoning questions. Both parts feature multiple-choice questions only.
Let’s talk about the first part we mentioned above: the technical questions. Why is our assessment open-book? First, our program is for beginners, and, second, we recognize that being able to use the internet effectively as a resource is an important part of being successful in cybersecurity. For this reason, we don’t expect you to know the answers and highly encourage you to use Google. Six of the questions will be about cybersecurity, and six will test general computer literacy.
Now, for the second: the logical reasoning questions. These questions also require no prior knowledge. The purpose of them is to simply test an applicant’s ability to work through challenging prompts.
If you’d like a bit of practice before diving in, below are resources to help. Read on for sample problems similar to what you’ll find on our exam, a video tutorial, and links for further practice.
Sample Problems & Answers
1. Based on the information below, what is the third number?
The average of three numbers is 24.
The average of two of these numbers is 29.
2. Based on the information below, what is the code for ZAP?
Alphabet for your reference:
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
The code for CAT is XDO.
The code for PIN is KLI.
3. Based on the picture below, which one doesn’t belong?
- A
- B
- C
- D
- E
4. Based on the pattern below, what is the next number?
2, 4, 3, 6, 5, 10, ___
5. Based on the information below, what is the value of SUM after this FOR loop as finished executing?
The FOR loop is a specialized construct for iterating a specific number of times, often called a "counting" loop. In other words, FOR every iteration that matches the condition, EXECUTE this action.
With every iteration of the loop, any "variable" involved in the action within the loop gets manipulated and its value gets overwritten with the outcome of every action.
Using what you know about FOR loops and variable manipulation, walk through the pseudo-coded FOR loop below and fill in the blank of the resulting SUM value.
SUM = 0 (variable with a value beginning at 0)
FOR every number (NUM) in [5,7,3,10,6]
SUM = SUM + NUM
END LOOP
Sample Technical Questions
1. What does OWASP stand for?
- Official Web Application Security Protocol
- Open Work Applied Safety Project
- Open Web Application Security Project
- Online Work Authorization Status Program
2. Which of these is not part of the NIST Cybersecurity Framework?
- Protect
- Detect
- Review
- Recover
3. In version control software, what is a “repo”?
- A storage location for software packages
- When someone claims control over your code
- When code does not behave as expected
- A code editor
4. The symbol @ applied to 3 numbers means to take the largest and the smallest and multiply them together. For example: (9 @ 4 @ 3) results in 27.
What would this result in? (7 @ -2 @ 42)
- 294
- -14
- -84
- 84
Additional Study Resources
These resources will help if you feel like you could use more practice on the technical questions:
- Web Development: Intro to Code
- Web Development: Bootcamp Prep
- Cybersecurity: Hacking 101
- Cybersecurity: Cyber Onramp
These resources will help if you feel like you could use more practice with logical reasoning:
Remember These Tips
- Each question is weighted evenly, so don’t spend too much time on one question. If you get stuck, move on to the next question and only come back if you have time at the end.
- Give yourself the full 30 minutes to complete the assessment—don’t open the assessment unless you’re sure you have enough time and a reliable internet connection.
- Don’t get discouraged!! You can do this.
- The practice problems on this post are designed to be difficult, and we don’t expect you to answer each one perfectly.
Ready to take the assessment? Get started today or attend one of our upcoming events.