Upload Button Icon Add office photos

Filter interviews by

Absolute Senior Java Developer Interview Questions and Answers

Updated 18 Jun 2024

Absolute Senior Java Developer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Longest palindrome
  • Ans. 

    Find the longest palindrome in a given array of strings.

    • Iterate through each string in the array and check if it is a palindrome.

    • Keep track of the longest palindrome found so far.

    • Return the longest palindrome at the end.

  • Answered by AI
  • Q2. Reverse of string
  • Ans. 

    Reverse a string using Java

    • Use StringBuilder class to reverse the string

    • Convert the string to a StringBuilder object, call reverse() method, then convert back to string

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. TimeMap impl from Leetcode
  • Q2. SQL query, Your project architecture , GC tuning

Interview Preparation Tips

Interview preparation tips for other job seekers - They have outsourced interview process to InterviewVector. They ask fixed set of questions. If you answer 100% accurately on everything then you might get selected.
Otherwise it is a waste of time. Will recommended to interview at other orgs.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Job Fair and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Coding Test 

OA test 3 Dsa questions 2 medium 1 hard you have to solve 1.5 questions in 120 minutes

Round 2 - One-on-one 

(2 Questions)

  • Q1. DSA Round Astreoid collision leetcode
  • Q2. Dp question based on exclusion and inclusion
Round 3 - Coding Test 

DSA 2 question
1 -> Find Lca and traverse a tree path available on GFG
2 -> LinkedList pallindrome check (you have to solve that in 0(1) space complexity)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The exam duration is one and a half hours.

Round 2 - Coding Test 

The total exam time is one and a half hours.

Round 3 - Group Discussion 

It encompasses all topics related to full stack development.

Round 4 - Technical 

(2 Questions)

  • Q1. Asks questions on SQL
  • Q2. Asks question in typical topics
Round 5 - HR 

(1 Question)

  • Q1. Where do you see yourself in two years?
  • Ans. 

    In two years, I see myself as a senior software developer leading a team on innovative projects.

    • Advancing to a senior software developer role

    • Leading a team on new and innovative projects

    • Continuing to enhance my technical skills through ongoing learning and training

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

(2 Questions)

  • Q1. LRU Cache - how to tackle
  • Ans. 

    LRU Cache is a data structure that maintains a list of items in order of most recently used to least recently used.

    • Implement using a doubly linked list and a hashmap for efficient operations

    • When an item is accessed, move it to the front of the list

    • When the cache is full, remove the least recently used item from the end of the list

  • Answered by AI
  • Q2. LRU Cache implementation based on a real time system. How would the main work which will be called etc etc
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. It was lld question to design a cab booking system.
  • Q2. Tell me about yourself
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

DSA + JAVA + Spring boot

Round 2 - Case Study 

LLD (bookmyshow) + DSA

Interview Preparation Tips

Topics to prepare for Lenskart Software Developer interview:
  • Spring batch
  • spring Jpa
  • Transactions
  • Microservices
Interview preparation tips for other job seekers - DSA + HLD
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Thread,oops,sql,find character count
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Shine and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. We have considered to directly send your profile to companies. How much CTC do you expect?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident,answer all questions.

I was interviewed in Apr 2022.

Round 1 - HR 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

This was just a screening round to check my intention and communication skills. They just asked me why was I looking for a job change, and told me a little bit about the profile.

  • Q1. Basic HR Questions

    Why are you looking for a job change? Are there any problems that you are facing in your current company?

  • Ans. 

    Tip 1 : Keep the answers generic, do not bash or talk ill about your current company as it might create a bad impression.
    Tip 2 : Some points that I presented were that I wanted to widen by domain, looking for better opportunities, etc.

  • Answered by CodingNinjas
Round 2 - Video Call 

(3 Questions)

Round duration - 45 Minutes
Round difficulty - Easy

