Saturday, 22 August 2020

Booking Interview Experience

Booking.com Software Engineer Interview

Booking.com Software Engineer Interview

Round1 - Hacker Rank Test
Q1 Triangles
Given 3 integers that represent edge lengths, identify if they could form a triangle or not.
A triangle could be formed if sum of any two edges is greater than the length of the third edge.
The output should be as below
0 if No triangle could be formed or input is invalid
1 if An equilateral triangle could be formed
2 if A triangle that is not equilateral could be formed.

Flipkart Interview Experience

Flipkart SDE 2

Flipkart Software Engineer Interview Experience
Recently I got an opportunity to interview with Flipkart and below is my experience

Round1 Machine Coding
We were given a set of requirements and the expectation was to come up with a working solution of those requirements. A simple Single threaded application was expected and a few set of test cases were already mentioned which your application should cover.
The code should be extensible and working was the major requirement.
The use of strategy pattern, observer patter comes handy here so make sure you learn them.

Friday, 27 September 2019

Atlassian Interview Experience

Atlassian Software Engineer Interview

Atlassian Software Engineer Interview

Round1
First round was a pair coding interview with one of their developers. I mentioned earlier that my preferred programming language for coding interview was Java. I was given a user management system project in Java. And screenshots of some Jira Issues which described some bugs in the project given to me.

Sunday, 15 September 2019

Ola Electric Interview Experience

Ola Electric Interview Experience

Ola Electric Software Engineer Interview
Round 1
Q1 Print a matrix in zig zag fashion?
Solution

Circles Life Interview Experience

Circles Life Singapore Interview Experience


Circles Life Singapore


Round1 - Online Coding Assessment
Q1 Employees Per Department
A company uses 2 data tables, Employee and Department, to store data about its employees and departments.