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

Updated 31 Jan 2024

Onetoinfinite Senior Java Developer Interview Experiences

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

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I was interviewed 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.
  • Q2. Why should we hire you?
  • Q3. What are your strength and weakness .
  • Q4. Why did you choose career in software developer.
Round 3 - Technical 

(2 Questions)

  • Q1. What is your area of expertise in programming languages?
  • Q2. What is JavaScript, and what are its benefits?

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

I was interviewed 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

Onetoinfinite Interview FAQs

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

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

  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.

Onetoinfinite Senior Java Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Adda 247 Interview Questions
3.3
 • 29 Interviews
Airblack Interview Questions
4.0
 • 15 Interviews
Prepca Eduserv Interview Questions
4.1
 • 11 Interviews
Playto Labs Interview Questions
4.2
 • 10 Interviews
Talview Interview Questions
3.1
 • 10 Interviews
AccioJob Interview Questions
4.1
 • 10 Interviews
CareerLabs Interview Questions
3.1
 • 9 Interviews
ENTRI SOFTWARE Interview Questions
3.6
 • 9 Interviews
View all
Compare Onetoinfinite with

Adda 247

3.3
Compare

Futurense Technologies

3.5
Compare

Airblack

4.0
Compare

Prepca Eduserv

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