i
Revalsys Technologies
Filter interviews by
Client-side state management refers to the process of storing and managing data on the client-side of a web application.
Client-side state management allows web applications to store and retrieve data on the client's browser.
It helps in maintaining the state of the application across multiple requests.
Common techniques for client-side state management include cookies, local storage, and session storage.
Cookies are small...
Top trending discussions
I was interviewed before Jul 2016.
I applied via Campus Placement and was interviewed before Nov 2020. There were 5 interview rounds.
posted on 7 Jun 2024
posted on 15 Aug 2024
SQL commands are used to interact with databases to perform various operations like insert, update, delete, etc.
Types of SQL commands include SELECT, INSERT, UPDATE, DELETE, CREATE, ALTER, DROP, etc.
SELECT is used to retrieve data from a database
INSERT is used to add new records to a table
UPDATE is used to modify existing records in a table
DELETE is used to remove records from a table
CREATE is used to create a new tabl...
posted on 21 Jun 2024
Program to reverse a string using array of characters
Create a character array from the input string
Use two pointers to swap characters from start and end of the array
Continue swapping until the pointers meet in the middle
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
A constructor is a special method in a class that is automatically called when an instance of the class is created.
Constructors have the same name as the class they belong to.
They can be used to initialize the object's state or perform any necessary setup.
Constructors do not have a return type.
Example: public class Person { public Person() { // constructor code here } }
I applied via Campus Placement and was interviewed before Apr 2023. There were 4 interview rounds.
It consisted of pseudocodes and DSA related questions
2 or 4 questions were asked. And we had to write optimised approach and password all test cases
Factorial of a number is the product of all positive integers less than or equal to that number.
To calculate factorial of a number, multiply all positive integers less than or equal to that number.
Factorial of 5 (5!) = 5 * 4 * 3 * 2 * 1 = 120
Factorial of 0 is defined as 1, so 0! = 1
DOT NET Developer
49
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
29
salaries
| ₹0 L/yr - ₹0 L/yr |
Softwaretest Engineer
14
salaries
| ₹0 L/yr - ₹0 L/yr |
Angular Developer
8
salaries
| ₹0 L/yr - ₹0 L/yr |
UI Developer
8
salaries
| ₹0 L/yr - ₹0 L/yr |
Infosys
TCS
Wipro
HCLTech