Upload Button Icon Add office photos

Filter interviews by

Neelsys Internship Trainee Interview Questions and Answers

Updated 13 Mar 2024

Neelsys Internship Trainee Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself

Interview questions from similar companies

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 Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1. We noticed on your resume that your address is in another city. How will you get here every day if we hire you? Will you commute, or will you move? Will you want us to cover your moving expenses?”
2. We noticed that you’ve held a position as a mid-level manager. This is a junior-level position. Will you be willing to take a step down to accept this job?
3. We noticed that you have most of the requirements for this job, but you don’t have a master’s degree. Are you planning to earn one soon? What do you have to offer in lieu of this credential?

Round 2 - HR 

(2 Questions)

  • Q1. What can you bring to this company that can help us reach our goals?” How would you describe your experience in your own worlds?
  • Q2. How would you describe your personality, your approach to problem solving, your leadership skills, etc., in your own words?

Interview Preparation Tips

Interview preparation tips for other job seekers - There are a lot of ways you can help someone who is searching for work. Whether you're encouraging a friend, family member or professional contact, offering help when needed can motivate someone struggling to find a job. Start by communicating with them and listening to their needs to offer support as they look for employment.
Here are some ideas to support someone looking for a job broken down into categories:

1. Help suggest jobs if you're asked
2.Help them create a professional profile online.
3. Seek out career coaches.
4. Research online job boards.
5. Ask them to list ideal jobs

Before you can help a colleague or loved one search for a job, have them brainstorm some jobs they'd like to perform, even if they aren't in the same field as their previous employment.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Aptitude Test 

They gave a set of aptitude questions and time to complete it was 60 mins. It was not too difficult to clear

Round 2 - One-on-one 

(2 Questions)

  • Q1. Why do you want to join this internship program?
  • Ans. 

    I want to join this internship program to gain practical experience in my field of study and to learn from industry professionals.

    • Gain practical experience in my field of study

    • Learn from industry professionals

    • Enhance my skills and knowledge

    • Networking opportunities

    • Potential for future employment

  • Answered by AI
  • Q2. Questions about my educational background?
Round 3 - HR 

(1 Question)

  • Q1. What are your strengths and weaknesses?
  • Ans. 

    My strengths include strong communication skills and attention to detail. My weaknesses include being overly critical of my own work and sometimes struggling with time management.

    • Strengths: strong communication skills

    • Strengths: attention to detail

    • Weaknesses: overly critical of my own work

    • Weaknesses: sometimes struggle with time management

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and express your interests

I applied via campus placement at Sathyabama University

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 - Aptitude Test 

It was combo with verbal, aptitude,and reasoning

Round 3 - Coding Test 

Here we were having two type of coding round based on data structure.

Round 4 - Technical 

(1 Question)

  • Q1. Here we have done technical interview...question was based on data structure, coding language, ml, web development,database
Round 5 - HR 

(1 Question)

  • Q1. Here they have asked hr typed question

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on data structure, be master either java or c++, be good in communication, should have skills on html, css,networking,database,ml

I applied via Job Portal and was interviewed in May 2022. There were 3 interview rounds.

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

(1 Question)

  • Q1. A few questions checking your language proficiency
Round 3 - Technical 

(1 Question)

  • Q1. OOP concepts, java and some SQL and GIT related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have basic knowledge of OOP, GIT as well as SQL
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Self introduction
  • Q2. OOPS Programming
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

50 aptitude questions in 60 minute time slot.

Round 2 - Coding Test 

3 coding questions in 90 minute time slot.

Round 3 - Technical 

(1 Question)

  • Q1. Define OOPs concepts with real life examples.
  • Ans. 

    OOPs concepts are programming principles that help in organizing code and data for better reusability and maintainability.

    • Encapsulation: Wrapping data and methods into a single unit. Example: A car object with properties like speed and methods like accelerate.

    • Inheritance: Creating new classes based on existing ones. Example: A class Animal can be inherited by classes like Dog and Cat.

    • Polymorphism: Objects of different ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Why do you want to work at Cognizant?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at All India Shri Shivaji Memorial Society's College of Engineering, Pune and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic arithmetic questions.

Round 2 - Technical 

(2 Questions)

  • Q1. About projects and its Explanation.
  • Q2. Select preferable coding language and asked questions on it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on your resume and prepare it and do one specific language good.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Raghu Institute of Technology, Visakhapatnam and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the programming languages learnt so far?
  • Ans. 

    I have learnt Java, Python, C++, and SQL.

    • Java

    • Python

    • C++

    • SQL

  • Answered by AI
  • Q2. Use of static variables in C?
  • Ans. 

    Static variables in C are variables that retain their values between function calls.

    • Static variables are declared using the 'static' keyword.

    • They are initialized only once and retain their value throughout the program's execution.

    • They have a local scope within the function where they are declared.

    • Example: static int count = 0; // retains its value between function calls

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Explain in brief about yourself
  • Q2. Why this role attracts you

Interview Preparation Tips

Topics to prepare for Cognizant Internship Trainee interview:
  • C
  • Java

Skills evaluated in this interview

Round 1 - Aptitude Test 

For non IT students this test helps me a lot because there is no coding in this test(only for GEN-C)
so if we are good at aptitude then we can easily crack the test.

Round 2 - Technical 

(1 Question)

  • Q1. Many people may think that technical interview was very hard to crack ,but if we know the basic knowledge in coding and have to solve the basic coding programs For non IT students they have to maintain atl...
Round 3 - HR 

(1 Question)

  • Q1. In some companies they ask only certificates verification and in some companies the questions will be based on the HR point of view.

Interview Preparation Tips

Interview preparation tips for other job seekers - we have to update our skills then only we can reach high position.

Neelsys Interview FAQs

How many rounds are there in Neelsys Internship Trainee interview?
Neelsys interview process usually has 1 rounds. The most common rounds in the Neelsys interview process are One-on-one Round.

Tell us how to improve this page.

People are getting interviews through

based on 1 Neelsys interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Compare Neelsys with

Cognizant

3.8
Compare

NTT Data Information Processing Services

4.0
Compare

Sutherland Global Services

3.7
Compare

Hexaware Technologies

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview