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
I appeared for an interview before Jun 2024, where I was asked the following questions.
Effective project management involves planning, execution, monitoring, and communication to achieve project goals successfully.
Define clear project objectives and scope. For example, use SMART criteria to set specific, measurable goals.
Develop a detailed project plan outlining tasks, timelines, and resources. Utilize Gantt charts for visual representation.
Assign roles and responsibilities to team members based on their...
General DS, Algo and Basic CS question.
DSA Round - Need to explain the answer
1hr, hacker rank, was a good problem to solve
I applied via Approached by Company and was interviewed in Dec 2022. There were 3 interview rounds.
It was a written test to check our thinking and communication skills
posted on 23 Nov 2021
I applied via LinkedIn and was interviewed in May 2021. There were 3 interview rounds.
Closure is a function that has access to variables in its outer scope, even after the outer function has returned.
Closure is created when a function is defined inside another function.
The inner function has access to the outer function's variables and parameters.
The inner function can access the outer function's variables even after the outer function has returned.
Closures are used for data privacy, event handlers, and...
hoc, pure component and react.memo are all ways to optimize React components.
Higher Order Components (HOC) are functions that take a component and return a new component with additional functionality.
Pure Components are components that only re-render when their props or state change.
React.memo is a higher order component that memoizes the result of a component rendering, preventing unnecessary re-renders.
JavaScript counters can be incremented using various methods, including loops and functions, to track values over time.
Use 'let count = 0;' to initialize a counter.
Increment using 'count++;' or 'count += 1;'.
Example: for (let i = 0; i < 5; i++) { count++; } results in count = 5.
Functions can encapsulate counter logic: function increment() { count++; }.
I applied via Referral and was interviewed in Apr 2023. There were 2 interview rounds.
I worked as a Senior Software Engineer at XYZ Company.
Developed and maintained software applications
Collaborated with cross-functional teams to gather requirements and design solutions
Implemented new features and enhancements
Performed code reviews and provided technical guidance to junior developers
Resolved bugs and issues reported by users
Optimized application performance and scalability
Participated in agile developme...
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
based on 1 interview experience
based on 3 reviews
Rating in categories
Product Manager
5
salaries
| ₹20 L/yr - ₹35 L/yr |
WiJungle
Miko
Convin
Kratikal Tech Private Limited