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

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1.  What are Option Strict and Option Explicit? What are all the differences between Dispose and Finalize()? What is the difference between System.String and System.StringBuilder classes? What is Delegate? ...
  • Ans. 

    Answers to common interview questions for Software Engineer position

    • Option Strict and Option Explicit are compiler directives in VB.NET

    • Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection

    • System.String is immutable while System.StringBuilder is mutable

    • Delegate is a type that represents a reference to a method

    • Value types store data directly while reference types store a referen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selection process-
1st round-online test(prpare all kind of logical, verbal, and .net related questions)
2nd round- technical round(prepare all .net interview questions,sql server questions, winforms, web api)
3rd round- hr discussion

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Will be given Requirement to write code for Restraunt. Based on that have write code for delivering orders by delivery boys.

Round 2 - Technical 

(1 Question)

  • Q1. OOPS Concepts, Java Basics, Collections, MultiThreading

Interview Preparation Tips

Topics to prepare for LogiNext Solutions Software Engineer interview:
  • Java
  • OOPS
  • MySQL
  • Pattern Programming
Interview preparation tips for other job seekers - Focus on DSA and Logical Programming

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All related to project worked on wlan testing and networking concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall Good.
They gave taken 3 technical and 1hr round

I applied via Naukri.com and was interviewed before Sep 2020. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Python program like print day, month and year from current date and fibonacci series
  • Q2. Bluetooth concept basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare only program and basic concepts

Interview Questionnaire 

3 Questions

  • Q1. 1. Assignment
  • Q2. 2. Bunch of python questions.
  • Q3. 3. coding questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with basics.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement 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
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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

3 coding questions of moderate difficult

Round 3 - Technical 

(1 Question)

  • Q1. Coding questions asked in coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was quite easy.basic questions reagrding c and puzzles were asked.
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 Aug 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

It had 2 programming questions and 30 aptitude questions
it

Round 3 - Technical 

(2 Questions)

  • Q1. Introduce yourself, educational background
  • Q2. What languages are you familiar with
  • Ans. 

    I am familiar with several programming languages including Java, Python, and C++.

    • Proficient in Java and Python

    • Familiar with C++ and JavaScript

    • Experience with SQL and HTML/CSS

    • Comfortable with object-oriented programming and data structures

    • Continuously learning and exploring new languages and technologies

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had one technical interview which went on for 45 mins. I couldnt clear this round, hence didnt go to the 2nd round. I was given one program and 3 aptittude questions and 3 puzzles

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

Interview Questions from Similar Companies

Idfy Interview Questions
3.5
 • 15 Interviews
KDK Software Interview Questions
3.1
 • 15 Interviews
View all
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
8 salaries
unlock blur

₹30 L/yr - ₹40 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

Global Edge Software

3.5
Compare

Trawex Technologies

4.5
Compare

Moveinsync Technology Solutions

3.4
Compare

Pagarbook

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