i
Think41
Filter interviews by
Tuple is immutable, ordered collection of elements. List is mutable, ordered collection of elements.
Tuple is defined using parentheses (), while list is defined using square brackets []
Elements in tuple cannot be changed once assigned, while elements in list can be modified
Tuple is faster than list for iteration and accessing elements
Example: tuple_example = (1, 2, 3), list_example = [1, 2, 3]
A null function is a function that always returns a null value.
A null function is typically used as a placeholder or to indicate that no meaningful value can be returned.
It is commonly used in programming to handle cases where a function needs to be called but no actual computation is required.
Example: function nullFunction() { return null; }
My name is John Doe.
My name is John Doe.
I go by John.
John is my first name, Doe is my last name.
Top trending discussions
I applied via Naukri.com and was interviewed before Oct 2022. There were 4 interview rounds.
Implement login with Google SSO, show emails in a single place
Middleware in Express is a function that has access to the request and response objects.
Create a middleware function using app.use() method in Express.
Middleware functions have access to the request object (req), the response object (res), and the next middleware function in the application's request-response cycle.
Example: app.use((req, res, next) => { console.log('This is a middleware function'); next(); });
Lazy loading in Angular delays loading of modules until they are needed
Lazy loading helps improve performance by only loading modules when they are required
It is achieved by using the loadChildren property in the route configuration
Lazy loaded modules are loaded asynchronously when the user navigates to the corresponding route
Server-side rendering (SSR) in Angular can be enabled by using Angular Universal.
Install Angular Universal using Angular CLI
Create a new Angular Universal project
Update app.module.ts to include server-side rendering
Build and run the Angular Universal project
I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.
Questions can be found on Leetcode
I applied via Naukri.com and was interviewed in Jul 2022. There were 3 interview rounds.
It was on hacker rank
It was a aptitude test taken by me of the new and all the response and the of new
I applied via Internshala and was interviewed in Dec 2023. There were 2 interview rounds.
Easy to medium, can solve with leetcode medium
The test was in hackerrank platform, it was moderate level.
I applied via Campus Placement
Dsa problems dp and tress problem
I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.
Dp, trees and basic time complexity
I applied via Campus Placement and was interviewed before May 2022. There were 5 interview rounds.
It was a coding round with sql ,python questions , few aptitude questions
Basic SQL involves writing queries to manage and manipulate relational databases effectively.
SELECT statement: Used to retrieve data from a database. Example: SELECT * FROM employees;
WHERE clause: Filters records based on specified conditions. Example: SELECT * FROM employees WHERE age > 30;
JOIN operations: Combines rows from two or more tables based on a related column. Example: SELECT * FROM orders JOIN customers ...
based on 1 interview experience
Kissht Finance
JoulestoWatts Business Solutions
Samunnati
LEAP India Private Limited