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
3.5

based on 34.6k Reviews

Filter interviews by

HCLTech Application Development Associate Interview Questions and Answers

Updated 4 Jan 2025

HCLTech Application Development Associate Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are constructors?
  • Ans. 

    Constructors are special methods in a class that are used to initialize objects.

    • Constructors have the same name as the class they belong to.

    • They are called automatically when an object of the class is created.

    • Constructors can have parameters to initialize object properties.

    • Example: public class Car { public Car(String color) { this.color = color; }}

  • Answered by AI
  • Q2. What is final keyword?
  • Ans. 

    Final keyword in Java is used to restrict the user from changing the value of a variable, making it a constant.

    • Final keyword can be applied to variables, methods, and classes.

    • Final variables must be initialized and cannot be reassigned.

    • Final methods cannot be overridden in subclasses.

    • Final classes cannot be subclassed.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Dayananda Sagar College of Engineering, Bangalore and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was on statistics and logic based questions

Round 2 - Coding Test 

Sort the array without using library

Round 3 - Group Discussion 

General knowledge discussion

Application Development Associate Interview Questions Asked at Other Companies

asked in Accenture
Q1. Sum of even & oddWrite a program to input an integer N and pr ... read more
asked in Accenture
Q2. Evaluation of postfix expressionAn expression is called the postf ... read more
asked in Accenture
Q3. What are the current technologies that are Accenture working on.
asked in Accenture
Q4. coding question - find the duplicate elements present in a given ... read more
asked in Accenture
Q5. Explain me what is Encapsulation

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Good interview woth medium difficulty
  • Q2. Tell me about project What are your technical skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Nicee test with difficulty things in the test but fine
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Gudlavalleru Engineering College, Gudlavalleru and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

They ask about layers in networking.
Few questions related to python.
They ask about recursive functions in c programming
They as about lambda functions in python
Difference between sql and pandas

Round 2 - Aptitude Test 

They ask only one question related to

I was interviewed in Jul 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 135 minutes
Round difficulty - Medium

This round has 2 stages : (Both were elimination rounds)
1) Cognitive & Technical Assessment 
2) Coding Assessment

Upon only clearing Cognitive & Technical Assessment , candidate will be eligible for further rounds.

1) Cognitive & Technical Assessment : (90 mins)
This section contains questions from English Ability, Analytical Reasoning , Numerical Ability , Pseudo coding, Common Application and MS Office, Fundamentals of Networking, Security and Cloud.

2) Coding Assessment : (45 mins)
You are eligible for this round only if you cleared Cognitive & Technical Assessment.
It has 2 coding questions 1 simple and 1 moderate level.

Languages you can use : C, C++, Java, Python, Dot net.

  • Q1. Sum of even & odd

    Write a program to input an integer N and print the sum of all its even digits and sum of all its odd digits separately.

    Digits mean numbers, not the places! That is, if the given intege...
  • Ans. Space Complexity: O(1)Explanation: Time Complexity: O(1)Explanation:
  • Answered Anonymously
  • Q2. Evaluation of postfix expression

    An expression is called the postfix expression if the operator appears in the expression after the operands.

    Example :

    Infix expression: A + B  *  C - D 
    
    Postfix expres...
  • Ans. Evaluation of postfix expression.

     The idea is to use a stack to store the operands. Whenever an operator is encountered, we pop the top two numbers from the stack, perform the operation and push the result back to the stack. Finally, when the traversal is completed, the number left in the stack is the final answer.

     

    1. Create a stack to store the operands.
    2. Scan the given expression from left to right. For every sc...
  • Answered Anonymously
Round 2 - HR 

Round duration - 30 minutes
Round difficulty - Medium

Communication Assessment: (Virtual HR Round)
1) Sentence Mastery
2) Vocabulary
3)Fluency 
4) Pronunciation

Total Questions: 20

Round 3 - Video Call 

Round duration - 20 Minutes
Round difficulty - Easy

