Upload Button Icon Add office photos

Filter interviews by

One Network Enterprises Senior Software Engineer Interview Questions and Answers

Updated 27 Sep 2024

One Network Enterprises Senior Software Engineer Interview Experiences

2 interviews found

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

I applied via Approached by Company and was interviewed in Jul 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Test will have Code snippet MCQ Question along with Statement to write code

Round 2 - Technical 

(5 Questions)

  • Q1. Java memory management
  • Q2. Override equals methods
  • Ans. 

    Overriding the equals method allows for custom comparison logic in Java classes.

    • Override the equals method in a class to provide custom comparison logic.

    • Ensure the overridden equals method follows the contract specified in the Java documentation.

    • Consider overriding the hashCode method as well when overriding equals to maintain consistency.

  • Answered by AI
  • Q3. SQL Questions asked
  • Q4. Code snippet given asked to tell output
  • Q5. Design patterns questions asked
Round 3 - Technical 

(2 Questions)

  • Q1. Multi threading Questions
  • Q2. Code snippet given asked to tell output of program
Round 4 - Technical 

(2 Questions)

  • Q1. SQL Question Joins Index Nested Query etc
  • Q2. Docker Redis Questions
Round 5 - HR 

(1 Question)

  • Q1. Standard HR Question & Salary negotiation

Interview Preparation Tips

Topics to prepare for One Network Enterprises Senior Software Engineer interview:
  • Core Java
  • SQL
  • Design Patterns
  • Coding

Skills evaluated in this interview

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

Java mcq and snippet

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more

Interview questions from similar companies

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

(2 Questions)

  • Q1. Details of Kafka
  • Q2. Concurrency questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Discussion about OOPS concepts and String related program

Round 2 - Coding Test 

Program on Recursion and Array

Round 3 - HR 

(2 Questions)

  • Q1. Strength and Weakness
  • Q2. Reason for joining with company
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Question related to tree and graph

Round 2 - Coding Test 

Question related to array and tree

Round 3 - Behavioral 

(1 Question)

  • Q1. Question related to projects, puzzles, one dsa as well
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Medium level question

Round 2 - Technical 

(1 Question)

  • Q1. Coding round related to Data structures
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2023. There were 5 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Design a data structure that can take a number with infinite digits and support operation like addition
  • Ans. Create a linked list of number where each node is a digit of a number
  • Answered by inspiringstarfruit
  • Q2. Explain in-depth of the projects you did
  • Ans. Explain project in details with all complexities
  • Answered by inspiringstarfruit
Round 2 - Technical 

(1 Question)

  • Q1. Design a system that reads content of a file and show it in a webpage as the file gets update the webpage should also get updated in realtime
  • Ans. 

    Design a system to display real-time updates of a file's content on a webpage.

    • Use a server-side programming language like Node.js to read the file content.

    • Implement a WebSocket connection between the server and the webpage for real-time updates.

    • Whenever the file is updated, send the updated content to the webpage using the WebSocket connection.

    • Update the webpage dynamically using JavaScript to display the new content.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Engineering Manager round - Explain the projects you did in detail
Round 4 - Technical 

(1 Question)

  • Q1. Director round - Explain the projects in details
Round 5 - HR 

(3 Questions)

  • Q1. Explain projects in high level
  • Ans. 

    I have worked on various projects involving software development and implementation.

    • Developed a web application for a retail company to manage inventory and sales.

    • Implemented a mobile app for a healthcare organization to track patient data and appointments.

    • Created a data analysis tool for a financial institution to analyze market trends and make investment decisions.

  • Answered by AI
  • Q2. Explain your strong points
  • Q3. Explain your entire background

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Except HR round try to be as technical as you can get. Don't make your projects look easy

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain what happens when we click on a URL
  • Ans. 

    When we click on a URL, the browser sends a request to the server, which responds with the requested webpage.

    • Clicking on a URL triggers the browser to send an HTTP request to the server.

    • The server receives the request and processes it.

    • The server then sends back a response containing the requested webpage.

    • The browser receives the response and renders the webpage for the user to view.

  • Answered by AI
  • Q2. When a number is represented in LinkedList, how do we add 2 numbers
  • Ans. 

    To add two numbers represented as linked lists, iterate through both lists simultaneously, adding corresponding digits and carrying over the carry value.

    • Create a new linked list to store the result.

    • Initialize a carry variable to 0.

    • Iterate through both linked lists simultaneously, adding the corresponding digits and the carry value.

    • If the sum of the digits is greater than 9, update the carry value and store the remainde...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Machine coding round
  • Q2. Chat app using sockets
  • Ans. 

    A chat app using sockets allows real-time communication between users.

    • Use a socket library or framework to handle the communication.

    • Implement a server that listens for incoming connections and manages the chat rooms.

    • Establish a socket connection between the server and clients for sending and receiving messages.

    • Handle message encryption and decryption for secure communication.

    • Implement features like user authentication,...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Project Discussions
