Upload Button Icon Add office photos

Filter interviews by

HCL Group Associate Consultant Interview Questions and Answers

Updated 3 Apr 2024

HCL Group Associate Consultant Interview Experiences

4 interviews found

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

(2 Questions)

  • Q1. What is express route?
  • Ans. 

    ExpressRoute is a private connection to Azure cloud services.

    • Dedicated private connection to Azure cloud services

    • Offers more reliability, faster speeds, and lower latencies compared to public internet connections

    • Can be used to extend on-premises networks into the Microsoft cloud without going over the internet

    • Provides a more secure and consistent connection

  • Answered by AI
  • Q2. What is one connect?
  • Ans. 

    One connect is a term used in consulting to refer to a single point of contact for a client.

    • One connect streamlines communication and ensures consistency in interactions with the client.

    • It helps in building a strong relationship with the client by providing personalized attention.

    • Examples: Having one dedicated account manager for a client, assigning a project lead as the main point of contact.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why you want to change the job?
  • Q2. Why we should hire you

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
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 - HR 

(1 Question)

  • Q1. Previous experience was asked of mine with break in job
Round 3 - Technical 

(1 Question)

  • Q1. Tecnical details were asked related to position and requirement

Interview Preparation Tips

Interview preparation tips for other job seekers - be bold when facing an interview donot wobble

Associate Consultant Interview Questions Asked at Other Companies

asked in IQVIA
Q1. There are 2 cricket teams, A and B, with 11 players each. If ever ... read more
asked in KPMG India
Q2. While working late at night, you figure out that the data availab ... read more
asked in Capgemini
Q3. Could you tell me, which tools do you have used in test managemen ... read more
Q4. Reverse the String Problem Statement You are given a string STR w ... read more
Q5. Find the Third Greatest Element Given an array 'ARR' of 'N' disti ... read more
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 

Basic java, sql and two programing questions

Round 3 - Technical 

(1 Question)

  • Q1. Java basic oop concept ,Spring boot
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and asking role and responsibility

Interview Preparation Tips

Interview preparation tips for other job seekers - I would not recommend HCl if you have other offer in hand

I applied via Referral and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. What is geofencing? what is an API Integration?
  • Ans. 

    Geofencing is a location-based service that uses GPS or RFID technology to create a virtual boundary around a physical location.

    • Geofencing is used to trigger actions or notifications when a device enters or exits a defined area.

    • API Integration is the process of connecting two or more applications to share data and functionality.

    • API Integration allows for seamless communication between different software systems.

    • Example...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Its pretty easy to get in once you crack the 1st round

Skills evaluated in this interview

