Upload Button Icon Add office photos

Filter interviews by

Radhey Hvac Engineers Applications Engineer Interview Questions and Answers

Updated 21 Aug 2023

Radhey Hvac Engineers Applications Engineer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in Feb 2023. There were 3 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 - Technical 

(1 Question)

  • Q1. HVAC related, previous experience related
Round 3 - Technical 

(1 Question)

  • Q1. AHU related, deep questions related to motor fan, filter, dry scrubber, HVAC system, vapour compression cycle, etc

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.

Radhey Hvac Engineers Interview FAQs

How many rounds are there in Radhey Hvac Engineers Applications Engineer interview?
Radhey Hvac Engineers interview process usually has 3 rounds. The most common rounds in the Radhey Hvac Engineers interview process are Technical and Resume Shortlist.

Tell us how to improve this page.

Radhey Hvac Engineers Applications Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Compare Radhey Hvac Engineers 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