Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Safe Security Team. If you also belong to the team, you can get access from here

Safe Security Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Safe Security Software Engineer III Interview Questions and Answers

Updated 21 Jul 2024

Safe Security Software Engineer III Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Simple 30 min coding test to filter people who have come for drive - 2 easy leetcode

Round 2 - Technical 

(1 Question)

  • Q1. OYO Rooms System design
  • Ans. 

    OYO Rooms system design involves creating a platform for booking budget accommodations with standardized amenities.

    • Implement user-friendly interface for searching and booking rooms

    • Develop a robust backend system for managing bookings, payments, and room availability

    • Utilize data analytics to optimize pricing and room allocation

    • Integrate with third-party services for reviews, location mapping, and payment gateways

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They had a hiring drive day at their office. I was waiting for the DSA round to happen since they conducted design round first for me and I had cleared it. I have a good run rate for the DSA round and was anticipating my call. My first round happened around 1 PM. second round they made me wait till 8 PM. DOE conducted a full 7-minute interview. Instead of asking DSA question, they asked about my previous experience. I told them about my experience with toxic companies in the past. That's it, they knew they would be a toxic company and rejected me. No DSA questions were asked.

Every candidate got 2 rounds - DSA and design. I had done really well in the design round, the architect had appreciated me. But I wasn't even given the DSA round, DOE conducted a scapegoat round and massacred candidates after making them wait for the whole day. The drive started at 10 AM, did my first around 12:30 PM, then made me wait for the whole day, they did the rejection round around 8 PM. No respect for the time of the candidates. The DOE was giving the typical corporate goonda vibes from the morning

DOE told HR to give me the feedback. HR said they will give me constructive feedback later. I told him I have waited here all day and that I deserve some feedback. I had done technically well, I was damn sure. The HR went and got the feedback that I was culturally misfit. HR told me that they will be making me work every day for long hours and that they found me unsuitable for the grunt work. Working people hard all day is one of their core cultural values is what they told me. I wondered who would like to join such a company. I told the HR that what you are calling culture isn't culture, it's oppression.

