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
5.0

based on 1 Review

i

This rating is based on a small number of reviews, so it may not fully reflect the overall employee experience.

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

Interview questions from similar companies

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 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.

Interview Questions from Similar Companies

Adda 247 Interview Questions
3.3
 • 28 Interviews
Airblack Interview Questions
4.0
 • 14 Interviews
Prepca Eduserv Interview Questions
4.1
 • 11 Interviews
Playto Labs Interview Questions
4.3
 • 10 Interviews
Talview Interview Questions
3.3
 • 10 Interviews
AccioJob Interview Questions
4.0
 • 10 Interviews
CareerLabs Interview Questions
3.2
 • 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