what are joins in sql
Associate Engineer Interview Questions
30,710 associate 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]); } }
Random easy questions depending upon your branch and projects. Some moderately difficult puzzles. Why do you want to join IBM? What do you see yourself doing in IBM in the future?
write code to identify how many connected components there are in a bitmap.
About paper presentation
Suppose there is an 1D array full of digits. How would you find out which digit has the least or no repetition at all using for loop only once.
What is a Database?
You have an LVM setup like this. You have run out of space on your filesystem, you cannot delete data, and you do not have any more storage devices. Where can you look for more storage space? /dev/sda -> physical volume -> volume group -> logical volume -> filesystem -> /mnt/stuff
Question based on memory management
you have one round cake and one knife. you are allowed to slice it for 3 times only. you need to make 8 pieces. how will you do it?
Viewing 91 - 100 interview questions