Premium Employer

i

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

HCLTech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

HCLTech Group Manager Interview Questions and Answers

Updated 10 Apr 2024

HCLTech Group Manager Interview Experiences

3 interviews found

Group Manager Interview Questions & Answers

user image Anonymous

posted on 28 Feb 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. Define your roles and responsibilities
  • Q2. Some scenario based questions to understand your grasp on technology
  • Q3. Management level questions
  • Q4. Project related questions
Round 3 - HR 

(1 Question)

  • Q1. General salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on key areas and talk more on technical aspects.
They will hardly judge on your your current experience hence talk more assertive

Group Manager Interview Questions & Answers

user image Anonymous

posted on 10 Apr 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Don't remember exactly
  • Q2. Don't remember exactly now
Round 2 - Case Study 

Case they were stuck with.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you love work life balance and no toxicity at work, don't work with them. They will spoil your mental and physical health. Not only that your social life, family life and professional life will be affected.

Group Manager Interview Questions Asked at Other Companies

asked in Evalueserve
Q1. How to conduct technology benchmarking
asked in McAfee
Q2. Decline in metrics - Root Cause Analysis
asked in WNS
Q3. Design incremental load in Databricks.
asked in Evalueserve
Q4. Estimate Ethanol market growth potential
asked in WNS
Q5. Implement SCD2 in data warehouse

Group Manager Interview Questions & Answers

user image Anonymous

posted on 13 Nov 2021

I applied via Recruitment Consultant and was interviewed before Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. For experi
  • Q2. For entry level ask is purely on concepts and subjects or basic technology area whereas experienced resources has to undergo skillset or jd related questions, past challenges, opportunities and value addit...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the role, see if you jd for the job opening or not.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops concepts, angular , .net core middlewares

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic concepts well

I applied via Campus Placement and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Best sorting although and its working they asked
  • Q2. Write a program to replace the character with another character in java.
  • Ans. 

    A program to replace a character with another character in Java.

    • Create a string variable with the original text

    • Use the replace() method to replace the character with another character

    • Print the new string with the replaced character

  • Answered by AI
  • Q3. SQL queries on order by, group by, and it's difference they asked.
  • Q4. Project management experience they asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare on the basis concepts and be perfect on your resume they are not expecting much from you as you are a fresher.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. It's was basic testing questios, specific to selenium and Java.
  • Q2. Explain framework
  • Ans. 

    A framework is a set of guidelines, standards, and tools used to develop software applications.

    • A framework provides a structure for developers to build upon

    • It includes pre-written code and libraries to simplify development

    • Frameworks can be specific to a programming language or platform

    • Examples include React for web development and TensorFlow for machine learning

  • Answered by AI
  • Q3. Basic java programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, basically on manual testing, Selenium and Java

Skills evaluated in this interview

I applied via Campus Placement

Interview Questionnaire 

4 Questions

  • Q1. What is multithreading? ( I used it in my project )
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads concurrently, improving performance and responsiveness.

    • Multithreading allows for parallel execution of tasks, utilizing multiple CPU cores.

    • It enables concurrent processing, where multiple threads can execute simultaneously.

    • Thread synchronization mechanisms like locks and semaphores are used to prevent data inconsistencies.

    • Multithreading can be used to i...

  • Answered by AI
  • Q2. How is socket programming different from other programmings?( Again a question from my project)
  • Q3. Difference between constructors and destructors.
  • Ans. 

    Constructors are used to initialize objects while destructors are used to destroy objects.

    • Constructors are called when an object is created while destructors are called when an object is destroyed.

    • Constructors have the same name as the class while destructors have the same name as the class preceded by a tilde (~).

    • Constructors can be overloaded while destructors cannot be overloaded.

    • Constructors do not have a return ty...

  • Answered by AI
  • Q4. Oops basics

Interview Preparation Tips

Interview preparation tips for other job seekers - My technical interview round lasted for just 20 minutes. It's becomes easier to crack if you actually have knowledge about things you have put on your resume. My advice to prepare for the interview is to open your resume and start making flowchart of what questions can go next once you introduce yourself. In the introduction, include your strong areas so that the interview revolves around that. I used this approach in my first interview and it went really well. I got real good reviews from the interviewer. Lastly, stay confident in explaining and Good Luck.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Batch apex (Important), Governor limits, events, lightning and components bundle, Relationship in salesforce, how are account and contact related, If accounts gets deleted will the contact also get deleted...

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare well before interview, join before 10 mins they hate delay, prepare notes have a topic in each page, and description, syntax, use cases and example in the page, if space is there put imp notes or latest interview questions, Batch apex, governor limits, types of error, lightning, lwc, aura, @future annotation, rest api, soap api, test starting ways, events, how to handle events including third party. brush up all these

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Where do we use BigInteger in java ?
  • Ans. 

    BigInteger is used for mathematical operations involving very large integers in Java.

    • BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.

    • It is commonly used in cryptography and security applications.

    • It provides methods for arithmetic, bitwise, and logical operations on large integers.

    • Example: calculating factorial of a large number, generating large prime nu

  • Answered by AI
  • Q2. Merge Sort Algo code in java
  • Ans. 

    Merge Sort Algo code in java

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Time complexity: O(n log n)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Core Java
  • DSA
Interview preparation tips for other job seekers - Not a very good interview experience. I was asked 2-3 questions only. Not satisfied with interview process.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Basic question about testing, risk management, integration testing, CFR21 PART 11

HCLTech Interview FAQs

How many rounds are there in HCLTech Group Manager interview?
HCLTech interview process usually has 2-3 rounds. The most common rounds in the HCLTech interview process are Technical, Resume Shortlist and HR.
How to prepare for HCLTech Group Manager 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 HCLTech. The most common topics and skills that interviewers at HCLTech expect are Fund Accounting, Corporate Actions, Fixed Income, Group Management and NAV Calculation.
What are the top questions asked in HCLTech Group Manager interview?

Some of the top questions asked at the HCLTech Group Manager interview -

  1. Some scenario based questions to understand your grasp on technol...read more
  2. Don't remember exac...read more
  3. Don't remember exactly ...read more

Tell us how to improve this page.

HCLTech Group Manager Interview Process

based on 7 interviews

Interview experience

4.3
  
Good
View more
Join HCLTech Find your spark and discover what drives you forward

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
LTIMindtree Interview Questions
3.7
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
HCLTech Group Manager Salary
based on 900 salaries
₹11.2 L/yr - ₹41.2 L/yr
7% more than the average Group Manager Salary in India
View more details

HCLTech Group Manager Reviews and Ratings

based on 102 reviews

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

2.6

Salary

3.6

Job security

2.7

Company culture

2.3

Promotions

2.8

Work satisfaction

Explore 102 Reviews and Ratings
Software Engineer
23.5k salaries
unlock blur

₹1.9 L/yr - ₹8 L/yr

Technical Lead
21.6k salaries
unlock blur

₹7 L/yr - ₹28 L/yr

Senior Software Engineer
16.1k salaries
unlock blur

₹4.5 L/yr - ₹17 L/yr

Lead Engineer
15.1k salaries
unlock blur

₹4.2 L/yr - ₹14 L/yr

Analyst
14.7k salaries
unlock blur

₹0.8 L/yr - ₹6.5 L/yr

Explore more salaries
Compare HCLTech with

TCS

3.7
Compare

Wipro

3.7
Compare

Accenture

3.8
Compare

Cognizant

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