i
Nimap Infotech
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.
First round was coding + Mcq there are 6 basic coding question, 2 sql queries and some mcq’s related to technology which they required for position.
Abstract class is a class with some abstract methods while interface is a contract with no implementation.
Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.
A class can implement multiple interfaces but can inherit only one abstract class.
Abstract classes can have constructors, fields, and properties, while interfaces cannot.
Example: Abstract class - Animal wi...
Top trending discussions
posted on 16 Sep 2024
Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.
Normalization helps in minimizing data redundancy by dividing the database into multiple tables.
It ensures data integrity by avoiding update anomalies.
Normalization is achieved through a series of rules called normal forms, such as 1NF, 2NF, 3NF, etc.
Example: In a database, instead of storing customer details i...
Reflection is the ability of a program to examine and modify its own structure and behavior at runtime.
Allows accessing metadata of types and members at runtime
Enables dynamic instantiation of objects
Facilitates invoking methods dynamically
posted on 11 Apr 2024
Increment last element of array by 1 and carry over to second last element
Iterate through the array in reverse order
Increment the last element by 1 and check if it becomes 10
If last element becomes 10, set it to 0 and carry over 1 to the second last element
posted on 17 Oct 2024
I applied via Walk-in
To implement a queue using a stack, use two stacks and simulate the queue operations.
Use two stacks, one for enqueue operation and one for dequeue operation.
For enqueue operation, simply push elements onto the stack used for enqueueing.
For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.
Then pop from the dequeue stack to simulate dequeue operation.
A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.
Create a Node class with data and next pointer
Initialize a head pointer to null
Add nodes by updating next pointers
Traverse the list by following next pointers
I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.
It was ok. I was not able to solve all the questions.
Coding for international
Quantitative arithmetic,verbal reasoning,non-verbal reasoning,etc
I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.
Aptitude test was easy but difficult
posted on 19 Sep 2024
I applied via Job Portal
60mintues DSA level coding exam
My daily routine involves coding, debugging, attending meetings, and collaborating with team members.
Start the day by checking emails and prioritizing tasks
Code and debug new features or fix existing issues
Attend meetings to discuss project progress and updates
Collaborate with team members on code reviews and problem-solving
Take breaks to recharge and stay productive
based on 1 interview
Interview experience
based on 6 reviews
Rating in categories
Software Developer
75
salaries
| ₹2.3 L/yr - ₹9 L/yr |
Associate Software Developer
28
salaries
| ₹2 L/yr - ₹6.5 L/yr |
Software Engineer
26
salaries
| ₹3.2 L/yr - ₹12 L/yr |
Java Developer
21
salaries
| ₹1.9 L/yr - ₹5.2 L/yr |
Android Developer
16
salaries
| ₹3.5 L/yr - ₹10.6 L/yr |
TCS
Infosys
Wipro
HCLTech