Upload Button Icon Add office photos
Engaged Employer

i

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

Utthunga Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Utthunga Technologies Interview Questions, Process, and Tips for Experienced

Updated 3 Apr 2025

Top Utthunga Technologies Interview Questions and Answers for Experienced

Utthunga Technologies Interview Experiences for Experienced

Popular Designations

15 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 3 Apr 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Difference between Star Schema & Snowflake schema ?
  • Ans. 

    Star Schema has a centralized fact table with denormalized dimensions; Snowflake Schema normalizes dimensions into multiple related tables.

    • Star Schema features a single fact table connected to multiple dimension tables.

    • Snowflake Schema normalizes dimension tables into multiple related tables, reducing redundancy.

    • Example of Star Schema: Sales data with a fact table for sales and dimension tables for products, customers,...

  • Answered by AI
  • Q2. What is DAX ?
  • Ans. 

    DAX (Data Analysis Expressions) is a formula language used in Power BI, Excel, and SQL Server for data modeling and analysis.

    • DAX is used to create custom calculations in Power BI and Excel.

    • It includes functions for filtering, aggregating, and manipulating data.

    • Example: CALCULATE function allows you to modify filter context in calculations.

    • DAX supports time intelligence functions like YEAR, MONTH, and DATEDIFF for date-...

  • Answered by AI

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asked about previous projects.

Embedded Engineer Interview Questions asked at other Companies

Q1. What is the difference between sensors and actuators
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(4 Questions)

  • Q1. Questions related to html5, css3, angular. project based questions
  • Q2. Difference between var let and const
  • Ans. 

    var is function scoped, let is block scoped, const is block scoped and cannot be reassigned.

    • var is function scoped, let is block scoped, const is block scoped and cannot be reassigned

    • var can be redeclared and updated, let can be updated but not redeclared, const cannot be redeclared or updated

    • Use const for values that should not change, use let for values that may change, use var sparingly

  • Answered by AI
  • Q3. Angular component communication,rxjs, state management
  • Q4. Callback,timeout related questions

Skills evaluated in this interview

Lead UI Developer Interview Questions asked at other Companies

Q1. difference between var let and const
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. About plant and designing

Interview Preparation Tips

Interview preparation tips for other job seekers - No

Process Engineer Interview Questions asked at other Companies

Q1. What is APQP and where is it used. And how many phases does it have? and fmea which phase are performed?
View answer (2)

Utthunga Technologies interview questions for popular designations

 Software Developer

 (4)

 Software Engineer

 (2)

 Embedded Engineer

 (2)

 Embedded Testing Engineer

 (2)

 Senior Software Engineer

 (2)

 Java Developer

 (2)

 Process Engineer

 (1)

 Associate Engineer

 (1)

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

I appeared for an interview in Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Swift interview questions

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions related to your profile

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Jobs at Utthunga Technologies

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

I applied via Job Portal

Round 1 - Technical 

(1 Question)

  • Q1. Pump, compressor

Senior Process Engineer Interview Questions asked at other Companies

Q1. Which method to find no of plates in distillation column?
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Explain Oops concepts in c# Solid and design principles Task vs thread Difference between interface and abstract class
  • Ans. 

    OOPs concepts in C#, SOLID and design principles, Task vs Thread, Interface vs Abstract class

    • OOPs concepts in C# include encapsulation, inheritance, polymorphism, and abstraction

    • SOLID principles are Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion

    • Task is a unit of work in C# that represents an asynchronous operation, while Thread is a separate path of execution wi...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Same as 1 st round with programing questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Explain singleton design pattern, And general questions

Skills evaluated in this interview

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 (223)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2022. There were 2 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 

(2 Questions)

  • Q1. Questions about the DCS system Questions about PLC Questions about Process you are into
  • Q2. Questions about PID Questions about Process again

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident even if you are wrong and accept if you don't know
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Python basics questions
  • Q2. Git basic questions
Round 2 - Technical 

(1 Question)

  • Q1. Jenkins basic questions

Embedded Testing Engineer Interview Questions asked at other Companies

Q1. Data structures which I have learnt during college days STL classes which I have seen during my work
View answer (1)

Utthunga Technologies Interview FAQs

How many rounds are there in Utthunga Technologies interview for experienced candidates?
Utthunga Technologies interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the Utthunga Technologies interview process for experienced candidates are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Utthunga Technologies interview for experienced candidates?
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 Utthunga Technologies. The most common topics and skills that interviewers at Utthunga Technologies expect are Communication Skills, C++, Embedded C, Python and Programming.
What are the top questions asked in Utthunga Technologies interview for experienced candidates?

Some of the top questions asked at the Utthunga Technologies interview for experienced candidates -

  1. Explain Oops concepts in c# Solid and design principles Task vs thread Differen...read more
  2. Difference between Star Schema & Snowflake schem...read more
  3. difference between var let and co...read more
How long is the Utthunga Technologies interview process?

The duration of Utthunga Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Utthunga Technologies Interview Process for Experienced

based on 12 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Falcon Autotech Interview Questions
3.9
 • 46 Interviews
GKN Interview Questions
3.8
 • 26 Interviews
TMEIC Interview Questions
3.9
 • 19 Interviews
Festo Interview Questions
3.8
 • 19 Interviews
View all

Utthunga Technologies Reviews and Ratings

based on 192 reviews

3.3/5

Rating in categories

3.3

Skill development

2.9

Work-life balance

3.0

Salary

3.1

Job security

3.0

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 192 Reviews and Ratings
Process Engineer - Trainee

Pune

0-1 Yrs

Not Disclosed

Sales Manager For Discrete Manufacturing

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Lead- OTS

Pune

6-9 Yrs

Not Disclosed

Explore more jobs
Software Engineer
227 salaries
unlock blur

₹4 L/yr - ₹15.7 L/yr

Senior Software Engineer
163 salaries
unlock blur

₹6.9 L/yr - ₹23 L/yr

Associate Software Engineer
134 salaries
unlock blur

₹2.5 L/yr - ₹6.8 L/yr

Software Developer
73 salaries
unlock blur

₹3.5 L/yr - ₹15 L/yr

Technical Lead
62 salaries
unlock blur

₹8.5 L/yr - ₹27 L/yr

Explore more salaries
Compare Utthunga Technologies with

Rockwell Automation

3.7
Compare

GKN

3.8
Compare

Titan Engineering & Automation

4.0
Compare

Falcon Autotech

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