Timing : 3:00 to 3:20 Pm
There was one interviewer.
1) Started with introduction.
2) Asked about projects mention in the resume.
3) Favorite subjects during academics. How do you tackle tough subjects?
4) Two to three questions on select statements. 
5) Difference between foreign key and primary key.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Shri Guru Gobind Singhji Institute of Engineering and Technology, Nanded. I applied for the job as Application Development Associate in PuneEligibility criteriaGood knowledge of atleast one programming language, minimum 65 % (overall) in graduation , Good communication skillsAccenture interview preparation:Topics to prepare for the interview - Logical Reasoning, Algorithms , Programming Languages : c, c++, python , SQL (Structure Query Language)Time required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Prepare your resume with good projects and keep it short , add project links.
Tip 2 : Mention only those skills in which you are confident
Tip 3 : Practice coding problems on Code Studio.

Application resume tips for other job seekers

Tip 1 : Have Relevant Internships.
Tip 2 : Atleast 2 projects .

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via campus placement at Graphic Era University, Dehradun and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Tell me about yourself.
  • Q2. What projects you have done in your final year.
  • Q3. What are the current technologies that are Accenture working on.
  • Ans. 

    Accenture is working on various technologies including AI, cloud computing, blockchain, and IoT.

    • AI: Accenture is using AI for various applications such as chatbots, predictive analytics, and natural language processing.

    • Cloud computing: Accenture is helping clients migrate to cloud platforms such as AWS, Azure, and Google Cloud.

    • Blockchain: Accenture is working on blockchain solutions for industries such as finance, heal...

  • Answered by AI
  • Q4. So you are from Non CS background, How will you cope up with IT industry.
  • Q5. Tell me about your hobbies.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident weather you are CS or Non CS. That is just an interview nothing like death like situation. So stay calm and focused.

I applied via Whatsapp and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Introduce yourself
  • Q2. Hobbies
  • Q3. What is the difference between java and python
  • Ans. 

    Java is a statically typed language while Python is dynamically typed.

    • Java is compiled while Python is interpreted.

    • Java is more verbose while Python is more concise.

    • Java is better for large-scale projects while Python is better for small-scale projects.

    • Java has strict syntax rules while Python has flexible syntax rules.

    • Java is faster while Python is easier to learn and use.

  • Answered by AI
  • Q4. About project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with a genuine self introduction. You should show how confident you are and how good at communication skills.

Skills evaluated in this interview

I applied via campus placement at Jaipur Engineering College & Research Centre, Jaipur and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - they mainly focus on your communication skills and other than this your technical skils in cs must be good like coding , core subjects

I applied via Campus Placement and was interviewed before Mar 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked to explain the final year project.
  • Q2. Asked about hobbies and career interests.
  • Q3. Asked to talk for around 2 minutes about a socially relevant topic. This was impromptu.

Interview Preparation Tips

Interview preparation tips for other job seekers - I had my interview on campus. There was an aptitude test for screening followed by a group interview for the qualified students. They were basically checking how you deal with situation and whether you can communicate effectively.

I was interviewed before Oct 2019.

Interview Questionnaire 

2 Questions

  • Q1. It was group interview, he asked why should I select you as you are fresher and other 4 have experience.
  • Q2. What would you do if another MNC offers you more salary after you joined ours.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, be in formals, keep a smiling face,

HCLTech Interview FAQs

How many rounds are there in HCLTech Application Development Associate interview?
HCLTech interview process usually has 2 rounds. The most common rounds in the HCLTech interview process are Technical, Aptitude Test and Coding Test.
What are the top questions asked in HCLTech Application Development Associate interview?

Some of the top questions asked at the HCLTech Application Development Associate interview -

  1. What are constructo...read more
  2. What is final keywo...read more

Tell us how to improve this page.

Join HCLTech Find your spark and discover what drives you forward

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Software Engineer
22.8k salaries
unlock blur

₹1.2 L/yr - ₹8 L/yr

Technical Lead
20.9k salaries
unlock blur

₹6.9 L/yr - ₹25 L/yr

Senior Software Engineer
15.6k salaries
unlock blur

₹4 L/yr - ₹16.9 L/yr

Lead Engineer
14.8k salaries
unlock blur

₹4.2 L/yr - ₹14 L/yr

Analyst
14k salaries
unlock blur

₹1.2 L/yr - ₹6.7 L/yr

Explore more salaries
Compare HCLTech with

TCS

3.7
Compare

Wipro

3.7
Compare

Accenture

3.9
Compare

Cognizant

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