Upload Button Icon Add office photos
Engaged Employer

i

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

Lumen Technologies Verified Tick

Compare button icon Compare button icon Compare
4.1

based on 627 Reviews

Filter interviews by

Lumen Technologies Java Developer Interview Questions and Answers

Updated 1 Mar 2023

Lumen Technologies Java Developer Interview Experiences

1 interview found

Interview experience
1
Bad
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 - Coding Test 

Very hard level of Coding for 2 years experience guy.

Round 3 - Technical 

(1 Question)

  • Q1. Interviewer and HR's both are arrogant and knowledge less persons
Round 4 - Technical 

(1 Question)

  • Q1. Waste questions ,even doing well they don't want to take
Round 5 - HR 

(1 Question)

  • Q1. Managerial round,they

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go for this company,try some other company ,complete waste of tym

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

Java code on their platform 2 codes I have to do

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2023. There were 3 interview rounds.

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 - Aptitude Test 

Aptitude test is the round of i step to enter the compition

Round 3 - Technical 

(4 Questions)

  • Q1. What is method overloading and method overriding
  • Ans. 

    Method overloading is creating multiple methods with the same name but different parameters. Method overriding is creating a new implementation of an existing method in a subclass.

    • Method overloading is used to provide different ways of calling the same method with different parameters.

    • Method overriding is used to change the behavior of an existing method in a subclass.

    • Method overloading is resolved at compile-time base...

  • Answered by AI
  • Q2. What is polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • It is achieved through method overriding and method overloading.

    • Example: A parent class Animal can have child classes like Dog, Cat, and Bird. All these child classes can have their own implementation of the method 'makeSound', but they can be treated as Animals.

    • ...

  • Answered by AI
  • Q3. Can we overload the constructer
  • Ans. 

    Yes, we can overload the constructor in Java.

    • Overloading constructor means creating multiple constructors with different parameters.

    • The constructors can have different number of parameters or different types of parameters.

    • The constructor with the matching parameters will be called during object creation.

  • Answered by AI
  • Q4. What is data type
  • Ans. 

    Data type is a classification of data based on the type of value it holds.

    • Data type determines the type of operations that can be performed on the data.

    • Examples of data types include integer, float, boolean, and string.

    • Data types can be primitive or non-primitive.

    • Primitive data types are predefined by the language and non-primitive data types are created by the programmer.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Juniper Networks Java Developer interview:
  • Java devloper
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was not difficult ..it was good ..overall experience was good

Round 2 - Coding Test 

Not too difficult ...array realated question were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare dsa and other core subject specially database
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Graph and Dynamic programming related 2 questions

Round 3 - Technical 

(1 Question)

  • Q1. Greedy algorithm Java related questions asked.
Round 4 - HR 

(1 Question)

  • Q1. Except for Rafael aircraft, what else does India has to do with France.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do follow coding platforms like leetcode and code chef. Practice solving medium difficulty questions in 15 minutes, it will help a lot in Technical interviews.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Check if the linked list is palindrome or not
  • Ans. 

    To check if a linked list is a palindrome, compare the first half of the list with the reversed second half.

    • Traverse the linked list to find the middle node

    • Reverse the second half of the linked list

    • Compare the first half with the reversed second half to check for palindrome

  • Answered by AI
  • Q2. C string questions
Round 2 - Technical 

(2 Questions)

  • Q1. Operating systems questions
  • Q2. Linked list and system design question

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions related to project mentioned in CV. Questions around reliability, availability, scalability of system.
  • Q2. 2 medium coding questions on arrays and hashmap.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Golang basics, goroutines, channels.
  • Q2. Coding questions on a shared board
Round 3 - One-on-one 

(3 Questions)

  • Q1. Deep dive into the work at current company and projects.
  • Q2. How interprocess communications take place, how goroutines communicate internally, quite in-depth questions, varying over several domains.
  • Ans. 

    Interprocess communication involves various mechanisms like pipes, sockets, shared memory, etc. Goroutines communicate using channels and shared memory.

    • Interprocess communication can be achieved through mechanisms like pipes, sockets, shared memory, message queues, etc.

    • Goroutines in Go communicate internally using channels, which are typed conduits through which you can send and receive values.

    • Shared memory can also be...

  • Answered by AI
  • Q3. Design a URL shortener service
  • Ans. 

    Design a URL shortener service

    • Generate a unique short code for each URL

    • Store the mapping of short code to original URL in a database

    • Redirect users from short URL to original URL

    • Consider scalability and performance of the service

    • Implement analytics to track usage statistics

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with what you've written in your Resume.
Have in depth knowledge of basics of the stack you're advertising.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Coding test was comprising of mcq based questions on db, oops, c++ and java

Round 3 - Technical 

(1 Question)

  • Q1. It was a high intense interview. Interview starts with introduction and some resume based questions. Then, followed by deep networking and os based questions. Then, dsa questions were asked specifically on...
Round 4 - Behavioral 

(1 Question)

  • Q1. It was also a tough one. Questions were specifically on project based of the resume and other questions were on btech curriculum, subjects, and experience.
Round 5 - HR 

(1 Question)

  • Q1. HR was easy. Questions were only about relocation and package breakup. But remember that they can put you in waiting and when needed they can call for another interview. So mark this and all the best.

Interview Preparation Tips

Interview preparation tips for other job seekers - Catch your resume by heart. This is the most important thing and be confident and just go for it. All the best👍
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Oct 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Basic question of .net was asked
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at RV College Of Engineering (RVCE) and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Coding test on hackerrank

Round 2 - One-on-one 

(2 Questions)

  • Q1. Question on Tree
  • Q2. Asked to solve a few puzzles

Lumen Technologies Interview FAQs

How many rounds are there in Lumen Technologies Java Developer interview?
Lumen Technologies interview process usually has 5 rounds. The most common rounds in the Lumen Technologies interview process are Technical, Coding Test and HR.
How to prepare for Lumen Technologies Java Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Lumen Technologies. The most common topics and skills that interviewers at Lumen Technologies expect are Banking Operations, Business HR, Direct Marketing Programs, HTML and J2Ee.
What are the top questions asked in Lumen Technologies Java Developer interview?

Some of the top questions asked at the Lumen Technologies Java Developer interview -

  1. Waste questions ,even doing well they don't want to t...read more
  2. Interviewer and HR's both are arrogant and knowledge less pers...read more
  3. Managerial round,t...read more

Tell us how to improve this page.

Lumen Technologies Java Developer Salary
based on 16 salaries
₹3 L/yr - ₹10.6 L/yr
At par with the average Java Developer Salary in India
View more details

Lumen Technologies Java Developer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

4.9

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 2 Reviews and Ratings
Software Engineer
450 salaries
unlock blur

₹3.2 L/yr - ₹12 L/yr

Senior Software Engineer
345 salaries
unlock blur

₹6 L/yr - ₹21 L/yr

Module Lead
166 salaries
unlock blur

₹10 L/yr - ₹22 L/yr

Software Development Engineer
130 salaries
unlock blur

₹5 L/yr - ₹9.7 L/yr

Senior Engineer
101 salaries
unlock blur

₹7 L/yr - ₹15 L/yr

Explore more salaries
Compare Lumen Technologies with

Tata Communications

4.1
Compare

Bharti Airtel

4.0
Compare

Reliance Communications

4.0
Compare

Vodafone Idea

4.1
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