Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      Tipalti

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Tipalti | Offres d’emploi chez Tipalti | Salaires chez Tipalti | Avantages sociaux chez Tipalti
      Entretiens chez TipaltiEntretiens d’embauche pour Senior Software Engineer chez TipaltiEntretien chez Tipalti


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Meilleures entreprises pour « Rémunération et avantages » près de chez vous

      avatar
      SAP
      3.9★Rémunération et avantages
      avatar
      Capgemini
      3.7★Rémunération et avantages
      avatar
      Salesforce
      4.4★Rémunération et avantages
      avatar
      Thomson Reuters
      3.8★Rémunération et avantages

      Entretien pour Senior Software Engineer

      5 févr. 2024
      Candidat à l'entretien anonyme
      Tel Aviv-Yafo

      Autres retours d’entretien d’embauche pour un poste comme Senior Software Engineer chez Tipalti

      Entretien pour Senior Software Engineer

      4 nov. 2024
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien difficile

      Candidature

      J'ai postulé en ligne. J'ai passé un entretien chez Tipalti en nov. 2024

      Aucune offre
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via un recruteur. Le processus a pris 5 jours. J'ai passé un entretien chez Tipalti (Tel Aviv-Yafo) en août 2021

      Entretien

      First call with recruiter. Afterwards had an interview on zoom with the Team leader, in which there was a programing question. On the second interview, I was asked to add an ability to send notification in an app

      Questions d'entretien [1]

      Question 1

      Asked to implement a console application that receives an input of any object and prints its public properties by reflection.
      Répondre à cette question
      1
      Le processus a pris 2 semaines. 

      Entretien

      The process started with a phone call from HR, followed by a brief call with the recruiting manager where he introduced the company and asked about my experience. He also posed a technical question about handling data consistency if one microservice stores data in a database but fails to write to a Kafka topic—a common dual-write problem. Next, I had a remote interview with the same manager, which included a one-hour task I completed independently. We then discussed my solution, and he asked additional questions about it.

      Questions d'entretien [1]

      Question 1

      Advanced Hands-on: Implement a utility that will use .NET reflection APIs to print “simple” objects. “Simple” objects are defined as follows: They have only public properties Each property can be of the following types: Primitive (e.g. int), or string Object – assume that that object is also a "simple" object Array of “simple” objects The program should navigate the object structure and print the structure. Here's an example: class Name { public string FirstName {get; set;} public string LastName {get; set;} } class Pet { public string Nickname {get; set;} } class Person { public int Age {get; set;} public Name Name {get; set;} public Pet[] Pets {get; set;} } Name n = new Name(); n.FirstName = "John"; n.LastName = "Doe"; Pet[] pets = new Pet[] {new Pet {Nickname="Rocky"}, new Pet {Nickname="Louie"}}; Person p = new Person(); p.Age = 55; p.Name = n; p.Pets = pets; The output of your utility when run on instance p above should be something like this: Object of Class "Person" ---------------------------------------- Age = 55 Name = Object of Class "Name" ---------------------------------- FirstName = "John" LastName = "Doe" Pets = [ Object of Class "Pet" ---------------------------------- Nickname = “Rocky” Object of Class "Pet" ---------------------------------- Nickname = “Louie” ] Keep the indentation of inner objects as in the example. General guidelines: You can assume your input contains only “Simple” objects as defined above Total time for the exercise is 1 hour, please do not exceed the allocated time In case you are not familiar with .NET reflection APIs please specify that in a comment. Hint: call the GetType() method of Object which is available on the object you are trying to print in order to start accessing the class metadata Make sure exceptions are handled properly Make sure the API to use this utility is convenient to use You cannot use ChatGPT or other generative AI tool, you may use the Google/MSDN website for help. You cannot use libraries outside .NET. or any other external code. Write the code as though you are writing production code.
      Répondre à cette question
      2

      Entretien pour Senior Software Engineer

      9 août 2023
      Candidat à l'entretien anonyme
      Tel Aviv-Yafo
      Aucune offre
      Expérience négative
      Entretien moyen

      Candidature

      J'ai postulé via la recommandation d'un employé. J'ai passé un entretien chez Tipalti (Tel Aviv-Yafo) en févr. 2023

      Entretien

      First interview was with a Team Leader. Got a question I've seen on before. I answered correctly. Interviewer even mentioned he was impressed. Surprisingly I didn't get an offer. They gave very lame excuses. I think it was age related.

      Questions d'entretien [1]

      Question 1

      Implement a utility to print a simple object(*) with correct indentation. (*) Simple object = an object with only public properties, each object can either be an object or a primitive.
      Répondre à cette question
      3

      Entretien pour Senior Software Engineer

      5 nov. 2023
      Employé (anonyme)
      Tel Aviv-Yafo
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via un recruteur. Le processus a pris 2 semaines. J'ai passé un entretien chez Tipalti (Tel Aviv-Yafo) en oct. 2022

      Entretien

      1. Coding interview in c# : 2 hours: 1 hour coding by vs and 1 hour code review with the team leader and answering extended questions. 2. Design interview : design a system by set of requirments. 3. HR interview.

      Questions d'entretien [1]

      Question 1

      Tell me about your relation with your manager.
      Répondre à cette question