Filter interviews by
I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.
Basic questions on Array
A polyfill is a piece of code that provides the technology that you expect the browser to provide natively.
Polyfill for Observables can be implemented using libraries like RxJS or Zen Observable.
Polyfills help in providing support for Observables in browsers that do not natively support them.
Example: Implementing a polyfill for Observables in a project using RxJS library.
posted on 23 Dec 2024
Create a basic React app with dummy data fetched from a JSON API.
Set up a new React project using create-react-app
Create a component to fetch data from a JSON API using fetch or axios
Display the fetched data in the component
posted on 7 Jul 2024
I applied via Naukri.com and was interviewed before Jul 2023. There were 2 interview rounds.
Design a paginated list of items and improve efficiency
Implement lazy loading to fetch data only when needed
Use caching to store previously fetched data for faster retrieval
Optimize database queries to reduce load times
posted on 15 Dec 2021
I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.
Answers to questions related to software engineering concepts.
Volatile is a keyword used to indicate that a variable's value can be changed unexpectedly.
Constant is a keyword used to indicate that a variable's value cannot be changed once it is assigned.
Volatile and const can be used together to indicate that a variable's value cannot be changed and that it may change unexpectedly.
ISR stands for Interrupt Service Routi...
A pointer is a variable that stores the memory address of another variable. Dangling, null, and void pointers are types of pointers.
Dangling pointer: a pointer that points to a memory location that has been deallocated or freed
Null pointer: a pointer that does not point to any memory location
Void pointer: a pointer that has no specific data type and can point to any data type
Storage classes in C define the scope and lifetime of variables.
auto: default storage class for local variables
register: stores variables in CPU registers for faster access
static: retains value between function calls
extern: used to access global variables across multiple files
CAN data frame is a message format used in Controller Area Network (CAN) protocol.
CAN data frame consists of 7 fields: Start of Frame (SOF), Arbitration ID, Control Bits, Data Length Code (DLC), Data Field, Cyclic Redundancy Check (CRC), and End of Frame (EOF).
The Arbitration ID field is used to identify the message priority and the source of the message.
The Data Field can contain up to 8 bytes of data.
The CRC field is...
I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.
C,c++ questions and two coding questions. basic mcq
TreeSet and HashSet are both implementations of the Set interface in Java, but they have some key differences.
TreeSet is a sorted set that maintains elements in ascending order, while HashSet does not guarantee any specific order.
TreeSet uses a Red-Black tree data structure for storage, which allows for efficient retrieval of elements in sorted order.
HashSet uses a hash table for storage, which provides constant-time p...
It was easy basic questions were there and we were asked to write two emails.
posted on 14 May 2024
Event loop in Node.js manages asynchronous operations by executing callback functions when certain events occur.
Event loop is responsible for handling I/O operations, timers, and callbacks in Node.js
It allows Node.js to perform non-blocking operations efficiently
Event loop continuously checks the event queue for new events to execute
based on 1 review
Rating in categories
Senior Software Engineer 2
7
salaries
| ₹25 L/yr - ₹44 L/yr |
Engineering Manager
6
salaries
| ₹48.5 L/yr - ₹67 L/yr |
Senior Software Engineer
5
salaries
| ₹30 L/yr - ₹81 L/yr |
Web Analytics Manager
4
salaries
| ₹26.4 L/yr - ₹27.5 L/yr |
Senior Software Development Engineer
4
salaries
| ₹16 L/yr - ₹32.5 L/yr |
Oracle
Druva
RUBRIK INDIA
Actifio