Ho presentato la mia candidatura online. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Apptware nel mese di ott 2023
Colloquio
After applying through a job portal, the HR team contacted me and arranged my initial technical interview via Google Meet. The following day, the second technical round also took place on the same platform.
Domande di colloquio [4]
Domanda 1
Basic fundamental questions related to React, React Native, and JavaScript were asked.
Write a JavaScript program, given the input array arr = [3, 4, 5, 6, 7] and target = 10, the function should return [[3, 7], [4, 6]], as these are the pairs of integers from the array that add up to 10.
Create a React component that iterates through an array of images, displaying one image at a time. After a 2-second interval, the component should transition to the next image, continuing this cycle. Upon reaching the end of the image array, it should seamlessly loop back to the first image, maintaining the continuous cycle.