Upload Button Icon Add office photos

Filter interviews by

Horiba India Software Developer Interview Questions and Answers

Updated 12 Jun 2024

Horiba India Software Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is developentb
  • Ans. 

    Development is the process of creating, designing, and implementing software applications.

    • Development involves writing code to create software applications.

    • It includes designing the user interface and functionality of the application.

    • Developers test and debug their code to ensure it works correctly.

    • Examples: creating a website, building a mobile app, designing a database system.

  • Answered by AI
  • Q2. How it goes development
  • Ans. 

    Development involves planning, coding, testing, and deploying software solutions.

    • Development process typically includes requirements gathering and analysis

    • Coding involves writing code based on requirements

    • Testing is done to ensure the software functions correctly

    • Deployment involves releasing the software for users to use

  • Answered by AI

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Normal DP question (LC med)

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Maths and communication based questions

Round 2 - Coding Test 

Estimate and SQL and coding was there

Software Developer Interview Questions & Answers

FNZ user image Rudraksh Sharma

posted on 12 Nov 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

We in group of 10 were given a topic on which 2 feature to select out of 4 for a project, it lasted about 10 minutes, was ok

Round 2 - Case Study 

Given a case study of a company, analyze it in 10 minutes and then questions were asked, i don't think it was useful for a Developer Role

Interview Preparation Tips

Interview preparation tips for other job seekers - Well not a good company for tech guys, they asked all non technical part to me, later on few students were given the coding link
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SELL ABD BUY 1 array question(easy level)
  • Ans. 

    This question involves buying and selling items in an array.

    • The array must contain strings.

    • You need to implement a function to buy and sell items from the array.

    • Provide examples of buying and selling operations.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - first complete dsa,and oops,core subjects of CSE,sql

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is HashMap?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and provides constant time complexity for basic operations.

    • HashMap allows quick access to values based on their keys

    • Keys must be unique and values can be duplicated

    • HashMap is not thread-safe and requires synchronization for concurrent access

    • Java's HashMap implementation uses hashing to distribute keys across buckets

  • Answered by AI
  • Q2. It’s a collection framework.

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best.

Skills evaluated in this interview

I was interviewed in Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 minutes
Round difficulty - Hard

