• Puzzle Question: If we have 4 tablets which are physically same (Same colour, shape, size, dimension, weight). 2 are for fever and 2 are for cough. The person has to take 1 tablet for fever and 1 for cough. How will he/she decide?
Software Development Interview Questions
37,027 software development interview questions shared by candidates
Write a Circle and Rectangle class that takes radius and width, height implement getArea method.
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)
Tell me about your project.
Describe your past work/technical experience
Why String is Immutable in java
Explain the concepts of OOPS with clear example and create a class , object .
2 rounds -> Majorly DSA and SQL Questions - Next greater element 2 Cycle in linked list and remove it Coin Change Best Time to buy stock 2 Managerial Round -> Resume
Find first subarry whose sum equals k.
In the coding interview were just some leet codes which i already knew one was an easy question and one was a medium question, one composed of stocks and the other was merge interval intersection.
Viewing 3371 - 3380 interview questions