Since I had applied for a full stack profile, this round mainly consisted of front-end questions and some basic DSA questions. They had scheduled a call in the afternoon around 14:00 and the call was on Google meet where I had to share my screen and type in some code, once I was happy with my code and it worked fine, I had to paste it into the google doc. Actually, they had outsourced the interview rounds to the Interview Vector.

  • Q1. Flatten 2D array

    You have to implement an iterator for ‘FLATTEN_2D’ to flatten a two-dimensional array ‘ARR_2D’ into a one-dimensional array ‘ARR_1D’. The iterator should support the following two operatio...

  • Ans. 

    Basic DFS.
    - Create an empty array and call it the result.
    - Loop over the content of the array if it's a number push it into the result array else recursively call the function.
    - Return the resultant array.

  • Answered by CodingNinjas
  • Q2. Javascript Question

    Write a polyfill for JS Array.reduceReduce is a higher order function that operates on an array and returns 1 single value.

  • Ans. 

    Create the custom reduce function and add it to Array.prototype

  • Answered by CodingNinjas
  • Q3. Javascript Question

    Implement the following function:sum(1)(2)(3)(4)() returns 10sum(1)() returns 1sum() returns 0

Round 3 - Video Call 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Easy

This round consisted of multiple easy DSA questions, some frontend questions, and one thought experiment related to design. Again, this round was conducted around 14:00 in the afternoon.

  • Q1. Anagram Pairs

    Pre-requisites: Anagrams are defined as words or names that can be formed by rearranging letters of another word. Such as "spar" can be formed by rearranging letters of "rasp&q...

  • Ans. 

    - Compare length of the strings and if they are not equal return false.
    - Take a hashmap and store the number of occurrences of each letter in the first string.
    - Iterate over the second string and if the ith character is not in the hashmap or the frequency is 0 then return false.
    - return true.

  • Answered by CodingNinjas
  • Q2. Technical Question

    Let's say that some of our clients are complaining that our website is really slow/crashing for them. What could be possible solutions and how would you identify the problems.

  • Ans. 

    Tip 1 : Mention the common solutions like optimizing assets, and bundle size.
    Tip 2 : Think out of the box, maybe the problem was faced by people of a certain geographic location, check your load balancers, pods, use CDN, etc.
    Tip 3 : Provide some solutions, in case we can't figure out whats happening because we are not able to reproduce the problem, add some analytics and crashlytics like Sentry in the frontend and enab

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Gandhi Institute For Technology(GIFT) , BBSR. Eligibility criteriaNo criteriaSpinny interview preparation:Topics to prepare for the interview - Data Structures, React, JavaScript, CSS, SOLID Principles, System DesignTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : DSA is important, practice around 150+ questions minimum.
Tip 2 : For the front end, JS is a must! Learn the basics and how it works under the hood.
Tip 3 : Learn SOLID and Design patterns.

Application resume tips for other job seekers

Tip 1 : Keep it short and simple. Specify your projects and/or experiences.
Tip 2 : Even naming your resume helps, instead of naming it "resume.pdf" name it like "____resume.pdf". It actually helps recruiters and I got positive feedback for this.

Final outcome of the interviewSelected

Skills evaluated in this interview

Absolute Interview FAQs

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

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

  1. Longest palindr...read more
  2. reverse of str...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Maruti Suzuki Interview Questions
4.2
 • 576 Interviews
ITC Interview Questions
4.0
 • 533 Interviews
Tata Group Interview Questions
4.2
 • 357 Interviews
Adani Group Interview Questions
3.9
 • 175 Interviews
InsanelyGood Interview Questions
4.1
 • 19 Interviews
View all
Program Manager
10 salaries
unlock blur

₹15.5 L/yr - ₹41.4 L/yr

Associate Program Manager
6 salaries
unlock blur

₹13 L/yr - ₹15 L/yr

Scientist
6 salaries
unlock blur

₹12 L/yr - ₹16.5 L/yr

Assistant Manager
5 salaries
unlock blur

₹7.5 L/yr - ₹14.1 L/yr

Principal Product Manager
5 salaries
unlock blur

₹40 L/yr - ₹60 L/yr

Explore more salaries
Compare Absolute with

Reliance Industries

4.1
Compare

Tata Group

4.2
Compare

Adani Group

3.9
Compare

Hindustan Unilever

4.2
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