Ingeniero De Software Iii Interview Questions

1,046 ingeniero de software iii interview questions shared by candidates

In the interviews following the initial screen and take-home assessment I was asked about prior experience, agile expertise & collaboration, as well as a technical problem that involved manipulating CSV data using Python.
avatar

Software Engineer III

Interviewed at HealthVerity

3.1
Jul 17, 2023

In the interviews following the initial screen and take-home assessment I was asked about prior experience, agile expertise & collaboration, as well as a technical problem that involved manipulating CSV data using Python.

Given an array A of integers and a key K, count the number of items in A which starts & ends with the key. ie. suppose the array contains 25425 2134 25456225 2525 2465 and the key is 25, then the output should be 3 (since 25425 25456225 2525 begins & ends with the key K). Second question was to print ';' (semicolon) without using it. Third was to check for brackets in the given expression.
avatar

Software Engineer III

Interviewed at Payoda

4.6
Dec 3, 2016

Given an array A of integers and a key K, count the number of items in A which starts & ends with the key. ie. suppose the array contains 25425 2134 25456225 2525 2465 and the key is 25, then the output should be 3 (since 25425 25456225 2525 begins & ends with the key K). Second question was to print ';' (semicolon) without using it. Third was to check for brackets in the given expression.

Implement a Queue class: starting empty, it receives a list of jobs that return Promises, and has a capacity. Add jobs to the Queue until it is full. Once the jobs resolve, remove them and add more, if any. As a bonus, handle errors with a maximum number of retries.
avatar

Software Engineer III

Interviewed at The Farmer's Dog

3.4
Feb 9, 2024

Implement a Queue class: starting empty, it receives a list of jobs that return Promises, and has a capacity. Add jobs to the Queue until it is full. Once the jobs resolve, remove them and add more, if any. As a bonus, handle errors with a maximum number of retries.

Viewing 51 - 60 interview questions

Glassdoor has 1,046 interview questions and reports from Ingeniero de software iii interviews. Prepare for your interview. Get hired. Love your job.