Tip 1: Go in depth into the project requirements.
Tip 2: Build at least a working prototype, if not a complete solution.
Tip 1: Build two to three strong projects.
Tip 2: Mention only the skills and experiences on your résumé that you truly know.
This project involves building an intelligent conversational chatbot that can handle end-to-end room bookings. The chatbot uses LLM tool calling to dynamically decide which backend function (tool) to invoke based on user intent, such as checking room availability, validating dates, confirming prices, booking a room, and finally sending a confirmation email.
The system is designed to feel natural, conversational, and reliable, while remaining deterministic and safe on the backend.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?