Upload Button Icon Add office photos

Filter interviews by

HCL Infosystems System Engineer II Interview Questions and Answers

Updated 4 Feb 2022

HCL Infosystems System Engineer II Interview Experiences

1 interview found

Round 1 - Technical 

(1 Question)

  • Q1. Why it What is pointer What is an array
  • Ans. 

    A pointer is a variable that stores the memory address of another variable. An array is a collection of similar data types stored in contiguous memory locations.

    • Pointers are used to manipulate memory and create dynamic data structures.

    • Arrays can be one-dimensional or multi-dimensional.

    • Pointers can be used to pass arguments to functions by reference.

    • Arrays can be accessed using index notation, e.g. array[0].

  • Answered by AI
Round 2 - HR 

(5 Questions)

  • Q1. What is your family background?
  • Q2. Why should we hire you?
  • Q3. Where do you see yourself in 5 years?
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume prepare and project. learn skills like python.

Interview questions from similar companies

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 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself? willing to work on shifts and location of the project exists. good communication knowledge and able to handle the difficult situation strong knowledge in technical skills like java,...
Round 3 - HR 

(1 Question)

  • Q1. Acceptance of shifts and location and clarification of your salary packages etc

Interview Preparation Tips

Interview preparation tips for other job seekers - be bold while conveys your information
have to speak confidently.

I was interviewed in Jan 2022.

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 - Technical 

(2 Questions)

  • Q1. What is your short term goal?
  • Ans. My short term goal is to get a job in reputed company
  • Answered Anonymously
  • Q2. What is your long term goal?
  • Ans. My long term goal is to achieve good position Where I can build my career as will as organization too
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Wipro System Engineer II interview:
  • Communication Skills
  • Computer Skills
Interview preparation tips for other job seekers - Wipro is best it company as will as multi national corporation

I applied via Campus Placement and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Ninja Coding Round Basic Coding questions available on youtube or sources online

Round 2 - Technical 

(1 Question)

  • Q1. Panel of 2 people will ask basic technical questions and it depends on what you have mentioned in your resume
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions about relocation etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practise basic coding and math aptitude questions. To crack TCS

Interview Preparation Tips

Round: Resume Shortlist
Experience: I was fulfilling their criteria of 60% through out the academics.

Round: Test
Experience: Aptitude was easy. It contained basics of Quants & Logic . Verbal or English part was bit difficult and length. There was a sectional time and sectional cut off.

Round: Interview
Experience: There was only one interview. Both Technical and HR questions were asked in the same interview. Prepare puzzles from the book Puzzles to puzzle you by Shakuntala Devi. This book helped me a lot. Technical questions were very basic but nearly from every subject.

General Tips: BE CONFIDENT. Speak Confident in Interview even if you are not good with ur english.
Skills: English language, Communication Skills, Reasoning Abilities
College Name: Jawaharlal Nehru Engineering College Aurangabad
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 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 args and kawrgs? What is lambda function? difference b/w list & tuple? What is pickiling & unpickling what is list comprehension? what is the architecture of Django?
  • Ans. 

    args and kwargs are used in Python to pass a variable number of arguments to a function. Lambda functions are anonymous functions. Lists are mutable while tuples are immutable. Pickling is serializing objects in Python. List comprehension is a concise way to create lists. Django follows a Model-View-Template architecture.

    • args and kwargs are used in Python functions to pass a variable number of arguments

    • Lambda functions...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on advanced functions of Python & django, they asked me 15-17 theoritical questions and then 3 coding question( fetch dat from jagged array, Reg-ex related program, count words in string )

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is dora process.
  • Ans. 

    DORA (Discovery, Optimization, and Risk Assessment) is a process used to manage scientific research data.

    • DORA helps researchers to manage their data effectively.

    • It involves discovering data, optimizing it for use, and assessing the risks associated with it.

    • DORA is important for ensuring the quality and integrity of research data.

    • It helps to ensure that data is properly documented, stored, and shared.

    • DORA can also help ...

  • Answered by AI
  • Q2. What is the role of DHCP.
  • Ans. 

    DHCP assigns IP addresses and network configuration to devices on a network.

    • DHCP stands for Dynamic Host Configuration Protocol.

    • It automates the process of assigning IP addresses to devices on a network.

    • DHCP also provides other network configuration information, such as subnet mask and default gateway.

    • DHCP reduces the administrative burden of manually assigning IP addresses to devices.

    • Example: When a new device joins a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself technically and non technically.

Skills evaluated in this interview

I was interviewed in May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 Minutes
Round difficulty - Easy

  • Q1. 

    Check Word Presence in String

    Given a string S and a list wordList containing N distinct words, determine if each word in wordList is present in S. Return a boolean array where the value at index 'i' indi...

  • Ans. Brute Force
    • This is an iterative approach.
    • Make a boolean vector ‘result’ of size ‘N’. Initially, all the elements of this vector should be ‘False’.
    • Run a loop where ‘i’ ranges from 0 to ‘N-1’  and for each word ‘Wi‘ present at ‘ith’ index of ‘wordList’, we will check whether ‘Wi‘ is a substring of string ‘S’ or not. This can be done as follow-:
               1.  If the length of ‘Wi’ is great...
  • Answered Anonymously
Round 2 - Video Call 

Round duration - 20 Minutes
Round difficulty - Easy

Interview Preparation Tips

Eligibility criteria6.75+ CGPATata interview preparation:Topics to prepare for the interview - Data Structures, OOPS, DBMS, OOPs, Algorithms, DP, GreedyTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Try solving Love Babbar 450 Prog questions
Tip 2 : Have a good resume
Tip 3 : Do learn some extra technologies eg. ML/AI

Application resume tips for other job seekers

Tip 1 : Do not lie at all
Tip 2 : Have some projects listed

Final outcome of the interviewSelected

Interview Preparation Tips

Round: Test
Experience: Data interpretation questions,english vocabulary(GRE BARRONS) is most important , apptitude questions and reasoning are from R S agarwal.
Total Questions: 65

Round: Technical Interview
Experience: Interviewer asked about your core subject littlebit and dont have any deep questions from c and c++.

Round: HR Interview
Experience: Given a topic and asked me to speak about that topic for one minute and given a situation asked me how would you react on that situation.

General Tips: It is easy to get a job in infosys comparatively other companies because you dont need to prepare for software side.
Prepare aptitude and reasoning from R S Agarwal and GRE BARRONS for vocabulary
College Name: NIT WARANGAL

I applied via Walk-in and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was conducted on line mode and was cleared by me

Round 2 - Technical 

(3 Questions)

  • Q1. Technical interview was quite simple and easy to crack. Thats it.
  • Q2. Tell me about yourself
  • Q3. Why do you want to join this company

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing special. Be ready with basics. Try to be professional. That is all.

HCL Infosystems Interview FAQs

How many rounds are there in HCL Infosystems System Engineer II interview?
HCL Infosystems interview process usually has 2 rounds. The most common rounds in the HCL Infosystems interview process are Technical and HR.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 803 Interviews
Tata Group Interview Questions
4.2
 • 358 Interviews
View all
Technical Lead
324 salaries
unlock blur

₹7 L/yr - ₹21.5 L/yr

Senior Software Engineer
231 salaries
unlock blur

₹4.2 L/yr - ₹15.5 L/yr

Senior Analyst
226 salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

Software Engineer
203 salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Lead Engineer
193 salaries
unlock blur

₹3.8 L/yr - ₹15.6 L/yr

Explore more salaries
Compare HCL Infosystems with

HCLTech

3.5
Compare

Wipro

3.7
Compare

Tech Mahindra

3.5
Compare

TCS

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