Upload Button Icon Add office photos

Filter interviews by

Habasit India Applications Engineer Interview Questions and Answers

Updated 10 Jul 2021

Habasit India Applications Engineer Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. About the previous role that I worked with.
  • Q2. What is coefficient of friction?
  • Ans. 

    Coefficient of friction is the ratio of the force required to move an object over a surface to the weight of the object.

    • It is a dimensionless quantity.

    • It depends on the nature of the surfaces in contact.

    • It can be static or kinetic.

    • It is used to calculate the force required to move an object over a surface.

    • Examples: rubber on concrete has a higher coefficient of friction than ice on ice.

  • Answered by AI
  • Q3. What is torque?
  • Ans. 

    Torque is a measure of the twisting force that causes rotation.

    • Torque is a vector quantity, meaning it has both magnitude and direction.

    • It is measured in units of force times distance, such as newton-meters or pound-feet.

    • Torque is important in many fields, including engineering, physics, and mechanics.

    • Examples of torque include the force applied to a wrench to tighten a bolt, or the force applied to a car's wheels to m...

  • Answered by AI
  • Q4. Different type of motors and their positioning in conveyors
  • Ans. 

    Different types of motors used in conveyors include AC motors, DC motors, servo motors, and stepper motors.

    • AC motors are commonly used for high-power applications and are easy to control.

    • DC motors are often used for low-power applications and are simple to operate.

    • Servo motors are used for precise positioning and speed control.

    • Stepper motors are used for precise positioning and are ideal for applications that require l...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always gather information about the technology the company is using.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1st round coding: First there was written test on coding and unix basic commands like grep,ping. Then there was face 2 face coding round where they asked - a. Given input string aaabbc print output a3b2c1.
  • Q2. 2nd round troubleshooting: its troubleshooting round, where you will be asked question based on some issue. Mine was related to unix scripting and troubleshooting.
  • Q3. 3rd round technical round: I was asked about my project and if I faced any technical issue. Then one simple coding question related to palindromes.
  • Q4. 4th round managerial: They asked some behavior questions. Then one coding question related to dynamic Programming.

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied application support engineer role and got selected. If you are good in coding and logically sound then you can apply for it. It's not so hard compared to SDE interview.

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

Interview Questionnaire 

1 Question

  • Q1. Explain a shell script automation that you created in your current project.
  • Ans. 

    Created a shell script automation to automate data backup process.

    • Wrote a shell script that uses the 'rsync' command to copy files from source to destination.

    • Implemented a cron job to schedule the script to run at specific intervals.

    • Included error handling and logging mechanisms to track any failures or issues.

    • Used variables and parameters to make the script flexible and reusable.

    • Added email notifications to inform the

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - this is very common question and its always better to be prepared with your best automation script. we cannot remember all details if script was written long back so go through the script once before interview and prepare your answer properly.

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. In the first round it was coding round 2 codes were asked in this round.go through oops
  • Q2. In the second round it was technical hr coding. related tech questions were asked and previous project questions were asked.
  • Q3. In the third round it was technical hr scripting where scripting in Linux and some questions about linux and then previous project experience questions was asked
  • Q4. The next two rounds where hiring manager rounds.All the questions asked here was scenario based questions .all of them were based on Amazon leadership principles

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are technically strong you can be cool and you can attend the interview you can clear first 3 rounds easily but for the 4th and 5th round please go through the Amazon leadership principles and use the STAR rule to answer the questions.
Interview experience
3
Average
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. Data structures and Perl questions
  • Q2. How can you search a file inside folder levels via command line
  • Ans. 

    To search a file inside folder levels via command line, use the 'find' command.

    • Open the command prompt or terminal

    • Navigate to the folder where you want to start the search

    • Use the 'find' command followed by the name of the file you want to search for

    • Optionally, you can specify the depth of the search using the '-maxdepth' flag

    • Example: 'find . -name myfile.txt -maxdepth 2'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study DS and Algo, problem solving and linux commands

Skills evaluated in this interview

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Total 3 round was there First 2 questions from the data structure and algorithm and third round was design
  • Q2. Reverse the linked list
  • Ans. 

    Reverse a linked list

    • Create three pointers: current, prev, and next

    • Iterate through the linked list, updating pointers accordingly

    • Set the head of the linked list to the new tail

  • Answered by AI
  • Q3. Diameter of binary tree
  • Ans. 

    The diameter of a binary tree is the number of nodes on the longest path between two leaves in the tree.

    • The diameter of a binary tree can be calculated by finding the height of the left subtree, the height of the right subtree, and adding them together.

    • The diameter may or may not pass through the root of the tree.

    • Example: For the binary tree below, the diameter is 4 (nodes 1, 2, 4, 7).

    • 1

    • / \

    • 2 3

    • / \

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall it was good

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain on AWS components
  • Ans. 

    AWS components are services provided by Amazon Web Services for cloud computing.

    • Compute services like EC2, Lambda

    • Storage services like S3, EBS

    • Database services like RDS, DynamoDB

    • Networking services like VPC, Route 53

    • Management tools like CloudWatch, CloudFormation

  • Answered by AI
  • Q2. How does Terraform work
  • Ans. 

    Terraform is an infrastructure as code tool that allows users to define and provision data center infrastructure using a declarative configuration language.

    • Terraform uses a configuration file written in HashiCorp Configuration Language (HCL) to define the desired state of infrastructure.

    • It then compares the desired state with the current state of the infrastructure and creates an execution plan to reach the desired sta...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Dynamic Programming, Greedy Algorithm

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about a time where you found a bug and how you resolved
  • Ans. 

    Discovered a bug in the software during testing and resolved it by identifying the root cause and implementing a fix.

    • During testing, found a bug where the application crashed when a specific input was entered.

    • Investigated the issue by analyzing the code and logs to identify the root cause.

    • Implemented a fix by updating the code to handle the input correctly and retested to ensure the bug was resolved.

  • Answered by AI
  • Q2. Trouble shooting steps if speakers of mobile are not working
  • Ans. 

    Check volume settings, restart phone, check for software updates, test with headphones

    • Check if volume is turned up on the phone

    • Restart the phone to see if that resolves the issue

    • Check for any software updates that may fix the problem

    • Test the speakers with headphones to determine if the issue is with the speakers or the phone

  • Answered by AI

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

Interview Questionnaire 

1 Question

  • Q1. R&S, cloud, stp, bgp, acl, sdwan

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for routing and switching well. Cloud is added advantage.

Habasit India Interview FAQs

What are the top questions asked in Habasit India Applications Engineer interview?

Some of the top questions asked at the Habasit India Applications Engineer interview -

  1. Different type of motors and their positioning in convey...read more
  2. What is coefficient of fricti...read more
  3. What is torq...read more

Tell us how to improve this page.

Habasit India Applications Engineer Salary
based on 4 salaries
₹6.3 L/yr - ₹7.1 L/yr
15% less than the average Applications Engineer Salary in India
View more details
Assistant Manager
4 salaries
unlock blur

₹7.5 L/yr - ₹9 L/yr

Applications Engineer
4 salaries
unlock blur

₹6.2 L/yr - ₹7.1 L/yr

Senior Executive
4 salaries
unlock blur

₹5.5 L/yr - ₹7.4 L/yr

Senior Manager Information Technology
4 salaries
unlock blur

₹15.4 L/yr - ₹21.2 L/yr

SAP PP QM Consultant
4 salaries
unlock blur

₹22.2 L/yr - ₹22.6 L/yr

Explore more salaries
Compare Habasit India with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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