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

      Securonix

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Securonix reviews | Securonix jobs | Securonix salaries | Securonix benefits
      Securonix interviewsSecuronix Sr Developer interviewsSecuronix 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.

      Top companies for "Compensation and Benefits" near you

      avatar
      Capgemini
      3.7★Compensation and benefits
      avatar
      Cisco
      4.0★Compensation and benefits
      avatar
      Salesforce
      4.4★Compensation and benefits
      avatar
      Bloomberg
      4.0★Compensation and benefits

      Sr Developer Interview

      2 Jun 2021
      Anonymous interview candidate
      No offer
      Negative experience

      Application

      I interviewed at Securonix

      Other Sr Developer interview reviews for Securonix

      Senior Software Engineer Interview

      5 Mar 2024
      Anonymous interview candidate
      Pune
      No offer

      Interview

      Worst experience. I would say to not even go for interview with this company as they took all my rounds collected the documents and finally said sorry our budget is less than what you are expecting while they already knew my expectation before starting the interview process.

      Interview questions [1]

      Question 1

      I would not recommend to even go for interview with this company
      Answer question
      3
      Positive experience
      Average interview

      Application

      I interviewed at Securonix (Pune)

      Interview

      First round will be online coding Second will be technical level 1 , will ask basis java , OOPs , Hibernate, SQL Three technical design round will ask about real situation what will happen if you land a situation where you need enhance performance by providing background Four managerial round will be discussing on role and responsibilities organisations culture commitments

      Interview questions [1]

      Question 1

      Difference between hashmap and concurrent hashmap
      Answer question

      Senior Software Engineer Interview

      6 May 2022
      Anonymous interview candidate
      Pune
      No offer
      Negative experience
      Easy interview

      Application

      I applied online. The process took 2 weeks. I interviewed at Securonix (Pune) in Apr 2022

      Interview

      It looks like interview was just for their training purpose. I applied through Glassdoor, fist time rescheluded to two weeks later. There were two technical rounds, one was mostly on basic questions, where interviewer showed me easy programs to guess output or error. Some basics of Java like on OOPS. Two programs were asked to code in first round. First one to sort different types of objects based on multiple fields contained in Map, other was to count chars and write them according to count like "aabca" => aa3b1c1 using Java8 streams. I was quite near to do first one, and second one fully done. In second round, the interviewer kept on searching for questions on google after joining call(asked me wait till he sends some email) :P Probably it was his first time, so kept on behaving like a product manager from Amazon, asked me open IDE, create maven project and write LLD of builder pattern in that :-D Later, asked me to code, gave a program to find pair of numbers from list which adds up to given number. I fairly easily did it using bruteforce and expected him for cross question and optimization. He asked about optimization and I optimized usng n minus first_number = second number approach, and probably he got baffled seeing solution. He didnt know about O(1) pass, and assumed that inside a list.get(), its not O(1). My solution was optimum and I checked after interview got over, but this game a feeling that It was only a interviw practice for newly Tech lead. Since I knew the direction where this interiew was heading to, I cut short the interview as he was sloooowly about to ask me to write code for another program, the one hour was alreadly wasted. He also tried to blame my slowness to write answers as interview could not be completed in 1 hour(first 15 min for his emailing ability during interview and other 15 for his super attitude slow voice were not even factors :P). I was adamant in first place to go for interview as had seen lot of negative reviews on glassdoor, but somehow went, and regretted. So, overall this was interview where I learned that while employees look for job, there are some who find training opportunity in that as well. Go select this at your own RISK. good luck

      Interview questions [3]

      Question 1

      Find pair of int to make a sum equal to given num
      1 Answer

      Question 2

      Java stream to get count of characters "abbac" -> a2b2c
      1 Answer

      Question 3

      sort objects using multiple fields in a Map.
      Answer question