Upload Button Icon Add office photos

Filter interviews by

One Network Enterprises Interview Questions and Answers

Updated 8 Nov 2024

One Network Enterprises Interview Experiences

Popular Designations

14 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

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Java mcq and rest api mcq

Round 2 - Technical 

(4 Questions)

  • Q1. Write the program to reverse a string
  • Ans. 

    Program to reverse a string using array of characters

    • Create an array of characters to store the input string

    • Iterate through the input string and store each character in the array

    • Iterate through the array in reverse order to construct the reversed string

  • Answered by AI
  • Q2. Basic questions on java and java 8 features
  • Q3. Method used in rest AP
  • Ans. 

    REST APIs typically use HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations on resources.

    • GET - retrieve data from a server

    • POST - create new data on a server

    • PUT - update existing data on a server

    • DELETE - remove data from a server

  • Answered by AI
  • Q4. Diff between put and post method
  • Ans. 

    PUT is used to update or replace an existing resource, while POST is used to create a new resource.

    • PUT is idempotent, meaning multiple identical requests will have the same effect as a single request.

    • POST is not idempotent, meaning multiple identical requests may have different effects.

    • PUT is used when the client knows the specific URI of the resource it wants to update.

    • POST is used when the server assigns a URI for th

  • Answered by AI

Skills evaluated in this interview

Senior Systems Engineer Interview Questions asked at other Companies

Q1. 2. Explain COMP, COMP-2, COMP-3 and Display. What are the difference between Continue and Next Sentence? Why does SOC7 occur?
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Java programs and sql queries

Round 2 - One-on-one 

(1 Question)

  • Q1. Oops concepts, sql questions

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
View answer (1)
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

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

One Network Enterprises interview questions for popular designations

 Software Developer

 (2)

 Senior Software Engineer

 (2)

 Senior Software Tester

 (1)

 Software Engineer

 (1)

 QA Lead

 (1)

 Performance Test Engineer

 (1)

 Senior Java Developer

 (1)

 Software Engineer II

 (1)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse string java program
  • Ans. 

    Reverse a string in Java using StringBuilder or iterative approach.

    • Use StringBuilder's reverse() method to reverse the string.

    • Iterate through the string from end to start and build the reversed string.

    • Handle null or empty string cases.

    • Example: input 'hello' -> output 'olleh'

  • Answered by AI
  • Q2. TESTNG and cucumber .. depth java

Interview Preparation Tips

Interview preparation tips for other job seekers - Please Dont Join

Skills evaluated in this interview

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Core Java concepts, in deep and Spring Boot
Round 2 - Technical 

(1 Question)

  • Q1. More about projects that I have worked on

Interview Preparation Tips

Interview preparation tips for other job seekers - Choose this company if :
1. You want to work in product base company,
2. Work life is balance.
3. Good team culture, You will enjoy working with the team mates.
4. Chill life.

Don't go for this company if you don't want to:
1. Be Updated with latest tech stack
2. Learn an new sdk similar to java, and limited to Logistics only.
3. Give Support and bug fixes.
4. Do Scratch Development
5. Learn Spring boot, microservices OR latest tech stack.

Additionaly:
They have probation of 3 months. and can replace you anytime.
If You are putting down the papers they still will give you release in one day, without notice periods salary.

Software Engineer II Interview Questions asked at other Companies

Q1. There are fifteen horses and a racing track that can run five horses at a time. You have to figure out the top 3 horses out of those and you don't have any timer machine to measure. How will you find the top 3 horses?
View answer (2)

Jobs at One Network Enterprises

View all

QA Lead Interview Questions & Answers

user image Anonymous

posted on 26 Jul 2024

Interview experience
4
Good
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 2 interview rounds.

Round 1 - Aptitude Test 

Generic aptitude based questions

Round 2 - Technical 

(2 Questions)

  • Q1. Root cause analysis techniques
  • Ans. 

    Root cause analysis techniques are used to identify the underlying cause of a problem or issue.

    • Fishbone diagram (Ishikawa diagram)

    • 5 Whys technique

    • Pareto analysis

    • Fault tree analysis

    • Failure mode and effects analysis (FMEA)

  • Answered by AI
  • Q2. SQL query and puzzle

QA Lead Interview Questions asked at other Companies

Q1. 1. Explain Bid bond guarantee, Advance payment guarantee, Performance guarantee. 2. What are different SWIFT messages generated as part of Letter of Credit? 3. Difference between LC and Guarantee. 4. Difference between Import LC and Export ... read more
View answer (1)

Software Developer Interview Questions & Answers

user image Tanvir Ansari

posted on 14 Jun 2023

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. Basic concepts of Java, Sql e.g OOPS, Singleton, Java8 features etc
Round 3 - Technical 

(1 Question)

  • Q1. Basic coding questions on inserting element into array, swapping no etc
Round 4 - HR 

(1 Question)

  • Q1. General HR questions and salary negotiation

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Software Developer Interview Questions & Answers

user image Ravi Suryawanshi

posted on 14 Feb 2024

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

(1 Question)

  • Q1. Core Java, collection, oops

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2023. There were 3 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 

It was a MCQ type testing and based on Functional testing

Round 3 - Technical 

(2 Questions)

  • Q1. What are Test case designed techniques ?
  • Ans. 

    Test case design techniques are methods used to create test cases for software testing.

    • Boundary Value Analysis

    • Equivalence Partitioning

    • Decision Table Testing

    • State Transition Testing

    • Use Case Testing

  • Answered by AI
  • Q2. What is your roles and responsibilities

Skills evaluated in this interview

Senior Software Tester Interview Questions asked at other Companies

Q1. A scrum master in Agile is equivalent to which position in water fall?
View answer (1)

One Network Enterprises Interview FAQs

How many rounds are there in One Network Enterprises interview?
One Network Enterprises interview process usually has 2-3 rounds. The most common rounds in the One Network Enterprises interview process are Technical, Aptitude Test and One-on-one Round.
How to prepare for One Network Enterprises 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 Java, Core Java, Javascript, Rest and Algorithms.
What are the top questions asked in One Network Enterprises interview?

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

  1. What are Test case designed technique...read more
  2. Override equals meth...read more
  3. write the program to reverse a str...read more

Tell us how to improve this page.

One Network Enterprises Interview Process

based on 15 interviews

Interview experience

4.5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 852 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
View all

One Network Enterprises Reviews and Ratings

based on 66 reviews

3.8/5

Rating in categories

3.0

Skill development

3.9

Work-life balance

3.8

Salary

4.0

Job security

3.7

Company culture

3.2

Promotions

3.3

Work satisfaction

Explore 66 Reviews and Ratings
Technical Lead

Pune

5-10 Yrs

Not Disclosed

Sr. Manual QA Engineer

Pune

3-6 Yrs

Not Disclosed

Mid/Sr. Production Support Engineer

Pune

3-7 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
94 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.4
Compare

Nowfloats Technologies

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