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

      Zessta Software Services

      Empresa engajada

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa Zessta Software Services | Vagas da empresa Zessta Software Services | Salários da empresa Zessta Software Services | Benefícios da empresa Zessta Software Services
      Entrevistas da empresa Zessta Software ServicesEntrevistas do cargo de Associate Software Engineer da empresa Zessta Software ServicesEntrevista da empresa Zessta Software Services


      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.

      Entrevista para Associate Software Engineer

      2 de dez. de 2024
      Candidato(a) sigiloso(a) à entrevista
      Hyderābād
      Nenhuma oferta
      Experiência positiva
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me por meio de uma faculdade ou universidade. Fui entrevistado pela Zessta Software Services (Hyderābād) em dez. de 2024

      Entrevista

      on campus , 3 round , first round 3 hours on zessta s own test platform ,online test (aptitude 10% weightage + coding 3 question 90% weightage+ logical 10%) , 2nd round technical , 3rd round hr

      Perguntas de entrevista [4]

      Pergunta 1

      You are tasked with building a file deduplication system that can efficiently handle large sets of files and identify duplicate files based on their contents, even if their names differ. Your system should perform the following tasks: Input: You are given a list of files, where each file has: A name (string) A file path (string) A file content (string representing the content of the file) Output: You need to output a set of file groups where each group contains the list of files that are duplicates of each other (i.e., they have the exact same content). The group should contain the file paths, but the files should be grouped regardless of their names. "/path/to/file1.txt, /path/to/file2.txt" If no files are found to be duplicates, the output should return the text: "No duplicates found" Optimization: Your solution must be optimized for: Time complexity: The algorithm should handle large numbers of files efficiently (e.g., handling 100,000+ files). Space complexity: The solution should use space efficiently while storing content and performing comparisons. Edge Cases: Empty Files: Handle cases where some files are empty. Large Files: Consider how to handle very large files efficiently, possibly using techniques like hashing. Multiple Duplicates: A file can appear multiple times, and all appearances should be grouped together. Mixed file paths: Files may appear under different paths but could have identical content.
      Responder à pergunta

      Pergunta 2

      Optimal Denomination Count Write a function that takes an integer representing a valid withdrawal amount and returns a string showing the optimal count of each denomination (₹2000, ₹500 ₹100) to dispense. The output should use the largest denominations possible to minimize the total number of notes. Example 1: Input: 900 Output: 500: 1, 100:4 Example 2: Input: 2800 Output: 2000: 1, 500: 1, 100: 3 }
      Responder à pergunta

      Pergunta 3

      Find the longest distance between coordinates You are given two sets of coordinates: 1. A starting point represented by the array [x1, y1]. 2. A destination point array with multiple coordinate pairs, such as [x2, y2, x3,y3, ..., xn, yn]. Your task is to find the destination point that has the longest distance from the starting point using the distance formula: [d=√(x2-21)2 + (y2 - y1)2] Where: ■(x1, y1) is the starting point, (x2, y2), (x3, y3), (x4, y4) are the destination points. Special Conditions: - If the starting point and any destination point are the same, the distance is 0. In this case, the output should be [-1, -1]. - If there are no destination coordinates provided, the output should be [-1, -1]. - If two or more destination points have the same maximum distance, the output should be [-1, -1]. Write a function findLongestDistancePoint that takes the starting coordinates and an array of destination coordinates, and returns the destination point that is farthest from the starting point, considering the special conditions. Input: - A coordinate array [x1, y1] representing the starting point. A coordinate array [x2, y2, x3, y3, xn, yn] representing multiple destination coordinates. Output: - The destination point (as an array [x, y]) that is farthest from the starting point, or [-1, -1] if the conditions are met. Example 1: Input: Starting Point: [2, 2] Destination Points: [2, 2, 2, 2] Output: [-1, -1] Explanation: Since the destination points are the same as the starting point, the distance is 8. As per the condition, the output is [-1, -1]. Example 2: Input: Starting Point: [0, 5] Destination Points: [1, 2, 3, 4, 5] Output: [-1, -1] Explanation: There are no coordinates representing valid destination points (pairs of coordinates are missing), so the output is [-1, -1]. Example 3: Input: Starting Point: [1, 2] Destination Points: [1, 2, 3, 4, 5, 6] Output: [5, 6] Explanation: The distance to each destination point is calculated: Distance to [1, 2]: d = 0 (same point). Distance to [3, 4]: d ≈ 2.83. Distance to [5, 6]: d≈ 5.39. The farthest point is [5, 6], so it is returned.
      Responder à pergunta

      Pergunta 4

      aptitude percentage basic level questions
      Responder à pergunta
      2

      Outras avaliações de entrevista de vagas de Associate Software Engineer da empresa Zessta Software Services

      Entrevista para Associate Software Engineer

      24 de jan. de 2022
      Candidato(a) sigiloso(a) à entrevista
      Bhīmavaram
      Nenhuma oferta
      Experiência neutra
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me por meio de uma faculdade ou universidade. O processo levou 2 semanas. Fui entrevistado pela Zessta Software Services (Bhīmavaram) em nov. de 2021

      Entrevista

      First there will be a written test and after qualifying in that there will be a technical round in technical round asked about the technologies mentioned in the resume and abou project

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

      avatar
      EPAM Systems
      3.6★Remuneração e benefícios
      avatar
      IBM
      3.6★Remuneração e benefícios
      avatar
      Hewlett Packard Enterprise | HPE
      3.6★Remuneração e benefícios
      avatar
      Visa Inc.
      3.9★Remuneração e benefícios