Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Onetoinfinite Team. If you also belong to the team, you can get access from here

Onetoinfinite Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Onetoinfinite Senior Java Developer Interview Questions and Answers for Experienced

Updated 31 Jan 2024

Onetoinfinite Senior Java Developer Interview Experiences for Experienced

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via TopHire

Round 1 - Technical 

(2 Questions)

  • Q1. Write simple ms architecture layer to fetch emp list? Explain about monolithic and MS archtecture? Write Singleton class? And why the variable is static? How to return list of emp where salary > 1000 in ja...
  • Ans. 

    Answering questions related to Java development and architecture

    • Monolithic architecture is a traditional approach where all components of an application are tightly coupled into a single unit

    • Microservices architecture is a modern approach where an application is divided into smaller, loosely coupled services

    • Singleton class is a design pattern that restricts the instantiation of a class to a single object

    • Static variable...

  • Answered by AI
  • Q2. What is default server in springboot application? And how can we configure Other server? HashSet set = new HashSet(); for(int i=0; i<100; i++){ set.add(i); set.remove(i-1); } sop(set.size()); ...
  • Ans. 

    The default server in a Spring Boot application is Tomcat. Other servers can be configured by adding dependencies and modifying the configuration.

    • The default server in Spring Boot is Tomcat, but other servers like Jetty or Undertow can be used.

    • To configure a different server, you need to exclude the default server dependency and add the desired server dependency in the pom.xml file.

    • You also need to modify the applicati...

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Onetoinfinite?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview in Jul 2020.

Interview Questionnaire 

4 Questions

  • Q1. 1 if we call finish from oncreate in an activity in android. Will it call onresume and other lifecycle functions before ondestroy.
  • Ans. 

    No, calling finish() in onCreate() will not call onResume() or other lifecycle functions before onDestroy().

    • Calling finish() in onCreate() will immediately destroy the activity without calling any other lifecycle methods.

    • If you want to finish an activity after it has been created and resumed, you should call finish() in onPause() or onStop().

    • It is generally not recommended to call finish() in onCreate() as it can lead ...

  • Answered by AI
  • Q2. 2 Explain recyclerview and its corner cases.
  • Ans. 

    RecyclerView is a flexible view for providing a limited window into a large data set.

    • RecyclerView is used to display large sets of data efficiently

    • It uses a ViewHolder pattern to recycle views

    • Corner cases include handling empty data sets and updating data dynamically

  • Answered by AI
  • Q3. 3 Define communication between acticity and fragment.
  • Ans. 

    Communication between activity and fragment is done through interfaces.

    • Activity implements an interface and passes it to the fragment

    • Fragment can then call methods of the interface to communicate with the activity

    • This allows for communication between the two components without tight coupling

  • Answered by AI
  • Q4. 4 find second largest element in an array.
  • Ans. 

    Find the second largest element in an array of strings.

    • Sort the array in descending order and return the second element.

    • Iterate through the array and keep track of the largest and second largest elements.

    • Use a priority queue to find the second largest element.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Recise data structures basic codes and relevant technology interview questions.

Skills evaluated in this interview

Senior Java Developer Interview Questions Asked at Other Companies for Experienced

asked in Caspex Corp
Q1. How would you configure Jenkins or GitLab's CICD pipelines to tri ... read more
asked in Caspex Corp
Q2. Suppose your task is optimizing a Java application that handles a ... read more
asked in Caspex Corp
Q3. Suppose the organization has a legacy system written in a differe ... read more
asked in Caspex Corp
Q4. Suppose your task is to design a highly available and scalable da ... read more
asked in Caspex Corp
Q5. Suppose your microservice exposes an API that requires authentica ... read more

I applied via Referral and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is latest technology you have worked on
  • Ans. 

    I have worked on React Native for mobile app development.

    • Developed a mobile app for a client using React Native

    • Used Redux for state management

    • Integrated with Firebase for real-time database and authentication

    • Implemented push notifications using Firebase Cloud Messaging

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why you want to join us

Interview Preparation Tips

Interview preparation tips for other job seekers - Be true to what you know and answer with good confidence
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I appeared for an interview in Jan 2025.

Round 1 - Coding Test 

Data structures, particularly strings, play a crucial role in problem-solving.

Round 2 - HR 

