Filter interviews by
I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.
Count sum of digits using recursion.
basic linux commands like vim and cat.
Top trending discussions
I appeared for an interview in Oct 2022.
Webpack is a module bundler for JavaScript applications.
Webpack takes modules with dependencies and generates static assets representing those modules.
It can handle various types of assets like JavaScript, CSS, images, and fonts.
Webpack allows for code splitting, lazy loading, and hot module replacement.
It has a rich plugin ecosystem to extend its functionality.
Commonly used configuration file for webpack is webpack.co
Babel is a JavaScript compiler that converts modern JavaScript code into backward-compatible versions for browser compatibility.
Babel allows developers to write code using the latest ECMAScript features without worrying about browser support.
It transforms JSX syntax used in React components into regular JavaScript.
Babel can also be configured to support specific browsers or environments.
Plugins can be added to Babel fo
HOC stands for Higher Order Component in React, a pattern where a function takes a component and returns a new component.
HOC is a function that takes a component and returns a new component with additional props or functionality.
It is used for code reusability, logic abstraction, and cross-cutting concerns like logging, authentication, etc.
Example: withAuth HOC can add authentication logic to a component by checking if
Lifecycle methods in React js are special methods that allow developers to hook into the component lifecycle and perform actions at specific points.
componentDidMount() - called after the component is rendered for the first time
componentDidUpdate() - called after the component's updates are flushed to the DOM
componentWillUnmount() - called before the component is removed from the DOM
posted on 12 Feb 2021
I applied via Other and was interviewed before Feb 2020. There were 3 interview rounds.
HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values quickly.
HashMap uses an array of buckets to store key-value pairs
Each bucket contains a linked list of entries with the same hash code
When a key-value pair is added, its hash code is used to determine the bucket and added to the linked list
When a value is retrieved, its hash code is used to find the bucket and search the linked ...
Set methods are used to set values of private variables in a class.
Set methods are also known as setter methods.
They are used to ensure encapsulation in object-oriented programming.
They typically take a parameter and set the value of a private variable to that parameter.
For example, a set method for a class variable 'name' might look like: public void setName(String name) { this.name = name; }
I applied via Naukri.com and was interviewed in Feb 2020. There was 1 interview round.
posted on 9 Sep 2022
I applied via Job Portal and was interviewed before Sep 2021. There were 2 interview rounds.
posted on 4 Aug 2021
posted on 17 Dec 2021
I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.
posted on 16 Jun 2022
I applied via Referral and was interviewed in Dec 2021. There were 4 interview rounds.
posted on 17 Oct 2022
A program to reverse a string
Iterate through the string from end to start and append each character to a new string
Use built-in functions like reverse() or StringBuilder.reverse() in some programming languages
ArrayList is a resizable array while LinkedList is a doubly linked list.
ArrayList is faster for accessing elements while LinkedList is faster for adding or removing elements.
ArrayList uses contiguous memory while LinkedList uses non-contiguous memory.
ArrayList is better for random access while LinkedList is better for sequential access.
Example: ArrayList - List
posted on 2 Apr 2024
Math, logical reasoning
Pattern print, array, string question to be solved in any language
based on 1 interview
Interview experience
Senior Software Engineer
407
salaries
| ₹5.5 L/yr - ₹20 L/yr |
Software Engineer
150
salaries
| ₹4 L/yr - ₹13.9 L/yr |
Senior Software Test Engineer
114
salaries
| ₹4 L/yr - ₹14.6 L/yr |
Software Developer
49
salaries
| ₹4 L/yr - ₹12 L/yr |
Senior Software Developer
45
salaries
| ₹5.1 L/yr - ₹19 L/yr |
Financial Software & Systems
Ramco Systems
IBS Software Services
Duck Creek Technologies