i
Filter interviews by
Top trending discussions
I applied via Referral and was interviewed before Dec 2020. There were 3 interview rounds.
I appeared for an interview in May 2022.
Round duration - 120 Minutes
Round difficulty - Easy
Given a list of rectangles, where each rectangle is represented by an array of four integers indicating its bottom-left and top-right corners, calculate the total area covered b...
Calculate total area covered by a list of rectangles on a plane.
Iterate through each rectangle and calculate its area
Check for overlapping areas between rectangles
Sum up the total area covered by all rectangles
Round duration - 60 Minutes
Round difficulty - Medium
Oops concepts and 1 DSA problem
You are provided with a string, termed as DIGIT_PATTERN
, which consists solely of digits. The objective is to identify the first digit that repeats in the sequence. If there's no...
Identify the first repeating digit in a given string of digits.
Iterate through the string and keep track of seen digits using a set.
Return the first digit that repeats, or -1 if no digit repeats.
Time complexity: O(n), where n is the length of the input string.
Round duration - 60 Minutes
Round difficulty - Medium
Firstly Some general questions and then suddenly a cosing question with modifications
Given an input string STR
, generate and print all possible permutations of the string.
str
All permutations of the input string, each on a new line.
Generate and print all possible permutations of a given input string.
Use recursion to generate all permutations by swapping characters in the string.
Maintain a visited array to keep track of characters already used in a particular permutation.
Print each permutation as it is generated.
Handle duplicate characters by skipping swapping if the character is already in the current position.
Tip 1 : You should be perfect in what you know
Tip 2 : Prepare atleast DSA standard questions very well
Tip 3 : Don't ignore OOPs, they are asked very frequently.
Tip 1 : Add good projects
Tip 2 : Must mention all your coding profiles and github where you worked.
I applied via Campus Placement and was interviewed before Feb 2022. There were 4 interview rounds.
posted on 25 Sep 2024
I applied via Company Website and was interviewed before Sep 2023. There were 3 interview rounds.
As usual interview with an aptitude test
I applied via Walk-in and was interviewed before Jul 2022. There were 3 interview rounds.
Group discussion is very good as they are asking about trending topics
The question seems to be asking about file commands in Linux.
Common file commands in Linux include ls (list files), cp (copy files), mv (move files), rm (remove files), mkdir (make directory), and touch (create empty file).
To list files in a directory, you can use the command 'ls'. For example, 'ls -l' will list files in long format.
To copy a file, you can use the command 'cp'. For example, 'cp file1.txt file2.txt' wil...
Windows Event IDs are unique numbers assigned to different events that occur in the Windows operating system.
Windows Event IDs help in identifying and troubleshooting issues in the system
Each event ID corresponds to a specific event, such as system startup, application crashes, or security breaches
Event IDs are logged in the Windows Event Viewer for reference and analysis
I applied via Walk-in and was interviewed before Nov 2022. There were 5 interview rounds.
Maths, logical question & some related to programming
One problem statement to write a program.
It was consisted of cloud, docker related questions and some logical questions. There were 5 coding questions 3 were easy level coding questions and 2 were on sql schema realated quetions.
GD was good HR was too supportive everyone got chance to keep and express their points.
Payroll Executive
199
salaries
| ₹1.9 L/yr - ₹6 L/yr |
Junior Executive
140
salaries
| ₹1.6 L/yr - ₹3.8 L/yr |
Senior Executive
117
salaries
| ₹2.4 L/yr - ₹6.8 L/yr |
Executive
91
salaries
| ₹2 L/yr - ₹4.5 L/yr |
Software Developer
62
salaries
| ₹2.9 L/yr - ₹10.1 L/yr |
Vyapar
Entrata
CodeClouds
Grey Orange