Simple programming questions
Associate Engineer Interview Questions
32,854 associate engineer interview questions shared by candidates
1. Sampling theorem, digital filters, modulation techniques
Number of zeroes between 1 to 1000
about pointer concepts in c
Basic programs will ask but they expect real time example
Why enter engineering company
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.
What do you believe you will be able to bring to the team if given the opportunity to work for Brown-Forman?
what would you like to be doing in 5 years?
Viewing 181 - 190 interview questions