Upload Button Icon Add office photos

Filter interviews by

Nine Hertz Software Engineer Interview Questions and Answers

Updated 18 Mar 2025

Nine Hertz Software Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was moderate difficult.

Round 2 - Coding Test 

It was also of moderate difficulty, with some DSA questions being asked.

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Lifecycle of Activity and Fragment.
  • Ans. 

    Activity and Fragment lifecycle manage UI states and transitions in Android apps, ensuring efficient resource use.

    • Activity Lifecycle: onCreate(), onStart(), onResume(), onPause(), onStop(), onDestroy(). Example: onCreate() initializes UI.

    • Fragment Lifecycle: onAttach(), onCreateView(), onActivityCreated(), onStart(), onResume(), onPause(), onStop(), onDestroyView().

    • onPause() is called when the Activity or Fragment is pa...

  • Answered by AI
  • Q2. Sort the array.
  • Ans. 

    Sorting an array involves arranging its elements in a specific order, typically ascending or descending.

    • Use built-in functions like sort() in Python: e.g., sorted(['banana', 'apple', 'cherry']) returns ['apple', 'banana', 'cherry'].

    • Implement sorting algorithms like Bubble Sort or Quick Sort for custom solutions.

    • Consider edge cases: an empty array should return an empty array, e.g., sort([]) = [].

    • Sorting can be case-sen...

  • Answered by AI
  • Q3. Find 2nd highest number in array.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more

Interview questions from similar companies

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

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
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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I appeared for an interview in May 2024.

Round 1 - Aptitude Test 

Totally there were 15 questions

I applied via Approached by Company and was interviewed in Oct 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was a combination of aptitude and react mcq questions.

Round 2 - Technical 

(2 Questions)

  • Q1. It was technical round where questions were mostly from JavaScript and a few on React (depends on individual’s experience). You might expect a array/string coding question as well. Example- To find the pai...
  • Q2. In JavaScript, there were code output questions, ES6 features, hoisting, closures, Arrow functions etc. Css and bootstrap responsiveness questions. All basic questions.
Round 3 - HR 

(6 Questions)

  • Q1. Tell me about yourself.
  • Q2. Why are you looking for a change?
  • Q3. Share details of your previous job.
  • Q4. What are your salary expectations?
  • Q5. What is your family background?
  • Q6. If your location is far from the office (baner road), how would you commute daily? How will you manage once office resumes working from office.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on JavaScript es6 features, code output questions, and array/string data structure questions so that you can code it up if asked.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

20 questions aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. DSA question to sort the array
  • Q2. Coding question to print all the prime numbers form 0 to n
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Nine Hertz Interview FAQs

How many rounds are there in Nine Hertz Software Engineer interview?
Nine Hertz interview process usually has 1-2 rounds. The most common rounds in the Nine Hertz interview process are Aptitude Test and Coding Test.
What are the top questions asked in Nine Hertz Software Engineer interview?

Some of the top questions asked at the Nine Hertz Software Engineer interview -

  1. Find 2nd highest number in arr...read more
  2. Lifecycle of Activity and Fragme...read more
  3. Sort the arr...read more

Tell us how to improve this page.

Nine Hertz Software Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Nine Hertz Software Engineer Salary
based on 15 salaries
₹3.6 L/yr - ₹8.6 L/yr
24% less than the average Software Engineer Salary in India
View more details

Nine Hertz Software Engineer Reviews and Ratings

based on 5 reviews

3.8/5

Rating in categories

2.7

Skill development

3.6

Work-life balance

3.5

Salary

2.7

Job security

3.3

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 5 Reviews and Ratings
Business Analyst
29 salaries
unlock blur

₹1.9 L/yr - ₹8.6 L/yr

React Native Developer
16 salaries
unlock blur

₹1.4 L/yr - ₹8.5 L/yr

Software Engineer
15 salaries
unlock blur

₹3.6 L/yr - ₹8.6 L/yr

PHP Developer
9 salaries
unlock blur

₹1.8 L/yr - ₹4.4 L/yr

Flutter Developer
8 salaries
unlock blur

₹1.5 L/yr - ₹7.8 L/yr

Explore more salaries
Compare Nine Hertz 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