i
Coding Ninjas
Filter interviews by
I applied via Company Website and was interviewed before Jan 2023. There was 1 interview round.
MergeSort is a divide-and-conquer algorithm that recursively divides an array into two halves, sorts them, and then merges them.
Divide the array into two halves
Recursively sort each half
Merge the sorted halves
To add one in a linked list, create a new node with the value 1 and add it to the end of the list.
Create a new node with the value 1
Traverse the linked list to reach the last node
Set the next pointer of the last node to the new node
I applied via Company Website and was interviewed before Jul 2023. There were 2 interview rounds.
1 hour, question on graph and dp
I applied via coding ninjas and was interviewed before Oct 2022. There were 2 interview rounds.
JavaScript is a programming language used to create interactive web pages and web applications.
JavaScript is used for client-side scripting, allowing for dynamic and interactive web pages.
It can also be used for server-side scripting with Node.js.
JavaScript is used for creating web applications, games, and mobile apps.
It is also used for creating browser extensions and add-ons.
JavaScript frameworks like React, Angular,...
No, IIFE is not irreplaceable.
There are other ways to achieve the same functionality as IIFE, such as using arrow functions or block-scoped functions.
IIFE can also be replaced by using modules in modern JavaScript.
However, IIFE is still a useful tool in certain situations, such as when you need to create a private scope for your code.
Coding Ninjas interview questions for popular designations
I applied via Indeed and was interviewed before Oct 2023. There was 1 interview round.
Assignment to make in angular
Get interview-ready with Top Coding Ninjas Interview Questions
I applied via Referral and was interviewed before Jun 2023. There was 1 interview round.
I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.
In coding round I got 6 questions 2 easy ,2 medium and 2 hard ,I solved 5 questions and selected for this role
I applied via Campus Placement and was interviewed in Jun 2022. There were 3 interview rounds.
The test of the coding ninja Taship comes with three categories stages 1st. Easy which consist 2 question , for medium consist 3 & for hard 3 question comes which is related to your course. They want to test your skills about your knowledge, sometimes some other questions like to debug the code type questions which is easy so that's it and very interesting round this is i enjoyed a lot if have skills
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 Company Website and was interviewed before May 2022. There were 2 interview rounds.
I am a hardworking and enthusiastic individual with a passion for learning and making a positive impact.
I have a strong work ethic and am always willing to go the extra mile to achieve my goals.
I am a quick learner and enjoy taking on new challenges.
I am a team player and believe in the power of collaboration to achieve success.
I am passionate about making a positive impact in the world and strive to do so in everythin
I am very active in my campus societies and have held leadership positions in multiple clubs.
I have been a member of the debate club for 3 years and served as the president last year.
I am also a member of the environmental club and have organized multiple events and campaigns.
In addition, I am a part of the student government association and have helped plan and execute various campus-wide events.
I believe being involv...
Top trending discussions
The duration of Coding Ninjas interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 58 interviews
Interview experience
based on 291 reviews
Rating in categories
Teaching Assistant
138
salaries
| ₹0 L/yr - ₹0 L/yr |
Relationship Manager
29
salaries
| ₹0 L/yr - ₹0 L/yr |
Operations Associate
26
salaries
| ₹0 L/yr - ₹0 L/yr |
Admission Counsellor
19
salaries
| ₹0 L/yr - ₹0 L/yr |
Program Manager
16
salaries
| ₹0 L/yr - ₹0 L/yr |
upGrad
Simplilearn
Unacademy
BYJU'S