Filter interviews by
I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.
Machine code test related to javascript and mcq questions from output based
Answering coding questions related to promises, HTML forms, and arrays.
To create a promise in JavaScript, use the Promise constructor and pass in a function with resolve and reject parameters.
Example: const myPromise = new Promise((resolve, reject) => { // code here });
To create an HTML form in JavaScript, use the document.createElement method to create form, input, and button elements.
Example: const form = document...
A promise is an object representing the eventual completion or failure of an asynchronous operation.
Create a new promise using the Promise constructor
Use the resolve and reject functions to handle the success or failure of the asynchronous operation
Chain .then() and .catch() methods to handle the resolved or rejected promises respectively
React component code using useMemo and useCallback
Use useMemo to memoize a value and useCallback to memoize a function
Example: const memoizedValue = useMemo(() => computeExpensiveValue(a, b), [a, b]);
Example: const memoizedCallback = useCallback(() => { doSomething(a, b); }, [a, b]);
Custom implementation of filter method for arrays
Create a function that takes an array and a callback function as parameters
Iterate through the array and apply the callback function to each element
If the callback function returns true for an element, add it to a new array
Pagination work flow involves dividing content into pages for easier navigation.
Determine total number of items to be paginated
Calculate total number of pages based on items per page
Display page numbers for navigation
Allow users to navigate to previous and next pages
Update content based on selected page number
I applied via LinkedIn and was interviewed in Jul 2024. There were 3 interview rounds.
20 MCQs on Aptitude & Quants, can google practice the questions
2 Questions of easy/medium level can select any language and code.
What people are saying about Jio Platforms
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Micro Frontend architecture is an approach to building front-end applications by breaking them down into smaller, independently deployable units.
Allows different teams to work on separate parts of the application
Each micro frontend can be developed using different technologies
Enables incremental upgrades and updates without affecting the entire application
Can improve performance by loading only the necessary components
...
Pure pipes in Angular are stateless and do not change the input data, while impure pipes can have side effects and change the input data.
Pure pipes are used for simple transformations like formatting dates or numbers.
Impure pipes are used for more complex transformations that require state or side effects.
Pure pipes are faster and more efficient as they only run when a pure change to the input data is detected.
Impure p...
Singleton services can be made multiton by maintaining a map of instances with unique keys.
Create a map to store instances with unique keys
Use a factory method to retrieve instances based on keys
Ensure that only one instance is created per key
Dependency injection is a design pattern where components are given their dependencies rather than creating them internally.
Allows for easier testing by injecting mock dependencies
Promotes loose coupling between components
Improves code reusability and maintainability
Examples: AngularJS, Spring Framework
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
CSS Box-model defines how elements are rendered in a webpage, including padding, border, and margin.
Box-model consists of content, padding, border, and margin
Content area is where text or images are displayed
Padding is the space between content and border
Border is the line around the content and padding
Margin is the space outside the border
Flexbox is for one-dimensional layouts, grid is for two-dimensional layouts.
Flexbox is best for arranging items in a single row or column.
Grid is best for creating complex layouts with rows and columns.
Flexbox is more suitable for smaller scale layouts, while grid is better for larger scale layouts.
Flexbox is more flexible in terms of item order and sizing, while grid provides more control over the overall layout.
Both ...
I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
General aptitude test, coding test, technical test questions
I applied via Naukri.com and was interviewed in Oct 2021. There were 4 interview rounds.
based on 1 interview experience
based on 6 reviews
Rating in categories
Software Developer
718
salaries
| ₹5.9 L/yr - ₹14 L/yr |
Software Development Engineer
697
salaries
| ₹5 L/yr - ₹12.4 L/yr |
Assistant Manager
540
salaries
| ₹4.5 L/yr - ₹10 L/yr |
Product Manager
516
salaries
| ₹18.2 L/yr - ₹31 L/yr |
Deputy Manager
463
salaries
| ₹9.8 L/yr - ₹18 L/yr |
Jio
DXC Technology
Mphasis
EXL Service