Upload Button Icon Add office photos
Engaged 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 Sse Programmer Analyst Interview Questions and Answers

Updated 28 Apr 2023

HCLTech Sse Programmer Analyst Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2022. There were 2 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 

(2 Questions)

  • Q1. Java basic questions - oops,abstraction
  • Q2. What is interfaces
  • Ans. 

    Interfaces are a way to define a contract between two entities in a program.

    • Interfaces define a set of methods that a class must implement

    • They allow for polymorphism and loose coupling

    • Interfaces can be used to create reusable code

    • Example: Java's Comparable interface defines a method for comparing objects

  • Answered by AI

Interview questions from similar companies

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

Sse Programmer Analyst Interview Questions Asked at Other Companies

asked in Worley
Q1. What are your salary expectations?
Q2. Why do you want to join NetSmart?
Q3. Tell me about yourself.
Q4. What is multiple inheritance?
asked in Infosys
Q5. What is the Java language?

I applied via Job Portal and was interviewed before Dec 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. First they ask basic questions like HTML SQL Java.

Interview Preparation Tips

Interview preparation tips for other job seekers - First we learn basics programming knowledge and we confident to attend interview and speak bold.

I applied via Naukri.com and was interviewed in Aug 2018. There was 0 interview round.

Interview Preparation Tips

General Tips: All Java basic questions will be asked including servlets and jsp even about application and web servers. To clear,1st round you should have strong core Java knowledge along with few real time examples. Collections are mandatory.
Database knowledge could be expected. RestFul and soap along with spring and spring boot, your project details and your responsibilities.
Skills: SOAP, RestFul, Spring, Springboot, Java Application Development, Java Programming, Javascript, Communication, Body Language, Problem Solving, Analytical Skills, Decision Making Skills
Duration: 1-4 weeks

What people are saying about HCLTech

View All
carefulmatcha
Verified Icon
2w
works at
Cognizant
DXC or HCL for Mainframe Dev? Help me decide!
Hey everyone 👋 I’m at a crossroads with offers from HCLTech and DXC for a Mainframe Developer role. I’ve got 3.7 years in COBOL, DB2, JCL, VSAM, and IMS, and I’m aiming for technical growth, solid projects, and leadership potential. 👉 I want to sharpen my IMS and VSAM skills, build a strong career, and move into tech leadership. If you’re at either company (especially in mainframe), your insights would be awesome! Which place is best for learning, recognition, and long-term stability? Thanks a bunch! 🙏
Got a question about HCLTech?
Ask anonymously on communities.

I applied via Company Website and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. By Rajkumar Bharathi, I stay at Trichy
  • Q2. I have completed my B.E from kalasalingam university in 2020, with a score of 6.33
  • Q3. I am a fresher need this jobs

Interview Preparation Tips

Interview preparation tips for other job seekers - Dress for the job or company

I applied via Campus Placement and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident , easy to crack

I applied via Applied in more than one job portal can't remember now. and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About struts framework.

Interview Preparation Tips

Interview preparation tips for other job seekers - I had three rounds of telephonic, technical, HR, interviews, I can say this confidence is important in all aspects.
Are these interview questions helpful?

I applied via Naukri.com and was interviewed in Mar 2018. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Core Java, spring, hibernate,web services
  • Q2. 01:00 hour technical round
  • Q3. They will not gives the expected packages. for 3+ years experienced people they will give 3.5 lpa.

Interview Preparation Tips

Round: Test
Experience: Java related 20 questions only.

General Tips: Company is very good but if you are expecting more packages then dont go for Infosys.
Duration: 1-3 Months

I appeared for an interview before Sep 2016.

Interview Preparation Tips

Round: Test
Experience: There were 30 questions that needs to be answered and then there was this one question where we had to complete one story writing within 10 minutes with some provided sets of words that needs to be included in the story.
Tips: It's not tough and doesn't need any extra effort. You will find some website wherein you get past years tcs ques, and believe me, tcs repeats questions.
You have to have a descent typing speed as well to finish the story on time.
Duration: 50 minutes
Total Questions: 30

