Upload Button Icon Add office photos

Filter interviews by

Umang Software Technologies Associate Software Engineer Interview Questions and Answers for Freshers

Updated 4 Aug 2022

Umang Software Technologies Associate Software Engineer Interview Experiences for Freshers

1 interview found

Round 1 - Aptitude Test 

General knowledge questions

Round 2 - Coding Test 

Simple coding questions using any language u know

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate and dedicated software engineer with experience in developing and implementing software solutions.

    • Proficient in programming languages such as Java, C++, and Python

    • Strong problem-solving and analytical skills

    • Experience in developing web applications using frameworks like Spring and Django

    • Familiarity with database management systems like MySQL and MongoDB

    • Ability to work effectively in a team and collabo...

  • Answered by AI
  • Q2. Your ambitions in life
  • Ans. 

    To continuously learn and grow as a software engineer, contribute to meaningful projects, and eventually become a technical leader.

    • Continuous learning and growth

    • Contributing to meaningful projects

    • Becoming a technical leader

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company but package is not so high
Fresher can apply through their website

Interview questions from similar companies

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

I applied via Referral

Round 1 - Assignment 

API Design using Node and Mongo

Round 2 - Coding Test 

NodeJs , JavaScript, System Design

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

(3 Questions)

  • Q1. About your self
  • Q2. About work experience
  • Q3. Ablut Lasts project and technology
Round 2 - HR 

(1 Question)

  • Q1. About yourself in detail

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for freshers
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 - Coding Test 

Logical questions like.
1 Find the occurrence of number.
2 database question

Round 3 - Aptitude Test 

Like distance and time.
Percentage

Interview Preparation Tips

Interview preparation tips for other job seekers - Everything was very nice
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Tell me about your Projects?
Round 2 - Technical 

(2 Questions)

  • Q1. Write a code in Javascript? and answer the given codes.
  • Ans. 

    The candidate should write a code in Javascript and explain it.

    • Use proper syntax and conventions of Javascript

    • Explain the purpose of the code and how it works

    • Provide examples to demonstrate the code

  • Answered by AI
  • Q2. About css properties, flex, responsiveness.
Round 3 - Assignment 

I have to design webpage. They provided me wireframe of it. and later they told me to do some changes.

Round 4 - Behavioral 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Asked me Aptitude question based on time and distance.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Advance C, Java script ,Python, Html, Excel knowledge

Round 2 - Group Discussion 

Give me topic and i will discussed you that topic about regarding all things

Interview Preparation Tips

Topics to prepare for HCL Infosystems Software Developer interview:
  • Advance C
  • Javascript
  • Python
  • Html
  • Excel knowledge
  • Oracle
Interview preparation tips for other job seekers - I have a inovater and team player and best Communication skill and applied my knowledge and skill to grow this Company in best manner and good manner.

I was interviewed in Apr 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Coding Round:
Questions -3
Time- 90 min
Topic- DP, Array, String

  • Q1. Left Rotations of An Array

    You are given an array consisting of 'N' elements and you need to perform 'Q' queries on the given array. Each query consists of an integer which tells the number...

  • Ans. Rotate One Element At A Time

    The idea is to create a function which would rotate the array one element at a time. This can be done by shifting the array towards left by one element and copying the first element to the end of the array. For every query repeatedly call the above function, until the desired rotation is obtained.

     

    If the number of rotations required, say ‘K’, is greater than the number of elements, ‘N’,...

  • Answered by CodingNinjas
  • Q2. Ways To Make Coin Change

    You are given an infinite supply of coins of each of denominations D = {D0, D1, D2, D3, ...... Dn-1}. You need to figure out the total number of ways W, in which you can make a cha...

  • Ans. Recursion

     

    1. The idea is to use recursion.
    2. For a particular coin, we have two options either include it or exclude it.
    3. If we include that coin, then calculate the remaining number that we have to generate so recur for that remaining number.
    4. If we exclude that coin, then recur for the same amount that we have to make.
    5. Our final answer would be the total number of ways either by including or excluding.
    6. There will be two edg...
  • Answered by CodingNinjas
  • Q3. String Transformation

    Given a string (STR) of length N, you have to create a new string by performing the following operation:

    Take the smallest character from the first 'K' characters of STR, re...

  • Ans. Brute Force Approach
    • Create a new “answer” string that will contain the modified string
    • While the input string's length is greater than 0
      • Find the minimum character in the first K characters of the string (or the entire string if its length is less than K)
      • Append that character to the “answer” string
      • Remove that character from the input string
    • Return the “answer” string
    Space Complexity: O(1)Explanation:

    O(1)

     

    Since we ar...

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from SR Institute of Management & Technology. I applied for the job as SDE - 1 in HyderabadEligibility criteriaAbove 7 CGPA, Career camp student of coding ninjasTech Vedika interview preparation:Topics to prepare for the interview - :Data Structures, Algorithms, Database, OOPS, javascriptTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip1 : Practice at least 250 Questions based on DSA 
Tip2 : Practice at least 50 Basic Javascript Questions
Tip3 : Practice at least 50 SQL query Questions 
Tip4 : Do at least 2 projects ( full stack-based technology )

Application resume tips for other job seekers

Tip 1 : Keep it short. Mention the academic and professional projects you've done.
Tip 2 : Add your educational details properly with the percentage or CGPA obtained.
Tip 3 : Have some projects on a resume.
Tip 4 : Do not put false things on your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. OOPS concepts
  • Q2. SQL questions
  • Q3. Write a program..
  • Ans. 

    Program to print the Fibonacci series up to a given number.

    • Take input from user for the limit of the series.

    • Initialize two variables with 0 and 1 respectively.

    • Use a loop to generate the series and print each number.

    • Add the previous two numbers to get the next number in the series.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. How many years of experience you have
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2022. There were 4 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 - Aptitude Test 

Math,logical reasoning, english

Round 3 - Technical 

(2 Questions)

  • Q1. Core java basics
  • Q2. Database basics
Round 4 - Technical 

(3 Questions)

  • Q1. Explain your project during CDAC
  • Q2. Some basic puzzles
  • Q3. 2 codes on java
  • Ans. 

    The question asks for 2 Java codes.

    • Provide 2 Java codes

    • Ensure the codes are related to software development

    • Explain the purpose or functionality of each code

    • Include any relevant examples or explanations

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for freshers

Skills evaluated in this interview

Umang Software Technologies Interview FAQs

How many rounds are there in Umang Software Technologies Associate Software Engineer interview for freshers?
Umang Software Technologies interview process for freshers usually has 3 rounds. The most common rounds in the Umang Software Technologies interview process for freshers are Aptitude Test, Coding Test and HR.

Tell us how to improve this page.

Software Developer
12 salaries
unlock blur

₹2.4 L/yr - ₹4.5 L/yr

Junior Software Developer
3 salaries
unlock blur

₹2.4 L/yr - ₹2.8 L/yr

Explore more salaries
Compare Umang Software Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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