Round 4 - HR 

(1 Question)

  • Q1. Why am i leaving my old org etc

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Code the LRU cache on hacker rank

Round 2 - One-on-one 

(1 Question)

  • Q1. Code the tail -f logger
  • Ans. 

    Implement a tail -f logger in code

    • Use a file pointer to open the log file

    • Read the file line by line and print new lines as they are added

    • Use a loop to continuously check for new lines in the file

  • Answered by AI

Skills evaluated in this interview

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

A working software coding problem. Build client-server. Make sure your IDE is ready

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between async, concurrency and parallelism
  • Ans. 

    Async is non-blocking, concurrency is managing multiple tasks at the same time, parallelism is executing multiple tasks simultaneously.

    • Async allows non-blocking execution of code, enabling other tasks to run while waiting for I/O operations.

    • Concurrency involves managing multiple tasks at the same time, but not necessarily simultaneously.

    • Parallelism is executing multiple tasks simultaneously, utilizing multiple CPU core...

  • Answered by AI
  • Q2. Journey of request
  • Ans. 

    The journey of a request refers to the process of a request being made, processed, and fulfilled by a system.

    • Request initiation by a user or system

    • Routing of the request to the appropriate service or endpoint

    • Processing of the request by the service

    • Response generation and delivery back to the user

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What are your strengths
  • Q2. What irritates you

One Network Enterprises Interview FAQs

How many rounds are there in One Network Enterprises Senior Software Engineer interview?
One Network Enterprises interview process usually has 3 rounds. The most common rounds in the One Network Enterprises interview process are Technical, Coding Test and HR.
How to prepare for One Network Enterprises Senior 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 One Network Enterprises. The most common topics and skills that interviewers at One Network Enterprises expect are Backend, Business Development, Coding, Communication Skills and Customer Support.
What are the top questions asked in One Network Enterprises Senior Software Engineer interview?

Some of the top questions asked at the One Network Enterprises Senior Software Engineer interview -

  1. Override equals meth...read more
  2. Code snippet given asked to tell output of prog...read more
  3. SQL Question Joins Index Nested Query ...read more

Tell us how to improve this page.

One Network Enterprises Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
One Network Enterprises Senior Software Engineer Salary
based on 93 salaries
₹8.3 L/yr - ₹31 L/yr
32% more than the average Senior Software Engineer Salary in India
View more details

One Network Enterprises Senior Software Engineer Reviews and Ratings

based on 13 reviews

3.1/5

Rating in categories

2.6

Skill development

3.5

Work-life balance

3.6

Salary

3.7

Job security

3.0

Company culture

2.5

Promotions

2.7

Work satisfaction

Explore 13 Reviews and Ratings
Senior Software Engineer
93 salaries
unlock blur

₹8.3 L/yr - ₹31 L/yr

Senior QA Engineer
56 salaries
unlock blur

₹7 L/yr - ₹20.1 L/yr

Software Engineer II
41 salaries
unlock blur

₹7.5 L/yr - ₹20.2 L/yr

Software Engineer
34 salaries
unlock blur

₹4.9 L/yr - ₹16.7 L/yr

Software Engineer2
28 salaries
unlock blur

₹7.5 L/yr - ₹18 L/yr

Explore more salaries
Compare One Network Enterprises with

GS Lab

3.8
Compare

Aurigo

4.7
Compare

Prime Focus Technologies

3.3
Compare

Nowfloats Technologies

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