Python Engineer Interview Questions

6,382 python engineer interview questions shared by candidates

Given a list of inputs for player injuries and duration over a 17 week period, merge those injuries together and output list of all ranges of weeks that player was injured. EXAMPLE: In: [[1,4],[2,6],[15,17]] Out: [[1,6],[15,17]]
avatar

Software Engineer() - Java/Python

Interviewed at FanDuel

3.8
Feb 4, 2021

Given a list of inputs for player injuries and duration over a 17 week period, merge those injuries together and output list of all ranges of weeks that player was injured. EXAMPLE: In: [[1,4],[2,6],[15,17]] Out: [[1,6],[15,17]]

The first task was to implement function that outputs sorted array out of 2 input sorted arrays. The second task was quite a difficult algorithmic question about client and storage server, it was required to implement the logic behind reading and writing of a single document. - client may crash at any time - client has functions read and write - client has only volatile memory - server has function read (address) and write (address, data) - server is always up - server has endless amount of block - there's only 1 single file to be read and written - it is always should be returned last non-corrupted version of the document. - the document is smaller than a block of the server
avatar

XIV Devops Python Developer

Interviewed at IBM

3.9
Jul 30, 2014

The first task was to implement function that outputs sorted array out of 2 input sorted arrays. The second task was quite a difficult algorithmic question about client and storage server, it was required to implement the logic behind reading and writing of a single document. - client may crash at any time - client has functions read and write - client has only volatile memory - server has function read (address) and write (address, data) - server is always up - server has endless amount of block - there's only 1 single file to be read and written - it is always should be returned last non-corrupted version of the document. - the document is smaller than a block of the server

Viewing 611 - 620 interview questions

Glassdoor has 6,382 interview questions and reports from Python engineer interviews. Prepare for your interview. Get hired. Love your job.