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

      TrustCommerce

      Acquisita da Waud Capital Partners

      Questa è la tua azienda?

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su TrustCommerce | Offerte di lavoro di TrustCommerce | Stipendi di TrustCommerce | Benefit di TrustCommerce
      Colloqui di TrustCommerceColloqui per Software Developer presso TrustCommerceColloquio di TrustCommerce


      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
      Kelso-Burnett
      3.7★Stipendio e benefit

      Colloquio per Software Developer

      20 feb 2025
      Dipendente anonimo
      Oswego, IL
      Offerta accettata
      Esperienza positiva
      Colloquio difficile

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso TrustCommerce (Oswego, IL) nel mese di gen 2025

      Colloquio

      it was multi-stage. first with HR, then with an engineer, then two more with more engineers, and a VP. the final interview was with two engineers and the VP. the entire procedure was geared to see how I think and how I deal with people, especially with people that disagree with my opinions

      Domande di colloquio [1]

      Domanda 1

      they asked me how i would deal with difficult people. what was my approach to have a group follow my suggestions. first as the leader of the group, then as a peer. the situation can be very challenging.
      Rispondi alla domanda
      avatar
      Risposta di TrustCommerce
      1y
      We appreciate you taking time to leave some feedback about your experience.

      Altre recensioni di colloqui per Software Developer presso TrustCommerce

      Colloquio per Software Engineer

      22 gen 2025
      Candidato anonimo a colloquio
      Nessuna offerta
      Esperienza negativa
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura tramite un'altra fonte. La procedura ha richiesto 3 settimane. Ho sostenuto un colloquio presso TrustCommerce

      Colloquio

      I started the process feeling optimistic—things seemed to be going well after each interview. There are living fossils at the company. They have employees who have been working for them more 10–15 years. Given the current market conditions, it seems even they have become more selective. The interviews were of average difficulty, and I spent 3–4 weeks going through the process. Throughout, I had fairly pleasant interactions and felt confident things were progressing in the right direction. However, I was ultimately rejected at the final step without any explanation. The transition from engaging conversations to an abrupt and cold response was disappointing. I later heard from a friend that they’re still actively interviewing candidates. Unfortunately, this experience felt like a significant waste of time.

      Domande di colloquio [2]

      Domanda 1

      Review the following code block and suggest improvements when necessary. $_con = false; // Assume this code attempts to return a DB handle to master DB function getMasterConnection() { ... } // Assume this code attempts to return a DB handle to slave DB function getSlaveConnection() { ... } // Function to get a DB connection handle function get_con($master = false) { global $_con; if ( !empty($_con) ) return $_con; if ($master == true) $_con = getMasterConnection(); else $_con = getSlaveConnection(); return $_con; } // Table 'users' definition // - user_id (SERIAL/LONG) // - login_id (TEXT) // - creation_ts (Unix timestamp) // - locked (BOOLEAN) // - locked_ts (Unix timestamp) // Function attempts to read and return data stored for the userid in an array function retrieveData($loginID) { $userData = array(); $dbconn = get_con(); $result = pg_query($dbconn, "SELECT * FROM users WHERE login_id = '$loginID'"); $userData = pg_fetch_all($result,0); return $userData; } // Table 'orders' definition // - order_id (SERIAL) // - user_id (LONG) // - order_details (TEXT) // Function attempts to insert order information function storeOrder($userid, $orderDetails) { $dbconn = get_con(true); $result = pg_query_params($dbconn, "INSERT INTO orders(userid, order_details) VALUES ($1, $2)", array($userid, $orderDetails)); return false; } // Main code execution begins here // This code helps store new order details under 'orders' table if ( !empty($_POST['login_id']) ) { $userData = retrieveData($_POST['login_id']); if ($_POST['action'] == 'create') { if ( storeOrder($userData[0]['user_id']) ) echo "Order creation successful"; else die("Failed to store order information due to run time exceptions."); } }
      Rispondi alla domanda

      Domanda 2

      Check the other interview experiences. Similar questions being asked.
      Rispondi alla domanda
      avatar
      Risposta di TrustCommerce
      1y
      Hello, Thank you for your honest feedback—it’s valuable to us, and we appreciate it. We're glad your experience started on a positive note, as we strive to engage and support everyone in our process. We also take pride in our tenured workforce, with many employees staying productive and engaged for over 10 years. Our hiring process involves multiple interview rounds over a few weeks, as we carefully ensure both cultural alignment and a strong fit for the role. If candidates are not selected, our recruiter personally reaches out and we regret if our message felt impersonal—it was not our intent. We encourage you to stay in touch with our Talent Team for future opportunities, especially given how far you progressed in the process.

      Colloquio per Software Engineer

      7 dic 2015
      Dipendente anonimo
      Irvine, CA
      Offerta accettata
      Esperienza positiva
      Colloquio facile

      Candidatura

      Ho presentato la mia candidatura tramite un selezionatore. Ho sostenuto un colloquio presso TrustCommerce (Irvine, CA) nel mese di ago 2015

      Colloquio

      The interview was with the CTO. It started with a phone interview, then two face-to-face interviews were scheduled. It was not too stressful. One of the face-to-face interviews was with the CIO.

      Domande di colloquio [1]

      Domanda 1

      There were questions about using Linux as a developer. Any Software Engineer who uses Linux should get through that with no problem. There were typical questions about classes, deep copy oppsed to shallow copy. questions about what methods are automatically given to you in a class (C++). Mostly academic.
      1 risposta