Ga naar de inhoudGa naar de voettekst
  • Vacatures
  • Bedrijven
  • Salarissen
  • Voor werkgevers

      Geef je carrière een boost

      Ontdek hoeveel je kunt verdienen, vind droombanen en deel anoniem inzichten over werk en privé.

      employer cover photo
      employer logo
      employer logo

      Data Axle

      Is dit jouw bedrijf?

      Over
      Reviews
      Salaris en arbeidsvoorwaarden
      Vacatures
      Sollicitatiegesprekken
      Sollicitatiegesprekken
      Gerelateerde zoekopdrachten: Reviews voor Data Axle | Vacatures bij Data Axle | Salarissen bij Data Axle | Arbeidsvoorwaarden bij Data Axle
      Sollicitatiegesprekken van Data AxleSollicitatiegesprekken voor Associate Data Scientist bij Data AxleSollicitatiegesprek bij Data Axle


      Glassdoor

      • Over
      • Blog
      • Contact met ons opnemen

      Werkgevers

      • Gratis werkgeversaccount
      • Werkgeverscentrum
      • Werkgeversblog

      Informatie

      • Help
      • Gedragscode
      • Gebruiksvoorwaarden
      • Privacy en advertentiekeuzes
      • Verkoop of deel mijn persoonlijke gegevens niet
      • Hulpmiddel voor instemming met cookies

      Partnerships

      • Adverteerders
      De app downloaden

      • Bladeren op:
      • Bedrijven
      • Vacatures
      • Locaties

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor", "Worklife Pro", "Bowls" en logo zijn gedeponeerde handelsmerken van Glassdoor LLC.

      Gevolgde bedrijven

      Volg de bedrijven van je dromen om als eerste op de hoogte te zijn van vacatures en te profiteren van tips van insiders.

      Vacatures

      Zoek naar vacatures om gepersonaliseerde vacature-aanbevelingen en -updates te krijgen.

      Sollicitatiegesprek voor de functie Associate Data Scientist

      26 mei 2026
      Kandidaat voor anonieme sollicitatie
      Poona

      Overige sollicitatiereviews voor Associate Data Scientist bij Data Axle

      Sollicitatiegesprek voor de functie Associate Data Scientist

      21 mei 2026
      Kandidaat voor anonieme sollicitatie
      Poona
      Geen aanbod
      Positieve ervaring
      Moeilijk sollicitatiegesprek

      Sollicitatie

      Ik heb gesolliciteerd bij Data Axle (Poona)

      Sollicitatiegesprek

      there are total 3-4 rounds held by talent acquistion team every round was offline no virtual rounds DSA , problem solving, is testedCore SQL Python PySpark Databricks Azure Plus GenAI basics RAG LangChain

      Sollicitatievragen [1]

      Vraag 1

      converting java code to python
      Vraag beantwoorden
      Geen aanbod
      Positieve ervaring
      Moeilijk sollicitatiegesprek

      Sollicitatie

      Ik heb via een hogeschool of universiteit gesolliciteerd. Ik heb gesolliciteerd bij Data Axle (Poona) in mei 2026

      Sollicitatiegesprek

      Coding round included medium-level DSA problems, followed by two technical interviews focused on problem-solving, projects, and fundamentals. The process ended with an HR interview covering communication skills, teamwork, and career goals.

      Sollicitatievragen [2]

      Vraag 1

      Given an input string find the longest substring without duplicates.
      Vraag beantwoorden

      Vraag 2

      String Compression Problem Given an array of characters chars, compress it using the following algorithm: Begin with an empty string s. For each group of consecutive repeating characters in chars: If the group's length is 1, append the character to s. Otherwise, append the character followed by the group's length. The compressed string s should not be returned separately, but instead be stored in the input character array chars. Note that group lengths that are 10 or longer will be split into multiple characters in chars. After modifying the input array, return the new length of the array. You must write an algorithm that uses only constant extra space.
      Vraag beantwoorden