Upload Button Icon Add office photos

Filter interviews by

Nhance Consulting Engineers Interview Questions and Answers

Updated 3 Oct 2024

Nhance Consulting Engineers Interview Experiences

Popular Designations

3 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Details regarding previous jobs

Senior Design Engineer Interview Questions asked at other Companies

Q1. Noise, Vibration, and Harshness (NVH) in gearboxes are influenced by several factors, which can broadly be categorized into design, material, manufacturing, and operational factors. Here are some key factors affecting NVH in gearboxes: ### ... read more
View answer (1)

Cadd Designer Interview Questions & Answers

user image Anonymous

posted on 16 Nov 2023

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

I applied via Naukri.com and was interviewed in May 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 - Design Test 

(1 Question)

  • Q1. To develop the given drawing
Round 3 - One-on-one 

(1 Question)

  • Q1. Questions on skills
Round 4 - Behavioral 

(1 Question)

  • Q1. Final round will be taken by the manager

Cadd Designer Interview Questions asked at other Companies

Q1. what is difference between torque and bending moment?
View answer (1)

I applied via Referral and was interviewed in Mar 2022. 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 - Coding Test 

Mostly on C++, C# and Python

Round 3 - HR 

(1 Question)

  • Q1. How would you like to see yourself in another 5 years?

Interview Preparation Tips

Topics to prepare for Nhance Consulting Engineers Software Engineer interview:
  • C++
  • Python
  • C#
Interview preparation tips for other job seekers - The coding test will be on C++, C#, and Python.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)

Jobs at Nhance Consulting Engineers

View all

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Introduce yourself
  • Q2. What has been your experience with framework design and implementation?
  • Q3. What is the tech and languages you are comfortable with? Rate yourself on each.
  • Q4. What is your experience with finance?
  • Q5. What is TDD and BDD? What are the differences and which one do you prefer?
Round 2 - Technical 

(6 Questions)

  • Q1. Write a program to find the frequency of word in a sentence
  • Q2. Write a program to check if the sum of digits of.the given number is a prime number
  • Q3. Write an SQL query to get the second highest salary in the table
  • Q4. What is the difference between abstract class and interface? Give a use case for both.
  • Q5. Explain static and give it's use case.
  • Q6. Where are objects stored in memory?

Interview Preparation Tips

Interview preparation tips for other job seekers - Thoroughly practice and study language of your choice
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Interview was taken in malad on interface 7 building The relationship officer Vaibhav Panchal . He assigned Interviewer the way he was talking he was not able to speak in english half of the question i was...
  • Q2. His english was poor How you will get the customer count who speak in english? he didn't gave me which table to fetch from ? * question changed get the customer from one table and count from the other ...

Interview Preparation Tips

Interview preparation tips for other job seekers - They intend to hire from internal referrals, why waste our time and your
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(6 Questions)

  • Q1. Explain your last project and your role in this project
  • Q2. Overall working experience with other companies
  • Q3. Why choose kafka over MQ ? what challenges you faced during kafka implementation ?
  • Q4. Monolith to microservice migration journey ? what all decisions needs to be taken and how the entire migration took place.
  • Q5. If worked for RestAPI ? what is the use of swagger ? what is the content of Swagger documentation ?
  • Q6. Only this was asked to me , and rejected

Interview Preparation Tips

Interview preparation tips for other job seekers - Get your interview scheduled only through referals , as at least you can get what went wrong if not selected .
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Nov 2024.

Round 1 - Case Study 

Here’s a simple framework to approach a case study effectively:


---

Case Study Framework

1. Understand the Problem

Read the case thoroughly and identify the key issue.

Ask clarifying questions if needed (if in a live setting).

Summarize the problem in your own words.



2. Analyze the Situation

SWOT Analysis (Strengths, Weaknesses, Opportunities, Threats)

Identify relevant stakeholders.

Gather data or key insights from the case text.



3. Identify Alternatives

Brainstorm possible solutions to the problem.

Consider multiple approaches (e.g., short-term vs. long-term solutions).



4. Evaluate the Alternatives

Weigh the pros and cons of each solution.

Assess feasibility, costs,

Round 2 - Technical 

(2 Questions)

  • Q1. What are the common performance issues that can occur in a system?
  • Ans. 

    Common performance issues in a system include slow response times, high resource usage, bottlenecks, and crashes.

    • Slow response times can be caused by inefficient code, network latency, or overloaded servers.

    • High resource usage can lead to system slowdowns and crashes, often caused by memory leaks or inefficient algorithms.

    • Bottlenecks occur when a component of the system becomes a limiting factor, such as a database ser...

  • Answered by AI
  • Q2. What is your experience with software bug fixing?
  • Ans. 

    I have experience in identifying and resolving software bugs through thorough testing and collaboration with developers.

    • Identifying bugs by reproducing issues reported by users

    • Collaborating with developers to understand root cause of bugs

    • Testing bug fixes to ensure they are effective

    • Utilizing bug tracking tools like Jira or Bugzilla

    • Experience with regression testing to prevent reoccurrence of bugs

  • Answered by AI
Round 3 - Coding Test 

Shortcut Tips for Coding Tests: 1. Master the Basics: Familiarize yourself with arrays, strings, loops, and conditional statements. 2. Learn Patterns: Concentrate on sliding window, two-pointer techniques, recursion, and divide-and-conquer methods. 3. Use Standard Algorithms: Study breadth-first search (BFS), depth-first search (DFS), sorting algorithms, and dynamic programming principles. 4. Understand Data Structures: Practice with stacks, queues, linked lists, and trees. 5. Practice Edge Cases: Consider scenarios involving empty inputs, duplicates, and large datasets. 6. Write Pseudocode: Outline your plan before starting to code. 7. Optimize Early: Always strive for efficiency in your solutions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Quick Tips for Job Seekers:

