One Code Weekends - A Tech Job Event - PUNE Edition
Access 50+ openings at 6 leading tech companies. By writing code just once.
Jun 2022
13 Mon
14 Tue
15 Wed
16 Thu
17 Fri
18 Sat 10:30 AM – 12:00 PM IST
19 Sun
Accepting submissions till 18 Jun 2022, 10:00 PM
Not accepting submissions
How do I get started with a Geektrust coding challenge?
Our coding challenges are a bit off beat from the usual coding tests. And this is intentional. We’re trying to understand how you would write code in the real world and not whether you can do a quick solution to get it to pass.
So here’s how we suggest you get started:
Read the coding problem well and understand clearly what the expected input/output is (Input should be read from a text file, and output should be printed to the console. The text file will contain commands in the format prescribed by the coding problem.)
Download the starter kit (for all backend coding problems).
Sketch out a domain model in your head/paper with a modular structure.
Write tests and keep evolving your solution. In parallel, list out dependencies and targets to be executed in a build file.
Refactor and make your code simpler, while running your unit tests.
Create a README with all assumptions, dependencies and sample I/O.
Pro tip: We’ve created a starter kit which makes it easier for you to get started with the coding challenges in various backend languages. You can download them to get a headstart on the solution
Accepting submissions till 18 Jun 2022, 10:00 PM