Filter interviews by
Top trending discussions
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
Basic Aptitude test
Coding Round is little tough.
I applied via Naukri.com and was interviewed in May 2022. There were 6 interview rounds.
SOLID design principles and Design Patterns are used to create maintainable and scalable software.
SOLID principles help in creating loosely coupled and modular code.
Design Patterns provide reusable solutions to common software problems.
Examples of SOLID principles include Single Responsibility, Open/Closed, and Liskov Substitution.
Examples of Design Patterns include Factory, Singleton, and Observer.
Using SOLID principl...
2 questions, problem-solving, easy to medium difficulty.
I applied via Approached by Company and was interviewed in Jul 2022. There were 5 interview rounds.
Basics of JavaScript and HTML and CSS
Login/signup and to do list using react.js
I applied via Approached by Company and was interviewed before Mar 2023. There were 3 interview rounds.
posted on 16 Sep 2021
I was interviewed in Mar 2021.
Round duration - 45 minutes
Round difficulty - Medium
Timing (10 am- 11 am)
For this round I had slightly more time than the last, due to the fact that the weekend fell in between.The interviewer was very very cool and helping this time, something which I kept at the last in my list of probable things that can happen during an interview. Duration of this round was around 45 minutes.
Clearly, the rope which is picked up first will be having its length included more than once in the final cost. If we pick a rope of larger length earlier, then we will be adding some extra cost to our final result.
So, the idea is to pick ropes of smaller lengths initially to minimize the impact on our final cost.
So, each time we will be finding two smallest ropes, connecting them and
adding the resu...
The approach is based on the fact that the value of each node in a BST is greater than the value of all the nodes in the left subtree and smaller than the value of all the nodes in the right subtree.
Here is the complete algorithm-
Round duration - 30 minutes
Round difficulty - Medium
This round was on call where I was just supposed to answer the HRquestions that were asked. It started with a brief interview with one another and then moved to questions on DBMS, operating systems, computer networks and all. Almost 10-15 questions were asked and I probably answered 90% of them correctly.
Assume you are hired, then how long would you expect to work for us?
How would you rate yourself on a scale of 1 to 10?
Tip 1 : Try answering in an optimistic manner
Tip 2 : relating the real life examples to support your points will be very helpful
Tip 3 : putting all the energy and showing the enthusiasm is also very important
Tip 1 : practice on gfg and coding ninjas
Tip 2 : compete in online coding contests
Tip 3 : learn DSA and practice regularly from GFG or leetcode
Tip 1 : put your entire valuable experience in brief
Tip 2 : put the handle of you competitive coding profiles
Basic aptitude test, 2 coding questions based on arrays. One was easy other was hard
Arrays are a data structure that stores a collection of elements of the same data type in contiguous memory locations.
Arrays have a fixed size determined at the time of declaration.
Elements in an array are accessed using an index starting from 0.
Arrays can store primitive data types or objects.
Example: String[] names = {"Alice", "Bob", "Charlie"};
A linked list is a data structure where each element points to the next element in the sequence.
Each element in a linked list, called a node, contains data and a reference to the next node in the sequence.
Linked lists can be singly linked (each node points to the next node) or doubly linked (each node points to both the next and previous nodes).
To traverse a linked list, you start at the head node and follow the refere...
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
based on 4 reviews
Rating in categories
Regional Manager
98
salaries
| ₹5.2 L/yr - ₹13.8 L/yr |
Education Specialist
34
salaries
| ₹5 L/yr - ₹9.5 L/yr |
Academic Consultant
12
salaries
| ₹6 L/yr - ₹10.6 L/yr |
Senior Software Developer
11
salaries
| ₹10.3 L/yr - ₹18 L/yr |
Software Developer
10
salaries
| ₹6.5 L/yr - ₹19.1 L/yr |
BYJU'S
MeritNation
Toppr
Unacademy