(4 Questions)

  • Q1. Please tell me about yourself.
  • Ans. First of all , thank you! For this opportunity to introduce my self. I am Akash kumar kushwaha, I was born in bihar 2001 , but I live in ghaziabad now. I m currently pursuing my b.tech from IMS engineering college ghaziabad. And I completed my 10th and 12th from co-operative uchh vidyalaya jagdishpur with score 60% in 10th and 65% in 12th . And my hobby is playing cricket and travelling.
  • Answered by AKASH KUMAR KUSHWAHA
  • Q2. Why should we hire you?
  • Ans. 

    I have a strong technical background, excellent problem-solving skills, and a passion for software development.

    • I have a Bachelor's degree in Computer Science and 5 years of experience in software development.

    • I am proficient in multiple programming languages such as Java, Python, and JavaScript.

    • I have a track record of delivering high-quality code on time and within budget.

    • I am a quick learner and always eager to stay u...

  • Answered by AI
  • Q3. What are your strength and weakness .
  • Ans. 

    Strength: Problem-solving skills, Weakness: Impatience

    • Strength: Strong problem-solving skills demonstrated through successful projects

    • Weakness: Impatience when tasks take longer than expected, working on improving patience through time management techniques

  • Answered by AI
  • Q4. Why did you choose career in software developer.
  • Ans. 

    Passion for problem-solving and creating innovative solutions drove me to pursue a career in software development.

    • Fascination with technology and its potential to improve lives

    • Enjoyment of logical thinking and coding challenges

    • Desire to constantly learn and adapt in a fast-paced industry

    • Previous experience in programming projects or internships

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is your area of expertise in programming languages?
  • Ans. 

    My area of expertise in programming languages is in web development, specifically with JavaScript, HTML, and CSS.

    • Proficient in JavaScript for client-side scripting and server-side development with Node.js

    • Experienced in building responsive and interactive web applications using HTML and CSS

    • Familiar with popular frameworks and libraries like React, Angular, and Bootstrap

  • Answered by AI
  • Q2. What is JavaScript, and what are its benefits?
  • Ans. 

    JavaScript is a high-level, interpreted programming language used for creating interactive websites.

    • JavaScript is commonly used for client-side web development.

    • It allows for dynamic content updates without reloading the page.

    • JavaScript can be used to create interactive elements like forms, animations, and games.

    • It is supported by all major web browsers.

    • JavaScript can also be used for server-side development with Node.j...

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

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. What is event loop in JS?
  • Ans. 

    The event loop in JavaScript manages asynchronous operations, allowing non-blocking execution of code.

    • JavaScript is single-threaded, meaning it can only execute one task at a time.

    • The event loop continuously checks the call stack and the message queue.

    • When the call stack is empty, the event loop pushes the first message from the queue to the stack for execution.

    • Example: setTimeout(() => console.log('Hello'), 1000) a...

  • Answered by AI
  • Q2. What is virtual DOM in react
  • Ans. 

    The virtual DOM is a lightweight representation of the actual DOM used by React to optimize rendering and improve performance.

    • The virtual DOM is a JavaScript object that mirrors the structure of the real DOM.

    • React uses the virtual DOM to determine what changes need to be made to the actual DOM.

    • When a component's state changes, React updates the virtual DOM first, then compares it with the real DOM (a process called rec...

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Given a 2-D matrix, write a function to perform a spiral traversal of the matrix elements.
  • Ans. 

    A spiral traversal of a 2-D matrix involves visiting elements in a spiral order, starting from the top-left corner.

    • Initialization: Define boundaries for the top, bottom, left, and right of the matrix.

    • Traversal Order: Move right across the top row, then down the right column, then left across the bottom row, and finally up the left column.

    • Boundary Adjustment: After each direction, adjust the boundaries to move inward fo...

  • Answered by AI
  • Q2. Questions based on sql
Interview experience
5
Excellent
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 

(2 Questions)

  • Q1. Sql query related questions
  • Q2. Php laravel basic questions
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Tell me about your self
  • Q2. Why do you join the ACCIO JOB
  • Q3. Explain the concepts of inheritance with an examples
  • Ans. 

    Inheritance allows a class to inherit properties and methods from another class, promoting code reuse and organization.

    • Inheritance is a fundamental concept in Object-Oriented Programming (OOP).

    • It enables a new class (subclass) to inherit attributes and methods from an existing class (superclass).

    • Example: If 'Animal' is a superclass, 'Dog' can be a subclass that inherits characteristics of 'Animal'.

    • Subclasses can also o...

  • Answered by AI
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 - One-on-one 

(1 Question)

  • Q1. How will you sell ice cream in winters
  • Ans. 

    By offering warm toppings and promoting it as a cozy treat, we can sell ice cream in winters.

    • Offer warm toppings like hot fudge, caramel, or toasted nuts

    • Promote it as a cozy treat to enjoy indoors

    • Create seasonal flavors like peppermint or gingerbread

    • Offer discounts or bundle deals to incentivize purchases

    • Partner with local businesses to cross-promote winter activities and ice cream

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - stay positive and ready to work hard . the company has ultimate growth structure but what matters is your performance
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Project discussion
Round 2 - Coding Test 

Was a small test and was easy

Onetoinfinite Interview FAQs

How many rounds are there in Onetoinfinite Senior Java Developer interview for experienced candidates?
Onetoinfinite interview process for experienced candidates usually has 1 rounds. The most common rounds in the Onetoinfinite interview process for experienced candidates are Technical.
What are the top questions asked in Onetoinfinite Senior Java Developer interview for experienced candidates?

Some of the top questions asked at the Onetoinfinite Senior Java Developer interview for experienced candidates -

  1. Write simple ms architecture layer to fetch emp list? Explain about monolithic ...read more
  2. What is default server in springboot application? And how can we configure Othe...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%
View more

Interview Questions from Similar Companies

AccioJob Interview Questions
3.7
 • 51 Interviews
Prepca Eduserv Interview Questions
4.0
 • 44 Interviews
Adda 247 Interview Questions
3.1
 • 37 Interviews
98thPercentile Interview Questions
4.0
 • 17 Interviews
Airblack Interview Questions
4.1
 • 17 Interviews
Talview Interview Questions
3.1
 • 12 Interviews
Playto Labs Interview Questions
4.1
 • 11 Interviews
ENTRI SOFTWARE Interview Questions
3.7
 • 10 Interviews
View all
Compare Onetoinfinite with

Adda 247

3.1
Compare

Futurense Technologies

3.3
Compare

Prepca Eduserv

4.0
Compare

Airblack

4.1
Compare
write
Share an Interview