APT Research Software Engineer(Internship) interview questions
Updated 12 Aug 2025
based on 3 ratings
Difficulty
Average
Experience
Very positive
How others got an interview
100%
Campus recruiting
Campus recruiting
Interview search
3 interviews
APT Research interviews FAQs
Software Engineer(Internship) applicants have rated the interview process at APT Research with 3.3 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 88.9% positive. This is according to Glassdoor user ratings.
Common stages of the interview process at APT Research as a Software Engineer(Internship) according to 3 Glassdoor interviews include:
Skills test: 50%
Group panel interview: 50%
Here are the most commonly searched roles for interview reports -
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.
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
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.