
Securonix Software Engineer Interview Questions
& Process
Real candidates share what happened, how many rounds they had,
and how the experience turned out.
Based on 21 interview experiences · FREE TO READ
Candidate interview experiences
First-hand accounts from people who interviewed at Securonix.
Senior Software Engineer
I had an initial screening call and then two more rounds (L1 and L2) all within one week. The interviewers were nice and professional during the interviews. The problem is the HR department hasn't followed up. Even after all the rounds and the time I spent, I haven't heard anything back, which is a bummer. At the very least, people should get an update on whether they got the job or not after they've finished interviewing.
- Can you solve questions related to React?
- What are some questions about React performance?
- How does the working of hooks work in code?
Software Engineer
So first, there's a technical interview, right? They're gonna ask you about sorting algorithms like QuickSort, MergeSort, or BubbleSort. You gotta explain how they work and write code for them. Also, graph traversal stuff, especially BFS, is pretty common. You should know what BFS is, where it's used, and how to code it. They also wanna see if you get algorithm time complexity. After that, you get an assignment using Flask and React. Basically, you get an Excel file, pull data from it, and show it as a dashboard on the frontend. You'll need to do sorting and other things with Flask on the backend and React with Bootstrap on the frontend.
- Given a sorted array of integers and a target value, can you write a Python function named `binary_search`?
Senior Software Engineer
We've got four rounds lined up. First, it's an online coding challenge. Then, we move to a technical round, focusing on core Java, OOPs, Hibernate, and SQL. After that, there are three technical design rounds where we'll discuss real-world scenarios and how you'd handle situations to improve performance. Finally, a managerial round to chat about the role, responsibilities, company culture, and any commitments.
- Can you explain the difference between HashMap and ConcurrentHashMap?
Securonix Software Engineer Interview Questions
Quoted word for word from Securonix interview reports.
“Find the longest substring in a string that has no repeating characters.”
Read reports →“Using Java streams, how would you count the occurrences of characters in a string like 'abbac' to get 'a2b2c'?”
Read reports →“What is the difference between HashSet and HashMap in Java?”
Read reports →“How would you get the last name from a person's full name in Java?”
Read reports →“How to find the sum of n elements using Java 8?”
Read report →“Given a sorted array of integers and a target value, can you write a Python function named `binary_search`?”
Read report →“How can you determine if a linked list is circular?”
Read report →“How can you sort an ArrayList of usernames by first name or last name in Java?”
Read report →“Can you find a pair of integers in a list that sum up to a specific number?”
Read report →Formats, difficulty and experience
Across all 21 Securonix interview reports.