Identify whether four sides (given by four integers) can form a square, a rectangle or neither. Input: Each line of the input describes a single polygon, and contains four space-separated integers, which represent the length of the sides of the polygon. The input lines will follow the 'A B C D' order as in the following representation: A ------| | D B | c ------| Output: A single line which contains 3 space-separated integers, representing the number of squares, number of rectangles and number of other polygons with 4 sides. Note that squares shouldn't be counted as rectangles. Invalid polygons should also be counted as 'other polygons'. Constraints The four integers representing the sides will be such that: -2000 <= X <= 2000 (Where X represents the integer)
Software Lead Interview Questions
17,461 software lead interview questions shared by candidates
What do you know about Booking.com?
how to create tinyurl? (I don't know why MMT's developer love this question so much. :P)
In second round, they focused on design and architecture. I was asked the entire web-flow right from entering url in browser to the network layer. Others questions included https functionality, Spring MVC flow and architecture. Other questions included some puzzles - Horse puzzle and bridge puzzle. Some questions were asked related to my project.
In first round, they mainly focused on java basics, multithreading and algorithms. Algorithm question was to find all pairs in an array whose sum equals a given number. In multithreading, I was asked to print even and odd numbers in a sequence using 2 threads
Final round was about designing my own HashMap class and iterating it. Some questions related to linked HashMap.
How to process large amount of data in hive?
Checks the coding skills of the particular profile
"System design and architecture" interview - this is the one where you'll be asked to design Monday.com's "automations" feature. it means design a way for users to create automatic rules based on stuff that happens in a board. for example - if a task has been completed - send an email to the task's creator. in their actual system this is composed of a trigger (what led to the event - task completion in this case), condition (we can define it only for tasks that pass a specific criteria) and action (in this case, send an email to the creator).
What do you know about street group?
Viewing 301 - 310 interview questions