Envié una solicitud electrónica. El proceso duró 1 semana. Acudí a una entrevista en Apptware en oct 2023
Entrevista
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.
Preguntas de entrevista [4]
Pregunta 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.