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
3.6

based on 92 Reviews

Filter interviews by

Nimap Infotech Interview Questions and Answers for Freshers

Updated 26 Jun 2024

Nimap Infotech Interview Experiences for Freshers

Popular Designations

3 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There was 4 coding question to be done using java with easy-medium difficulty and an SQL query medium level. The process was online

Round 2 - Technical 

(2 Questions)

  • Q1. About my project and Technical concepts in Java Like Exception handling, Collection, Spring Boot, JDBC, etc
  • Q2. Two basic coding questions will be asked which we should write it down on paper
Round 3 - Machine task 

(1 Question)

  • Q1. We should complete the given task of springboot like building APIs like get, post,put,post etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Put your 100%, remember every concept that you've learnt and be thorough with your resume, like add only those stuff that you have good knowledge about

Backend Developer Intern Interview Questions asked at other Companies

Q1. 1. Differences between GET and POST 2. What is MVC? 3. I was asked if I knew any PHP framework. 4. SESSION, COOKIE functionalities 5. Some SQL queries.
View answer (1)
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

Associate Software Developer Interview Questions asked at other Companies

Q1. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) is a function, is calculated using the following formula - F(n) = F(n-1) + F(n-2), Where, F(1) = F(2) = 1 Provided N you have to find out the Nth Fibonacci Number. Input Fo... read more
View answer (4)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Basic questions for code eg
paliendrome
sum of array or array operation
string operations

Interview Preparation Tips

Interview preparation tips for other job seekers - basic should be strong from all aspects
eg if you are developer you have all the basic knowledge related to
frontend
backend
API
server side technology's

and all the alternative of the technologies
advantage and disadvantages also ask

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Aug 2024.

Round 1 - Coding Test 

It was easy difficulty.

Round 2 - Technical 

(1 Question)

  • Q1. It was Medium difficulty.
Round 3 - Technical 

(1 Question)

  • Q1. It was medium difficulty.
Round 4 - Technical 

(1 Question)

  • Q1. It was managerial Round
Round 5 - HR 

(1 Question)

  • Q1. It was quick offer discussion.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Javacript MCQ 

(1 Question)

  • Q1. 21 MCQ's on javascript concepts
Round 2 - Technical 

(2 Questions)

  • Q1. What is apply , call ,bind method?
  • Ans. 

    apply, call, and bind are methods used to manipulate the context of a function in JavaScript.

    • apply() - calls a function with a given 'this' value and arguments provided as an array

    • call() - calls a function with a given 'this' value and arguments provided individually

    • bind() - creates a new function that, when called, has its 'this' keyword set to the provided value

  • Answered by AI
  • Q2. What is closure , event loop , promise , setTimeout , inheritance in javascript (prototyping), design principles, call by value , call by reference , mixin?(Write examples in code editor)
Round 3 - Behavioral 

(2 Questions)

  • Q1. About your past projects?
  • Q2. Role and Responsibility, Why you want t join Talentica , Future goals etc?

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(3 Questions)

  • Q1. Finance questions - related to option pricing, derivatives, securities such as ABS, CLOs
  • Q2. Questions on hedge fund structure, ecosystem, hedge fund strategies
  • Q3. Why do you want to join IVP? Why not sell side core finance roles?
Round 2 - One-on-one 

(4 Questions)

  • Q1. Math puzzles, Statistics, Probability problems
  • Q2. Do you have any technical experience? Data visualization and SQL based
  • Q3. Why do you want to join us?
  • Q4. What do you know about IVP and the exact nature of work we do?
Round 3 - HR 

(2 Questions)

  • Q1. What keeps you going everyday?
  • Q2. Why do you want to join IVP and what strengths will make you thrive here?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Given an array Reverse array
  • Ans. 

    Reverse array of strings

    • Iterate through the array and swap elements from start to end

    • Use two pointers, one at the beginning and one at the end, and swap elements until they meet

  • Answered by AI
  • Q2. Giaven a string Reverse string
  • Ans. 

    Reverse a given string

    • Use built-in functions like reverse() or loop through the string in reverse order

    • Create a new string and append characters from the original string in reverse order

    • Convert the string to an array of characters, reverse the array, and then join it back into a string

  • Answered by AI
  • Q3. Given array find sum of all elements
  • Ans. 

    Calculate sum of all elements in a given array of strings

    • Iterate through the array and convert each element to integer before adding to sum

    • Handle edge cases like empty array or non-numeric elements

    • Return the final sum after iterating through all elements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Python and SQL questions were asked

