i
Altimetrik
Filter interviews by
Clear (1)
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.
Display a list of items using Pagination concept in React
Create a list of items to display
Implement pagination logic to display a limited number of items per page
Add navigation buttons to switch between pages
Check if pair sum exists in the array using a hash map.
Use a hash map to store the difference between the target sum and each element in the array.
Iterate through the array and check if the current element exists in the hash map.
Return true if a pair sum exists, otherwise return false.
Improving website performance involves optimizing code, reducing server requests, using caching, and optimizing images.
Optimize code by minifying CSS, JavaScript, and HTML
Reduce server requests by combining files and using asynchronous loading
Utilize caching techniques like browser caching and server-side caching
Optimize images by resizing, compressing, and using modern image formats like WebP
NextJS is a React framework that allows for server-side rendering and static site generation.
NextJS is built on top of React, providing features like server-side rendering and static site generation.
It simplifies the process of building React applications by handling routing, code splitting, and more out of the box.
NextJS also supports API routes for serverless functions and data fetching.
It offers features like automa...
I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.
Hacker Rank Online Written Test
Topics covered DSA and Javascript
What people are saying about Altimetrik
Altimetrik interview questions for designations
posted on 2 Jun 2022
I applied via LinkedIn and was interviewed in May 2022. There were 2 interview rounds.
I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.
2 coding problem of array and another of stack
Callback hell is a situation in asynchronous programming where multiple nested callbacks make the code difficult to read and maintain.
Callback hell occurs when there are multiple levels of nested callbacks in asynchronous code.
It makes the code difficult to understand, debug, and maintain.
Promises and async/await are solutions to avoid callback hell.
Example: nested callbacks in JavaScript AJAX requests.
Props are used to pass data from a parent component to a child component, while state is used to manage data within a component.
Props are read-only and cannot be modified by the child component
State is mutable and can be updated using setState()
Props are passed down from parent to child components
State is managed within a component and can be changed based on user interactions or other events
I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
var and const are used to declare variables in JavaScript, with var being mutable and const being immutable.
var is used to declare variables that can be reassigned and updated
const is used to declare variables that cannot be reassigned or updated
let is another keyword used for declaring variables, similar to var but with block scope
Error boundary is a React component that catches JavaScript errors anywhere in a component tree and logs those errors.
Error boundaries are React components that catch JavaScript errors in their child component tree.
They are used to prevent the entire UI from crashing due to a single error.
Error boundaries work like a JavaScript catch {} block, but for components.
They are defined using componentDidCatch lifecycle method
The 'never' type in TypeScript represents a value that will never occur.
Used to indicate that a function will not return a value
Commonly used in union types to exclude certain values
Helps catch potential errors at compile time
I have used React hooks such as useState, useEffect, useContext, and useRef in my projects.
useState
useEffect
useContext
useRef
useReducer is preferred for managing complex state logic, while useState is simpler for basic state management.
useReducer is more suitable for managing complex state logic and multiple state values
useState is simpler and more straightforward for basic state management with a single value
useReducer allows for more organized and centralized state updates through actions and reducers
useState is commonly used for simple co
Data can be passed from parent to child components in React using props.
Pass data as props from parent component to child component
Use state management libraries like Redux or Context API for complex data sharing
Use callback functions to pass data from child to parent components
Custom hook to fetch data from an API
Create a function that uses the useState and useEffect hooks
Use the fetch API to make a request to the desired endpoint
Return the fetched data and loading state in an array
Map, filter, and reduce are higher-order functions in JavaScript used to manipulate arrays.
Map: Transforms each element in an array and returns a new array with the transformed elements.
Example: [1, 2, 3].map(num => num * 2) returns [2, 4, 6].
Filter: Returns a new array with elements that pass a certain condition.
Example: [1, 2, 3].filter(num => num > 1) returns [2, 3].
Reduce: Applies a function against an accumulator ...
To clone an object in JavaScript, you can use the spread operator or Object.assign() method.
Use the spread operator to create a shallow copy of an object: const clonedObj = { ...originalObj };
Use Object.assign() method to create a shallow copy of an object: const clonedObj = Object.assign({}, originalObj);
For deep cloning, you can use libraries like Lodash or write a custom function to recursively clone nested objects.
Event propagation consists of three stages: capturing, target, and bubbling.
Capturing phase: Events are captured from the outermost element to the target element.
Target phase: Event reaches the target element where the event originated.
Bubbling phase: Events bubble up from the target element to the outermost element.
Errors in a React application can be handled by using error boundaries, try-catch blocks, and displaying error messages to users.
Use error boundaries to catch errors in components and display a fallback UI
Wrap code that may throw errors in try-catch blocks to handle exceptions
Use libraries like React Error Boundary to easily implement error handling
Display error messages to users to inform them about the issue and poss
posted on 18 Feb 2024
I applied via LinkedIn and was interviewed before Feb 2023. There were 3 interview rounds.
It was easy not that hard
Coding question were on medium level
based on 3 interviews
Interview experience
based on 1 review
Rating in categories
Senior Software Engineer
1.2k
salaries
| ₹0 L/yr - ₹0 L/yr |
Staff Engineer
865
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Engineer
645
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
313
salaries
| ₹0 L/yr - ₹0 L/yr |
Staff Software Engineer
236
salaries
| ₹0 L/yr - ₹0 L/yr |
Accenture
Persistent Systems
Mphasis
LTIMindtree