Explain an algorithm for determining the shortest path through a room with the start, end, and several obstacle positions know.
Associate Software Interview Questions
24,595 associate software interview questions shared by candidates
Basic questions on technical skills and others.
2 Competitive coding questions in Coding round
Explain about all your projects till date.
what are joins in sql
if given string is like aaaabbbaaccccc then output must be a4b3a2c5
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.
Viewing 71 - 80 interview questions