i
UST
Filter interviews by
React with typescript and 5 questions are there very medium based but if we have to complete 1 by 1 and pass all test cases then only other questions will appear
posted on 22 Apr 2024
I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.
Abstract is a class that cannot be instantiated, while abstract keyword is used to declare a method as abstract. Interface is a contract that defines methods that a class must implement.
Abstract class cannot be instantiated, but can have concrete methods.
Abstract keyword is used to declare a method as abstract, meaning it has no implementation.
Interface is a contract that defines methods that a class must implement.
A c...
To switch values of a and b without using a third variable, use bitwise XOR operation.
Use bitwise XOR operation to switch values of a and b: a = a ^ b; b = a ^ b; a = a ^ b;
Example: int a = 5, b = 10; a = a ^ b; b = a ^ b; a = a ^ b; // Now a = 10, b = 5
posted on 15 Jul 2024
Angular, HTML, CSS, Javascript
posted on 3 Jan 2025
I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.
Deep copy creates a new copy of an object with its own unique memory space, while shallow copy creates a new object that references the same memory locations as the original object.
Deep copy duplicates all nested objects, while shallow copy only duplicates the references to nested objects.
Deep copy ensures that changes to the copied object do not affect the original object, while shallow copy may lead to unintended sid...
Use a loop to swap characters of two strings without using strcpy function.
Create two arrays of characters to store the strings
Use a loop to iterate through each character of the strings and swap them
Ensure to handle cases where strings have different lengths
Fundamentals of Data Structures and Algorithms, including SQL.
posted on 12 Nov 2024
It was an aptitute round and 2 coding questions was there
posted on 20 Oct 2024
Fetch cart items and display them
Create a function to fetch cart items from database
Display the items in the cart on the user interface
Handle empty cart scenarios
Consider pagination for large number of items
Fetch characters and their movies
Use API like IMDb or The Movie Database to fetch movie data
Parse the data to extract characters and their associated movies
Store the characters and movies in an array of strings
posted on 13 Nov 2024
I applied via Job Portal
Software Developer
2k
salaries
| ₹3.5 L/yr - ₹12.1 L/yr |
Senior Software Engineer
1.6k
salaries
| ₹6.5 L/yr - ₹25.7 L/yr |
Software Engineer
1.3k
salaries
| ₹3.7 L/yr - ₹14.6 L/yr |
System Analyst
1.2k
salaries
| ₹6.5 L/yr - ₹22.2 L/yr |
Senior Software Developer
1.1k
salaries
| ₹5.5 L/yr - ₹19.5 L/yr |
TCS
Infosys
Wipro
HCLTech