There was 2 parts. First part problems were based on Quantitative Aptitude. Problems were of 3 types- Easy, Medium and Hard with different scores. Difficulty keeps on increasing if you answer correctly and keeps on decreasing if you answer incorrectly.
First part was of 45 mins.
Second part consisted of 2 coding problems- Medium, Hard. One was based on Greedy and other was a difficult DP + Bitmask problem.
Coding part had more weightage than Aptitude.

  • Q1. K Centers

    In Ninja Land there are ‘N’ cities numbered from 0 to ‘N’-1. The distance between each pair of cities is given by N * N matrix ‘DIST’ where ‘DIST[i][j]’ denotes the distance between city ‘i’ and ...

  • Ans. Brute force

    This problem is an NP-Hard problem i.e there exists no polynomial-time solution for it. So we cannot do anything more than brute force for the exact solution. See this link for more information.

     

    Algorithm

    • This is a recursive algorithm.
    • Create an empty integer list/vector ‘SELECTED’ of size ‘N’.
    • Initialize an integer variable ‘RESULT’:= INF.
    • We make a recursive function, let it be kCenterHelper(K, N, SELECTE...
  • Answered Anonymously
  • Q2. Beautiful String

    Suppose we are given an empty string “inputString”. We have to convert this “inputString” into a “Beautiful String”

    We can perform any number of operations on “inputString” to convert it...

  • Ans. Brute Force

    The idea is to insert “abc” at every position in a string , “helperString” (initialised as an empty string) recursively and comparing it with the input string “inputString” at every recursive step. If the “helperString” comes out to be equal to input string “inputString” then return “True” to the function else “False”.

     

    Algorithm:

     

    • First make a recursive boolean  function “Solve” and pass “helpe...
  • Answered Anonymously
Round 2 - Video Call 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

There were 3 interviewers in my panel. The most senior panellist asked q. related to my interests and internship experience.
Other 2 asked questions related to Coding and subjects. There was 1 coding question which was implementation based and involved many corner cases. They were checking if I was able to figure out different corner cases and handle those. 
There were situation based questions also asked. One question was on system design of Arogya Setu App.

  • Q1. Multiplying Complex Numbers

    You are given two complex numbers 'NUM1' and 'NUM2' as strings, “A+Bi” where ‘A’ represents the real part and ‘B’ represents the imaginary part.

    You have to fi...

  • Ans. Mathematics

    Let first and the second complex number be, ‘a + bi’ and ‘c+di’, then 

     

    'RESULT' = (a + bi) *(c + di) = (ac + adi) = (bci + bd * (-1)) as i^2 = -1

     

    ‘RESULT’ = (ac - bd) + (ad+ bc) i 

     

    The steps are as follows:

     

    1. We will parse the input and extract the real and imaginary parts of the number.
    2. Let ‘REAL1’, ‘IMG1’ store the real and imaginary part of the first number.
    3. Let ‘REAL2’, ‘IMG2’ ...
  • Answered Anonymously
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR round involved basic questions related to background and behaviour. It was basically a cultural fit round.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteria6.5 CGPAJaguar Land Rover interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Fundamentals of C/C++, Operating System, DBMS, OOPsTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Focus on Data Structures, Algorithms as >= 75% of your interview will be dedicated to it. Practice as much as you can.
Tip 2 : Learn the fundamentals of C, C++, OS, SQL as that are basic expectations of interviewer.
Tip 3 : Keep 2 descent projects in resume. Try to have an internship. It will make your resume strong.

Application resume tips for other job seekers

Tip 1 : Try to keep relevant information only. Add all your skills and achievements.
Tip 2 : Try to have links of your coding and Github profiles.
Tip 3 : Add 2 to 3 project with small descriptions. Try to keep bullet points. Do mention the Tech Stack.
Tip 4 : Don't lie on any skill. Write only those on which you have worked.

Final outcome of the interviewSelected

I was interviewed in Dec 2020.

Round 1 - Video Call 

(3 Questions)

Round duration - 70 Minutes
Round difficulty - Medium

There were 5 people in the zoom meet, including me. Rest all 4 were interviewers, 3 from India and 1 from the United Kingdom.
They started with my introduction and then moved on to the questions from my resume, starting with my internship at Samsung Bangalore and then projects.
Then another interviewer asked about my weakness and strength. Then comes the turn of coding questions.
Starting with finding the minimum element in O(1) time, rotating the 2-D array by 90 degrees, OOPS questions were also asked like- polymorphism, abstraction, virtual class. Some OS questions were- cache, paging algorithms.
Then come my POR and other activities.

  • Q1. Kth Smallest Element

    You are given an array of integers 'ARR' of size 'N' and another integer 'K'. Your task is to find and return 'K'th smallest value present in the array.

    ...
  • Ans. Brute Force
    1. Sort the elements of ‘ARR’ using function ‘SORT’
    2. Return element at ('K' - 1)th index
    Space Complexity: O(1)Explanation:

    O(1).

     

    Since we are not using any extra space.

    Time Complexity: O(nlogn)Explanation:

    O(N * logN) where ‘N’ is the number of elements in the array.

     

    As we are sorting the array which takes O(N * log(N)) time.

  • Answered Anonymously
  • Q2. Inplace rotate matrix 90 degree

    You are given a square matrix of non-negative integers of size 'N x N'. Your task is to rotate that array by 90 degrees in an anti-clockwise direction without using ...

  • Ans. Cycle rotation
    1. There are N/2  cycles in a matrix of size ‘N’.
    2. We traverse in the matrix from the outermost cycle, i.e. (0,0) to innermost cycle i.e. ((N/2)-1, (N/2)-1).
    3. For each cycle, we’ll swap the elements of the matrix in a group of four elements i.e. for each ‘i’ <= ‘j’ < ‘N-i-1’ for each 0 <= ‘i’ <= ‘(N/2)-1’ we swap:
      • ‘ARR[i] [j]’ with ‘ARR[j, N-1-i]’
      • ‘ARR[j, N-1-i]’ with ‘ARR[N-1-i, N-1-j]’
      • ‘ARR[N-1-i...
  • Answered Anonymously
  • Q3. OS Questions

    What are page replacement algorithm in Operating System?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteria7 CGPAJaguar Land Rover interview preparation:Topics to prepare for the interview - Arrays, Strings, Stack and Queue, STL, Object-Oriented Programming, Operating System, Database Management System, Computer NetworksTime required to prepare for the interview - 5 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice GFG Must Do section, solve at least 5 Questions daily
Tip 2 : Start talking to new people regarding technology to remove hesitation at the time of the interview.
Tip 3 : Be in contact with a senior already working in that company, ask them regarding previous experience and new project the company is working on.
Tip 4 : Once you are done with GFG must do questions, now complete leetcode sorting by your target company.
Tip 5 : For core subjects refer to gate smashers and knowledge gate videos on youtube.

Application resume tips for other job seekers

Tip 1 : Try to modify your resume according to the company you are applying for, for this read their Job Description provided to you.
Tip 2 : Mention no more than 3 projects and 1,2 internships.
Tip 3 : Divide your skills into beginner, intermediate and hard sections, otherwise don't mention too many skills.
Tip 4 : Don't mention to many Position Of Responsibilities( at max 2-3).

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics of iOS, Design Patterns , Memory leaks etc

Interview Preparation Tips

Interview preparation tips for other job seekers - I would recommend not to apply for any position in this company as they would reject you after hearing salary expectations & all the efforts that you did for clearing 5 rounds would be in vain.

All the feedbacks shared on every review platform regarding poor recruitment process is correct.
Some of the person who were involved in this kind of process are poonam mandhava, neha kumari, prakash balaraman.

Neha Kumari would try to manipulate you psychologically in making you feel that you have done well in interviews & do not consider going for other companies.

Poonam mandhava would behave as if she is reading some script & the decision is already been made earlier.

Guys beware of these persons & don't waste your time in investing in this company.

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All about basics of Android and Kotlin as deep as you can go from understanding point of view , no need to learn or mug syntaxes before interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Just study basic data structures and all about the tech stack for which you are applying. Anything new which is in the Field should be known to prove that you are not left behind .

Horiba India Interview FAQs

How many rounds are there in Horiba India Software Developer interview?
Horiba India interview process usually has 1 rounds. The most common rounds in the Horiba India interview process are One-on-one Round.
What are the top questions asked in Horiba India Software Developer interview?

Some of the top questions asked at the Horiba India Software Developer interview -

  1. how it goes developm...read more
  2. what is develope...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TransUnion Interview Questions
4.0
 • 88 Interviews
British Airways Interview Questions
3.1
 • 28 Interviews
SMC Corporation Interview Questions
3.6
 • 27 Interviews
Eversendai Interview Questions
3.8
 • 27 Interviews
Apotex Research Interview Questions
4.1
 • 27 Interviews
Plastic Omnium Interview Questions
3.7
 • 24 Interviews
Allegion Interview Questions
4.3
 • 23 Interviews
View all

Horiba India Software Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Engineer- Customer Support
64 salaries
unlock blur

₹3.7 L/yr - ₹8.1 L/yr

Senior Engineer
34 salaries
unlock blur

₹4.5 L/yr - ₹12 L/yr

Assistant Manager
31 salaries
unlock blur

₹7.6 L/yr - ₹14 L/yr

Service Engineer
28 salaries
unlock blur

₹2.2 L/yr - ₹6.7 L/yr

Product Manager
17 salaries
unlock blur

₹7 L/yr - ₹16.8 L/yr

Explore more salaries
Compare Horiba India with

Thermo Fisher Scientific

3.9
Compare

Agilent Technologies

4.2
Compare

Waters Corporation

4.1
Compare

Shimadzu Analytical India

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