I applied through college or university. I interviewed at Securonix (Bengaluru) in Jun 2024
Interview
First Round:
Focused on your projects and any internship experience listed on your resume. Included easy-level DSA questions in your preferred programming language, database queries ranging from easy to medium difficulty, and fundamental testing-related questions.
Second Round:
A deeper discussion about your resume projects, including how you implemented them and alternative approaches you considered or reasons for not choosing certain methods. This round also involved mid-level DSA questions and managerial-level questions to assess your interest in the role.
Third Round:
Centered on core computer science subjects such as Operating Systems, Computer Networks, and DBMS, with questions ranging from basic to intermediate levels. Additionally, a logical thinking problem was presented.
Interview questions [2]
Question 1
DSA: JAVA language
A question involving HashMap usage to count the frequency of elements.
DBMS:
A question related to selecting records using multiple WHERE conditions — specifically, an airport-themed problem requiring retrieval of flight IDs based on arrival and departure times across multiple days with a given frequency.