Upload Button Icon Add office photos

Filter interviews by

HEPL - A Cavinkare Group Company IT fresher Interview Questions and Answers

Updated 29 Sep 2022

HEPL - A Cavinkare Group Company IT fresher Interview Experiences

1 interview found

IT fresher Interview Questions & Answers

user image Anonymous

posted on 27 Sep 2022

I applied via Naukri.com

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 

Just focused on quants,logical and verbal choose best website to learn that. Aptitudes and 1st know about the syllabus of mnc and later prepare for aptitudes because aptitude now is in every where.

Round 3 - Technical 

(2 Questions)

  • Q1. Get focused in programming what language u know not with basic be strong in that ur familiar..
  • Ans. 

    I am proficient in Python, Java, and JavaScript, focusing on building robust applications and enhancing problem-solving skills.

    • Python: Used for web development (Django, Flask) and data analysis (Pandas, NumPy).

    • Java: Strong in object-oriented programming, used for Android app development and enterprise applications.

    • JavaScript: Familiar with frameworks like React and Node.js for building interactive web applications.

  • Answered by AI
  • Q2. What is oops?,what is different between dbms and rdbms?,mainly concentrate on java..
  • Ans. 

    OOPs is a programming paradigm based on the concept of objects. DBMS is a software system to manage databases, while RDBMS is a type of DBMS that uses a relational model.

    • OOPs stands for Object-Oriented Programming System

    • Java is an OOPs language

    • DBMS is a software system to manage databases

    • RDBMS is a type of DBMS that uses a relational model

    • DBMS is used for small-scale applications, while RDBMS is used for large-scale ap...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Intro,relocate,salary expectation.

Interview Preparation Tips

Topics to prepare for HEPL - A Cavinkare Group Company IT fresher interview:
  • Html and css,js
  • Angularjs
  • Core Java
  • Python
Interview preparation tips for other job seekers - Get focused 1st ly on aptitudes then choose good websites to learn for it and concentrate on ur communication skill is more important thirdly strong in programming u know that ur familiar with.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about HEPL - A Cavinkare Group Company?
Ask anonymously on communities.

Interview questions from similar companies

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 

They are asking C programming output question

Round 3 - Coding Test 

They prefer Java language for logical thinking programming round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and they are very friendly. Aptitude 10 question and output program 10 for a java developer role.

IT fresher Interview Questions Asked at Other Companies

asked in TCS iON
Q1. What technologies are you familiar with?
Q2. What is Inheritance? How upcasting changes the use of member func ... read more
Q3. What is oops?,what is different between dbms and rdbms?,mainly co ... read more
asked in TCS iON
Q4. What programming language you know
Q5. Which programming language are you proficient in beyond the basic ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Preety easy round has basic qunts and reasoning

Round 2 - Coding Test 

Was basic problem solving questions and easy ones

Round 3 - Technical 

(2 Questions)

  • Q1. Collections in java programming
  • Ans. 

    Collections in Java are data structures that store and manipulate groups of objects.

    • Collections framework provides interfaces (List, Set, Map) and classes (ArrayList, HashSet, HashMap) for storing and manipulating data.

    • Collections offer methods for adding, removing, and accessing elements in a structured way.

    • Example: ArrayList<String> names = new ArrayList<>(); names.add("Alice"); names.add("Bob");

  • Answered by AI
  • Q2. What are the oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare java well that is enogh

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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

It is easy to crack the first round with the basic topics of aptitude.

Round 3 - Coding Test 

Must learn string,array,pointer and others to clear this round

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your pace
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Simple aptitude questiona

Round 2 - Technical 

