Upload Button Icon Add office photos
Engaged Employer

i

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

Peel-works Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Peel-works Java Developer Interview Questions and Answers

Updated 19 Sep 2022

Peel-works Java Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. The internal implementation of HashMap.
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values.

    • HashMap uses an array of linked lists to store key-value pairs

    • The hash code of the key is used to determine the index of the array

    • If multiple keys have the same hash code, they are stored in the same linked list

    • HashMap uses load factor to determine when to resize the array

    • The default load factor is 0.75

    • HashMap allows null keys a

  • Answered by AI
  • Q2. The internal implementation of HashSet. We only put value in HashSet then how HashSet internally uses HashMap.
  • Q3. What is the difference between HashMap and HashSet?
  • Ans. 

    HashMap is a key-value pair collection while HashSet is a set of unique elements.

    • HashMap allows duplicate values but not duplicate keys

    • HashSet does not allow duplicate values

    • HashMap implements Map interface while HashSet implements Set interface

    • HashMap uses put() method to add elements while HashSet uses add() method

    • Example: HashMap map = new HashMap<>(); HashSet set = new HashSet<>();

  • Answered by AI
  • Q4. What is the difference between Local Variable, static variable, and instance variable?
  • Ans. 

    Local, static, and instance variables differ in their scope and lifetime.

    • Local variables are declared inside a method and have a limited scope.

    • Static variables belong to the class and are shared among all instances.

    • Instance variables are unique to each object and can be accessed using the object reference.

  • Answered by AI
Round 2 - Coding Test 

Write a java program to convert numbers to strings.
for example:
10: TEN,
1559: One Thousand Five Hundred Fifty Nine.

Round 3 - HR 

(1 Question)

  • Q1. Only Salary discussion

Interview Preparation Tips

Topics to prepare for Peel-works Java Developer interview:
  • Core Java
  • SQL
  • JDBC
  • Java Servlets
  • Framework
Interview preparation tips for other job seekers - Get Good knowledge of Core java, which is the base of java development

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Implement tail f

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn development along with DSA
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude question based on time speed and logic

Round 2 - Technical 

(1 Question)

  • Q1. Ques on linked list and some more coding ques
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jul 2024.

Round 1 - Coding Test 

SQL questions (30 mins)
SqL engines, Inno db
some basic sql queries
optimization technique

DSA and Java Concepts(30 mins)
2 pointer and sliding window questions.
Basic questions over spring boot

Managerial round(1 hr)
Previous work experience
writing some basic APIs
Questions on Map
DSA question, sort an array in O(n) consisting of 0s and 1s.

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

I applied via Company Website and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Express yourself
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical knowledge tested well.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself..

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

I applied via Referral and was interviewed in Jan 2023. There were 4 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 Resume tips
Round 2 - Aptitude Test 

It was both aptitude and coding test.
Comprises of around same weightage.
Coding questions were some famous easy questions.

Round 3 - Technical 

(3 Questions)

  • Q1. Most of the coding questions were from Linked list. Few from database and SQL.
  • Q2. Adding a node in LinkedList, removal of a duplicate node in LinkedList.
  • Ans. 

    Adding a node in LinkedList involves creating a new node and updating pointers. Removing a duplicate node requires iterating through the list and comparing values.

    • To add a node, create a new node with the desired value and update pointers accordingly.

    • To remove a duplicate node, iterate through the list and compare each node's value with others to identify duplicates.

    • After identifying a duplicate node, update pointers t

  • Answered by AI
  • Q3. A query to give the sum of salary of common department.
Round 4 - One-on-one 

(1 Question)

  • Q1. A bit conceptual round. A Linked list question and few HR questions.

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 Feb 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Implement tail -f command

Round 2 - Technical 

(2 Questions)

  • Q1. Kafka partitions
  • Q2. Elasticsearch queries
Round 3 - HR 

(2 Questions)

  • Q1. Why Browserstack?
  • Ans. 

    Browserstack is a popular cloud-based cross-browser testing tool used by developers worldwide.

    • Provides access to a wide range of browsers and devices for testing

    • Allows for parallel testing to save time and increase efficiency

    • Integrates with popular testing frameworks like Selenium and Appium

    • Offers features like screenshots, video recordings, and debugging tools

    • Used by companies like Microsoft, Twitter, and Airbnb for t

  • Answered by AI
  • Q2. Any challenge you faced at current company?
  • Ans. 

    Yes, I faced a challenge in integrating a new third-party API with our existing system.

    • Had to understand the documentation of the API thoroughly

    • Encountered compatibility issues with our system

    • Worked closely with the API provider to troubleshoot and resolve issues

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

(2 Questions)

  • Q1. Problem solving
  • Q2. Basic js question
Round 2 - Coding Test 

System design - ecommers website and project related

Round 3 - Coding Test 

Js + react js questions

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your self Where do see your self in next 5 years What was your role in previous company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and answer correctly
Br is very friendly
Manager round went well
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell what is your name
  • Ans. 

    My name is John Smith.

    • Full name is John Smith

    • Common name in English-speaking countries

    • No middle name or initial

  • Answered by AI
  • Q2. What do you do in free time
  • Ans. 

    In my free time, I enjoy hiking, playing video games, and learning new programming languages.

    • Hiking in local trails and national parks

    • Playing video games like Overwatch and Minecraft

    • Learning new programming languages like Python and JavaScript

  • Answered by AI
Contribute & help others!
anonymous
You can choose to be anonymous

Peel-works Interview FAQs

How many rounds are there in Peel-works Java Developer interview?
Peel-works interview process usually has 3 rounds. The most common rounds in the Peel-works interview process are Technical, Coding Test and HR.
How to prepare for Peel-works 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 Peel-works. The most common topics and skills that interviewers at Peel-works expect are Algorithms, Collections, Data Structures, J2EE and JUnit.
What are the top questions asked in Peel-works Java Developer interview?

Some of the top questions asked at the Peel-works Java Developer interview -

  1. What is the difference between Local Variable, static variable, and instance va...read more
  2. What is the difference between HashMap and HashS...read more
  3. The internal implementation of HashM...read more

Recently Viewed

INTERVIEWS

LambdaTest

No Interviews

SALARIES

QASource

REVIEWS

Dahua Technology India Pvt.Ltd.

No Reviews

SALARIES

SmartBear

JOBS

Thought Frameworks

No Jobs

REVIEWS

Peel-works

No Reviews

JOBS

Cresce Technology Private Limited

No Jobs

REVIEWS

Puropale Creations & IT Solutions

No Reviews

REVIEWS

Peel-works

No Reviews

COMPANY BENEFITS

LambdaTest

No Benefits

Tell us how to improve this page.

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 456 Interviews
Udaan Interview Questions
3.9
 • 333 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Ninjacart Interview Questions
4.0
 • 94 Interviews
Moglix Interview Questions
3.4
 • 56 Interviews
BrowserStack Interview Questions
3.6
 • 48 Interviews
View all

Peel-works Java Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Operations Manager
16 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Data Analyst
15 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Area Manager
14 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Analyst
10 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Relationship Manager
9 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Peel-works with

Zilingo

4.3
Compare

ShopX

4.3
Compare

Moglix

3.4
Compare

Meesho

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview