How would you build a BART train system.
Preguntas de entrevistas para Senior Full Stack Engineer
1.780 Preguntas de entrevista compartidas por los candidatos | senior full stack engineer
1) Very inconvenient question/demand even before I appeared for technical interview with client We need references at the jobs you worked before.
create a spring bean a and inject class b object and bean b inject a into it. this will create circular dependency, how spring resolve it?
Parse 2 sets of similar data with different formats
recreating "lodash"-like functions: Implementing some(arr, func) to return TRUE if some elements in the array satisfy the function. Creating a neg(func)(value) function that takes a function and returns a negated version. Using both some() and neg() to implement every(arr, func).
Given two arrays: arr1[0..m-1] and arr2[0..n-1]. Find whether arr2[] is a subset of arr1[] or not. Both the arrays are not in sorted order. It may be assumed that elements in both array are distinct.
Show your code to solve challenging problem
Tell me about yourself. Do you have experience in X, Y and Z technologies.
Given an array of numbers where every number >= 0. The items need to be connected. If no answer exists return maxInt example 1: arr = [1, 4, 45, 6, 0, 19] target = 51 output -> 3 because sum([4, 45, 6]) > 51 example 2: arr = [1, 10, 5, 2, 7] target = 9 output -> 1 because sum([10]) > 9
Show the total amount of male patients and the total amount of female patients in the patients table. Display the two results in the same row.
Viendo 1 - 10 de preguntas de entrevista