i
Inciterz
Filter interviews by
In 5 years, I envision myself as a senior software developer leading a team of talented individuals, working on cutting-edge technologies and making a significant impact in the industry.
Becoming a senior software developer
Leading a team of talented individuals
Working on cutting-edge technologies
Making a significant impact in the industry
Top trending discussions
I applied via LinkedIn and was interviewed before May 2022. There were 2 interview rounds.
Python dictionary is implemented using hash tables.
Python dictionary is a collection of key-value pairs.
The keys in a dictionary must be unique and immutable.
The values in a dictionary can be of any data type.
Python dictionary is implemented using hash tables.
Hash tables provide constant time complexity for insertion, deletion and retrieval of elements.
The hash function used in Python dictionary is based on the key's h...
Heap sort is a comparison-based sorting algorithm that uses a binary heap data structure.
It divides the input into a sorted and an unsorted region.
It repeatedly extracts the maximum element from the unsorted region and inserts it into the sorted region.
It has a time complexity of O(n log n) and is not stable.
Example: [8, 5, 3, 1, 9, 6, 0, 7, 4, 2] -> [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
Sort an array of strings based on a custom filter criteria.
Define the custom filter criteria (e.g., length, alphabetical order).
Use built-in sorting functions with a comparator.
Example: Sort by length: ['apple', 'banana', 'kiwi'] -> ['kiwi', 'apple', 'banana'].
Example: Sort alphabetically: ['banana', 'apple', 'kiwi'] -> ['apple', 'banana', 'kiwi'].
I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.
DSA questions asked in an interview
I applied via Indeed and was interviewed before Aug 2023. There were 3 interview rounds.
Core HTML, CSS and JS
JS deep dive and react
I appeared for an interview in Apr 2025, where I was asked the following questions.
Centering a div can be achieved using various CSS techniques, including flexbox, grid, and margin auto.
Using Flexbox: Set the parent container to display: flex; and justify-content: center; align-items: center; to center the div both horizontally and vertically.
Using Grid: Set the parent container to display: grid; and use place-items: center; to center the div in both directions.
Using Margin Auto: For a block-level di...
NPM is a package manager for JavaScript, essential for managing libraries and dependencies in Node.js applications.
Install Node.js: NPM comes bundled with Node.js, so first, download and install Node.js from the official website (https://nodejs.org).
Verify Installation: After installation, open your terminal or command prompt and run 'npm -v' to check if NPM is installed correctly.
Update NPM: You can update NPM to the ...
Switching branches in GitHub allows developers to navigate between different lines of development in a repository.
Branching: Each branch represents an independent line of development, allowing multiple features or fixes to be worked on simultaneously.
Switch Command: The command 'git checkout <branch-name>' is used to switch to a different branch in your local repository.
Isolation: Changes made in one branch do no...
I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 5 interview rounds.
I applied via Referral and was interviewed in Mar 2023. There were 3 interview rounds.
posted on 13 May 2024
I applied via Approached by Company and was interviewed in Nov 2023. There were 2 interview rounds.
Contracts review and abstraction
I possess the analytical skills, industry knowledge, and collaborative mindset essential for a successful Business Analyst.
Strong analytical skills: I have experience in data analysis using tools like Excel and SQL, which helped my previous team identify key trends.
Industry knowledge: I have worked in the finance sector, understanding regulatory requirements and market dynamics, which is crucial for informed decision-m...
based on 1 interview experience
InsanelyGood
Vegrow
Elevate
Pepper Content