what are joins in sql
Associate Software Engineer Interview Questions
23,402 associate software engineer interview questions shared by candidates
public class arr1 { public static void main(String[] args) { int a[]= {10,20,30,40,50}; for(int x:a) { System.out.println(x); } a[1]=105; System.out.println("the element in the first index: "+a[2]); } }
write code to identify how many connected components there are in a bitmap.
Question based on memory management
LeetCode levels: easy, hard, easy. Edge cases will not be shown.
Object oriented programming and database management systems
How do you cut a cake into 8 even slices, without stacking them, making only three cuts?
There was question in which there are two candles and u have to burn them with a ligter .. Each candle can burn upto 14 min. You have to burn these candle in 10.5 min.
Swapping of two strings without using third string ;
Most difficult question involved graphs and path finding.
Viewing 71 - 80 interview questions