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 Interview Questions and Answers for Freshers

Updated 1 Jan 2024

Peel-works Interview Experiences for Freshers

Popular Designations

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<String, Integer> map = new HashMap<>(); HashSet<String> set = new Has

  • 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

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a data analyst with a background in statistics and experience in analyzing large datasets to drive business decisions.

    • Graduated with a degree in Statistics

    • Proficient in data analysis tools such as Python, R, and SQL

    • Experience in creating visualizations to communicate insights

    • Strong problem-solving skills

  • Answered by AI
  • Q2. Skills you have
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Good communication skills

Round 2 - Group Discussion 

Understanding topics

Round 3 - HR 

(2 Questions)

  • Q1. Why you are good fit the job?
  • Ans. 

    I have a strong background in data analysis, with experience in utilizing various tools and techniques to derive insights from data.

    • Extensive experience in data analysis

    • Proficient in using tools like SQL, Python, and Tableau

    • Strong problem-solving skills

    • Ability to communicate complex findings to non-technical stakeholders

  • Answered by AI
  • Q2. What is the salary expectation?
  • Ans. 

    Salary expectations are based on experience, skills, location, and industry standards.

    • Consider factors like your experience, skills, education, location, and the industry norms when determining your salary expectation.

    • Research the average salary range for Data Analysts in your area and industry to have a realistic expectation.

    • Be prepared to negotiate based on the job responsibilities and benefits offered by the employe

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I strongly believe my skills and my percentage my degree will suitable for the job.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jan 2022. 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 - Technical 

(4 Questions)

  • Q1. Technical skills required. Some questions of programming languages are asked.
  • Q2. What are the SQL command groups?
  • Ans. 

    SQL command groups are DDL, DML, DCL, and TCL.

    • DDL (Data Definition Language) - used to define database schema and structure

    • DML (Data Manipulation Language) - used to manipulate data stored in the database

    • DCL (Data Control Language) - used to control access to data stored in the database

    • TCL (Transaction Control Language) - used to manage transactions in the database

    • Examples: CREATE, ALTER, DROP (DDL); SELECT, INSERT, UP...

  • Answered by AI
  • Q3. Explain Object Oriented Programming in Python?
  • Ans. 

    Object Oriented Programming is a programming paradigm that uses objects to represent real-world entities.

    • Python supports OOP concepts such as encapsulation, inheritance, and polymorphism.

    • Classes are used to create objects, which have attributes and methods.

    • Inheritance allows for the creation of subclasses that inherit properties and methods from a parent class.

    • Polymorphism allows for the use of a single method or funct...

  • Answered by AI
  • Q4. VLookup, Hlookup, Pivot Table in Excel
Round 3 - Coding Test 

You will be asked to share the screen and write the codes as asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the programming language and practice them nicely..
Work environment is fantastic..

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be transparent and real. Don't bluff :)
Fingent has got a good number of people in the interview panel(my personal experience)
Even if you do not know the answer, the panel will explain it to you.

I appeared for an interview before Jan 2021.

Interview Questionnaire 

2 Questions

  • Q1. Basic analysis questions
  • Q2. Excel Based analysis as it was a entry-level position

Interview Preparation Tips

Interview preparation tips for other job seekers - Read about the company
Read about the interviewer

I applied via Company Website and was interviewed before May 2018. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions about Oops, data structures based on the projects I had done, and my resume
  • Q2. Questions about classes and abstraction

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 parts; part 1 is a coding test and part 2 is discussion.

Interview Preparation Tips

Round: Test
Experience: PAPER DURATION: 3 hours
NO. OF QUESTIONS: 2 (20 marks each)
MAXIMUM MARKS: 20*2 = 40 marksQUESTION 1:
JSON Prettier:-Write a program which takes JSON as input and gives prettified JSONYou need to read JSON from STDIN. Input gives one line of uglified JSON.Output should be formatted JSON. Check the standard output link.Use 2 white spaces (not‘\t’) for one indentation.SAMPLE INPUT:{“group” : {list : [1,2,3]}, “list” : [“a”,”b”,”c”]}SAMPLE OUTPUT:{“group” : {List : [1,2,3]},“list” : [“a”,”b”,”c”]}EXPLANATION: Input will be uglifiedjson in one line and output will be prettified format of that. QUESTION 2:XML parse plus series computationEvaluate an expression given in XML format. Keys will be Expr- contains the entire expression. Elem – contains the digit, sum, Prod- contains two or more keys whose evaluation needs to be summed or multiplied respectively. Sub will contain 2 keys or more, where the second key onwards will have to be subtracted from the first one. Div- will contain 2 keys in which first key will need to be divided by second. SAMPLE INPUT:4673 SAMPLE OUTPUT:
20EXPLANATION:Input will be xml file through standard input. End of xml file marked by .
Duration: 180 minutes
Total Questions: 2

College Name: NA

I applied via Naukri.com and was interviewed before Jul 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions about the projects you worked with. About how specific coding challenges were solved. How it could have been done other ways. etc.
  • Q2. About Python versions and differences. Impact on frameworks.
  • Q3. About module design, apis.

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a relaxed interview, like a discussion. The questions are tough in that they make you think. Review your previous projects and be honest.

Interview Questionnaire 

2 Questions

  • Q1. Core java and spring boot questions
  • Q2. Learn core concepts in java

Peel-works Interview FAQs

How many rounds are there in Peel-works interview for freshers?
Peel-works interview process for freshers usually has 3 rounds. The most common rounds in the Peel-works interview process for freshers are Technical, Coding Test and HR.
How to prepare for Peel-works interview for freshers?
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 Adobe Creative Suite, Animation, CSR Activities, Communication Skills and Graphic Designing.
What are the top questions asked in Peel-works interview for freshers?

Some of the top questions asked at the Peel-works interview for freshers -

  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

BrowserStack Interview Questions
3.6
 • 49 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
ZIGRAM Interview Questions
3.2
 • 26 Interviews
RGBSI Interview Questions
3.4
 • 24 Interviews
Springworks Interview Questions
4.5
 • 23 Interviews
Fingent Interview Questions
4.4
 • 22 Interviews
View all

Peel-works Reviews and Ratings

based on 324 reviews

3.7/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

3.7

Salary

3.5

Job security

3.7

Company culture

3.6

Promotions

3.7

Work satisfaction

Explore 324 Reviews and Ratings
Operations Manager
16 salaries
unlock blur

₹3.6 L/yr - ₹14.9 L/yr

Scrum Master
14 salaries
unlock blur

₹11.1 L/yr - ₹14 L/yr

Area Manager
14 salaries
unlock blur

₹3.6 L/yr - ₹8 L/yr

Data Analyst
14 salaries
unlock blur

₹3.9 L/yr - ₹7.2 L/yr

Relationship Manager
9 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Peel-works with

Aurigo

4.7
Compare

Prime Focus Technologies

3.3
Compare

Yodlee

3.8
Compare

Algonomy

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