Forem

# interviewprep

Sharing interview experiences, questions, and preparation strategies for security roles.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Sorting Algorithms Part 2: Divide and Conquer — Merge, Quick, and Heap Sort

Sorting Algorithms Part 2: Divide and Conquer — Merge, Quick, and Heap Sort

Comments
6 min read
Sorting Algorithms Part 1: The Quadratic Sorts — Bubble, Selection, and Insertion

Sorting Algorithms Part 1: The Quadratic Sorts — Bubble, Selection, and Insertion

Comments
4 min read
Searching Algorithms Part 1: Binary Search and the Art of Cutting the Search Space

Searching Algorithms Part 1: Binary Search and the Art of Cutting the Search Space

Comments
5 min read
Searching Algorithms Part 3: Exploring Trees and Graphs with BFS and DFS

Searching Algorithms Part 3: Exploring Trees and Graphs with BFS and DFS

Comments
6 min read
The Two-Pointer Technique: From Naive Loops to Elegant O(N) Solutions

The Two-Pointer Technique: From Naive Loops to Elegant O(N) Solutions

1
Comments
5 min read
Searching Algorithms Part 2: Pattern Matching in Strings with Z, KMP, and Rabin-Karp

Searching Algorithms Part 2: Pattern Matching in Strings with Z, KMP, and Rabin-Karp

Comments
7 min read
Sorting Algorithms Part 3: Linear-Time Sorting, Counting, Radix, and Bucket

Sorting Algorithms Part 3: Linear-Time Sorting, Counting, Radix, and Bucket

1
Comments
5 min read
The Technical Challenges I've Faced in Interviews (and Given as an Interviewer)

The Technical Challenges I've Faced in Interviews (and Given as an Interviewer)

Comments
3 min read
SOLID Principles Simplified: Cheatsheet + Interview Guide

SOLID Principles Simplified: Cheatsheet + Interview Guide

Comments
4 min read
Started Writing Technical Articles on Medium — First Article on Sliding Window Algorithm in Java!

Started Writing Technical Articles on Medium — First Article on Sliding Window Algorithm in Java!

Comments
1 min read
I Built a Free Tracker to Filter Leetcode Questions by Company 01:00

I Built a Free Tracker to Filter Leetcode Questions by Company

Comments 1
1 min read
Leetcode Blind 75
Cover image for Leetcode Blind 75

Leetcode Blind 75

7
Comments 2
4 min read
Comprehensive Guide to the OSI Model, TCP/IP Model, and Application Layer
Cover image for Comprehensive Guide to the OSI Model, TCP/IP Model, and Application Layer

Comprehensive Guide to the OSI Model, TCP/IP Model, and Application Layer

30
Comments 4
3 min read
Networking Devices Explained: A Beginner's Guide to Routers, Switches, Hubs, and More
Cover image for Networking Devices Explained: A Beginner's Guide to Routers, Switches, Hubs, and More

Networking Devices Explained: A Beginner's Guide to Routers, Switches, Hubs, and More

11
Comments
3 min read
Exploring Network Types and Topologies
Cover image for Exploring Network Types and Topologies

Exploring Network Types and Topologies

25
Comments 3
2 min read
Introduction to Computer Networking: A Beginner's Guide to How the Internet Works
Cover image for Introduction to Computer Networking: A Beginner's Guide to How the Internet Works

Introduction to Computer Networking: A Beginner's Guide to How the Internet Works

56
Comments 14
3 min read
How to Determine if an Integer is a Palindrome on LeetCode

How to Determine if an Integer is a Palindrome on LeetCode

1
Comments
2 min read
How to validate a Sudoku board

How to validate a Sudoku board

5
Comments
2 min read
How to Find First and Last Position of Element in Sorted Array

How to Find First and Last Position of Element in Sorted Array

7
Comments
3 min read
What happens when you type a URL into your browser?

What happens when you type a URL into your browser?

Comments
9 min read
The Ultimate List of Job Hunting Resources for Software Developers Part 6: Computer Science Fundamentals

The Ultimate List of Job Hunting Resources for Software Developers Part 6: Computer Science Fundamentals

2
Comments
1 min read
The Ultimate List of Job Hunting Resources for Software Developers Part 5: Behavior Round

The Ultimate List of Job Hunting Resources for Software Developers Part 5: Behavior Round

2
Comments
1 min read
The Ultimate List of Job Hunting Resources for Software Developers Part 4: Prepare For System Design Interview

The Ultimate List of Job Hunting Resources for Software Developers Part 4: Prepare For System Design Interview

1
Comments
3 min read
The Ultimate List of Job Hunting Resources for Software Developers Part 3: Prepare For Coding Interview

The Ultimate List of Job Hunting Resources for Software Developers Part 3: Prepare For Coding Interview

1
Comments
3 min read
Depth-First Search of a Binary Tree
Cover image for Depth-First Search of a Binary Tree

Depth-First Search of a Binary Tree

7
Comments
4 min read
loading...