i
NG-Next Tech Private Limited
Filter interviews by
UDP is faster than TCP due to its low overhead and lack of error-checking.
UDP is connectionless and does not establish a reliable connection before transmitting data.
TCP has more overhead due to its error-checking and flow control mechanisms.
UDP is faster for applications that require speed over reliability, such as online gaming or streaming.
TCP is better suited for applications that require reliable data transmission...
Top trending discussions
React Queries are a library for managing server state in React applications.
React Queries provide a way to fetch and cache data from an API in React components.
They offer features like caching, background fetching, and automatic refetching.
React Queries can handle complex data fetching requirements, such as pagination and infinite scrolling.
Yes, useEffect() hook can run twice under certain conditions.
useEffect() hook can run twice if the dependencies array changes between renders.
This can happen if the dependencies array contains values that change frequently.
For example, if a state variable is included in the dependencies array and it is updated in the component, useEffect() will run again.
I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.
Building small UI screen application in 1 hr for frontend developer
I was interviewed in Nov 2023.
Simple coding and scripting round
This round was in front of a panelist you have to code a basic application
I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Aug 2023. There were 2 interview rounds.
They will give you something to make in 2 hours time.
posted on 14 Feb 2024
I applied via Job Portal
Good level question. I have qualified for the next round
Basic to intermediate question, Cleared the test
posted on 22 Dec 2022
I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in Jun 2022. There were 6 interview rounds.
20 aptitude question 10 was the cut off
There were total 9 question 3 mcq and 6 DSA question easy to moderate.
I applied via Walk-in and was interviewed before Jun 2022. There were 3 interview rounds.
A recursive function is a function that calls itself within its definition.
A recursive function must have a base case to prevent infinite recursion.
Recursion is often used to solve problems that can be broken down into smaller, similar subproblems.
Example: Factorial function, Fibonacci sequence.
C is a procedural programming language while C++ is an object-oriented programming language.
C is a procedural programming language, while C++ is a combination of procedural and object-oriented programming.
C does not support classes and objects, while C++ does.
C does not have built-in support for exception handling, while C++ does.
C does not have namespaces, while C++ does.
C does not have function overloading, while C++
Oops concepts are the fundamental principles of object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex i...
To reverse a string, iterate through the characters and build a new string in reverse order.
Iterate through the characters of the string from end to start
Append each character to a new string to build the reversed string
Return the reversed string as the result
Product Manager
4
salaries
| ₹30 L/yr - ₹35 L/yr |
TCS
Infosys
Wipro
HCLTech