Filter interviews by
I applied via Referral and was interviewed in Jun 2024. There were 3 interview rounds.
A simple assignment based on what I had in resume
Top trending discussions
posted on 20 Aug 2024
I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.
Good and the whole process took more than 20 days
Find the largest number in an array
I applied via Internshala and was interviewed in Dec 2023. There were 2 interview rounds.
Easy to medium, can solve with leetcode medium
Count the number of islands in a grid of '1's and '0's
Iterate through the grid and for each '1' encountered, perform a depth-first search to mark all connected '1's as visited
Increment the island count for each new island found
Ensure to handle boundary cases and check for visited nodes
Find the first and last index of a specific element in an array of strings.
Iterate through the array and keep track of the index of the first and last occurrence of the element.
Return the first and last index once the iteration is complete.
Example: Array ['apple', 'banana', 'apple', 'orange'], element 'apple' - First index: 0, Last index: 2.
I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.
I applied via Company Website and was interviewed before Nov 2022. There were 4 interview rounds.
3 questions in 3 hr, topics were Dp, Strings, Tree
1hr durations 40 questions, main topics were patterns, profit loss, work man , etc.
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
JWT can be implemented by generating a token with user information and a secret key, then verifying the token using the same secret key.
Generate a JWT token with user information and a secret key
Include necessary claims like expiration time, issuer, etc.
Verify the JWT token using the same secret key
Handle token expiration and refresh if needed
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 Cocubes and was interviewed in Jan 2022. There were 2 interview rounds.
Most rounds were regarding English proficiency and 1 round regarding logical reasoning
posted on 8 Jul 2024
I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.
Median level coding round
Speak to given topic for 2 mins
I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.
Questions can be found on Leetcode
based on 4 reviews
Rating in categories
Software Engineer
51
salaries
| ₹1.8 L/yr - ₹7 L/yr |
Software Developer
44
salaries
| ₹1.1 L/yr - ₹7 L/yr |
Business Analyst
18
salaries
| ₹1.9 L/yr - ₹5 L/yr |
Product Support Executive
17
salaries
| ₹2.3 L/yr - ₹7.5 L/yr |
Softwaretest Engineer
17
salaries
| ₹2 L/yr - ₹4.5 L/yr |
Infosys
TCS
Wipro
HCLTech