1. Know Your Strengths: Identify skills and tailor your resume.


2. Network: Leverage LinkedIn, industry events, and connections.


3. Customize Applications: Align resumes and cover letters to job descriptions.


4. Prepare for Interviews: Research companies and practice answers.


5. Upskill: Learn in-demand tools, certifications, and soft skills.


6. Stay Organized: Track applications and follow-ups.


7. Be Positive: Handle rejections as learning opportunities.


8. Leverage Social Media: Optimize LinkedIn and maintain professionalism online.


9. Consider All Opportunities: Explore freelance, contract, or adjacent roles.


10. Follow Up: Send thank-you notes and stay connected with recruiters.



Stay consistent and persistent—your opportunity is ahead!
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Filters in Tableau
  • Q2. Blending and joins in Tableau
  • Q3. LOD expressions in Tableau
  • Q4. Different types of Joins in SQL, difference between TRUNCATE and DELETE
Round 2 - One-on-one 

(2 Questions)

  • Q1. About my technical experience
  • Q2. What will you do if you get the offer from multiple companies

Interview Preparation Tips

Interview preparation tips for other job seekers - I had 2 rounds of interviews for the position at Wells Fargo. The first round was a teams interview where I was asked questions on Tableau, SQL, and logical reasoning, which I answered successfully and cleared. The second round was an in-person interview on Monday, which required me to take time off from work. This was a managerial interview with no technical questions, except for one about the difference between rank and dense rank.

After the second round, I did not receive any feedback for several days, so I contacted HR to inquire about the status. They assured me they would provide an update, but I did not hear back. I reached out again and was told that I was not selected because I was "not technically strong." This reason seemed misleading, as the second round was not even technical in nature.

My impression is that my current salary expectations may have exceeded their budget for the role. Rather than acknowledging this, it seems they opted to cite a technical deficiency as the reason for my rejection, which I believe was not accurate.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. Introduction, be prepared to have knowledge on your resume
  • Q2. Mathematical questions like percentage
  • Q3. Critical thinking. They asked a question with a given situation what you'll do .
  • Q4. The past 4 days been climate be stroming . And current was cut off due to rain and flood , you have a important assignment to finish, what you'll do

Interview Preparation Tips

Interview preparation tips for other job seekers - I went to citi for the interview of operation specialist other day. I been waitied for around 4 hours just to get my first round of interview. The interviewer seems exhausted due to overwhelming candidate. And one thing is shown upon the scheduling of the interview is lack of people management and schedules. The interviewer seems nice even though i didn't selected
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

During the coding test, I was asked to write a program to check the frequency of characters in a string.

Round 2 - Technical 

(5 Questions)

  • Q1. What is Java , what are the four pillars of java
  • Q2. Related to collection framework
  • Q3. What is recursion, write a code for it
  • Q4. Why we don't use pointers in java
  • Q5. What are the difference between array and arraylist

Interview Preparation Tips

Interview preparation tips for other job seekers - well prepare for all the questions like Java and oops

Nhance Consulting Engineers Interview FAQs

How many rounds are there in Nhance Consulting Engineers interview?
Nhance Consulting Engineers interview process usually has 2-3 rounds. The most common rounds in the Nhance Consulting Engineers interview process are Resume Shortlist, One-on-one Round and Coding Test.
How to prepare for Nhance Consulting Engineers 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 Nhance Consulting Engineers. The most common topics and skills that interviewers at Nhance Consulting Engineers expect are AutoCAD, Staad Pro, Structural Engineering, 3D Modeling and Civil Engineering.
What are the top questions asked in Nhance Consulting Engineers interview?

Some of the top questions asked at the Nhance Consulting Engineers interview -

  1. Final round will be taken by the mana...read more
  2. To develop the given draw...read more
  3. Questions on ski...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Nhance Consulting Engineers interviews
Referral
Job Portal
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCE Interview Questions
3.8
 • 240 Interviews
AECOM Interview Questions
4.3
 • 109 Interviews
Worley Interview Questions
4.1
 • 107 Interviews
Bechtel Interview Questions
4.0
 • 65 Interviews
Mott MacDonald Interview Questions
4.2
 • 42 Interviews
Mecon Interview Questions
4.0
 • 41 Interviews
Black & Veatch Interview Questions
4.3
 • 12 Interviews
View all

Nhance Consulting Engineers Reviews and Ratings

based on 7 reviews

3.9/5

Rating in categories

3.7

Skill development

3.9

Work-Life balance

3.6

Salary & Benefits

3.9

Job Security

4.1

Company culture

3.6

Promotions/Appraisal

3.8

Work Satisfaction

Explore 7 Reviews and Ratings
Mechanical Draftsman

Hyderabad / Secunderabad

3-8 Yrs

Not Disclosed

Senior Mechanical Design Engineer

Hyderabad / Secunderabad

5-9 Yrs

Not Disclosed

Senior Sales Engineer (Civil Engineering Software's)

Hyderabad / Secunderabad

3-8 Yrs

Not Disclosed

Explore more jobs
Cadd Designer
7 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Software Developer
6 salaries
unlock blur

₹7.5 L/yr - ₹16 L/yr

Software Engineer
4 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Structural Engineer
4 salaries
unlock blur

₹5 L/yr - ₹6.6 L/yr

Senior Design Engineer
3 salaries
unlock blur

₹8.5 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Nhance Consulting Engineers with

TCE

3.8
Compare

Mecon

4.0
Compare

L&T Technology Services

3.3
Compare

AECOM

4.3
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