AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Nine Hertz

Compare button icon Compare button icon Compare
4.0

based on 51 Reviews

Play video Play video Video summary
  • About
  • Reviews
    51
  • Salaries
    393
  • Interviews
    10
  • Jobs
    21
  • Benefits
    5
  • Photos
    -

Filter interviews by

Nine Hertz Interview Questions and Answers

Updated 21 May 2025
Popular Designations

7 Interview questions

A Software Engineer was asked 3mo ago
Q. Given an array, sort the elements in ascending order.
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'].

  • For custom sorting, provide a key function: e.g., sorted(['banana', 'apple', 'cherry'], key=len) sorts by string length.

  • Consider sorting algorithms like QuickSort or MergeSort for manua...

View all Software Engineer interview questions
A Software Engineer was asked 3mo ago
Q. Explain the lifecycle of an Activity and a 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 ...

View all Software Engineer interview questions
A Flutter Developer was asked 7mo ago
Q. Explain the widget tree.
Ans. 

Widget tree is a hierarchical structure of widgets in Flutter representing the UI components.

  • Widget tree is a collection of nested widgets that define the UI layout.

  • Each widget in the tree represents a UI component like buttons, text, images, etc.

  • Widgets are arranged in a parent-child relationship, forming a tree-like structure.

  • Changes in the widget tree trigger UI updates and rebuilds.

  • Example: MaterialApp contain...

View all Flutter Developer interview questions
A Flutter Developer was asked 7mo ago
Q. What is state management?
Ans. 

State management is the process of managing and updating the state of an application to ensure data consistency and user interface responsiveness.

  • State management involves handling the data that an application needs to display and interact with.

  • It helps in keeping track of changes in the application's state and updating the user interface accordingly.

  • There are various state management solutions available in Flutte...

View all Flutter Developer interview questions
A Software Tester was asked
Q. What will you do when you have multiple projects for testing?
Ans. 

I will prioritize and plan my testing activities based on project deadlines and criticality.

  • Assess the criticality and deadlines of each project

  • Prioritize testing activities based on the assessment

  • Create a testing plan for each project

  • Allocate time and resources accordingly

  • Communicate with project managers and stakeholders regularly

View all Software Tester interview questions
A Software Tester was asked
Q. How do you test a food delivery application?
Ans. 

I would test the food delivery application by checking its functionality, usability, and security.

  • Test the ordering process from start to finish

  • Check the accuracy of order details and delivery time

  • Test the payment process and ensure it is secure

  • Check the app's compatibility with different devices and operating systems

  • Test the app's response time and loading speed

  • Check the app's user interface and ease of use

  • Test t...

View all Software Tester interview questions
A Software Tester was asked
Q. Write test cases for login and sign up.
Ans. 

Test cases for login and sign up

  • Verify successful login with valid credentials

  • Verify error message displayed for invalid credentials

  • Verify user is redirected to correct page after login

  • Verify successful sign up with valid details

  • Verify error message displayed for invalid details

  • Verify user is redirected to correct page after sign up

View all Software Tester interview questions
Are these interview questions helpful?

Nine Hertz Interview Experiences

10 interviews found

Flutter Developer Interview Questions & Answers

user image Anonymous

posted on 20 Nov 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is state management?
  • Ans. 

    State management is the process of managing and updating the state of an application to ensure data consistency and user interface responsiveness.

    • State management involves handling the data that an application needs to display and interact with.

    • It helps in keeping track of changes in the application's state and updating the user interface accordingly.

    • There are various state management solutions available in Flutter, su...

  • Answered by AI
    Add your answer
  • Q2. Explain widget tree?
  • Ans. 

    Widget tree is a hierarchical structure of widgets in Flutter representing the UI components.

    • Widget tree is a collection of nested widgets that define the UI layout.

    • Each widget in the tree represents a UI component like buttons, text, images, etc.

    • Widgets are arranged in a parent-child relationship, forming a tree-like structure.

    • Changes in the widget tree trigger UI updates and rebuilds.

    • Example: MaterialApp contains Sca...

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Flutter Developer Interview Questions asked at other Companies

Q1. Write the code to integrate an API in your Flutter app.
View answer (2)
Anonymous

Interview Questions & Answers

user image Anonymous

posted on 21 May 2025

Interview experience
1
Bad
Difficulty level
-
Process Duration
4-6 weeks
Result
-

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Basic of network and computer troubleshooting
  • Add your answer
  • Q2. What is dns
  • Add your answer
Anonymous

React Native Developer Interview Questions & Answers

user image Manish Kumawat

posted on 22 Jul 2023

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

