What is function in PL/SQL ?
Software Engineer Trainee Interview Questions
6,729 software engineer trainee interview questions shared by candidates
questions based on resume and your written programs.
Where you want to see yourself in 5 years?
What is the difference between list and tuple?
Have the function OverlappingRectangles (strArr) read the strarr parameter being passed which will represent two rectangles on a Cartesian coordinate plane and will contain 8 coordinates with the first 4 making up rectangle 1 and the last 4 making up rectange 2. It will be in the following format: ["(0,0),(2,2),(2,0), (0,2),(1,0),(1,2), (6,0),(6,2)"] Your program should determine the area of the space where the two rectangles overlap, and then output the number of times this overlapping region can fit into the first rectangle. For the above example, the overlapping region makes up a rectangle of area 2, and the first rectangle (the first 4 coordinates) makes up a rectangle of area 4, so your program should output 2. The coordinates will all be integers. If there's no overlap between the two rectangles return 0.
Explain your final year project.
Coding que: Return number of islands (available in leetcode)
Talk about your project, tell us an experience during college from which you learnt something.
Why did u choose software development field?
Write C program for any sorting Algorithm
Viewing 161 - 170 interview questions