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

      ConnectiveRx

      Empleador activo

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


      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

      2 abr 2020
      Candidato de entrevista anónimo
      Whippany, NJ
      Sin ofertas
      Experiencia neutra
      Entrevista difícil

      Solicitud

      Me postulé a través de una agencia de empleos. El proceso tomó 2 días. Acudí a una entrevista en ConnectiveRx (Whippany, NJ) en mar 2020

      Entrevista

      They reached out via an external recruiter who'd been asking me for 1 solid year if I was willing to commute the 1h driving (life experience means 30mins traffic) from Brooklyn and I last year wasn't but pandemic meant I was now receptive

      Preguntas de entrevista [15]

      Pregunta 1

      if(isset($_POST['sub'])) { $rows=$_POST['row']; for($i=$rows;$i>=1;--$i) { for($j=1;$j<=$i;++$j) { echo $j; } echo "<br />"; } } ?> <table> <form method="post" name="frm" action=""> <tr> <td>Enter Number of rows:</td> <td><input type="text" name="row" /></td> </tr> <tr><td></td> <td><input type="submit" name="sub" /></td> </tr> </form> </table>
      Responder pregunta

      Pregunta 2

      Write a program to output: * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
      1 respuesta

      Pregunta 3

      $text = 'John '; $text[10] = 'Doe';
      1 respuesta

      Pregunta 4

      $row=3; for($i=$rows;$i>=1;--$i) { for($j=1;$j<=$i;++$j) { echo $j; } } }
      Responder pregunta

      Pregunta 5

      $a = ‘1’; echo $b = &$a; echo $c = "2$b”;
      Responder pregunta

      Pregunta 6

      var_dump('0123' === 123);
      1 respuesta

      Pregunta 7

      var_dump('0123' == 123);
      1 respuesta

      Pregunta 8

      var_dump(0123 == 123);
      1 respuesta

      Pregunta 9

      $array = array( "1" => "a", "1" => "b", "1.5" => "c", true => "d", ); print_r($array);
      1 respuesta

      Pregunta 10

      $x = true and false; var_dump($x);
      1 respuesta

      Pregunta 11

      What is the difference in PHP between a session and a cookie?
      Responder pregunta

      Pregunta 12

      How do you scope vars in PHP?
      Responder pregunta

      Pregunta 13

      Have you worked with MVC?
      Responder pregunta

      Pregunta 14

      How does one migrate from php 5 to 7?
      Responder pregunta

      Pregunta 15

      What are your backend frameworks used and why.
      Responder pregunta
      1