Upload Button Icon Add office photos

Neilsoft

Compare button icon Compare button icon Compare

Filter interviews by

Neilsoft Software Engineer Interview Questions and Answers

Updated 6 Feb 2023

Neilsoft Software Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jan 2023. 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 

(7 Questions)

  • Q1. Explain Basics OOP Pillars
  • Q2. What's copy constructor. Why it's passed by reference Why copy constructor can not be void
  • Ans. 

    A copy constructor is a special constructor that creates a new object by copying the values of another object.

    • Copy constructor is used to create a new object with the same values as an existing object.

    • It is passed by reference to avoid unnecessary object copying, which can be expensive.

    • Copy constructor cannot be void because it needs to return the newly created object.

  • Answered by AI
  • Q3. Difference in array and linked list
  • Q4. Given three points how to check if they are colinear
  • Ans. 

    To check if three points are colinear, calculate the slope between each pair of points and compare them.

    • Calculate the slope between the first two points using the formula: slope = (y2 - y1) / (x2 - x1)

    • Calculate the slope between the second and third points using the same formula

    • If the slopes between all pairs of points are equal, then the points are colinear

  • Answered by AI
  • Q5. Given point and circle how to find if point is inside circle or outside circle
  • Ans. 

    To determine if a point is inside or outside a circle, calculate the distance between the point and the center of the circle.

    • Calculate the distance between the point and the center of the circle using the distance formula: sqrt((x2 - x1)^2 + (y2 - y1)^2)

    • If the distance is less than the radius of the circle, the point is inside the circle. If it is equal to the radius, the point is on the circle. Otherwise, it is outsid...

  • Answered by AI
  • Q6. How to find resultant of two vectors in terms of magnitude and direction
  • Ans. 

    The resultant of two vectors can be found by adding the magnitudes and finding the direction using trigonometry.

    • To find the magnitude of the resultant, use the Pythagorean theorem: magnitude = sqrt(a^2 + b^2)

    • To find the direction of the resultant, use trigonometry: direction = atan(b/a)

    • If the vectors are given in terms of their components, add the corresponding components to find the resultant

  • Answered by AI
  • Q7. Can child class point points to base class?
  • Ans. 

    Yes, a child class can point to a base class.

    • In object-oriented programming, a child class can inherit from a base class and use its methods and properties.

    • A child class can also override the methods of the base class to provide its own implementation.

    • Polymorphism allows a child class object to be treated as a base class object, enabling it to point to the base class.

    • This is useful for code reusability and creating a h...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Neilsoft Software Engineer interview:
  • C++
Interview preparation tips for other job seekers - Check for which profile interview is. This Company works in CAD so good to have basic math and geometry knowledge

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Dec 2021. There were 3 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 

(1 Question)

  • Q1. Questions related to project in which you previously worked... Oops concepts, MVC related ques
Round 3 - Technical 

(1 Question)

  • Q1. Moreover managerial type questions were asked..

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Oops concepts thoroughly with examples of each concept.

Sql query such as highest no. ACID properties n all...

All the best... Better be prepared than be overconfident...

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Neilsoft?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

7 Questions

  • Q1. When the company call me for interviews
  • Q2. I applied for the job
  • Q3. I completed my graduation in electronics and communication engineering
  • Q4. I am Sukhmani from fatehgarh sahib
  • Q5. When did other formality will done
  • Q6. My personal introduction
  • Q7. I am Sukhmani
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. List, tuple Decorators
  • Q2. What is the process for removing duplicates from a list?

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

Interview Questionnaire 

1 Question

  • Q1. About structur like, Shuttring and steel dia wise wait per/m special gravity of cement & aggregate, related QC

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Interview Questionnaire 

1 Question

  • Q1. Hard core techanical

I applied via Walk-in and was interviewed before Apr 2020. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. Can you explain Man day
  • Ans. 

    A man day is a unit of measure representing the amount of work one person can complete in a single day.

    • Typically used in project management to estimate labor costs and timelines.

    • One man day usually equals 8 hours of work.

    • For example, if a task requires 40 man days, it would take one person 40 days or 5 people 8 days to complete.

    • Helps in resource allocation and planning for projects.

  • Answered by AI
  • Q2. Can you explain manpower mobilization.
  • Ans. 

    Manpower mobilization refers to the process of deploying and managing personnel for a specific project or task.

    • Identifying the required personnel for a project

    • Recruiting and hiring personnel

    • Training and orienting personnel to the project

    • Assigning roles and responsibilities to personnel

    • Managing personnel performance and productivity

    • Ensuring compliance with labor laws and regulations

    • Examples include mobilizing a construc...

  • Answered by AI
  • Q3. How to cost control in project
  • Ans. 

    Cost control in project can be achieved through effective planning, monitoring and controlling of project expenses.

    • Create a detailed project budget and stick to it

    • Track expenses regularly and adjust budget as needed

    • Identify and eliminate unnecessary expenses

    • Negotiate with vendors for better pricing

    • Implement cost-saving measures without compromising quality

    • Use project management tools to monitor expenses and progress

    • Reg...

  • Answered by AI
  • Q4. Can you explain how to handle clinent
  • Ans. 

    Handling clients requires effective communication, understanding their needs, and providing timely solutions.

    • Listen actively to their concerns and requirements

    • Communicate clearly and professionally

    • Provide timely updates and solutions

    • Build a strong relationship based on trust and respect

    • Be proactive in identifying and addressing potential issues

    • Ensure customer satisfaction by going above and beyond expectations

  • Answered by AI
  • Q5. Flow chart for manpower mobilization
  • Ans. 

    Manpower mobilization flow chart involves identifying needs, planning, recruitment, training, and deployment.

    • Identify the need for manpower

    • Plan the recruitment process

    • Source and screen candidates

    • Conduct interviews and assessments

    • Select and hire candidates

    • Provide training and orientation

    • Deploy manpower to required locations

  • Answered by AI
  • Q6. Prepared organisation chat for project handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Please see all questions
