GreyOrange interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

GreyOrange
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 Months
Topics: DSA, OOPs, OS, DBMS, projects, Puzzles
Tip
Tip

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.

Application process
Where: Campus
Eligibility: 7.5 Cgpa
Resume Tip
Resume tip

Tip 1 : Add good projects
Tip 2 : Must mention all your coding profiles and github where you worked.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration120 Minutes
Interview date8 Dec 2021
Coding problem1

1. Rectangle Area

Ninja
55m average time
45% success
0/200
Asked in companies
Goldman SachsAppleAmdocs

You are given a list of rectangles where each rectangle is represented by an array of four integers (i.e. Rectangle[i]=[x1, y1, x2, y2], where x1, y1 represents the bottom left point of the rectangle and x2.y2 represents the top right point of the rectangle, you have to find the total area covered by all the rectangles in the plane.

Example :

Rectangles = [[0, 0, 2, 2], [1, 0, 2, 3],[1, 0, 3, 1]], 

For the given three rectangles, you can observe that the first rectangle occupies an area of 4 units and the second rectangle has an area of 3 units, but we have to keep one thing also in mind that they have an area of 3 units common overlapping among them, so we cannot include it again, so the final area which comes out for all the rectangles is 6 units.

Total Area = 6 units

Try solving now
02
Round
Medium
Face to Face
Duration60 Minutes
Interview date16 May 2022
Coding problem1

Oops concepts and 1 DSA problem

1. Bit Set

Easy
15m average time
85% success
0/40
Asked in companies
LenskartGreyOrangeBusibud solutions pvt ltd

You are given a sequence of only digits in the form of a string 'DIGIT_PATTERN', your task is to find the first repeating digit. If no digit is repeating you should return -1.

Example:

Given string of digits is 123456325. Now starting from the left, the first digit which is repeating is 3 as till 2nd 3 every digit is encountered 1st time and thus our answer for this input will be 3.
Try solving now
03
Round
Medium
Face to Face
Duration60 Minutes
Interview date16 May 2022
Coding problem1

Firstly Some general questions and then suddenly a cosing question with modifications

Moderate
0/80
Asked in companies
DunzoLivekeeping (An IndiaMART Company)Thought Works

Given an input string (STR), print all possible permutations of the input string.

Note:
The input string may contain the same characters, so there will also be the same permutations.
The order of permutations doesn’t matter.
Problem approach

Recursively solved 1stl one
Then applied set data structure to solve second one

Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

Which SQL clause is used to specify the conditions in a query?

Choose another skill to practice
Similar interview experiences
Software Engineer
3 rounds | 5 problems
Interviewed by GreyOrange
2908 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4742 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6514 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3525 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
4 rounds | 1 problems
Interviewed by Newgen Software
3231 views
2 comments
0 upvotes
company logo
Software Engineer
3 rounds | 6 problems
Interviewed by HashedIn
2613 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 2 problems
Interviewed by Ernst & Young (EY)
0 views
0 comments
0 upvotes