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

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
    Hard
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

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

    Round 1 - HR 

    (1 Question)

    • Q1. What you do? Description with analysis
    • Ans. 

      I am a Java Developer responsible for designing, developing, and maintaining Java applications.

      • Design and develop Java applications

      • Write clean, efficient, and maintainable code

      • Collaborate with team members to troubleshoot and solve technical issues

    • Answered by AI
    Round 2 - Technical 

    (1 Question)

    • Q1. Java,sql,python
    Round 3 - One-on-one 

    (1 Question)

    • Q1. What is your goal

    I applied via Naukri.com and was interviewed before Aug 2021. There were 2 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 - Coding Test 

    Reverse a sentence
    Sort array of strings based on length

    Interview Preparation Tips

    Topics to prepare for ThoughtSpot Java Developer interview:
    • Java
    Interview preparation tips for other job seekers - Good, helping several rounds of interview process
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.

    Round 1 - Coding Test 

    Basic Logical programs

    Round 2 - Technical 

    (4 Questions)

    • Q1. Explain laravel Structure
    • Q2. Database migration
    • Q3. What is indexing in database
    • Q4. What is controller ,What is Route
    Round 3 - HR 

    (2 Questions)

    • Q1. Why you leave your previous Company
    • Q2. What is your role in previous company
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Coding Test 

    It was combination of mcqs and 2 coding questions

    Round 2 - Technical 

    (3 Questions)

    • Q1. What is oops concepts
    • Ans. 

      Object-oriented programming concepts that focus on objects and classes for better code organization and reusability.

      • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

      • Inheritance: Ability of a class to inherit properties and behavior from another class.

      • Polymorphism: Ability to present the same interface for different data types.

      • Abstraction: Hiding the complex implementation det...

    • Answered by AI
    • Q2. Difference between java nd putjon
    • Ans. 

      Java is a programming language while Putjon is not a recognized term in software development.

      • Java is a widely used programming language for developing applications.

      • Putjon is not a recognized term in software development, it may be a typo or a specific term not commonly used.

      • There is no direct comparison between Java and Putjon as they are not related.

    • Answered by AI
    • Q3. Tell about ur project
    Round 3 - One-on-one 

    (2 Questions)

    • Q1. What are your strengths
    • Q2. What is ur greatest comeback

    Skills evaluated in this interview

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

    I was interviewed in Aug 2024.

    Round 1 - Coding Test 

    Medium level leetcode question

    Round 2 - Technical 

    (2 Questions)

    • Q1. Explain about your project
    • Ans. 

      Developed a web application for managing inventory and sales for a retail store.

      • Used React.js for front-end development

      • Implemented RESTful APIs using Node.js and Express for back-end

      • Utilized MongoDB for database management

      • Incorporated authentication and authorization features for secure access

    • Answered by AI
    • Q2. Explain functionalities in detail
    • Ans. 

      Functionalities in software development refer to the specific tasks or actions that a software program can perform.

      • Functionalities are the specific features or capabilities of a software program.

      • They define what the software can do and how it can be used.

      • Examples of functionalities include user authentication, data encryption, and file management.

      • Functionalities can be implemented through code modules or libraries.

      • Test...

    • Answered by AI
    Interview experience
    5
    Excellent
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via AmbitionBox

    Round 1 - Coding Test 

    Java, spring,springboot

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

    2 Query question and 3 coding questions

    Round 2 - Technical 

    (4 Questions)

    • Q1. Basic oops , Java script and Networking questions.
    • Q2. What is object orienteered programming.
    • Ans. 

      Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

      • Objects are instances of classes, which define the structure and behavior of the objects.

      • Encapsulation, inheritance, and polymorphism are key principles of object oriented programming.

      • Example: Java, C++, Python are popular languages that support object oriented programming.

    • Answered by AI
    • Q3. Different Events in java script
    • Ans. 

      Events in JavaScript are actions or occurrences that happen in the browser that the code can respond to.

      • Events can be triggered by user actions (like clicking a button), browser actions (like page load), or system events (like a timer expiring)

      • Event listeners are used to listen for and respond to events

      • Common events include click, mouseover, keydown, submit, etc.

    • Answered by AI
    • Q4. Event listeners
    Round 3 - Coding Test 

    Project , coding question, DBMS

    Round 4 - HR 

    (1 Question)

    • Q1. Basic personal details

    Skills evaluated in this interview

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

    2 DSA questions Both are from DP

    Round 2 - Technical 

    (2 Questions)

    • Q1. 2 Questions , 1 is DSA
    • Q2. Second question is Puzzle

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Practise DSA more and give more and more interviews.
    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

    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 HR, Technical and Coding Test.
    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

    Tell us how to improve this page.

    Interview Questions from Similar Companies

    Delhivery Interview Questions
    3.9
     • 455 Interviews
    Udaan Interview Questions
    4.0
     • 335 Interviews
    Meesho Interview Questions
    3.7
     • 329 Interviews
    Ninjacart Interview Questions
    4.0
     • 94 Interviews
    Rivigo Interview Questions
    3.9
     • 72 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

    ₹3.6 L/yr - ₹14.9 L/yr

    Data Analyst
    15 salaries
    unlock blur

    ₹3.9 L/yr - ₹7.2 L/yr

    Area Manager
    14 salaries
    unlock blur

    ₹3.6 L/yr - ₹8 L/yr

    Analyst
    10 salaries
    unlock blur

    ₹3.8 L/yr - ₹7 L/yr

    Relationship Manager
    9 salaries
    unlock blur

    ₹1.8 L/yr - ₹3.5 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