greytHR
10+ Nirman Enterprise Interview Questions and Answers
You are given a string 'S'. Your task is to check whether the string is palindrome or not. For checking palindrome, consider alphabets and numbers only and ignore the symbols ...read more
You are given a paragraph that may have letters both in lowercase and uppercase, spaces, and punctuation. You have also given a list of banned words. Now your task is to find the most frequent...read more
Q3. What is difference between restcontroller and controller?
RestController is a specialized version of Controller in Spring framework used for RESTful web services.
RestController is used for creating RESTful web services, while Controller is used for handling traditional web requests.
RestController is annotated with @RestController, while Controller is annotated with @Controller.
RestController returns data directly in the response body, while Controller returns a view.
RestController is typically used for APIs, while Controller is used...read more
Question based on output for the given JavaScript Code.
MCQ Questions based on different HTML tags and CSS styling like flexbox, grid etc .
JavaScript concept questions like JavaScript Closure, Event loop, Callstack, Higher Order Functions, Callbacks, Scope Chain etc.
Q6. What is csrf? What is session?
CSRF is a type of attack where a malicious website tricks a user into performing actions on another website. Session is a way to store user data on the server side.
CSRF (Cross-Site Request Forgery) is a type of attack where a malicious website tricks a user into performing actions on another website without their knowledge or consent.
CSRF attacks exploit the trust that a site has in a user's browser by sending unauthorized requests using the user's session.
Sessions are a way ...read more
Q7. What is serialisation?
Serialisation is the process of converting an object into a stream of bytes to store or transmit it.
Serialisation is used to save the state of an object and recreate it when needed.
It allows objects to be converted into a format that can be easily stored or transmitted.
Java provides built-in support for serialisation through the Serializable interface.
Q8. Java : Find all most occuring characters in given string only using arrays
Use arrays to find all most occurring characters in a given string in Java.
Create an array to store the frequency of each character in the string.
Iterate through the string and update the frequency array.
Find the maximum frequency and then iterate through the frequency array to find all characters with that frequency.
Q9. What is NCP in terms of PF?
Q10. Tax slabs for New Regime & Existing Regime
Q11. Exemption limit for section 80EEA and 80EEB
Q12. Differentiate section 80EE and 80EEA
Top HR Questions asked in Nirman Enterprise
Interview Process at Nirman Enterprise
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month