Upload Button Icon Add office photos
Engaged Employer

i

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

Humanetics Innovative Solutions Verified Tick

Compare button icon Compare button icon Compare
4.3

based on 19 Reviews

Filter interviews by

Humanetics Innovative Solutions Software Engineer Interview Questions and Answers

Updated 18 Sep 2024

Humanetics Innovative Solutions Software Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

3 questions ( easy, medium, and moderate difficult ), each carries 300 marks. To qualify for the next round, a minimum score of 600 marks is required. Duration: 3 Hours

Round 2 - Technical 

(1 Question)

  • Q1. * Discussion of past projects * Questions on Technical Knowledge most of them are related to optimization & Scalability This round focuses on assessing the candidate’s technical knowledge and understandin...
Round 3 - Technical 

(1 Question)

  • Q1. Questions on in-depth concepts of python * Context Mangers * Metaclass * MRO * Iterators & Generators and more Asked about Desing Patterns, LLD, DSA related Also, 2 Coding Problems Duration: 45 Mins

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Problem solving, Atleast Intermediate level in DSA, LLD

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you explain the difference between a stack and a queue and provide a real-world example where each would be used.
  • Ans. 

    A stack is a Last In First Out (LIFO) data structure, while a queue is a First In First Out (FIFO) data structure.

    • Stack: LIFO - Last In First Out. Example: browser history where the last page visited is the first to be accessed.

    • Queue: FIFO - First In First Out. Example: a line at a grocery store where the first person in line is the first to be served.

  • Answered by AI
  • Q2. Given an array of integers, write a function to find the two numbers that add up to a specific target. How would you optimize this solution?
  • Ans. 

    Function to find two numbers in array that add up to target. Optimize solution.

    • Use a hash map to store each number and its index as you iterate through the array.

    • For each number, check if the difference between the target and the number exists in the hash map.

    • Return the indices of the two numbers that add up to the target.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared with coding challenges, especially related to arrays, linked lists, and trees.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Java Questions and coding
Round 2 - Coding Test 

30 min projects related questions

Round 3 - Technical 

(1 Question)

  • Q1. Project and behavioral questions
Round 4 - HR 

(1 Question)

  • Q1. Hr round questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What technical skills you've learned so far in the college
  • Q2. Where do you see yourself in the next 5 years.
  • Q3. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the pointers direction

    • Iterate through the linked list and change the direction of pointers

    • Use three pointers - prev, current, next to reverse the list

    • Update the head pointer to point to the new first node

  • Answered by AI
  • Q4. General dbms, os, and cn questions

Interview Preparation Tips

Topics to prepare for Johnson Controls Software Engineer interview:
  • dsa
  • C++
  • computer networks
  • OS
  • sql
Interview preparation tips for other job seekers - just learn basics of computer fundamentals, and know about your project you mentioned in resume, and be good with normal dsa questions like arrays, strings, linked list, stacks and queues, and you should be good mostly

Skills evaluated in this interview

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

I applied via campus placement at Dr DY Patil Institute of Management and Research, Pune and was interviewed in Nov 2023. There were 4 interview rounds.

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 - Aptitude Test 

Basic aptitude questions

Round 3 - Group Discussion 

Topic was "which is best work from home or work from office?"

Round 4 - Technical 

(2 Questions)

  • Q1. Questions about html, css and javascript
  • Q2. Questions based on resume

Software Engineer Interview Questions & Answers

Renishaw user image BT19MEC005 Afzal Ali

posted on 25 Sep 2023

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

(1 Question)

  • Q1. Asked many questions from almost all subjects of mechanical engineering after starting from favorite subject.
Round 3 - Technical 

(1 Question)

  • Q1. Analysis of few mechanical systems. Degree of freedoms, dynamics of machine, trigonometry, geometry, vector algebra etc. Later fee computer science fundamentals were asked followed by bit more level of dsa...
Round 4 - HR 

(1 Question)

  • Q1. Why you want to work here. What makes you more preferable candidate than others. Are you willing to work from pune. Explained working culture and asked if I am comfortable with it. Salary expectations etc

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are getting better salary offer than this one, choose the other one. If you're expected salary hike here then you'll have to look for opportunities outside this company. Work culture and overall atmosphere are considerably good. Good place to start as software engineer if you're an mechanical engineer.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy coding exercise with test cases

Round 2 - Technical 

(2 Questions)

  • Q1. More about coding exercise
  • Q2. Work experience
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is Micro service ?
  • Ans. 

    Microservices are a software development technique where applications are composed of small, independent services that communicate over well-defined APIs.

    • Microservices are small, independent services that work together to form a complete application

    • Each microservice is responsible for a specific function or feature

    • Microservices communicate with each other over well-defined APIs

    • Microservices can be developed, deployed, ...

  • Answered by AI
  • Q2. What about XUnit Testing and NUnit testing difference
  • Ans. 

    XUnit and NUnit are both unit testing frameworks for .NET, with XUnit being newer and more extensible.

    • XUnit is newer and more extensible compared to NUnit

    • XUnit uses attributes for test methods while NUnit uses attributes for test fixtures

    • XUnit does not support TestFixtureSetUp and TestFixtureTearDown like NUnit

    • XUnit has better support for parallel testing compared to NUnit

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Observables vs promises Lifecycle hooks Pipes
  • Ans. 

    Observables are used for handling asynchronous operations in a stream-like manner, promises are for handling a single async operation, and lifecycle hooks are methods that allow you to tap into the lifecycle of a component in Angular.

    • Observables are used in Angular for handling asynchronous operations in a stream-like manner, allowing you to work with data over time.

    • Promises are used for handling a single asynchronous ...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Lazy loading Dependency injection

Skills evaluated in this interview

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

(1 Question)

  • Q1. On linux, process management, scheduling

Humanetics Innovative Solutions Interview FAQs

How many rounds are there in Humanetics Innovative Solutions Software Engineer interview?
Humanetics Innovative Solutions interview process usually has 3 rounds. The most common rounds in the Humanetics Innovative Solutions interview process are Technical and Coding Test.
How to prepare for Humanetics Innovative Solutions Software Engineer 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 Humanetics Innovative Solutions. The most common topics and skills that interviewers at Humanetics Innovative Solutions expect are Automation Testing, Backend, CCTV Monitoring, Data Structures and Algorithms and Instrumentation Engineering.
What are the top questions asked in Humanetics Innovative Solutions Software Engineer interview?

Some of the top questions asked at the Humanetics Innovative Solutions Software Engineer interview -

  1. Questions on in-depth concepts of python * Context Mangers * Metaclass * MRO *...read more
  2. * Discussion of past projects * Questions on Technical Knowledge most of them a...read more

Tell us how to improve this page.

Technician
11 salaries
unlock blur

₹2.5 L/yr - ₹3.5 L/yr

Design Engineer
8 salaries
unlock blur

₹2.9 L/yr - ₹6 L/yr

Senior Technician
7 salaries
unlock blur

₹2.8 L/yr - ₹4 L/yr

CAE Project Engineer
5 salaries
unlock blur

₹6.3 L/yr - ₹9.4 L/yr

Lead Engineer
4 salaries
unlock blur

₹9 L/yr - ₹10 L/yr

Explore more salaries
Compare Humanetics Innovative Solutions with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

Tech Mahindra

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview