They asked me 4 technical (algorithms) questions and some behavioral questions.
Ingeniero De Software Iii Interview Questions
1,046 ingeniero de software iii interview questions shared by candidates
Design an in memory word processor. Implement cut, copy, paste, formatting, recoverability etc.
O que levou para que eu me formasse em TI?
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 english dictionary and an input word, create an algorithm that outputs all of the possible anograms
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.
What is your exposure to DO-178B?
Asked about something I was most proud of.
What are some Hibernate annotations?
Viewing 51 - 60 interview questions