Passa al contenutoPassa al piè di pagina
  • Lavori
  • Aziende
  • Stipendi
  • Per le aziende

      Migliora la tua carriera

      Scopri le tue potenzialità di guadagno, trova lavori da sogno e condividi approfondimenti su lavoro e vita privata in forma anonima.

      employer cover photo
      employer logo
      employer logo

      CEVA

      Questa è la tua azienda?

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su CEVA | Offerte di lavoro di CEVA | Stipendi di CEVA | Benefit di CEVA
      Colloqui di CEVAColloqui per Junior Compiler Software Engineer presso CEVAColloquio di CEVA


      Glassdoor

      • Chi siamo
      • Contattaci

      Aziende

      • Account Business gratuito
      • Spazio per le aziende
      • Blog per le aziende

      Informazioni

      • Aiuto
      • Linee guida
      • Condizioni d'uso
      • Privacy e scelte pubblicitarie
      • Non vendere né condividere le mie informazioni
      • Strumento per l'accettazione dei cookie

      Lavora con noi

      • Inserzionisti
      • Carriere
      Scarica l'app

      • Cerca:
      • Aziende
      • Lavori
      • Località

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Glassdoor LLC.

      Aziende seguite

      Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.

      Ricerche di lavoro

      Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.

      Colloquio per Junior Compiler Software Engineer

      29 mar 2018
      Candidato anonimo a colloquio
      Herzliya
      Nessuna offerta
      Esperienza neutra
      Colloquio difficile

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso CEVA (Herzliya) nel mese di mar 2018

      Colloquio

      3 questions in the interview: 1. Implement the next function in C (value can be also negative): char * itoa (int value, char * str); 2. I don't remember the question. 3. Assume your assembly language includes ONLY the following instructions: 'inc REG': increments a given register by one. 'dec REG': decrement a given register by one. 'jnz LABEL': jumps to a given LABEL if the previous instruction's result was not zero. 'HALT': stops running. Task: A and B registers hold non-negative values. The program should calculate the value of |A-B| and locate the result in C. In addition, the language holds registers C,D,...,Z, which you can assume are initialized at program start to zero.

      Domande di colloquio [2]

      Domanda 1

      Implement the next function in C (value can be also negative): char * itoa (int value, char * str);
      1 risposta

      Domanda 2

      Assume your assembly language includes ONLY the following instructions: 'inc REG': increments a given register by one. 'dec REG': decrement a given register by one. 'jnz LABEL': jumps to a given LABEL if the previous instruction's result was not zero. 'HALT': stops running. Task: A and B registers hold non-negative values. The program should calculate the value of |A-B| and locate the result in C. In addition, the language holds registers C,D,...,Z, which you can assume are initialized at program start to zero.
      2 risposte

      Altre recensioni di colloqui per Junior Compiler Software Engineer presso CEVA

      Colloquio per Junior Compiler Software Engineer

      12 apr 2021
      Dipendente anonimo
      Tel Aviv
      Offerta accettata
      Esperienza positiva
      Colloquio facile

      Candidatura

      Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso CEVA (Tel Aviv) nel mese di gen 2021

      Colloquio

      extern short const_arr[N] long func(short x) { static short array[N]; long res = 0; int i; for (i = N-1; i > 0;i--) array[i] = array[i - 1]; // 1 arithmetic operation + 2 operations R/W = 11 cyc * (N-1) array[0] = x; // 1 R/W = 5 cyc for (i = 0; i < N; i++) res += (long)array[i] * const_arr[i]; //2 R/W + 2 arithmetic op = 12 * N cyc return res; }
 arr = {1,2,3,4} const_arr = {8,9,10,11} func(7) arr = {1,2,3,7} res = 2. Calculate the overall running time of the above C code as a function of the array's length (n=N) . Assume that: A. Arithmetic operations (such as +,-,*,=,+=) cost one machine cycle. B. Reading/Writing from an array element costs 5 machine cycles. C. Loops have a zero overhead e.g.: for (j = 0; j < n; j++) arr[j] = a + b; The cost of the loop is 6*n machine cycles (5 writing arr[j] ,1 calculating a+b). "j = 0", "j < n", "j++" are not taken into consideration when calculating cycle count.
 *************************************** 3. Lets assume that we add the following 2 new operators to the C language: 1) inc_mod(i, n); i++; if (i >= n) i = 0; 2) dec_mod(i, n); i--; if (i < 0) i = n - 1; How can the function func() be optimized SIGNIFICANTLY in terms of run time. Assume that the function func() will be called much more than N times (thus optimizing the first multiplications of zero array elements, is not worthwhile).


      Domande di colloquio [1]

      Domanda 1

      Primitive Assembley Question: ============================= Assume your assembley language includes ONLY the following instructions: - 'inc REG': increments a given register by one. - 'dec REG': decrements a given register by one. - 'jnz LABEL': jumps to a given LABEL if the previous instruction's result was not zero. - 'HALT': stops running. Task: A and B registers hold non-negative values. The program should calculate the value of |A-B| and locate the result in C. In addition the language holds registers C, D, ..., Z, which you can assume are initialized at program start to zero.
      1 risposta
      1

      Le migliori aziende per "stipendio e benefit" vicino a te

      avatar
      Samsung Electronics
      3.7★Stipendio e benefit
      avatar
      ZTE
      3.6★Stipendio e benefit
      avatar
      Franklin Electric
      3.5★Stipendio e benefit