Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Airmeet

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Airmeet reviews | Airmeet jobs | Airmeet salaries | Airmeet benefits
      Airmeet interviewsAirmeet SDE Intern interviewsAirmeet interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Top companies for "Compensation and Benefits" near you

      avatar
      SAP
      3.9★Compensation and benefits
      avatar
      Capgemini
      3.7★Compensation and benefits
      avatar
      Salesforce
      4.4★Compensation and benefits
      avatar
      Cisco
      4.0★Compensation and benefits

      SDE Intern Interview

      Nov 19, 2025
      Anonymous employee
      Bangalore Rural
      Accepted offer
      Positive experience
      Difficult interview

      Application

      I applied online. I interviewed at Airmeet (Bangalore Rural)

      Interview

      I recently went through a rigorous interview process for a Software Engineer role at a leading tech firm, and it was one of the most challenging experiences of my career so far. The entire process consisted of 6 rounds, each designed to test a different aspect of my skills, from core problem-solving to system architecture and cultural fit. Here’s a detailed breakdown. Round 1: Online Assessment (OA) This was a standard online coding test on a platform like HackerRank. It consisted of three competitive programming-style questions to be solved in 90 minutes. Q1: A medium-level problem based on Graph Theory (seemed like a variation of Dijkstra's algorithm). Q2: A hard problem involving Dynamic Programming with some tricky constraints. Q3: A medium problem focused on string manipulation and hashing. The key here was not just to find a solution, but to find the most optimal one and write clean, bug-free code under time pressure. Round 2: Technical Phone Screen (Data Structures & Algorithms) This was a one-hour virtual round with a senior engineer. After a brief introduction, we dove straight into coding on a shared editor. The interviewer asked two hard DSA questions. The first was on Trees, requiring an in-depth understanding of traversals and recursion. The second was a complex problem that could be solved using a Trie data structure for an optimal solution. For both, I was expected to explain my approach, write production-quality code, and thoroughly analyze the time and space complexity. The follow-up questions were sharp and tested the fundamental understanding of my chosen approach. Round 3: System Design This was the round I found toughest and most interesting. I was asked to design a large-scale, distributed system from scratch. The problem was to "Design a service like TinyURL". The discussion covered: API Design: Defining the endpoints for URL shortening and redirection. Database Schema: Choosing between SQL and NoSQL, and designing the table structure. Scalability: How to handle millions of requests per day? We discussed caching strategies (like Redis), load balancing, and hashing techniques to distribute the load. Fault Tolerance: What happens if a server or database goes down? We explored data replication and redundancy. This round was less about code and more about architectural trade-offs and articulating a high-level vision. Round 4: Machine Coding / Low-Level Design In this 90-minute round, I was given a problem statement and asked to build a working command-line application. The problem was to design a simple version of a Task Scheduler. The focus was on: Object-Oriented Principles: Writing clean, modular, and extensible code. Design Patterns: Using appropriate patterns to structure the code. Functionality: The final code had to be runnable and meet all the functional requirements laid out in the problem. At the end, I had to explain my design choices and demonstrate the working application. Round 5: Behavioral & Project Deep Dive This round was with an Engineering Manager. We spent about an hour discussing my past experiences and projects. I was asked to do a deep dive into one of my major projects (I chose my QuantAlert real-time stock alert system). The questions were about the technical challenges, the architecture, and the impact of the project. The rest of the interview was focused on behavioral questions like, "Tell me about a time you had a conflict with a team member," and "How do you handle tight deadlines?". The goal was to assess my teamwork, problem-solving attitude, and cultural fit. Round 6: The "Bar Raiser" / Final HR Round The final round was with the HR partner and a very senior engineer (the "Bar Raiser"). It was a mix of behavioral questions, career aspiration discussions, and a few high-level technical questions. They wanted to understand my motivations, why I was interested in their company, and what my long-term goals were. It felt like a final check to ensure I met their high standards for both technical skill and cultural alignment. Key Takeaways: Fundamentals are everything. A deep understanding of DSA is non-negotiable. Practice System Design. It's not just for senior roles anymore. Know your projects inside out. Be ready to defend every technical decision you made. Communicate your thought process. Even if you don't get the perfect answer, explaining how you think is crucial. It was a grueling but incredibly rewarding experience that pushed me to my limits. Hope this helps anyone preparing for similar roles!

      Interview questions [1]

      Question 1

      This was a standard online coding test on a platform like HackerRank. It consisted of three competitive programming-style questions to be solved in 90 minutes. Q1: A medium-level problem based on Graph Theory (seemed like a variation of Dijkstra's algorithm). Q2: A hard problem involving Dynamic Programming with some tricky constraints. Q3: A medium problem focused on string manipulation and hashing.
      Answer question
      1