Filter interviews by
I applied via Walk-in and was interviewed before Aug 2021. There were 2 interview rounds.
Closures are functions that have access to variables in their outer scope. JS has two types of scope - global and local.
Closures allow for data privacy and encapsulation
Global scope variables can be accessed from anywhere in the code
Local scope variables are only accessible within the function they are defined in
To remove duplicates from an array, use the Set object or filter method
Observables are used for asynchronous...
I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.
I appeared for an interview before Dec 2020.
Round duration - 360 minutes
Round difficulty - Medium
Basically TCS conduct its flagship event named as CODEVITA . And it offers Internship to prefinal (3rd )year students .
Given an array of integers arr
, where arr[i]
represents the number of pages in the i-th
book, and an integer m
representing the number of students, allocate all the books ...
Allocate books to students in a way that minimizes the maximum number of pages assigned to a student.
Iterate through possible allocations and calculate the maximum pages assigned to a student.
Find the minimum of these maximums to get the optimal allocation.
Return the minimum pages allocated in each test case, or -1 if not possible.
Tip 1 : Good understanding of Data Structure and Algorithms
Tip 2 : Be clear in your Core Subjects.
Tip 3 : Do at least 1 good Project .
Tip 4 : Be humble and speak truth .
Tip 1 : Simple and Crisp .
Tip 2 : Do host your project and mention the link in the resume .
Tip 3 : Single Page
I applied via LinkedIn
I applied via Job Portal and was interviewed in Jan 2023. There were 3 interview rounds.
Reasoning logocial thing topics
Coding text web developer development
Improving performance in Angular app involves optimizing code, reducing HTTP requests, lazy loading modules, and using AOT compilation.
Optimize code by avoiding unnecessary watchers and using track by in ngFor loops
Reduce HTTP requests by combining multiple requests into one using HTTP interceptors
Lazy load modules to only load components when needed, improving initial load time
Use Ahead-of-Time (AOT) compilation to pr
I appeared for an interview before Feb 2024.
React Native works by using a bridge to communicate between JavaScript and native code on iOS and Android devices.
React Native uses a JavaScript thread to handle logic and a separate thread for UI rendering.
The bridge allows for communication between the JavaScript thread and native code on the device.
React Native uses a virtual DOM to optimize rendering performance.
Memory allocation is handled by the device's operatin...
React middlewares are functions that intercept and modify requests and responses in a React application.
Middlewares are used to add additional functionality to an application without modifying the core code.
They can be used for authentication, logging, error handling, and more.
Examples of React middlewares include Redux Thunk, Redux Saga, and React Router.
They are typically implemented using higher-order functions.
Midd...
Yes, React Native Context API is a way to manage global state in React Native applications.
Context API allows passing data through the component tree without having to pass props down manually at every level.
It is useful for managing global state such as user authentication, theme, and language preferences.
Context API consists of two parts: the Provider component and the Consumer component.
The Provider component is use...
React Native functional components have limited lifecycle methods compared to class components.
Functional components use useEffect() instead of componentDidMount() and componentDidUpdate()
useEffect() can be used to handle component mount, update, and unmount
useEffect() takes a callback function and an array of dependencies as arguments
The callback function can return a cleanup function to handle component unmount
Functi...
based on 1 review
Rating in categories
Web Developer
4
salaries
| ₹1 L/yr - ₹3.5 L/yr |
Front end Developer
4
salaries
| ₹3 L/yr - ₹5.4 L/yr |
TCS
Accenture
Wipro
Cognizant