HCL Group interview questions for designations

 Associate Technical Consultant

 (1)

 Cloud Consultant

 (1)

 Technical Consultant

 (1)

 BI Consultant

 (1)

 SAP Abap Consultant

 (2)

 SAP MM Consultant

 (1)

 Senior SAP Consultant

 (1)

 Senior Development Consultant

 (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between display none, visibility hidden and opacity 0 in CSS
  • Ans. 

    display none hides the element completely, visibility hidden hides the element but still takes up space, opacity 0 makes the element transparent.

    • display none removes the element from the layout

    • visibility hidden hides the element but it still occupies space

    • opacity 0 makes the element transparent but still occupies space

    • Example: display: none; visibility: hidden; opacity: 0;

  • Answered by AI
  • Q2. Write a polyfill for javascript method "filter"
  • Ans. 

    Polyfill for JavaScript method 'filter'

    • Create a function called 'filter' that takes a callback function as an argument

    • Loop through the array and apply the callback function to each element

    • If the callback function returns true, add the element to a new array and return it

  • Answered by AI
  • Q3. Explain ShadowDOM
  • Ans. 

    Shadow DOM is a way to encapsulate the styling and structure of a web component, preventing styles from leaking out and clashing with the rest of the page.

    • Shadow DOM allows for creating self-contained components with their own DOM tree and styling.

    • It helps in preventing styles from the main document affecting the component and vice versa.

    • Shadow DOM can be created using the 'attachShadow' method in JavaScript.

    • It is comm...

  • Answered by AI
  • Q4. Explain Currying in Javascript
  • Ans. 

    Currying is a technique in JavaScript where a function with multiple arguments is transformed into a sequence of functions, each taking a single argument.

    • Currying allows you to create reusable functions with partial application of arguments.

    • It helps in creating more flexible and composable functions.

    • Example: const add = (a) => (b) => a + b; const add5 = add(5); console.log(add5(3)); // Output: 8

  • Answered by AI
  • Q5. What is Event Deligation in javascript
  • Ans. 

    Event delegation in JavaScript is a technique where a single event listener is attached to a parent element to handle events for multiple child elements.

    • Event delegation helps improve performance by reducing the number of event listeners.

    • It is useful for dynamically created elements or elements with similar behavior.

    • Event delegation works by utilizing event bubbling, where events on child elements bubble up to the pare

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS Associate Consultant interview:
  • Javascript Basics
  • React.Js
  • Javascript
Interview preparation tips for other job seekers - Having deep knowledge in Javascript is must for React.JS interview.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are different aws s3 bucket types
  • Q2. What is the maximum number of subnets that can be created in a Virtual Private Cloud (VPC)?
Round 2 - HR 

(2 Questions)

  • Q1. What are your roles
  • Q2. How yoi handle team
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Explain about your project and the stack
  • Q2. Explain about the oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on data encapsulation, inheritance, polymorphism, and abstraction.

    • 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 detai...

  • Answered by AI
Round 2 - Aptitude Test 

Basics of maths,logical,technical

Round 3 - Technical 

(2 Questions)

  • Q1. Write a code to find the prime number
  • Ans. 

    Code to find prime numbers

    • Iterate through numbers from 2 to n

    • Check if number is divisible by any number from 2 to its square root

    • If not divisible, it is a prime number

  • Answered by AI
  • Q2. SQL questions about select all employees in a dpt
Round 4 - Aptitude Test 

Try on reasoning,basics of maths,oops,dsa etc...

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. What is firewall? Firewall types?VPN?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Technical questions L2 level
  • Q2. Technical questions L3 level
Round 2 - Technical 

(2 Questions)

  • Q1. Technical questions
  • Q2. Technical questions L3
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Whatever CTC final during HR discussion then why not management approved that CTC.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. About different joins in SQL
  • Q2. 1)About previous projects done in detail 2) Regarding any certification like dp-203 or spark certification 3) spark architecture 4) about delta table
  • Q3. Some questions about adf pipelines scenario based
  • Q4. Spark actions and transformation

Interview Preparation Tips

Topics to prepare for Cognizant Associate Consultant interview:
  • Adf
  • SQL
  • Pyspark

HCL Group Interview FAQs

How many rounds are there in HCL Group Associate Consultant interview?
HCL Group interview process usually has 2-3 rounds. The most common rounds in the HCL Group interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in HCL Group Associate Consultant interview?

Some of the top questions asked at the HCL Group Associate Consultant interview -

  1. What is geofencing? what is an API Integrati...read more
  2. What is express rou...read more
  3. What is one conne...read more

Tell us how to improve this page.

HCL Group Associate Consultant Interview Process

based on 4 interviews

1 Interview rounds

  • Resume Shortlist Round
View more
HCL Group Associate Consultant Salary
based on 1.2k salaries
₹8.5 L/yr - ₹30.2 L/yr
69% more than the average Associate Consultant Salary in India
View more details

HCL Group Associate Consultant Reviews and Ratings

based on 78 reviews

3.2/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

2.7

Salary

3.9

Job security

3.0

Company culture

2.5

Promotions

3.1

Work satisfaction

Explore 78 Reviews and Ratings
Software Engineer
3.6k salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Technical Lead
3.4k salaries
unlock blur

₹6.9 L/yr - ₹25 L/yr

Senior Software Engineer
2.8k salaries
unlock blur

₹4.3 L/yr - ₹18 L/yr

Lead Engineer
2.5k salaries
unlock blur

₹4.4 L/yr - ₹13.6 L/yr

Senior Analyst
2.1k salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Explore more salaries
Compare HCL Group with

HCLTech

3.5
Compare

TCS

3.7
Compare

Tata Group

4.2
Compare

Wipro

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