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
3.3

based on 164 Reviews

Filter interviews by

Utthunga Technologies Software Engineer Interview Questions and Answers

Updated 19 Aug 2023

Utthunga Technologies Software Engineer Interview Experiences

2 interviews found

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

Interview experience
4
Good
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 

(1 Question)

  • Q1. Interface why we use Basic OOPs Sorting Algo
  • Ans. 

    Interfaces are used in OOP to define a contract for classes to implement, allowing for polymorphism and loose coupling.

    • Interfaces in OOP define a set of methods that a class must implement, providing a contract for behavior.

    • Interfaces allow for polymorphism, where different classes can be treated as instances of the same interface.

    • Interfaces promote loose coupling between classes, as they only need to know about the in...

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was simple mostly asked basic coding questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Interviewed with ceo
  • Q2. What is your background and things?
Round 3 - One-on-one 

(1 Question)

  • Q1. Mostly technical questions were asked
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 

Building selection system using best practices in C# dot net, SOLID principle, Design Patterns.
It was above average difficult question and time was less. But they were ok to give more time to complete the system. lasted around 4 hours

Round 2 - Aptitude Test 

Asked questions about previous experience and my aptitude. they were keep to know if I am ok to work in fast pace environment. lasted around 40 mins.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared. They have detailed questions based on conceptual clarity.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding Test involved some MCQ and a question

Round 2 - One-on-one 

(2 Questions)

  • Q1. Mostly Software Related question on DSA
  • Q2. Arrays and strings
Round 3 - Coding Test 

DSA questions were there and behavioural

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Basic of Core java
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Two coding questions along with 10 technical mcq questions

Round 2 - Technical 

(2 Questions)

  • Q1. Coding questions like printing inverted pyramid
  • Q2. All the key concepts in C#
  • Ans. 

    Key concepts in C# include classes, objects, inheritance, polymorphism, encapsulation, and exception handling.

    • Classes: Blueprint for creating objects

    • Objects: Instances of classes that hold data and behavior

    • Inheritance: Allows a class to inherit properties and methods from another class

    • Polymorphism: Ability to use a single interface to represent different types of objects

    • Encapsulation: Bundling of data and methods into ...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. General attitude related questions
  • Q2. Questions related to work ethics you practice

Skills evaluated in this interview

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

A link was shared for aptitude test with a coding question based on array manipulation

Round 2 - Coding Test 

It was one on one round and there were multiple coding related questions asked

Utthunga Technologies Interview FAQs

How many rounds are there in Utthunga Technologies Software Engineer interview?
Utthunga Technologies interview process usually has 3 rounds. The most common rounds in the Utthunga Technologies interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Utthunga Technologies 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 Utthunga Technologies. The most common topics and skills that interviewers at Utthunga Technologies expect are API, AWS, Agile, Agile Methodology and Analytical.
What are the top questions asked in Utthunga Technologies Software Engineer interview?

Some of the top questions asked at the Utthunga Technologies Software Engineer interview -

  1. Explain Oops concepts in c# Solid and design principles Task vs thread Differen...read more
  2. Interface why we use Basic OOPs Sorting A...read more
  3. Explain singleton design pattern, And general questi...read more

Tell us how to improve this page.

Utthunga Technologies Software Engineer Salary
based on 228 salaries
₹4 L/yr - ₹15 L/yr
7% more than the average Software Engineer Salary in India
View more details

Utthunga Technologies Software Engineer Reviews and Ratings

based on 24 reviews

3.0/5

Rating in categories

2.6

Skill development

2.4

Work-Life balance

2.5

Salary & Benefits

2.6

Job Security

2.5

Company culture

2.1

Promotions/Appraisal

2.2

Work Satisfaction

Explore 24 Reviews and Ratings
Software Engineer
228 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Senior Software Engineer
147 salaries
unlock blur

₹5.9 L/yr - ₹24 L/yr

Associate Software Engineer
134 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Software Developer
75 salaries
unlock blur

₹3.5 L/yr - ₹15 L/yr

Technical Lead
63 salaries
unlock blur

₹8.5 L/yr - ₹27 L/yr

Explore more salaries
Compare Utthunga Technologies with

L&T Technology Services

3.4
Compare

TCS

3.7
Compare

HCLTech

3.5
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