Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empleadores

      Impulsa tu carrera profesional

      Averigua cuánto podrías ganar, encuentra el empleo perfecto y comparte información sobre tu vida laboral y personal de forma anónima.

      employer cover photo
      employer logo
      employer logo

      LiteBreeze

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de LiteBreeze | Empleos en LiteBreeze | Sueldos en LiteBreeze | Prestaciones en LiteBreeze
      Entrevistas en LiteBreezeEntrevistas para el cargo de PHP Developer en LiteBreezeEntrevista en LiteBreeze


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empleadores

      • Cuenta de empleador gratuita
      • Centro de empleador

      Información

      • Ayuda
      • Pautas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de autorización de cookies

      Trabaja con nosotros

      • Anunciantes
      • Oportunidades laborales
      Descargar aplicación

      • Buscar por:
      • Empresas
      • Empleos
      • Ubicaciones

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor", "Worklife Pro", "Bowls" y sus logotipos son marcas comerciales registradas de Glassdoor LLC.

      Empresas seguidas

      Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información desde adentro.

      Búsquedas de empleo

      Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.

      Entrevista para PHP Developer

      3 mar 2025
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia positiva

      Otras evaluaciones sobre las entrevistas para el cargo de PHP Developer en LiteBreeze

      Entrevista para PHP Developer

      6 mar 2019
      Candidato de entrevista anónimo
      Cochín
      Sin ofertas
      Entrevista promedio

      Solicitud

      Acudí a una entrevista en LiteBreeze

      Entrevista

      Time-effective. Recruiters are good and kept me informed about the process and next steps. They all seem professional and have many years of experience. I will recommend this company to anyone looking to join a European company.

      Preguntas de entrevista [1]

      Pregunta 1

      Reason for leaving previous job
      Responder pregunta
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé a través de otra fuente. Acudí a una entrevista en LiteBreeze (Cochín) en mar 2019

      Entrevista

      Telephone conversation and after that 30 mins Online test we can attend this test from our home after that they evaluate the answer on next day and send a acknowledgement mail to candidate he or she select or not on next rounds according to online test.

      Preguntas de entrevista [1]

      Pregunta 1

      Consider generating a monthly mobile bill for data usage. A basic charge of Rs. 200 allows for 20GB of data per month, with a daily cap of 2GB. The user has to pay Rs. 200 per month irrespective of the amount of data used. For each additional MB used above 2GB per day, the user is to pay an additional Rs. 0.025. Also, for each additional MB above 20GB for the whole month, the user needs to pay an additional Rs. 0.05. Assumption: 1GB = 1024MB Write a function that does the following: - Accepts an array containing daily usages in MB for a month - Calculate the total monthly bill for the input, including the additional charge for exceeding daily and monthly limits, if any. Sample Input/Output Input Data usage: date of month => data used in MB Array ( [2] => 3000 [5] => 1250 [10] => 2000 [12] => 300 [14] => 900 [16] => 4250 [18] => 2560 [19] => 1500 [22] => 190 [26] => 2020 [28] => 5050 ) Output Array ( [baseCharge] => Rs. 200 [dailyAdditional] => Rs. 166.7 [monthlyAdditional] => Rs. 127 [totalBill] => Rs. 493.7 )
      2 respuestas
      8