2 Competitive coding questions in Coding round
Associate Engineer Interview Questions
35,466 associate engineer interview questions shared by candidates
Explain about all your projects till date.
what are joins in sql
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
Viewing 101 - 110 interview questions