Upload Button Icon Add office photos

Filter interviews by

Lumos Software Solutions Java Developer Interview Questions and Answers

Updated 28 Jan 2020

Lumos Software Solutions Java Developer Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed before Jan 2019. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java Coding related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majorly a stress test. It lasted from morning to evening. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my campus interview, and I think I did pretty well for a fresher. You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between hashset and hashtable
  • Ans. 

    HashSet is an unordered collection of unique elements, while Hashtable is a synchronized collection of key/value pairs.

    • HashSet does not allow duplicate elements, while Hashtable does not allow duplicate keys.

    • HashSet does not maintain insertion order, while Hashtable does not guarantee any order.

    • HashSet allows null values, while Hashtable does not allow null keys or values.

  • Answered by AI
  • Q2. Collection vs Collections
  • Ans. 

    Collection is an interface in Java that represents a group of objects, while Collections is a utility class that contains static methods for operating on collections.

    • Collection is an interface in Java that represents a group of objects.

    • Collections is a utility class in Java that contains static methods for operating on collections.

    • Example: List list = new ArrayList<>(); Collection collection = list;

    • Example: Collections

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. SQL query related questions
  • Q2. Write a Java program to find the duplicate in Array
  • Ans. 

    Java program to find duplicates in an array of strings

    • Create a HashSet to store unique elements

    • Iterate through the array and check if element is already in the HashSet

    • If element is already in the HashSet, it is a duplicate

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Min stack write code with full operation
  • Ans. 

    A min stack is a stack data structure that supports the usual push and pop operations, along with an additional operation to retrieve the minimum element in constant time.

    • Create a stack to store the elements and another stack to store the minimum values encountered so far.

    • When pushing an element, check if it is smaller than the current minimum. If so, push it onto the minimum stack.

    • When popping an element, check if it ...

  • Answered by AI
  • Q2. Graph and sql ,concept problem
Round 2 - One-on-one 

(2 Questions)

  • Q1. Merge Sort based tricky ques
  • Q2. Island problem leetcode

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How can a Spring Boot project be created to develop an API that returns specified data?
  • Q2. What is the code to print a right-angled triangle of numbers based on a given input number?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Collections framework, Explain why you chose a particular collection instead of other with example scenario based
  • Q2. Explain your project
  • Ans. 

    Developed a web application for online shopping with features like user authentication, product search, and order management.

    • Implemented user authentication using Spring Security

    • Utilized Hibernate for database operations

    • Designed front-end using AngularJS for dynamic user interface

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Goals for the future
  • Ans. 

    To become a senior Java developer and contribute to innovative projects in a collaborative team environment.

    • Continue learning new technologies and best practices in Java development

    • Work on challenging projects to enhance problem-solving skills

    • Collaborate with team members to share knowledge and improve code quality

  • Answered by AI
  • Q2. How do you think you can impact our company
  • Ans. 

    I believe my strong Java skills and problem-solving abilities can positively impact the company by improving efficiency and developing innovative solutions.

    • I have experience in developing efficient and scalable Java applications, which can help streamline processes within the company.

    • I am skilled in identifying and solving complex technical issues, which can contribute to the overall success of projects.

    • I am proactive ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Try, catch, finally...
  • Q2. HTTP families (400,200,500)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Questions on permuation and combination

Round 2 - Technical 

(2 Questions)

  • Q1. Java core and advanced concepts
  • Q2. Springboot annotations, spring mvc, spring security
Round 3 - HR 

(1 Question)

  • Q1. Friendly questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. When will you start a company
  • Q2. How Many location in company
  • Q3. Who is the CEO of Zoho
  • Ans. 

    Sir.Sridhar Vembu is the founder and CEO

  • Answered Anonymously
  • Q4. What is the high salary of Zoho
  • Q5. Is Zoho a foreign company?
  • Ans. 

    Yes, Zoho is a foreign company based in India.

    • Zoho is headquartered in Chennai, India.

    • It was founded by Sridhar Vembu in 1996.

    • Zoho has offices in multiple countries including the United States, China, Japan, and Singapore.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Ages, trains, profit losss, hcf lcm, clock, simple interest 30 min

Round 2 - Coding Test 

Array string sorting algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare dsa
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Not Selected

I applied via Company Website

Round 1 - Aptitude Test 

Very difficult aptitude questions

Round 2 - Coding Test 

Resources coding round

Round 3 - Technical 

(2 Questions)

  • Q1. Very difficult questions
  • Q2. Coding program is very difficult

Tell us how to improve this page.

People are getting interviews through

based on 1 Lumos Software Solutions interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Lumos Software Solutions Java Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-Life balance

4.0

Salary & Benefits

4.0

Job Security

4.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Software Developer
4 salaries
unlock blur

₹3.2 L/yr - ₹14 L/yr

Associate
4 salaries
unlock blur

₹1.8 L/yr - ₹2.4 L/yr

Team Lead
4 salaries
unlock blur

₹6.5 L/yr - ₹8 L/yr

Senior Software Engineer
3 salaries
unlock blur

₹18.5 L/yr - ₹20.1 L/yr

Explore more salaries
Compare Lumos Software Solutions with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview