Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Nimap Infotech Team. If you also belong to the team, you can get access from here

Nimap Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Nimap Infotech Associate Software Developer Interview Questions and Answers

Updated 17 Jun 2024

Nimap Infotech Associate Software Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Which technology you're familiar with
  • Ans. 

    I am familiar with technologies such as Java, Python, SQL, HTML, CSS, and JavaScript.

    • Java

    • Python

    • SQL

    • HTML

    • CSS

    • JavaScript

  • Answered by AI
  • Q2. What is your current education
Round 2 - Coding Test 

Typical machine coding round for frontend developer.

Round 3 - Technical 

(1 Question)

  • Q1. Questions regarding machine coding which was mini project coded by me
Round 4 - Behavioral 

(1 Question)

  • Q1. Finalizing the process and settling the package

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked a question on counting continuous max occurences of 1 in a string

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep knowledge of programming is a must

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Check if binary tree is balanced or not.
  • Ans. 

    Check if binary tree is balanced or not.

    • A balanced binary tree has the height of left and right subtrees differ by at most 1.

    • Recursively check the height of left and right subtrees and compare.

    • Use a helper function to calculate the height of a subtree.

    • Time complexity: O(nlogn) for a balanced tree, O(n^2) for a skewed tree.

  • Answered by AI
  • Q2. Detect loops in linked list.
  • Ans. 

    Detect loops in a linked list.

    • Use two pointers, one moving at a faster pace than the other.

    • If there is a loop, the faster pointer will eventually catch up to the slower one.

    • To detect the start of the loop, reset one pointer to the head and move both pointers at the same pace.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was good, do your DS Algo questoin thoroughly.

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.

Interview Preparation Tips

Round: Technical Interview
Experience: this was a telephonic round : There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left and right joins.

Round: Technical Interview
Experience: This was pretty much about interview rounds. I got the offer.

Skills: Core java, OOP, PHP
College Name: na
Round 1 - Group Discussion 

It represents the eligibility of person and thinking process ,view of thoughts

Round 2 - One-on-one 

(1 Question)

  • Q1. We cannot judge people to atonce chance
Round 3 - Coding Test 

Skills ,fast typing , experienced ,new ideas

Round 4 - Technical 

(1 Question)

  • Q1. All the knowledge of technical work and word
Round 5 - Case Study 

Deeply study case and make a point to make attractive

Interview Preparation Tips

Interview preparation tips for other job seekers - Every chance have a successful of key.will appreciate all chance to way of your dreams .move a first steps towards your dreams

I applied via Referral and was interviewed before Aug 2021. 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 - Aptitude Test 

General topics like mathe, English, social etc

Interview Preparation Tips

Topics to prepare for IT By Design Software Engineer interview:
  • Python
  • general
Interview preparation tips for other job seekers - It is best choice to our life . If I can join in this company. I can learn more things by gaining work experience.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

One hour aptitude test, after clearing that, some basic coding questions were unlocked.

Round 2 - Aptitude Test 

This one was face to face. Basically, the approach to the question was seeked by the HRs rather than the correct answer only.

Round 3 - HR 

(3 Questions)

  • Q1. This included two rounds, one with HR and one with CEO. Questions were based on real life logics and basic mathematics
  • Q2. Based on real life and quants with some HR Questions.
  • Q3. Like: What salary do you expect
  • Ans. 

    I expect a competitive salary based on my skills, experience, and the market rate for software developers.

    • Research the average salary range for software developers in your location and industry.

    • Consider your level of experience, education, and any specialized skills you possess.

    • Factor in the company's size, reputation, and financial stability.

    • Be prepared to negotiate and discuss benefits and perks in addition to salary...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on logical knowledge. And keep good hands on basic programming at least.
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 - Aptitude Test 

They totally select you on the basis of aptitude only

Round 3 - Technical 

(1 Question)

  • Q1. It is also based on aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - to have a good knowledge over aptitude

Nimap Infotech Interview FAQs

How many rounds are there in Nimap Infotech Associate Software Developer interview?
Nimap Infotech interview process usually has 4 rounds. The most common rounds in the Nimap Infotech interview process are HR, Coding Test and Technical.
What are the top questions asked in Nimap Infotech Associate Software Developer interview?

Some of the top questions asked at the Nimap Infotech Associate Software Developer interview -

  1. Which technology you're familiar w...read more
  2. Questions regarding machine coding which was mini project coded by...read more
  3. Finalizing the process and settling the pack...read more

Tell us how to improve this page.

Nimap Infotech Associate Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Fast track your campus placements

View all
Nimap Infotech Associate Software Developer Salary
based on 33 salaries
₹2 L/yr - ₹6 L/yr
39% less than the average Associate Software Developer Salary in India
View more details

Nimap Infotech Associate Software Developer Reviews and Ratings

based on 7 reviews

4.0/5

Rating in categories

3.7

Skill development

3.5

Work-life balance

3.1

Salary

3.3

Job security

3.6

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 7 Reviews and Ratings
Software Developer
79 salaries
unlock blur

₹2.3 L/yr - ₹9 L/yr

Associate Software Developer
33 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Software Engineer
30 salaries
unlock blur

₹3.2 L/yr - ₹10.8 L/yr

Java Developer
21 salaries
unlock blur

₹1.9 L/yr - ₹6.5 L/yr

UI/UX Designer
17 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Explore more salaries
Compare Nimap Infotech with

Maxgen Technologies

4.5
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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