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

      APT Research

      Is this your company?

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: APT Research reviews | APT Research jobs | APT Research salaries | APT Research benefits
      APT Research interviewsAPT Research Software Engineer(Internship) interviewsAPT Research 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.

      Software Engineer(Internship) Interview

      12 Aug 2025
      Anonymous employee
      New Delhi
      Accepted offer
      Positive experience
      Difficult interview

      Application

      I interviewed at APT Research (New Delhi)

      Interview

      The OA was not your typical LeetCode-style OA :) it's a nice design interview to test your ability to write good code. As for the interview, I had 3 rounds (around 1 hour each), and I was asked about things from my resume, OS and Networks in depth as well as C++ STL in depth in all three of them. There were a couple of DSA questions asked as well.

      Interview questions [1]

      Question 1

      Implement queue with stacks in O(1) push/pop complexity.
      1 Answer

      Other Software Engineer(Internship) interview reviews for APT Research

      Software Engineer(Internship) Interview

      13 June 2024
      Anonymous interview candidate
      Dhanbad-Cum-Kenduadih-Cum-Jagata
      No offer
      Positive experience
      Average interview

      Application

      I interviewed at APT Research (Dhanbad-Cum-Kenduadih-Cum-Jagata)

      Interview

      DSA questions and grilled me on C++ Fundamentals along with question on Computer Networks. Adding words to complete the word requirement hence the rambling appended at the end, Pardon the rambling but 30 words are a lot.

      Interview questions [1]

      Question 1

      Gave me coding problem solution i submitted in OT and asked me to improve it's quality
      Answer question
      2

      Software Engineer(Internship) Interview

      23 Feb 2023
      Anonymous employee
      Accepted offer
      Positive experience
      Average interview

      Application

      I applied through university. I interviewed at APT Research in Aug 2022

      Interview

      The company visited my campus for internship process. I had cleared the written test (coding round) . I remember it had 5 questions all on the graphs . Then in the interview, I had the first spot . Interview went great , there were 2 concecutive interview rounds with 2 panelist in each of them . First one was cpp round , asked easy to medium level cpp question. Then in the next round there were 2 DSA questions. I was able to solve both. I was give on spot offer and had welcome by the hr there .

      Interview questions [1]

      Question 1

      Given a sequence of integers in array . Find min number of operation to sort the array . One operation is swapping two elements of array. Do it in O(n) time and O(1) space . This was standard question , which I had an idea to solve . Also it was a medium level question.
      Answer question