Upload Button Icon Add office photos

Filter interviews by

Uurmi Systems Associate Software Engineer Interview Questions and Answers

Updated 10 Aug 2024

Uurmi Systems Associate Software Engineer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude and Basic programming

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain about the OSI stack?
  • Ans. 

    The OSI stack is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven layers.

    • The OSI (Open Systems Interconnection) model consists of seven layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has specific functions and communicates with the adjacent layers through defined protocols.

    • The OSI model helps in understanding...

  • Answered by AI
  • Q2. Explain CSMA-CA/CD
  • Ans. 

    CSMA-CA/CD is a network protocol used in Ethernet networks to avoid collisions and manage access to the network.

    • CSMA-CA stands for Carrier Sense Multiple Access with Collision Avoidance.

    • CSMA-CD stands for Carrier Sense Multiple Access with Collision Detection.

    • CSMA-CA is used in wireless networks to avoid collisions by listening before transmitting.

    • CSMA-CD is used in wired networks to detect collisions by listening whil...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why this company?
  • Ans. 

    I chose this company for its innovative projects, strong company culture, and opportunities for growth.

    • Innovative projects such as developing cutting-edge software solutions

    • Strong company culture focused on collaboration and continuous learning

    • Opportunities for growth through mentorship programs and career development initiatives

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on concepts related to computer networks, UML, Data Structures, OOPS,C,C++

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. Find the largest no. in arrary
  • Ans. 

    Find the largest number in an array of strings.

    • Convert each string in the array to a number using parseInt()

    • Use Math.max() to find the largest number in the array

  • Answered by AI
  • Q2. Two sum problem directly from leet code

Skills evaluated in this interview

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

I applied via campus placement at National Institute of Technology (NIT), Calicut and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was easy. Only basic questions were asked.

Round 2 - Technical 

(2 Questions)

  • Q1. What was your project?
  • Ans. 

    Developed a web-based inventory management system for a retail company

    • Used HTML, CSS, and JavaScript for front-end development

    • Utilized PHP and MySQL for back-end development

    • Implemented features such as product tracking, order processing, and reporting

    • Collaborated with team members to ensure project completion within deadline

  • Answered by AI
  • Q2. How can you improve your website?
  • Ans. 

    Improving a website involves optimizing performance, enhancing user experience, and updating content regularly.

    • Optimize website speed by compressing images and minifying code

    • Enhance user experience by improving navigation and adding interactive features

    • Update content regularly to keep information fresh and relevant

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

1 hour, around 40 questions on well known aptitude topics.

Round 2 - Coding Test 

Simple questions - overlapping area, bit manipulation

Round 3 - Technical 

(1 Question)

  • Q1. Simple program on printing even numbers, optimizing the code. Interviewer wanted to test your logical ability.
Round 4 - Behavioral 

(1 Question)

  • Q1. Three facts about you, you haven't mentioned in resume, why should we hire you etc..
Interview experience
4
Good
Difficulty level
Hard
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

There are 2 sections one is Output guess and Another one is Quantitative

Round 2 - Coding Test 

I didn't attend 2nd round..i was eliminated in 1st round

Interview Preparation Tips

Interview preparation tips for other job seekers - Study hard
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Machine learning advantages and disadvantage
hello world hello OWRLD2

Round 2 - HR 

(2 Questions)

  • Q1. What is u r name
  • Ans. 

    My name is John Doe.

    • Full name is John Doe

    • Common first and last name combination

    • No middle name provided

  • Answered by AI
  • Q2. What is salary expectation?
  • Ans. 

    I am looking for a competitive salary based on my skills, experience, and the industry standard.

    • Research the average salary for Associate Software Engineers in the industry

    • Consider your level of experience and skills when determining your salary expectation

    • Be prepared to negotiate based on the company's offer and benefits package

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - nothing
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

They give me 4 questions which were pretty average i got 3 out of 4 right

Round 2 - Coding Test 

They gave me a python coding problem which was kind of hard

Interview Preparation Tips

Interview preparation tips for other job seekers - brush your coding skills before this interview and study aptitude

I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. What are doing from HR post?
Round 2 - Java 

(1 Question)

  • Q1. Programming bese question?

Interview Preparation Tips

Topics to prepare for Microsoft Corporation Associate Software Engineer interview:
  • ASP.Net
Interview preparation tips for other job seekers - PHP ,Java programming, ASP. Net, CCC, C++.

I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Be prepared with your strength and weakness and just be yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and focus on the basics whatever you have learnt throughout your curriculum.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. Basic OOps in java
  • Q2. Basic string and array related questions
Round 2 - Technical 

(3 Questions)

  • Q1. Project discussion
  • Q2. Oops concepts in java
  • Ans. 

    Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

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

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Abstraction: Hiding the imp...

  • Answered by AI
  • Q3. Basic sorting questions and string based questions.

Skills evaluated in this interview

Uurmi Systems Interview FAQs

How many rounds are there in Uurmi Systems Associate Software Engineer interview?
Uurmi Systems interview process usually has 3 rounds. The most common rounds in the Uurmi Systems interview process are Aptitude Test, One-on-one Round and HR.
What are the top questions asked in Uurmi Systems Associate Software Engineer interview?

Some of the top questions asked at the Uurmi Systems Associate Software Engineer interview -

  1. Explain about the OSI sta...read more
  2. Explain CSMA-CA...read more

Tell us how to improve this page.

Uurmi Systems Associate Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
System Administration Engineer
3 salaries
unlock blur

₹331 L/yr - ₹331 L/yr

Explore more salaries
Compare Uurmi Systems with

24/7 Customer

3.5
Compare

Google

4.4
Compare

Microsoft Corporation

4.0
Compare

SAP

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