I applied via Job Portal and was interviewed in Jun 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(3 Questions)

  • Q1. Knowing about my self
  • Add your answer
  • Q2. What's project done and details
  • Add your answer
  • Q3. What responsibility in this company
  • Add your answer
Round 3 - Technical 

(2 Questions)

  • Q1. Asking react native and javascript questions
  • Add your answer
  • Q2. About redux questions, lifecycle,arraymethod, ES6 features etc
  • Add your answer

React Native Developer Interview Questions asked at other Companies

Q1. 3. What is the use useEffect Hook in react native? and how you relate it with lifecycle method which is class components?
View answer (3)
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 6 Jul 2024

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.

Software Engineer Interview Questions asked at other Companies

Q1. Four people need to cross a bridge at night with only one torch that can only illuminate two people at a time. Person A takes 1 minute, B takes 2 minutes, C takes 7 minutes, and D takes 10 minutes to cross. When two people cross together, t... read more
View answer (274)
Anonymous

System Administrator Interview Questions & Answers

user image Anonymous

posted on 20 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself?
  • Add your answer

System Administrator Interview Questions asked at other Companies

Q1. 2. What is Cloud Technology. What is Microsoft Intune. If we can manage applications using MAM then why do we need MDM?
View answer (8)
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Mar 2025

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
    Add your answer
  • Q2. Sort the array.
  • Add your answer
  • Q3. Find 2nd highest number in array.
  • Add your answer

Software Engineer Interview Questions asked at other Companies

Q1. Four people need to cross a bridge at night with only one torch that can only illuminate two people at a time. Person A takes 1 minute, B takes 2 minutes, C takes 7 minutes, and D takes 10 minutes to cross. When two people cross together, t... read more
View answer (274)
Anonymous

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 1 Jun 2021

Interview Questionnaire 

4 Questions

  • Q1. Basic level php questions
  • Add your answer
  • Q2. Basic level laravel questions
  • Add your answer
  • Q3. Basic level jquey questions
  • Add your answer
  • Q4. Basic level sql questions
  • Add your answer

PHP Developer Interview Questions asked at other Companies

Q1. What is PHP? PHP (Hypertext Preprocessor) is a server-side scripting language used for web development. It helps create dynamic web pages and web applications. Key Features of PHP 1. *Server-side scripting*: PHP code is executed on the serv... read more
View answer (1)
Anonymous

Software Tester Interview Questions & Answers

user image Anonymous

posted on 14 Sep 2021

I applied via Referral and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Write test cases for login and sign up
  • Ans. 

    Test cases for login and sign up

    • Verify successful login with valid credentials

    • Verify error message displayed for invalid credentials

    • Verify user is redirected to correct page after login

    • Verify successful sign up with valid details

    • Verify error message displayed for invalid details

    • Verify user is redirected to correct page after sign up

  • Answered by AI
    Add your answer
  • Q2. How do you check an food delivery application
  • Ans. 

    I would test the food delivery application by checking its functionality, usability, and security.

    • Test the ordering process from start to finish

    • Check the accuracy of order details and delivery time

    • Test the payment process and ensure it is secure

    • Check the app's compatibility with different devices and operating systems

    • Test the app's response time and loading speed

    • Check the app's user interface and ease of use

    • Test the ap...

  • Answered by AI
    Add your answer
  • Q3. What will you do when multiple projects are there for testing
  • Ans. 

    I will prioritize and plan my testing activities based on project deadlines and criticality.

    • Assess the criticality and deadlines of each project

    • Prioritize testing activities based on the assessment

    • Create a testing plan for each project

    • Allocate time and resources accordingly

    • Communicate with project managers and stakeholders regularly

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your self calm and answer with confidence...

Skills evaluated in this interview

Software Tester Interview Questions asked at other Companies

Q1. You are given test scenarios and have to execute all test cases, but you only have 15 days to complete the testing and need more time. What do you do?
View answer (2)
Anonymous

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 8 Dec 2021

I applied via Referral and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions related to PHP stack i.e. PHP, MySQL, JavaScript, jQuery, Laravel
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare for the interview...be confident...be honest with your work.

PHP Developer Interview Questions asked at other Companies

Q1. What is PHP? PHP (Hypertext Preprocessor) is a server-side scripting language used for web development. It helps create dynamic web pages and web applications. Key Features of PHP 1. *Server-side scripting*: PHP code is executed on the serv... read more
View answer (1)
Anonymous

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 30 Jan 2021

I applied via Referral and was interviewed before Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked about my work experience and knowledge on Laravel framework.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are experienced be confident and ask what you deserve..

PHP Developer Interview Questions asked at other Companies