Round 2 - One-on-one 

(1 Question)

  • Q1. I was asked about the project
Round 3 - One-on-one 

(1 Question)

  • Q1. ACID properties of DBMS
  • Ans. 

    ACID properties ensure data integrity in DBMS: Atomicity, Consistency, Isolation, Durability.

    • Atomicity ensures that all operations in a transaction are completed successfully or none at all.

    • Consistency ensures that the database remains in a consistent state before and after the transaction.

    • Isolation ensures that multiple transactions can be executed concurrently without affecting each other.

    • Durability ensures that once...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. HR question and family background

Interview Preparation Tips

Topics to prepare for Junglee Games Data Engineer interview:
  • SQL
  • Python
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Assignment 

It was a written test where theoretical SQL questions were asked like primary key, foreign key, set operators and some queries

Round 2 - Technical 

(1 Question)

  • Q1. All SQL Concepts like Join, normalization, trigger, stored procedure, keys, drop truncate del difference, where having difference, Aggregate scaler window functions, fetch duplicate records query, acid pro...

Interview Preparation Tips

Topics to prepare for Saama Technologies Data Engineer interview:
  • SQL
  • Python
  • Pyspark
Interview preparation tips for other job seekers - Clear your concepts deeply with examples sothat you can able to explain it..
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Introduction process and salary discussion
Round 2 - Technical 

(1 Question)

  • Q1. About the voice process and system handling
Round 3 - HR 

(1 Question)

  • Q1. Selection process

Nimap Infotech Interview FAQs

How many rounds are there in Nimap Infotech interview for freshers?
Nimap Infotech interview process for freshers usually has 2-3 rounds. The most common rounds in the Nimap Infotech interview process for freshers are Coding Test, Technical and Behavioral.
How to prepare for Nimap Infotech interview for freshers?
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 Nimap Infotech. The most common topics and skills that interviewers at Nimap Infotech expect are GIT, Javascript, CSS, HTML and MySQL.
What are the top questions asked in Nimap Infotech interview for freshers?

Some of the top questions asked at the Nimap Infotech interview for freshers -

  1. Which technology you're familiar w...read more
  2. what is variable & Rules? Loops & Type of Loops ? OOPs Conc...read more
  3. Asked all the logical programming question. Asked Programming operators, loops ...read more
How long is the Nimap Infotech interview process?

The duration of Nimap Infotech interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Nimap Infotech Interview Process for Freshers

based on 3 interviews in last 1 year

Interview experience

3.7
  
Good

People are getting interviews through

based on 2 Nimap Infotech interviews
Company Website
50%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
LTIMindtree Interview Questions
3.9
 • 2.7k Interviews
Mphasis Interview Questions
3.4
 • 772 Interviews
View all

Fast track your campus placements

View all

Nimap Infotech Reviews and Ratings

based on 92 reviews

3.6/5

Rating in categories

4.0

Skill development

3.4

Work-Life balance

3.3

Salary & Benefits

3.3

Job Security

3.7

Company culture

3.2

Promotions/Appraisal

3.6

Work Satisfaction

Explore 92 Reviews and Ratings
Software Developer
80 salaries
unlock blur

₹2.3 L/yr - ₹9 L/yr

Software Engineer
27 salaries
unlock blur

₹3.2 L/yr - ₹10.8 L/yr

Associate Software Developer
27 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Java Developer
19 salaries
unlock blur

₹1.9 L/yr - ₹4 L/yr

Android Developer
16 salaries
unlock blur

₹4.5 L/yr - ₹12 L/yr

Explore more salaries
Compare Nimap Infotech with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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