diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index 582c19e..e5b0112 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -28,6 +28,7 @@ export default defineConfig({ { text: "Kite Games Studio", link: "/kite" }, { text: "Orbitax", link: "/orbitax" }, { text: "Relisource", link: "/relisource" }, + { text: "RoBenDevs", link: "/robendevs" }, { text: "Spectrum", link: "/spectrum" }, { text: "SRBD", link: "/srbd" }, { text: "Synesis IT", link: "/synesis" }, diff --git a/docs/robendevs.md b/docs/robendevs.md new file mode 100644 index 0000000..457891a --- /dev/null +++ b/docs/robendevs.md @@ -0,0 +1,8 @@ +# RoBenDevs +## Introduction +[RoBenDevs](https://robendevs.com//) specilizes in building SaaS solutions. +## Interview Stages +RoBenDevs has a 3 stage interview process for Software Engineer, Intern role. +1. **Initial Screening:** A project description is given to the candidate. The candidate is expected to complete the project within given timeframe. The project is then reviewed by the team. +2. **Problem Solving:** The candidate is given several problems to solve. The problems are mostly related to data structures and algorithms. The candidate is expected to explain the solution and the reasoning behind it. +3. **Whiteboard System Design:** The candidate is tasked with designing a system on a whiteboard from a high level perspective. The candidate is expected to explain the reasoning behind the design. \ No newline at end of file