i
Crio.Do
Filter interviews by
Clear (1)
I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.
A stack is a data structure that follows the Last In, First Out (LIFO) principle.
Elements are added and removed from the top of the stack.
Common operations include push (add element) and pop (remove element).
Examples of stacks include the call stack in programming and the undo feature in text editors.
A queue is a data structure that follows the First In First Out (FIFO) principle, where elements are added at the rear and removed from the front.
Elements are added to the rear of the queue and removed from the front
Common operations include enqueue (add to rear) and dequeue (remove from front)
Examples of queues include waiting lines at a grocery store or a printer queue
Top trending discussions
Coding test was test with basic DSA questions like DP and rotten oranges
I was interviewed in May 2022.
Speed distance, relations, coding decoding, work time
Strings, LinkedList
Basic bath included and Strings sorting, leetcode medium basic SQL and some basic web related things
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 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
posted on 1 Nov 2023
I applied via Approached by Company and was interviewed before Nov 2022. There were 4 interview rounds.
Designing a low level architecture for a quiz portal application
Use a microservices architecture for scalability and flexibility
Implement a database schema to store quiz questions, answers, and user responses
Utilize caching mechanisms to improve performance
Design an authentication system to ensure secure access to quizzes
Include features for creating, editing, and taking quizzes
I applied via LinkedIn and was interviewed before Sep 2021. There were 3 interview rounds.
I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.
I have worked on several machine learning projects, including image recognition and natural language processing.
Developed an image recognition model using convolutional neural networks
Implemented a natural language processing algorithm for sentiment analysis
Collaborated on a recommendation system using collaborative filtering
Applied machine learning techniques to predict customer churn in a telecom company
I applied via Approached by Company and was interviewed before Jun 2022. There were 3 interview rounds.
Coding round with 3 problem statements
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Project Engineer
76
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Development Associate
67
salaries
| ₹0 L/yr - ₹0 L/yr |
Inside Sales Specialist
33
salaries
| ₹0 L/yr - ₹0 L/yr |
Customer Success Associate
25
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Operations Associate
15
salaries
| ₹0 L/yr - ₹0 L/yr |
upGrad
Simplilearn
Great Learning
Springboard