i
Apponix Technologies
Filter interviews by
I applied via Monster and was interviewed in Oct 2022. There were 3 interview rounds.
Testing your java script skiils
Virtual DOM is a lightweight copy of the actual DOM that helps in efficient rendering of web pages.
Virtual DOM is a concept used in ReactJS to improve performance.
It is a lightweight copy of the actual DOM.
Any changes made to the virtual DOM are first reflected in the virtual DOM and then in the actual DOM.
This helps in reducing the number of updates required to the actual DOM, thus improving performance.
ReactJS uses a...
Props is a shorthand for properties in React that allows passing data from parent to child components.
Props are read-only and cannot be modified by the child component.
Props can be any data type, including functions and objects.
Props can be passed down multiple levels of components.
Props can have default values set using defaultProps.
Props can be validated using propTypes to ensure correct data types are passed.
Example
States are objects in React that hold component data and can be updated using setState() method.
States are used to manage component data that can change over time.
They are defined in the constructor of a component.
They can only be updated using the setState() method.
Updating a state triggers a re-render of the component.
States should not be modified directly, use setState() instead.
Prop drilling is the process of passing props through multiple levels of components to reach a deeply nested component.
It can lead to code redundancy and make it difficult to maintain.
Context API and Redux can be used to avoid prop drilling.
Example: Passing props from a parent component to a child component, then to another child component, and so on.
Example: Passing a prop from App.js to a deeply nested component like...
State management is the process of managing and updating the data that determines a component's behavior and rendering.
State is an object that holds data that can change over time
State management involves updating state based on user interactions or other events
State can be passed down to child components as props
Popular state management libraries for React include Redux and MobX
I applied via Referral and was interviewed before Dec 2023. There were 3 interview rounds.
Filling position for a Banking Client
About my Personal, Educational & Family Background
Event bubbling is the propagation of an event from the innermost child element to the outermost parent element.
Events triggered on a child element will also trigger on its parent elements
The event travels up the DOM tree until it reaches the document object
Can be stopped using event.stopPropagation()
Can be useful for event delegation
The .on('click',function() is a more flexible method than .click(function())
The .on() method can handle multiple events and selectors
The .click() method can only handle one event and one selector
The .on() method can also handle dynamically added elements
The .click() method cannot handle dynamically added elements
Function to check if two strings are anagram or not
Create two character arrays from the strings
Sort the arrays
Compare the sorted arrays
Function to determine the order of integers in an array.
Check first and last element to determine if increasing or decreasing
Check for inflection point to determine if order changes
Return order type as string
Optimize images, minify code, reduce HTTP requests, use caching, and lazy loading.
Optimize images using compression and appropriate file formats
Minify code to reduce file size and improve load times
Reduce HTTP requests by combining files and using sprites
Use caching to store frequently accessed data locally
Implement lazy loading to defer loading of non-critical resources
Design a database schema for a movie site with user ratings and recommendations.
Create tables for movies, users, ratings, and recommendations
Use foreign keys to link tables
Include columns for movie genre and user watch history
Algorithm for recommendations can use user watch history and ratings to suggest similar movies
Function to simulate dice roll with equal probability without using random function
Use a toss function that returns either 0 or 1 with equal probability
Call the toss function 3 times and convert the result to a binary number
If the binary number is greater than 0 and less than or equal to 6, return it
If the binary number is greater than 6, repeat the process
Query to fetch duplicate email from table
Use GROUP BY and HAVING clause to filter out duplicates
SELECT email, COUNT(*) FROM table_name GROUP BY email HAVING COUNT(*) > 1;
This will return all the duplicate emails in the table
I applied via Campus Placement
I applied via Referral
I applied via Referral
I applied via Walk-in and was interviewed before Jul 2020. There were 3 interview rounds.
posted on 28 Oct 2022
I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 3 interview rounds.
Not applicable , this was final round
based on 2 interviews
Interview experience
based on 15 reviews
Rating in categories
Data Analyst
4
salaries
| ₹3.5 L/yr - ₹6 L/yr |
HR Executive
4
salaries
| ₹3.4 L/yr - ₹4.5 L/yr |
Intern
3
salaries
| ₹2.8 L/yr - ₹3 L/yr |
Digital Marketing Intern
3
salaries
| ₹1.5 L/yr - ₹2 L/yr |
Internship Trainee
3
salaries
| ₹3.5 L/yr - ₹3.5 L/yr |
Amazon Sellers Services
Primus Global Technologies
GAMMON INDIA
Practo