GeeksForGeeks Interview Experience | SDE INTERN | 6 month

Recently, GFG was hiring interns via a weekly coding contest.

Round – 1

To clear the first round of the internship process, candidates needed to be among the top 200 on their monthly leaderboard.

Round – 2

After clearing the first round, around the 8th of the following month, successful candidates would receive an email regarding the next step of the internship round, which involved a project submission.

My project task was to develop a project validator. The primary function of this project was to evaluate HTML code submitted by users and determine if it met the conditions specified by an admin user. Based on these conditions, the project would output a result of either “true” or “false”.

Round – 3

The next step was an interview round, where I had to explain my approach and code for the project validator. After this, I was given feedback and asked to make some upgrades to my code. Initially, my code was only designed to work with HTML code provided by the user. However, the new requirement was to handle submissions that included HTML, CSS, and JavaScript code simultaneously.

I successfully modified my project to work on the final web page that combined HTML, CSS, and JavaScript. Despite solving this condition, I eventually received a rejection email.


Contact Us