Tip 1: Make sure you build a strong foundation in DSA.
Tip 2: Along with DSA, prioritize building a strong foundation in development including HTML, CSS and JavaScript.
Tip 3: Focus on developing effective communication skills with clarity in speech and proper pronunciation.
Tip 1:Highlight a small number of high-impact projects and measurable accomplishments that effectively showcase your technical strength and analytical thinking.
Tip 2: Ensure your resume is well-structured, role-focused, and authentic by aligning it with the position and emphasizing core skills, relevant academics, and real hands-on experience.
The First Assessment was divided into four parts:
Section 1 - Behavioural Assessment
Total Questions: 54 Questions
Time Allotted: 20 Minutes
It includes: Personality and behavioural assessment. Tests your mindset, teamwork style, and decision making ability.
Section 2 - Cognitive Assessment:
3 Puzzles each in 3 Puzzle types
Time Allotted: 20 Minutes
Game Based Puzzles including:
1. Path Finder
2. Maths game
3. Maze Box game
Section 3 - Technical Assessment (MCQ's)
Total Questions: 45 Questions
Time Allotted: 45 Minutes
It includes topics: Common Applications and MS Office, Pseudocode, Computer Network, Security and Cloud
Section 4 - Coding Assessment
Total Questions: 3 Questions
Time Allotted: 60 Minutes
It included three questions:
1. A DSA question
2. A SQL query
3. A Web based question in which I had to modify a HTML, CSS and JavaScript code to implement a page.




Step 1: I understood that digits from 1–9 map to letters and two consecutive digits can also form a letter if the value is ≤ 26.
Step 2: I observed that at each index, there are two choices: decode one digit or decode two digits (if valid), which makes the problem dependent on previous results.
Step 3: I applied Dynamic Programming to avoid repeated calculations, where each state stores the number of valid mappings up to that position.
Step 4: By handling edge cases like '0' and invalid two-digit numbers, I iteratively built the solution and returned the final DP value as the answer.
Write an SQL query to display the product id and product name of the product(s) whose status are in the transit hub.
Step 1: First, I understood that I needed to consider only those products whose delivery status is in the transit hub, so I filtered the order_delivery table by status = 'In Transit Hub'.
Step 2: Then, I joined the order_delivery table with order_item using ORDER_DELIVERY_ID to identify the products included in those deliveries.
Step 3: Next, I joined the result with the product table using PRODUCT_ID to fetch the required product details.
Step 4: Finally, I selected only the product_id and product name as specified in the output format.
This was a web-based question. There was a message box displayed on the page along with a few buttons containing text. I was required to add additional buttons using HTML and adjust the padding using CSS to meet the layout requirements. I was also required to use JavaScript to implement functionality such that when a button is clicked, the text inside the button is moved and displayed inside the message box.
Step 1: I structured the UI using HTML DOM elements, adding the required buttons and identifying the message box using IDs and class selectors.
Step 2: I styled the components using CSS, mainly adjusting padding to meet the design requirements.
Step 3: I implemented JavaScript event handling by attaching click event listeners, capturing the button text using the DOM API, and dynamically updating the message box content.
The Communication Assessment (held on October 29th, 2025) was divided into seven sections:
Section A: Reading
I was required to read a given sentence aloud to assess my pronunciation and reading clarity.
Section B: Repetition
I listened to a sentence and then repeated it to evaluate my listening skills and speech accuracy.
Section C: English Grammar
This section consisted of multiple-choice questions covering tenses, prepositions, sentence correction, and overall English grammar structure.
Section D: Conversation
I listened to a short conversation and answered questions based on the content to test my listening comprehension.
Section E: Error Spotting
I was required to identify grammatical errors in given sentences.
Section F: Storytelling
I was given a topic and asked to create and narrate a story, which assessed my creativity and spoken communication skills.
Section G: Email Writing
I was asked to write an email based on a given situation to evaluate my written communication skills.
This round assessed my English language proficiency, including reading ability, listening comprehension, grammatical accuracy, written communication, and spoken fluency skills that are essential for effective communication in a professional environment.
You are working on a project with a strict deadline. Due to an unexpected technical issue, the submission may be delayed. Write an email to your manager informing them about the issue and requesting an extension, while assuring timely completion.
Tip 1: Read the instructions carefully and understand the task before responding.
Tip 2: Focus on clear grammar, correct sentence structure, and proper vocabulary.
Tip 3: Speak and write confidently while maintaining a professional tone.
The final interview round lasted about 30 minutes and was conducted online in the morning while I was in my room. The interview was largely project-based, with the interviewer discussing the projects mentioned in my resume and the work I had done during my internship. I was asked to explain my role, the technologies I used, the challenges I faced, and how I approached problem-solving in real-world scenarios.
In addition to project discussions, the interview focused more on HR and behavioural aspects, including my willingness to relocate, future career goals, adaptability, and overall fit with the company’s culture. The atmosphere throughout the interview was calm and comfortable. The interviewer was supportive and encouraging, guiding me whenever needed, which helped me stay confident and made the overall experience smooth and positive.
Tip 1: Start by clearly mentioning the internship duration and organization.
Tip 2: Briefly explain the main work or project you handled during the internship.
Tip 3: Highlight one or two skills or learnings gained from the internship.
Tip 4: First ,clearly mention the tech stack you used in the internship.
Tip 5: Talk about 1–2 real problems you faced while working on the project.
Tip 6: Explain briefly how you solved or managed those problems.
Tip 7: Briefly explain the project objective and the problem it solves.
Tip 8: Describe your role and the main features you implemented in the project.
Tip 9: Explain the API design by mentioning endpoints, request/response format, and how they connect the frontend and backend.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: