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

      Motorola Solutions

      Azienda coinvolta

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Motorola Solutions | Offerte di lavoro di Motorola Solutions | Stipendi di Motorola Solutions | Benefit di Motorola Solutions
      Colloqui di Motorola SolutionsColloqui per Firmware Engineer, Tetra Call Processing presso Motorola SolutionsColloquio di Motorola Solutions


      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.

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

      avatar
      AnyVan
      4.0★Stipendio e benefit

      Colloquio per Firmware Engineer, Tetra Call Processing

      25 set 2013
      Dipendente anonimo
      Kraków
      Offerta accettata
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Motorola Solutions (Kraków)

      Colloquio

      After submitting my resume I was invited for a call interview, followed by a face-to-face meeting at Motorola's offices in Kraków. There were several questions asked regarding software engineering. Looking back I would highly recommend reading books such as Scott Meyers' "Effective C++" series, McConnell's "Code Complete", Martin's "Clean Code", Reddy's "API desing for C++", or similar. Some of the questions asked: - write a function to reverse words in a C-like string (no stl), - write a function which implements atoi functionality, - what is a class invariant, - when to use "const" for passing arguments to a function, - what is a virtual function, - how to handle ctor/dtor which fails, - what is an abstract class/pure virtual fn, - what is a mixin, - whan it could occur that the function would not return to the place from it was called (hint: stack corruption), - what is a virtual dtor and why/when would you need it, - smart pointers, which do you know and what are they for, - c++ storage specifiers, - what can be the "static" keyword used for, - what is the anonymous namespace and what is it used for, - what is a reference, can you assign r-value reference, - how are post and pre incrementation operators differentiated, write sample implementations of both of them for a general type, - what is a template method, - what is stack unwinding, - what are the access specifiers for a class, - what is a difference between class and struct, - can you think of an example when your program would crash without reaching a main function, - how can you tell which shell are you running ona UNIX system, - write a function to reverse elements in a single-linked list, - explain different cast operators in c++, - is using global variables a good programming practice, does the same apply to singleton, - name two sort algorithms, assess their complexity, - what is a deadlock, - some pointer arithmetics problems, - variations on constness of pointers and types to which they point to, - what is a null object, - what is a pimpl idiom, - write a sample interface class, are the ctor/dtor mandatory, what will be the access specifiers for members in the interface class and the derived class which will contain the implementation, - design patterns (bridge, facade, proxy, visitor, chain of responsibility, factory method, abstract factory, ...) - what synchronization objects do you know which can be used in a multithreaded environment,

      Domande di colloquio [1]

      Domanda 1

      - what is the inferred type of a result of an expression when an numeric literal is added to the 'char' variable, e.g. char a = 'x'; typeof(a + 5) = ?
      1 risposta
      1