(1 Question)

  • Q1. Bubble sort coding question abd remaining HR questions
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Questions on my resume. what is join? What is out of memory error? Can it be resolved after getting it? One programming question in java? Then some followup questions based on above?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find the highest element from a BST and implement insertion operation of BST.
  • Ans. 

    To find the highest element in a BST, perform a right traversal until reaching the rightmost leaf node.

    • Perform a right traversal starting from the root node until reaching the rightmost leaf node to find the highest element.

    • Implement the insertion operation by comparing the value to be inserted with each node and traversing left or right accordingly.

    • Ensure that the BST property is maintained during insertion by placing...

  • Answered by AI
  • Q2. Heap Sort with Max Heap
  • Ans. 

    Heap Sort is a comparison-based sorting algorithm that uses a binary heap data structure.

    • Heap Sort involves building a max heap from the input array, then repeatedly removing the maximum element and rebuilding the heap.

    • The time complexity of Heap Sort is O(n log n) in the worst case scenario.

    • Example: Given an array [4, 10, 3, 5, 1], after applying Heap Sort, the sorted array would be [1, 3, 4, 5, 10].

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Delete nth element from end in a LINKEDLIST.
  • Ans. 

    To delete the nth element from the end in a LinkedList, we can use two pointers approach.

    • Use two pointers - one to traverse the list and another to keep track of the nth element from the end.

    • Calculate the distance between the two pointers and delete the node at the second pointer.

  • Answered by AI
  • Q2. Reverse a LinkedLis

Interview Preparation Tips

Interview preparation tips for other job seekers - Java Basics plus Data Structure

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spring Boot basics
  • Q2. SQL basics and query
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Microservices, Kafka, api gateway
Round 2 - Behavioral 

(1 Question)

  • Q1. Project explaination, technical questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Spring security
  • Q2. Solid design principles
  • Ans. 

    Solid design principles are a set of best practices for designing software that is maintainable, scalable, and flexible.

    • Single Responsibility Principle - each class should have only one responsibility

    • Open/Closed Principle - classes should be open for extension but closed for modification

    • Liskov Substitution Principle - objects of a superclass should be replaceable with objects of its subclasses without affecting the pro...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How authentication and authorization works in java
  • Q2. Design patterns in java
  • Ans. 

    Design patterns in Java are reusable solutions to common problems in software design.

    • Design patterns help in creating flexible, maintainable, and scalable code.

    • Examples of design patterns in Java include Singleton, Factory, Observer, and Strategy.

    • Each design pattern has its own purpose and can be applied in different scenarios.

    • Understanding design patterns is essential for Java developers to write efficient code.

  • Answered by AI

Skills evaluated in this interview

HEPL - A Cavinkare Group Company Interview FAQs

How many rounds are there in HEPL - A Cavinkare Group Company IT fresher interview?
HEPL - A Cavinkare Group Company interview process usually has 4 rounds. The most common rounds in the HEPL - A Cavinkare Group Company interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in HEPL - A Cavinkare Group Company IT fresher interview?

Some of the top questions asked at the HEPL - A Cavinkare Group Company IT fresher interview -

  1. What is oops?,what is different between dbms and rdbms?,mainly concentrate on j...read more
  2. Get focused in programming what language u know not with basic be strong in tha...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.0
 • 5.4k Interviews
Deloitte Interview Questions
3.7
 • 3k Interviews
Teleperformance Interview Questions
3.9
 • 2k Interviews
Oracle Interview Questions
3.7
 • 895 Interviews
KPMG India Interview Questions
3.4
 • 844 Interviews
iEnergizer Interview Questions
4.7
 • 785 Interviews
Zoho Interview Questions
4.2
 • 539 Interviews
Startek Interview Questions
3.1
 • 535 Interviews
View all
Executive Accountant
33 salaries
unlock blur

₹1.4 L/yr - ₹3 L/yr

Team Lead
30 salaries
unlock blur

₹3.3 L/yr - ₹6 L/yr

Senior Accounts Executive
28 salaries
unlock blur

₹2.5 L/yr - ₹3.5 L/yr

Business Analyst
16 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Java Developer
14 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Explore more salaries
Compare HEPL - A Cavinkare Group Company with

Teleperformance

3.9
Compare

Amazon

4.0
Compare

iEnergizer

4.7
Compare

Deloitte

3.7
Compare
write
Share an Interview