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

      BuildASign.com

      Est-ce votre entreprise ?

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur BuildASign.com | Offres d’emploi chez BuildASign.com | Salaires chez BuildASign.com | Avantages sociaux chez BuildASign.com
      Entretiens chez BuildASign.comEntretiens d’embauche pour Software Engineer chez BuildASign.comEntretien chez BuildASign.com


      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.

      Entretien pour Software Engineer

      12 juin 2018
      Employé (anonyme)
      Austin, TX
      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 BuildASign.com (Austin, TX) en avr. 2017

      Entretien

      The interview process started with a phone screen with the hiring manager followed by an in-person interview that included a tour of the facility. The in-person interview included a panel with the Product Owner and QA Engineer and a panel with 2 of the developers. The interview with the developers included writing a few lines of code in Visual Studio (they provided a machine) with the ability to Google if I wanted.

      Questions d'entretien [1]

      Question 1

      What is the difference between pessimistic and optimistic concurrency?
      Répondre à cette question

      Autres retours d’entretien d’embauche pour un poste comme Software Engineer chez BuildASign.com

      Entretien pour Software Developer

      18 avr. 2019
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience négative
      Entretien moyen

      Candidature

      J'ai postulé via un recruteur. J'ai passé un entretien chez BuildASign.com

      Entretien

      Intro phone call that lasted about an hour. Was 50% questions, 50% company overview and interviewer's career history. Next is an online coding test done through HackerEarth, probably the worst algorithm site available for testing in C#. Instructions say "You will be given an array, but you should expect to receive the array through a Console.Read, which turns it into a string (ie. "["5","0","1","14","2","8"]") which is a whole lot different than receiving a simple string[], like the instructions tell you. The instructions also say, "Build a function that..." when you're really expected to create an entire console app, including the "using System; etc." that you may need in order to execute your function. The algorithm is an easy one to solve, but working with HackerEarth's horrible system turns a 5-minute problem into a nightmare to complete in 45 minutes. After the online coding test, you'll have an on-site interview which pretty much lines up with the description from some of the other comments. My advice to you, get used to HackerEarth's deplorable system. Do more than just the practice test before taking the actual test. Despite what the initial instructions tell you, you ONLY get to use C# for the actual assessment, so don't bother practicing with any other language. Make sure to complete a practice test that has you return each of the main datatypes (strings, ints, lists, arrays, objects), just to make sure you feel confident using HackerEarth's broken system.

      Questions d'entretien [2]

      Question 1

      What can you tell me about SOLID principles?
      Répondre à cette question

      Question 2

      What can you tell me about indexes and keys on a SQL database? Why are they important?
      Répondre à cette question

      Entretien pour Software Engineer

      4 oct. 2017
      Employé (anonyme)
      Austin, TX
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via un recruteur. Le processus a pris 4 semaines. J'ai passé un entretien chez BuildASign.com (Austin, TX) en sept. 2017

      Entretien

      Behavioral interview with the technical manager, followed by a technical interview on the phone with an architect, followed by a unique on-site white board interview. The phone interview consisted of questions covering concepts all over computer science.

      Questions d'entretien [2]

      Question 1

      You are given a database that has a single table with six columns: FirstName, LastName, ContactType, PhoneNumber, Email, CreatedOn. Data may look like: John | Doe | Work | 8881234567 | johndoe@email.com | Dec 22, 2012 John | Doe | Cell | 8882345678 | johndoe@email.com | Dec 23, 2012 The only clue given was the question, "How can we be sure that those two John Doe rows are the same person?" With that, redesign the database for better reliability and performance.
      Répondre à cette question

      Question 2

      Given a string of random (alphabetical) characters, return a new string as follows: null -> null "" -> "" "a" -> "a" "aa" -> "a2" "abb" -> "ab2" "abbbxyzeeeec" -> "ab3xyze4c"
      Répondre à cette question

      Entretien pour Software Engineer

      24 avr. 2017
      Employé (anonyme)
      Austin, TX
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via un recruteur. J'ai passé un entretien chez BuildASign.com (Austin, TX) en avr. 2017

      Entretien

      The interview process started with a phone screen by the hiring manager who asked both behavioral and high-level technical questions. Next was the on-site interview where I had 3 separate interviews and got to meet with the entire scrum team and the IT director.

      Questions d'entretien [3]

      Question 1

      How do you deal with a situation where team members have conflicting ideas of the best way to do something?
      Répondre à cette question

      Question 2

      Questions about SQL clustered indexes, locking, and concurrency.
      Répondre à cette question

      Question 3

      Small C# coding exercises using Visual Studio.
      Répondre à cette question
      1

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

      avatar
      Amazon
      3.7★Rémunération et avantages
      avatar
      Google
      4.5★Rémunération et avantages
      avatar
      Amazon Web Services
      3.9★Rémunération et avantages
      avatar
      TikTok
      3.6★Rémunération et avantages