Java program on occurence
Associate Software Interview Questions
24,595 associate software interview questions shared by candidates
None of the questions were very difficult in and of themselves. They were mostly behavioral, and the hardest part was trying to remember a situation from the past to use as an example.
Code different Programming Problems in any language of your choice
Person class with mother,father, age, gender and siblings defined. Now find older sister and ancestor
sql
Simple programming questions
Number of zeroes between 1 to 1000
Basic programs will ask but they expect real time example
Find a cycle in an array: You are given an integer array of size N. Every element of the array is greater than or equal to 0. Starting from arr[startIndex], follow each element to the index it points to. Continue to do this until you find a cycle. Return the length of the cycle. If no cycle is found return -1 Examples: countLengthOfCycle([1, 0], 1) == 2 , countLengthOfCycle([1, 2, 0], 0) == 3
As part of the assignment, I implemented and automated a daily email service that sends the latest XKCD comic to all subscribed users.
Viewing 131 - 140 interview questions