i
HNR Tech
Filter interviews by
posted on 11 Dec 2024
Variables in JavaScript are declared using the 'var', 'let', or 'const' keywords.
Use 'var' to declare a variable with function scope.
Use 'let' to declare a variable with block scope.
Use 'const' to declare a constant variable.
Example: var x = 5; let y = 'hello'; const PI = 3.14;
posted on 23 Aug 2023
I applied via Naukri.com and was interviewed in Jul 2023. There were 3 interview rounds.
In this round mcq question were asked, related to javascript.
In this round, javascript data structures and algorithms questions from freecodecamp were asked.
I was interviewed in Dec 2024.
posted on 22 Nov 2024
Encapsulation, Inheritance, Polymorphism, Abstraction are the four pillars of OOPS in Java.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Inheritance: Allows a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the implementation details and showing only the necessary features.
A constructor in Java is a special type of method that is used to initialize objects.
Constructors have the same name as the class they are in.
They do not have a return type, not even void.
Constructors are called when an object of a class is created.
Example: public class Car { public Car() { // constructor code } }
posted on 13 Aug 2024
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.
SPA uses AJAX and HTML5 to create fluid and responsive user experience.
It eliminates the need for page reloading during use, making it faster and more efficient.
Examples include Gmail, Facebook, and Google Maps.
State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.
State management involves storing and updating the state of an application to ensure data consistency.
It helps in managing user interface updates based on changes in the application state.
State management is crucial for handling user interactions and maintaining a seamless user exp...
I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.
Python question was there and it was average level not tough
Simple coding questions which was good to go
I applied via Walk-in and was interviewed in Dec 2022. There were 3 interview rounds.
Troubleshooting network involves identifying and resolving issues related to network connectivity and performance.
Start by identifying the symptoms of the problem
Check network cables and connections
Verify network settings and configurations
Use network diagnostic tools to identify and isolate the problem
Resolve the issue by applying appropriate fixes
Test the network to ensure the problem is resolved
based on 1 review
Rating in categories
Project Manager
6
salaries
| ₹5 L/yr - ₹6.6 L/yr |
Process Analyst
4
salaries
| ₹4 L/yr - ₹4.6 L/yr |
Senior Process Analyst
4
salaries
| ₹4.2 L/yr - ₹4.8 L/yr |
Web Designer
4
salaries
| ₹2.2 L/yr - ₹4.3 L/yr |
Software Developer
4
salaries
| ₹4.5 L/yr - ₹9 L/yr |
TCS
Infosys
Wipro
Tech Mahindra