Upload Button Icon Add office photos

Filter interviews by

United Online Software Engineer Interview Questions and Answers

Updated 22 Oct 2024

United Online Software Engineer Interview Experiences

2 interviews found

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

Paper mcq conducted in campus

Round 2 - Coding Test 

Paper coding with solving them

Interview Questionnaire 

1 Question

  • Q1. Basic oops questions,matematical problem solving

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 the Duplicate Number Problem Statement Given an integer arra ... 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
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How nodejs works internally?
  • Ans. 

    Node.js is a runtime environment that executes JavaScript code outside of a web browser.

    • Node.js uses the V8 JavaScript engine from Google Chrome to execute code.

    • It is built on the event-driven, non-blocking I/O model, making it lightweight and efficient.

    • Node.js uses a single-threaded event loop to handle multiple concurrent connections.

    • It has a built-in module system that allows developers to easily add functionality t

  • Answered by AI
  • Q2. Std input output questions of js

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company

Skills evaluated in this interview

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

(5 Questions)

  • Q1. Tell us about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience working in Agile environments

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. What are salary expectations
  • Ans. 

    Salary expectations should be based on industry standards, experience, and location.

    • Research industry standards for the specific role and location

    • Consider your level of experience and skills

    • Factor in cost of living in the area where the job is located

    • Be prepared to negotiate based on the job responsibilities and benefits package

  • Answered by AI
  • Q3. Resume background screening
  • Q4. Commuting distance
  • Q5. Why you want to work?
  • Ans. 

    I am passionate about solving complex problems and creating innovative solutions through software engineering.

    • Passion for problem-solving

    • Interest in creating innovative solutions

    • Excitement for software engineering challenges

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Aug 2022. There were 5 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 

Offline pool campus, 30 apti and 30 tech mcq

Round 3 - Coding Test 

3 coding qn on linked list and recursion.
It was a pen and paper exam, we wrote the code on paper

Round 4 - One-on-one 

(2 Questions)

  • Q1. Offline tech interview for 50 minutes.
  • Q2. 4 coding qn on hashing but without using hash, 4 sql and basic oops concept qustions
Round 5 - HR 

(1 Question)

  • Q1. Basic hr qustions like my interest and also some tech qustions

Interview Preparation Tips

Topics to prepare for ARC Document Solutions Software Engineer interview:
  • Dsa
  • OOPS
  • SQL
  • Software Development
Interview preparation tips for other job seekers - Regularly Practise dsa, clear the concept of oops, and be confident

I was interviewed in Aug 2022.

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 

General questions on quant, verbal ability and code snippets

Round 3 - Coding Test 

2 questions were provided of Java and python each ,if you solve any one of them will work

Round 4 - Automated Interview 

(3 Questions)

  • Q1. Some basic questions, where you get some 2 mins to see the questions and also record the answer for at least 1 min
  • Q2. Firstly, tell me about yourself but no cross questions were there than one coding question on string overall interviewer's energy was very low, and shortlisting was also very unprofessional.
  • Q3. Some basic questions on DBMS and Data Structures

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't take this interview too seriously they will 100% won't contact you if you don't get selected (as in no rejection or result mail ) also the chances of getting selected are very low as the final seats are very very less and they are taking interviews in bulk.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Assignment 

They will give javascript coding(based on your role)question we need to solve and submit the solution

Round 2 - Technical 

(1 Question)

  • Q1. Asked basic js questions and some logical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be perfect in the basic conscepts
Round 1 - One-on-one 

(1 Question)

  • Q1. Oops, collections, threads, spring boot, etc..

Interview Preparation Tips

Interview preparation tips for other job seekers - Good process and manager is very friendly and cool
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

It was a 90 minute coding test, involving 3 problems:
1-Given points on a 2d plane, you can delete one point, what is the minimum maximum distance you can have?
2-LFU Cache
3-Given an array with elements 0,1, your task is to find number of ways to divide this array into contiguous chunks so that each chunk has only one 1 in it.

Round 3 - Technical 

(2 Questions)

  • Q1. How do you avoid method overriding?
  • Ans. 

    To avoid method overriding, make the method final or private.

    • Declare the method as final to prevent it from being overridden in subclasses.

    • Declare the method as private to hide it from subclasses.

    • Use the @Override annotation to ensure that a method is actually overriding a superclass method.

  • Answered by AI
  • Q2. What is the 'finalize' keyword for?
  • Ans. 

    The 'finalize' keyword is used in Java to perform cleanup operations before an object is garbage collected.

    • The 'finalize' method is called by the garbage collector before reclaiming an object's memory.

    • It can be used to release resources like closing files or sockets.

    • It is not recommended to rely on 'finalize' for resource cleanup as it is not guaranteed to be called.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for your DSA problems.

Skills evaluated in this interview

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

I applied via Indeed and was interviewed before Jan 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

Practical module need to solve and execute the progream

Round 3 - Technical 

(3 Questions)

  • Q1. Need the linux server commands and OOP concept, CSS, etc
  • Q2. All relavent of the oops, css, aws, mysql related questions. Eg: Primary key vs Unique. Write the joins query for left and inner join. Cat command for linux server. hide vs invisible. block ns display Abs...
  • Q3. Write a program for login page with using session Database design for one example given by interviewer Palindrome program
  • Ans. 

    Program for login page with session and palindrome program

    • Create a login page with HTML and CSS

    • Use PHP to handle form submission and validate user credentials

    • Create a session for the logged-in user

    • Design a database to store user information

    • Write a program to check if a given string is a palindrome

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. For our last company of the project details and module discussion. And Technology tech interview

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. You must say your answer with confident
2. Basic technic questions and answer needs to know for your field
3. You should develop your's developing skills with relatime exmples. Like Duplicate removing, reverse the input, Loop and Loop with index concept, OOPs concepts (optional if this has yours field)
4. If you had work with database means, better you know the design of the db and connecion through the program.
5. API intergrations and UI design (optional If you had work in that otherwise needs to know the basic things)
6. Domain knowledge is most important. Example what kind of projects done by your office. If you are fresher means, better you have to search, which company you are going to interview, know those companies project, technics, and tools.

Skills evaluated in this interview

United Online Interview FAQs

How many rounds are there in United Online Software Engineer interview?
United Online interview process usually has 2 rounds. The most common rounds in the United Online interview process are Aptitude Test and Coding Test.

Tell us how to improve this page.

United Online Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
United Online Software Engineer Salary
based on 14 salaries
₹8 L/yr - ₹11.5 L/yr
16% more than the average Software Engineer Salary in India
View more details

United Online Software Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

5.0

Work-life balance

2.0

Salary

4.0

Job security

2.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
40 salaries
unlock blur

₹9 L/yr - ₹12.5 L/yr

Senior Systems Engineer
20 salaries
unlock blur

₹3.5 L/yr - ₹7 L/yr

Senior Quality Engineer
18 salaries
unlock blur

₹5.9 L/yr - ₹7.2 L/yr

Software Engineer
14 salaries
unlock blur

₹8 L/yr - ₹11.5 L/yr

Financial Analyst
8 salaries
unlock blur

₹5.3 L/yr - ₹6 L/yr

Explore more salaries
Compare United Online with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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