Q1. What is PHP? PHP (Hypertext Preprocessor) is a server-side scripting language used for web development. It helps create dynamic web pages and web applications. Key Features of PHP 1. *Server-side scripting*: PHP code is executed on the serv... read more
View answer (1)
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w
timepasstiwari
·
A Digital Markter
ChatGPT prepped me HARD for my interview!
Spent like two hours on chatgpt yesterday prepping for an interview. First, the usual, copy-pasted my resume and the job description, telling it to "upload this to your memory 'cause we are going to talk about it later". Then I grilled it with questions about stuff I didn't get in the job spec, and chatgpt helped me figure things out. I asked it to list the four or five key things they are looking for in the role. Then I told chatgpt to quiz me with ten questions, one at a time, to help me think about how I have gained experience in those areas. After the ten questions, it gave me strengths/weaknesses and a summary. Finally, I had chatgpt summarize each of my answers into three bullet points. Now have got a list of stories ready to go for any interview. No matter the question, I can steer the convo toward one of these success stories.
Got a question about Nine Hertz?
Ask anonymously on communities.
More about working at Nine Hertz
  • HQ - Jaipur, Rajasthan, India
  • Software Product
  • 51-200 Employees (India)

Nine Hertz Interview FAQs

How many rounds are there in Nine Hertz interview?
Nine Hertz interview process usually has 1-2 rounds. The most common rounds in the Nine Hertz interview process are HR, Technical and Resume Shortlist.
How to prepare for Nine Hertz 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 Nine Hertz. The most common topics and skills that interviewers at Nine Hertz expect are Javascript, Computer Science, Information Technology, CRM and Presales.
What are the top questions asked in Nine Hertz interview?

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

  1. What will you do when multiple projects are there for test...read more
  2. How do you check an food delivery applicat...read more
  3. Write test cases for login and sign...read more

Tell us how to improve this page.

Nine Hertz Interviews By Designations

  • Nine Hertz PHP Developer Interview Questions
  • Nine Hertz Software Engineer Interview Questions
  • Nine Hertz System Administrator Interview Questions
  • Nine Hertz Software Tester Interview Questions
  • Nine Hertz Flutter Developer Interview Questions
  • Nine Hertz React Native Developer Interview Questions

Interview Questions for Popular Designations

  • Analyst Interview Questions
  • Software Developer Interview Questions
  • Intern Interview Questions
  • Business Analyst Interview Questions
  • Sales Executive Interview Questions
  • Consultant Interview Questions
  • Graduate Engineer Trainee (Get) Interview Questions
  • Associate Software Engineer Interview Questions
  • Show more
  • System Engineer Interview Questions
  • Assistant Manager Interview Questions

Overall Interview Experience Rating

4/5

based on 6 interview experiences

Difficulty level

Easy 67%
Moderate 33%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Moveinsync Technology Solutions
Moveinsync Technology Solutions Interview Questions
3.3
 • 30 Interviews
Signzy Technologies
Signzy Technologies Interview Questions
3.0
 • 29 Interviews
Codingmart Technologies
Codingmart Technologies Interview Questions
4.2
 • 28 Interviews
Pratiti Technologies
Pratiti Technologies Interview Questions
3.9
 • 27 Interviews
Global Edge Software
Global Edge Software Interview Questions
3.5
 • 23 Interviews
Trawex Technologies
Trawex Technologies Interview Questions
4.5
 • 20 Interviews
Surya Software Systems
Surya Software Systems Interview Questions
3.8
 • 19 Interviews
Idfy
Idfy Interview Questions
3.4
 • 16 Interviews
KDK Software
KDK Software Interview Questions
3.0
 • 16 Interviews
LogiNext Solutions
LogiNext Solutions Interview Questions
1.8
 • 15 Interviews
View all

Nine Hertz Reviews and Ratings

based on 51 reviews

4.0/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.5

Salary

3.4

Job security

3.8

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 51 Reviews and Ratings
Jobs at Nine Hertz
Nine Hertz
Project Manager

Jaipur

10-18 Yrs

Not Disclosed

Nine Hertz
Technical Solution Architect

Jaipur

15-20 Yrs

Not Disclosed

Nine Hertz
Senior React Native Developer

Jaipur

7-9 Yrs

Not Disclosed

Explore more jobs
Nine Hertz Salaries in India
Business Analyst
36 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.4 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

Global Edge Software

3.5
Compare
Moveinsync Technology Solutions

Moveinsync Technology Solutions

3.3
Compare
PagarBook

PagarBook

3.6
Compare
Trawex Technologies

Trawex Technologies

4.5
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Nine Hertz Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter