Upload Button Icon Add office photos

Filter interviews by

Securonix Associate Software Engineer Interview Questions and Answers

Updated 15 Apr 2024

Securonix Associate Software Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Aptitude Test + some JAVA + SQL Questions

Round 2 - Coding Test 

DSA+SPRING+SQL+JAVA
IN THIS ROUND INTERVIEWER ASKED ME 1DSA QUESTION WHICH IS BASED ON DEQUE SOME SQL QUERIES WHICH IS ON JOINS AND BASIC SPRING QUESTIONS

Round 3 - Coding Test 

SAME AS THE 2ND ROUND BUT THE LEVEL INCREASED AS COMPARISON TO ROUND-2

Round 4 - Behavioral 

(1 Question)

  • Q1. IN THIS ROUND MANAGER ASKED ME SOME QUESTIONS ABOUT MY BACKGROUND AND COLLEGE PROJECT AND ASKED ABOUT MY PREVIOUS EXP

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was an online assessment. Some coding questions. Some cs fundamental mcqs. SQL query, Rest Api question.

Round 2 - Assignment 

An assignment to create a game using nodejs/ go lang/ java.

Round 3 - Technical 

(2 Questions)

  • Q1. Discussion related to Assignment. Told some changes and told to add some more functionalities.
  • Q2. Some APIS were given. It was case study. You had to show the dishes to a customer according to his preferences.

I was interviewed in Jun 2022.

Round 1 - Technical 

(1 Question)

  • Q1. Focus on algorithms - trees, graphs. Questions on improving algorithm performance. Converting algorithm to code.

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep Study - Graph data structure, Tree Data Structure, and solve as many problems as you can on Graph and Tree
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Test contains 26 questions for me 13 are java based 13 are c++ based

Round 2 - Technical 

(2 Questions)

  • Q1. Indexing in dbms
  • Ans. 

    Indexing in DBMS is a technique to improve the performance of queries by creating a data structure that allows for faster retrieval of data.

    • Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition.

    • Types of indexes include clustered, non-clustered, unique, and composite indexes.

    • Examples of indexing techniques include B-tree, hash, and bitmap indexes.

    • Indexing can...

  • Answered by AI
  • Q2. Find whether two strings are or not anagrams
  • Ans. 

    Check if two strings are anagrams by comparing the sorted characters in each string.

    • Sort the characters in both strings and compare if they are equal.

    • Ignore spaces and punctuation when comparing the strings.

    • Example: 'listen' and 'silent' are anagrams.

    • Example: 'hello' and 'world' are not anagrams.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Inorder traversal without recursion
  • Ans. 

    Use a stack to simulate the recursive inorder traversal process

    • Create an empty stack to store nodes

    • Start with the root node and push it onto the stack

    • While the stack is not empty, keep traversing left and pushing nodes onto the stack

    • Once you reach a leaf node, pop it from the stack, print its value, and move to its right child

    • Repeat the process until all nodes have been visited

  • Answered by AI
  • Q2. How to make a class final
  • Ans. 

    To make a class final, use the 'final' keyword in the class declaration.

    • Use the 'final' keyword before the 'class' keyword in the class declaration

    • A final class cannot be subclassed or extended

    • Final classes are often used for utility classes or classes that should not be modified

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Java coding questions

Round 2 - Technical 

(3 Questions)

  • Q1. Explain Java oops concepts?
  • Ans. 

    Java oops concepts include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation hides the internal state of an object and restricts access to it.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides the implementation details and only shows the necessary features.

  • Answered by AI
  • Q2. What is collections?
  • Ans. 

    Collections in programming refer to data structures that allow you to store and manipulate groups of objects.

    • Collections provide a way to organize and manage data efficiently

    • Examples include lists, sets, maps, queues, and stacks

    • Collections can be used to perform operations like adding, removing, and searching for elements

  • Answered by AI
  • Q3. Write a code to reverse number?
  • Ans. 

    Code to reverse a number in JavaScript

    • Convert the number to a string to easily manipulate each digit

    • Use array methods like split, reverse, and join to reverse the number

    • Convert the reversed string back to a number before returning

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduction about yourself?
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Graduated with a degree in Computer Science

    • Proficient in programming languages like Java, Python, and C++

    • Completed internships at tech companies like Google and Microsoft

    • Enthusiastic about learning new technologies and working in a team environment

  • Answered by AI
  • Q2. Do you know about the company?
  • Ans. 

    The company is a leading software development firm specializing in creating innovative solutions for various industries.

    • Company focuses on creating innovative software solutions

    • Has a strong presence in various industries

    • Known for their expertise in software development

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Hackerrank Coding Test, Leetcode medium questions

Round 2 - Coding Test 

HLD test, was asked to design an online coding platform like leetcode

Round 3 - Technical 

(2 Questions)

  • Q1. Most interesting project you have worked on
  • Q2. How do you handle conflict at workplace

Interview Preparation Tips

Interview preparation tips for other job seekers - - Prepare leetcode medium
- Prepare HLD well
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was a medium-level DSA round

Round 2 - Coding Test 

This was also a DSA round

Round 3 - Coding Test 

This again a DSA round

Round 4 - Technical 

(1 Question)

  • Q1. Can't disclose the question because of NDA signed but it was a design round
Round 5 - One-on-one 

(1 Question)

  • Q1. This was a project discussion round
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
-

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Implement your own state management in React and integrate it into a React application.

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Oops question asked
  • Q2. Sql questions asked

Interview Preparation Tips

Interview preparation tips for other job seekers - please ask them if there is really vacant position. as they do multiple rounds and then say no position
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Technology,(NIT), Delhi and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

3 Moderate questions were asked. I managed to solve 2 completely and 1 partially.

Round 2 - Technical 

(2 Questions)

  • Q1. Question related to system design were asked.
  • Q2. He asked me to design some functions of facebook.
Round 3 - HR 

(1 Question)

  • Q1. Introduction type questions were asked. In this it will prefer only CS students

Securonix Interview FAQs

How many rounds are there in Securonix Associate Software Engineer interview?
Securonix interview process usually has 4 rounds. The most common rounds in the Securonix interview process are Coding Test, Aptitude Test and Behavioral.

Tell us how to improve this page.

Securonix Associate Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.4k Interviews
Swiggy Interview Questions
3.8
 • 435 Interviews
Udaan Interview Questions
4.0
 • 335 Interviews
Meesho Interview Questions
3.7
 • 329 Interviews
Zomato Interview Questions
3.8
 • 322 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Zepto Interview Questions
3.5
 • 200 Interviews
Naukri Interview Questions
4.0
 • 186 Interviews
Blinkit Interview Questions
3.7
 • 181 Interviews
BlackBuck Interview Questions
3.8
 • 174 Interviews
View all
Securonix Associate Software Engineer Salary
based on 14 salaries
₹9.8 L/yr - ₹10.6 L/yr
71% more than the average Associate Software Engineer Salary in India
View more details

Securonix Associate Software Engineer Reviews and Ratings

based on 3 reviews

3.1/5

Rating in categories

3.4

Skill development

3.1

Work-life balance

3.4

Salary

3.4

Job security

3.7

Company culture

3.1

Promotions

3.1

Work satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer
38 salaries
unlock blur

₹16.5 L/yr - ₹41 L/yr

Software Engineer
34 salaries
unlock blur

₹8 L/yr - ₹24 L/yr

Devops Engineer
34 salaries
unlock blur

₹7 L/yr - ₹20 L/yr

Cloud Security Engineer
30 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Technical Lead
25 salaries
unlock blur

₹13.8 L/yr - ₹50 L/yr

Explore more salaries
Compare Securonix with

Splunk

4.5
Compare

OpenText Technologies

3.7
Compare

IBM

4.0
Compare

RSA Security

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview