Filter interviews by
I appeared for an interview in Aug 2024.
After 1st round of core javascript assessment gets cleared they scheudle a 2nd round for technical interview.
They ask starting from basics to advance concepts.
Whatever you have experience in you should know its concept.
In the same interview there will be 4 coding questions out of which 3 you have solve.
1. Two questions on DSA problem solving
2. Two questions on domain wise for me it was on React
I had solve 2 DSA questions and 1 react question.
Interviewer may ask to change input and see if your logic work for it or not
If it does not work you should be capable enough to make it work for given input.
I appeared for an interview before Jun 2024, where I was asked the following questions.
Top trending discussions
I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.
Generator functions are functions that can be paused and resumed, allowing for lazy evaluation of data.
Generator functions use the yield keyword to pause execution and return a value.
They can be used to generate an infinite sequence of values.
They are memory efficient as they only generate values when needed.
Example: function* myGenerator() { yield 1; yield 2; yield 3; }
Example: const infiniteGenerator = function*() { ...
Push notifications can be implemented in Android and iOS using Firebase Cloud Messaging (FCM) and Apple Push Notification service (APNs) respectively.
For Android, integrate FCM SDK in the app and use FCM console to send notifications.
For iOS, create an APNs certificate, configure the app to receive notifications, and use APNs to send notifications.
Both platforms require handling of notification payload in the app to di...
I used React Native for my last app.
Developed UI components using React Native
Integrated APIs to fetch and display data
Implemented Redux for state management
Used Firebase for authentication and database
Optimized app performance using React Native Debugger
Functional components are stateless and return UI elements based on input props, while non-functional components have state and can change UI based on user interaction.
Functional components are simpler and easier to test than non-functional components.
Non-functional components can have state and lifecycle methods, while functional components cannot.
Examples of functional components include buttons, labels, and icons, w...
posted on 15 Jul 2022
I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.
If you are a fresher , then this is for you else almost no coding test for experienced candidates.
I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.
Aptitude test
Current affairs
posted on 10 May 2020
I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.
Fizz buzz question and array related
posted on 8 Nov 2022
I applied via Approached by Company and was interviewed in May 2022. There were 4 interview rounds.
Contains 50 question over g-form
It has 8 questions on coderbyte.
posted on 15 May 2025
I appeared for an interview before May 2024, where I was asked the following questions.
Optimize slow MySQL queries by analyzing execution plans, indexing, and rewriting queries for efficiency.
Use EXPLAIN to analyze query execution plans: EXPLAIN SELECT * FROM users WHERE age > 30;
Create appropriate indexes: CREATE INDEX idx_age ON users(age);
Avoid SELECT *; specify only needed columns: SELECT name, email FROM users;
Use JOINs instead of subqueries when possible: SELECT u.name FROM users u JOIN orders o...
A closure in JavaScript is a function that retains access to its lexical scope, even when executed outside that scope.
Closures allow a function to access variables from an outer function's scope even after the outer function has finished executing.
Example: function outer() { let count = 0; return function inner() { count++; return count; }; } const increment = outer(); increment(); // returns 1
Closures are often used f...
I applied via Google and was interviewed in Aug 2023. There were 4 interview rounds.
Coding questions about array and string.
Cosing questions about sql and ds.
based on 2 interview experiences
Difficulty level
Duration
based on 7 reviews
Rating in categories
Software Engineer
249
salaries
| ₹11.6 L/yr - ₹20.2 L/yr |
Senior Software Engineer
132
salaries
| ₹16 L/yr - ₹26.9 L/yr |
QA Engineer
70
salaries
| ₹5.9 L/yr - ₹12.4 L/yr |
Software Developer
55
salaries
| ₹10 L/yr - ₹17.5 L/yr |
Softwaretest Engineer
43
salaries
| ₹3.4 L/yr - ₹7.2 L/yr |
Maxgen Technologies
JoulestoWatts Business Solutions
Value Point Systems
F1 Info Solutions and Services