Ir para o conteúdoIr para a pasta
  • Vagas
  • Empresas
  • Salários
  • Para empresas

      Avance em sua carreira

      Descubra qual pode ser seu salário, conquiste a vaga dos seus sonhos e compartilhe insights de qualidade de vida com sigilo.

      employer cover photo
      employer logo
      employer logo

      Insightly

      Essa empresa é sua?

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa Insightly | Vagas da empresa Insightly | Salários da empresa Insightly | Benefícios da empresa Insightly
      Entrevistas da empresa InsightlyEntrevistas do cargo de Senior Software Engineer da empresa InsightlyEntrevista da empresa Insightly


      Glassdoor

      • Sobre
      • Prêmios
      • Blog
      • Fale conosco

      Empresas

      • Conta gratuita de empresa
      • Área da empresa
      • Blog para empresas

      Informações

      • Ajuda
      • Regras da Comunidade
      • Termos de Uso
      • Privacidade e opções de anúncios
      • Não venda nem compartilhe minhas informações
      • Ferramenta de consentimento de uso de cookies

      Trabalhe conosco

      • Anunciantes
      • Carreiras
      Baixe o aplicativo:

      • Busque por:
      • Empresas
      • Vagas
      • Localizações

      Copyright © 2008-2026. Glassdoor LLC. “Glassdoor”, “Worklife Pro”, “Bowls” e o logotipo do Glassdoor são marcas comerciais pertencentes à Glassdoor LLC.

      Empresas seguidas

      Fique por dentro de todas as oportunidades e dicas internas seguindo as empresas de seus sonhos.

      Buscas de vagas

      Comece a buscar vagas para receber atualizações e recomendações personalizadas.

      As melhores empresas na categoria “Remuneração e benefícios” perto de você

      avatar
      Andersen Lab
      4.1★Remuneração e benefícios
      avatar
      Okta
      4.0★Remuneração e benefícios
      avatar
      Cloudera
      4.1★Remuneração e benefícios
      avatar
      N-iX
      3.9★Remuneração e benefícios

      Entrevista para Senior Software Engineer

      18 de out. de 2017
      Funcionário(a) sigiloso(a)
      San Francisco, CA

      Outras avaliações de entrevista de vagas de Senior Software Engineer da empresa Insightly

      Entrevista para Senior Software Engineer

      1 de out. de 2021
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência positiva
      Oferta aceita
      Experiência positiva
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me online. O processo levou 2 dias. Fui entrevistado pela Insightly (San Francisco, CA) em set. de 2017

      Entrevista

      I was contacted by the VP of HR about a role on Linkedin. I was both surprised and humbled that in a company of this size, the VP is still very hands on. We had a twenty minute conversation about the company and team and she got me very excited about the role and interview process. She then passed me on to another recruiter on her team who might have been the nicest recruiter I have ever spoken to. I had a few other job offers so I opted out of a further conversation but I thought I should leave feedback since I felt that I got the royal treatment! I also thought it was fun to talk to a VP of HR that asks technical questions. Can you name three ways to pass parameters to a method in C#? A The three ways to pass a parameter to a method are detailed below. Value Parameters: Passing a parameter to a method by value creates a new storage location for the value parameter. Any changes to the value parameter by the method have no effect on the argument. Reference Parameters: Passing a parameter to a method by reference can be achieved by using the ref keyword. Instead of creating a new storage location for the parameter, the method accesses the memory location of the argument and passes it as a parameter. Changes made to the parameter will also affect the argument. Output Parameters: The out keyword allows a method to return two values from a function. It’s similar to passing a reference parameter, except in this case data is being transferred out of the method. Nice one!

      Perguntas de entrevista [1]

      Pergunta 1

      Most of the initial conversation focused around my background and explanation for the company's tech stack decisions and future scalability. The questions for me were mostly based around the other products I have worked on and how many users they serviced as well as full stack feature design. I recommend other engineers to look into Insightly as it seems like a great CRM and good people!
      Responder à pergunta
      4
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me online. Fiz uma entrevista na empresa Insightly.

      Entrevista

      Interview have multiple steps. The first steps is a call with their recruiter to determine your interest and suitability with the position. Then we will have a coding interview with 1 engineer and the interview revolves around algorithm question. Second interview will be divided into 2 back to back interview. The first one is another algorithm question, but this time it is more difficult. The second interview is about building application and the database design.

      Perguntas de entrevista [1]

      Pergunta 1

      Design a database structure for a brick and mortar shop
      Responder à pergunta

      Entrevista para Senior Software Engineer

      27 de jun. de 2017
      Candidato(a) sigiloso(a) à entrevista
      San Francisco, CA
      Nenhuma oferta
      Experiência positiva
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me por meio de recrutador(a). Fui entrevistado pela Insightly (San Francisco, CA) em mai. de 2017

      Entrevista

      The interview was a 45 minute phone screen with a lead tech. She was very polite and helpful. She had me connect to CollabEdit to for a coding test. I'd been sick and had trouble focusing, so it took me longer than usual to find a solution to the question she asked. The recruiter did not contact me or return my inquiries after the interview, so I can only assume my performance was not satisfactory. (Lame that the recruiter completely dropped me. (Glassdoor should have the option to rate a recruiter!)

      Perguntas de entrevista [1]

      Pergunta 1

      Write a function that will validate the order of brackets in coding. Bracket openers should be closed properly. The function should accept a string parameter and return a Boolean. '(', '{', '[' are called "openers." ')', '}', ']' are called "closers." "{ [ ] ( ) }" should return true "{ [ ( ] ) }" should return false "{ [ }" should return false
      Responder à pergunta
      5