Integration Engineer Interview Questions

1,862 integration engineer interview questions shared by candidates

Talk about the project you were most proud of in your resume. How does the I2C analog signal look like, and explain the I2C protocol in detail. Given a low power driven device, measure the power, where the voltage being applied is high. Write a code that, given a stream of data compress it as the value and its frequencies that occurs consecutively, for ex (1,1,1,1,2,2,3,3,3,2) return (1,4) (2,2) (3,3) (2,1)
avatar

Integration Engineer

Interviewed at Nest

3.6
Mar 6, 2015

Talk about the project you were most proud of in your resume. How does the I2C analog signal look like, and explain the I2C protocol in detail. Given a low power driven device, measure the power, where the voltage being applied is high. Write a code that, given a stream of data compress it as the value and its frequencies that occurs consecutively, for ex (1,1,1,1,2,2,3,3,3,2) return (1,4) (2,2) (3,3) (2,1)

Develop a Python/Django application that will display the Nth number in Fibonacci sequence. For instance, if N is 6 and the sequence starts with [1,1..] then it should display ‘8’ as the 6th element in the sequence. Application should be hosted on the internet with an user interface asking for the input ‘N’. It should also print the time it took to get the results back to the user. What we’re looking for: A hosted solution with github link to your code (can be hosted on any cloud solution like heroku or any other) Django model, view and template design, rest APIs and implementation Tests that you write for the application code Optimisations you add to improve performance
avatar

Integration Engineer

Interviewed at CallHub

4.3
Jun 13, 2019

Develop a Python/Django application that will display the Nth number in Fibonacci sequence. For instance, if N is 6 and the sequence starts with [1,1..] then it should display ‘8’ as the 6th element in the sequence. Application should be hosted on the internet with an user interface asking for the input ‘N’. It should also print the time it took to get the results back to the user. What we’re looking for: A hosted solution with github link to your code (can be hosted on any cloud solution like heroku or any other) Django model, view and template design, rest APIs and implementation Tests that you write for the application code Optimisations you add to improve performance

Viewing 81 - 90 interview questions

Glassdoor has 1,862 interview questions and reports from Integration engineer interviews. Prepare for your interview. Get hired. Love your job.