I applied through other source. The process took 2 weeks. I interviewed at BUYOGO (Bengaluru)
Interview
1. Online Technical Task (Take-home Assignment)
The first round was a take-home task focused on real-world problem-solving and API integration.
I was asked to implement a solution using FastAPI and work with PDF extraction and CSV conversion, which tested backend logic, file handling, and modular code quality.
2. Quiz Round (Aptitude + DSA)
The second round was a timed quiz, focused on:
1.Aptitude questions (logical reasoning, math-based problems)
2.Data Structures & Algorithms
Interview questions [1]
Question 1
Round 1 – Take-Home Assignment (FastAPI + RAG Project)
I was given a real-world backend task to complete in around 2 days. The problem statement involved building a FastAPI-based backend system where I had to use a Retrieval-Augmented Generation (RAG) approach to answer queries about hotel reviews.
I extracted and chunked hotel review data from multiple PDF files.
Embedded the chunks using sentence-transformers.
Stored them in a FAISS vector DB and used similarity search to retrieve the best-matching contexts.