Are these interview questions helpful?

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

Interview Questionnaire 

3 Questions

  • Q1. About previous work experience.
  • Q2. Work done over Manpower
  • Q3. Why I left my first job so early
  • Ans. 

    I left my first job early to pursue better growth opportunities and align my career with my long-term goals.

    • I realized that the role didn't align with my career aspirations, as I was seeking more challenging projects.

    • The company culture was not a good fit for me; I value collaboration and innovation, which I found lacking.

    • I received an offer for a position that provided more opportunities for professional development a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and go through your resume properly. Try not to be fake

Interview Questionnaire 

3 Questions

  • Q1. PSC girder
  • Q2. Minor bridge
  • Q3. Related

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

I applied via Approached by Company and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Baching plant Rmu Tamrock Shotcrete machine Grouting pumps Layout of project Crusher plant
  • Q2. Why you want to join Why you want to leave Why we hire you
  • Ans. 

    I want to join to further develop my skills, seeking new challenges. I am leaving for career growth opportunities. You should hire me for my experience and expertise.

    • Seeking new challenges and opportunities for skill development

    • Leaving for career growth and advancement

    • Experience and expertise in the field

    • Ability to contribute effectively to the team and projects

  • Answered by AI

Interview Preparation Tips

General Tips: Be positive
Be prepared
Be calm
Don't be stressed


Skills: Communication, Problem Solving, Leadership, Time Management
Duration: <1 week

Neilsoft Interview FAQs

How many rounds are there in Neilsoft Software Engineer interview?
Neilsoft interview process usually has 2-3 rounds. The most common rounds in the Neilsoft interview process are Technical and Resume Shortlist.
How to prepare for Neilsoft Software Engineer 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 Neilsoft. The most common topics and skills that interviewers at Neilsoft expect are C++, Python, ASP.Net, Artificial Intelligence and Data Collection.
What are the top questions asked in Neilsoft Software Engineer interview?

Some of the top questions asked at the Neilsoft Software Engineer interview -

  1. Given point and circle how to find if point is inside circle or outside cir...read more
  2. How to find resultant of two vectors in terms of magnitude and direct...read more
  3. Given three points how to check if they are colin...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

L&T Construction Interview Questions
4.0
 • 827 Interviews
Tata Projects Interview Questions
4.2
 • 501 Interviews
TCE Interview Questions
3.8
 • 268 Interviews
AECOM Interview Questions
4.2
 • 128 Interviews
Apco Infratech Interview Questions
3.7
 • 122 Interviews
AtkinsRealis Interview Questions
3.9
 • 93 Interviews
View all
Neilsoft Software Engineer Salary
based on 69 salaries
₹5 L/yr - ₹9 L/yr
21% less than the average Software Engineer Salary in India
View more details

Neilsoft Software Engineer Reviews and Ratings

based on 9 reviews

3.4/5

Rating in categories

3.5

Skill development

3.0

Work-life balance

3.2

Salary

4.0

Job security

3.5

Company culture

2.6

Promotions

3.2

Work satisfaction

Explore 9 Reviews and Ratings
Junior Engineer
198 salaries
unlock blur

₹2.5 L/yr - ₹5.2 L/yr

BIM Engineer
103 salaries
unlock blur

₹3.6 L/yr - ₹7.7 L/yr

Design Engineer
71 salaries
unlock blur

₹3.1 L/yr - ₹8.4 L/yr

Software Engineer
69 salaries
unlock blur

₹5 L/yr - ₹9 L/yr

Engineer
69 salaries
unlock blur

₹3.5 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Neilsoft with

L&T Construction

4.0
Compare

Tata Projects

4.2
Compare

Shapoorji Pallonji Group

4.1
Compare

Kalpataru Projects International

4.2
Compare
write
Share an Interview