What might have happened is for candidates who got a fair evaluation, there was an HR round and salary discussion and they offered them. So for people for whom they didn't manage their interview process properly, they found reasons to reject by asking them questions they will definitely trip. DOE tried to ask me a technical question to see if I would get them wrong, once he realized that I had done my work, he went to ask me garbage questions.
1. how much do I work hard ? - I answered I work pretty hard and rated 9.5/10(it's not possible to quantify these things). Follow up, he asked me why not 10/10. I told him 10/10 is ideal and I look forward to improving. At this point, these questions aren't even fair evaluation. But you see DOE just wanted to get points for rejecting.
2. What's the proudest moment of my life? - I told him when I got placed, that was a testament to my hard work all my life.
After that, he said he was done, and rejected me by telling HR.

This is the most oppressive thing any company has ever done to me and I don't want other candidates to waste their time either interviewing or working for these companies. This is harassment of candidates

Skills evaluated in this interview

Software Engineer III Jobs at Safe Security

View all

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Online test consisting of Aptitude, coding, oral and written communication skills.

Round 2 - Technical 

(5 Questions)

  • Q1. About REST APIs
  • Q2. Projects in detail
  • Q3. What is OOPs and it's pillars ?
  • Q4. TLS/SSL with OSI model and Spam email related questions ?
  • Q5. Security measures in your project ?
Round 3 - Technical 

(5 Questions)

  • Q1. OOPs in detail with Inheritance, polymorphism, interface and abstract class ?
  • Q2. SQL Query on given tables
  • Q3. 1 Coding question for me it was sorting
  • Q4. Memory related stuffs
  • Q5. Try catch block and garbage collection
Round 4 - HR 

(1 Question)

  • Q1. Will revolve around your communication skills, Expectations, project, real-time situations, Riddles and few aptitudes
Round 5 - Behavioral 

(1 Question)

  • Q1. Will consist of everything from technical, HR type and overall fitment to the organization

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have good amount of knowledge of all the topics including DSA, SQL and Web development.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Government College of Engineering, Aurangabad and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Mostly questions on logical aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. DSA questions. Reverse word of string, bubble sort, swap two variables without use of third variable
  • Q2. OOPs concepts also some questions on project
  • Q3. 1 puzzle (refer gfg)
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to work at our company?
  • Q2. What was the toughest challenge you have ever faced?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Find in rotated sorted array
  • Ans. 

    Search for a target value in a rotated sorted array.

    • Use binary search to find the pivot point where the array is rotated.

    • Determine which half of the array the target value lies in based on the pivot point.

    • Continue binary search in the appropriate half of the array to find the target value.

  • Answered by AI
  • Q2. Design IMDB. how will you manage concurrent ratings
  • Ans. 

    Design IMDB with concurrent ratings management

    • Implement a locking mechanism to ensure only one user can update a rating at a time

    • Use a queue system to handle multiple rating requests in an orderly manner

    • Consider using distributed systems to handle high concurrency levels

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design vehicle rental system. Api design
  • Ans. 

    Design a vehicle rental system API

    • Create endpoints for listing available vehicles, booking a vehicle, and returning a vehicle

    • Include authentication and authorization mechanisms for users and admins

    • Implement payment gateway integration for processing rental payments

    • Include features like vehicle search, filtering, and reviews/ratings

    • Consider scalability and performance optimizations for handling high traffic

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Js concepts like debouncing,event loop, and other output-based questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Js concepts in depth
Round 3 - HR 

(2 Questions)

  • Q1. Hiring manager round, questions around my project
  • Q2. Optimization techniques
  • Ans. 

    Optimization techniques are methods used to improve the efficiency and performance of software applications.

    • Use algorithms like greedy, dynamic programming, or divide and conquer to optimize code

    • Minimize time complexity by avoiding nested loops and unnecessary iterations

    • Utilize data structures like hash tables, arrays, and trees for efficient storage and retrieval

    • Profile code to identify bottlenecks and optimize critic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basics, interviewers were very helpful

Junior Software Engineer Interview Questions & Answers

LogiNext Solutions user image Omkar Darbeshawar (Indian Yogi Star)

posted on 1 Feb 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. They check your knowledge according to job role
  • Q2. I have prepared python, big data tech, machine learning, cloud.
  • Q3. They ask about data structure
Round 2 - HR 

(2 Questions)

  • Q1. Tell me something about past experience.
  • Q2. About your self

Interview Preparation Tips

Interview preparation tips for other job seekers - nice interview
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at PSG College of Arts & Science, Coimbatore and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

There are Question based on data strcuture ,they cover all the topic in ds

Round 2 - Coding Test 

In coding code they gave internet access to solve the problem after 30 they told us to make some changes in it and we should ready to explain the entire code

Interview Preparation Tips

Interview preparation tips for other job seekers - To clear 1 st round ,revise all the data structure concepts ,in second round make sure to be strong in fundamentals of programming and good in logical thinking
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

3 DSA questions on array and strings 1 easy, 2 medium level

Round 2 - Assignment 

Create django backend project for book store

Round 3 - HR 

(1 Question)

  • Q1. Behaviour and Situations questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. There wer four questions 1) wildcard pattern matching(leetcode) 2) cows and buffaloes(leetcode) 3) unix based cd directory 4) backtracking question
  • Q2. It was a resume based round for 45 min
Round 2 - Technical 

(1 Question)

  • Q1. It was a resume based round for 1 hr

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice leetcode medium to hard questions
Know your resume very well
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. About ur self some technical problem

Safe Security Interview FAQs

How many rounds are there in Safe Security Software Engineer III interview?
Safe Security interview process usually has 2 rounds. The most common rounds in the Safe Security interview process are Coding Test and Technical.
How to prepare for Safe Security Software Engineer III interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Safe Security. The most common topics and skills that interviewers at Safe Security expect are Apache Nifi, Application, Automation Testing, Computer Networking and Computer Science.

Tell us how to improve this page.

Safe Security Software Engineer III Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
Software Engineer 3

Mumbai,

Kala

1-8 Yrs

Not Disclosed

Software Engineer 3

Mumbai

1-8 Yrs

Not Disclosed

Explore more jobs
Software Development Engineer II
9 salaries
unlock blur

₹30 L/yr - ₹45 L/yr

Software Engineer
7 salaries
unlock blur

₹5 L/yr - ₹12.5 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹7.7 L/yr - ₹22.5 L/yr

Security Associate
6 salaries
unlock blur

₹4.2 L/yr - ₹10 L/yr

Software Development Engineer
5 salaries
unlock blur

₹13 L/yr - ₹30 L/yr

Explore more salaries
Compare Safe Security with

Godrej Security Solutions

3.7
Compare

Zicom Electronic Security Systems

3.1
Compare

Bosch Security Systems

4.9
Compare

CP Plus

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