Round: Technical Interview
Experience: If something has to happen, it will happen. For me what happened is that whatever I knew/wanted to speak, exactly same was asked by the interviewer.
They don't have much idea about the technical stuff, whatever you say will make sence to them, provided you say that confidently.

Round: HR Interview
Experience: A lady interviewed me for this, she had a couple of routine things, for example she had rejected atleast 5 students before me as they didn't know what was trending at that given point of time. I gave the answer correctly and then she asked about family, my flexibility in working hours, etc
. And this was it.
Tips: Be calm, smile and be confident.

College Name: Priyadarshini Institute of Engineering and Technology

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

It was in the morning. We're provided with 60 minutes.
We're provided with desktop as it was online test.
Almost 3-4 interviewer were there.

  • Q1. 

    Leap Year Checker

    Determine if a given year, represented as an integer 'N', is a leap year.

    A leap year is defined as a year with 366 days, unlike a normal year which has 365 days.

    Input:

    The initial i...
  • Ans. 

    The task is to determine if a given year is a leap year or not.

    • Check if the year is divisible by 4, if yes then proceed to the next step.

    • If the year is divisible by 100, then it should also be divisible by 400 to be a leap year.

    • If the year satisfies the above conditions, output 'Yes', else output 'No'.

  • Answered by AI
Round 2 - Face to Face 

Round duration - 30 minutes
Round difficulty - Easy

It was in the early morning.
I was the first one who selected for the interview.
There were 4 interviewers and they all are especialist in their domain

Round 3 - HR 

Round duration - 15 minutes
Round difficulty - Medium

It was mid in the afternoon. They called me and said you're shortlisted and come to campus again.
There were 2 interviewers who talked to me and ask different questions regarding my company, my experience in college etc.
It was kind of chit chat but basically they were testing my conversation skills.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Banasthali University. I applied for the job as Software Engineer in PuneEligibility criteriaNo crieteriaTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Dtaa structure, Algorithm, Java , Operating System, C++Time required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Try to give mock interview as much as you can
Tip 2 : Good with technical skills
 

Application resume tips for other job seekers

Tip 1 : Mention good projects
Tip 2 : Any internship will be add-on

Final outcome of the interviewSelected

Skills evaluated in this interview

HCLTech Interview FAQs

How many rounds are there in HCLTech Sse Programmer Analyst interview?
HCLTech interview process usually has 2 rounds. The most common rounds in the HCLTech interview process are Resume Shortlist and Technical.
What are the top questions asked in HCLTech Sse Programmer Analyst interview?

Some of the top questions asked at the HCLTech Sse Programmer Analyst interview -

  1. What is interfa...read more
  2. Java basic questions - oops,abstract...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
LTIMindtree Interview Questions
3.7
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.5k Interviews
View all
HCLTech Sse Programmer Analyst Salary
based on 6 salaries
₹21.6 L/yr - ₹40.3 L/yr
20% more than the average Sse Programmer Analyst Salary in India
View more details

HCLTech Sse Programmer Analyst Reviews and Ratings

based on 2 reviews

1.9/5

Rating in categories

1.9

Skill development

1.6

Work-life balance

1.6

Salary

1.6

Job security

1.9

Company culture

1.6

Promotions

1.6

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
24.9k salaries
unlock blur

₹2.7 L/yr - ₹8.1 L/yr

Technical Lead
22.9k salaries
unlock blur

₹10.9 L/yr - ₹21 L/yr

Senior Software Engineer
16.8k salaries
unlock blur

₹5.4 L/yr - ₹15.8 L/yr

Lead Engineer
16.4k salaries
unlock blur

₹5.3 L/yr - ₹12.4 L/yr

Analyst
15.9k salaries
unlock blur

₹2.3 L/yr - ₹6.5 L/yr

Explore more salaries
Compare HCLTech with

TCS

3.6
Compare

Wipro

3.7
Compare

Accenture

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview