What is your least favorite thing about a specific antiquated ticketing system?
Ingeniero Iii Interview Questions
2,122 ingeniero iii interview questions shared by candidates
Assuming you were designing what data was being queried off a remote, battery-operated device, what data would you query?
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.
Why did you choose your current job, which is lower in grade than the one before
Asked about something I was most proud of.
How do you know JCI? Tell me more about the experience you have regarding to the assembly. Have you ever had experience of capital equipment purchasing process? How do you perform the Thermal analysis, and develop the thermal profile.
Explain your previous project responsibilities and what you liked/disliked about each.
- Problem Solving 2 questions, Linked list, and Stacks/Queues - Indexing - Caching, Cache failover - Analytics Database architecture -
Design an logging based alert system which sends emails on finding the matching patterns in configuration file. config file: pattern 1, frequency 1, emails to notify pattern 2, frequency 2, emails to notify the system should be scalable, highly available, fast and highly configurable.
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.
Viewing 111 - 120 interview questions