Add office photos
Employer?
Claim Account for FREE

L&T Technology Services

3.3
based on 4.6k Reviews
Filter interviews by

EarlySail Software Interview Questions and Answers

Updated 5 Feb 2024
Popular Designations

Q1. WAP to collect all even no in list using stream API

Ans.

WAP to collect all even no in list using stream API

  • Use stream() method to convert list to stream

  • Use filter() method to filter even numbers

  • Use collect() method to collect filtered numbers into a list

Add your answer

Q2. Explain what is oops concepts?

Ans.

OOPs concepts are the fundamental principles of Object-Oriented Programming.

  • Encapsulation - binding data and methods together

  • Inheritance - reusing code and creating a hierarchy of classes

  • Polymorphism - ability of objects to take on many forms

  • Abstraction - hiding implementation details and showing only necessary information

Add your answer

Q3. Project challenges how resolved

Ans.

Resolved project challenges through effective problem-solving techniques.

  • Identified the root cause of the challenges

  • Collaborated with team members to brainstorm solutions

  • Implemented appropriate strategies to overcome obstacles

  • Tested and validated the implemented solutions

  • Documented the resolution process for future reference

Add your answer

Q4. WAP Reverse a String ?

Ans.

Reverse a given string using Java programming language.

  • Create a new empty string

  • Iterate through the original string from end to start

  • Append each character to the new string

  • Return the new string

Add your answer
Discover EarlySail Software interview dos and don'ts from real experiences

Q5. All annotations in spring boot

Ans.

Spring Boot has various annotations for different purposes.

  • SpringBootApplication - marks the main class of the application

  • RestController - marks a class as a RESTful controller

  • Autowired - marks a constructor, field, or setter method to be autowired by Spring

  • GetMapping/PostMapping/PutMapping/DeleteMapping - maps HTTP requests to methods

  • Component - marks a class as a Spring component

  • Service - marks a class as a service layer component

  • Repository - marks a class as a data access ...read more

Add your answer

Q6. Core string concept in depth

Ans.

Core string concepts include immutability, string manipulation, and string comparison.

  • Strings in Java are immutable, meaning they cannot be changed once created.

  • String manipulation can be done using various methods like concatenation, substring, and replace.

  • String comparison can be done using equals() method for content comparison and == operator for reference comparison.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Java Developer Interview Questions from Similar Companies

3.9
 • 53 Interview Questions
4.4
 • 32 Interview Questions
3.9
 • 20 Interview Questions
3.5
 • 18 Interview Questions
3.4
 • 13 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter