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

      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

      TO THE NEW

      Empresa activa

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre TO THE NEW | Ofertas de empleos en TO THE NEW | Sueldos en TO THE NEW | Beneficios en TO THE NEW
      Entrevistas de TO THE NEWEntrevistas para el puesto de Java Programmer en TO THE NEWEntrevista de TO THE NEW


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empresas

      • Cuenta gratuita de empresa
      • Centro de empresas

      Información

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

      Trabaja con nosotros

      • Anunciantes
      • Empleo
      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 de primera mano.

      Búsquedas de empleo

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

      Las mejores empresas en cuanto a «Remuneración y beneficios» cerca de ti

      avatar
      Concentrix
      3.6★Remuneración y beneficios
      avatar
      IBM
      3.6★Remuneración y beneficios
      avatar
      Hewlett Packard Enterprise | HPE
      3.6★Remuneración y beneficios
      avatar
      Dell Technologies
      3.5★Remuneración y beneficios

      Entrevista de Java Programmer

      14 sept 2015
      Candidato de entrevista anónimo
      Noida
      Sin oferta
      Experiencia positiva

      Solicitud

      Solicité el puesto a través de la escuela superior o la universidad. El proceso duró 2 días. Acudí a una entrevista en TO THE NEW (Noida) en sept 2015

      Entrevista

      First day: round was mcq round with aptitude, english, coding, logical reasoning questions. eg. adding two numbers of byte datatype using assigned numbers like add(3,4); Second day: face to face interview on java with oops concept. It was conducted @ the intelligrape office

      Preguntas de entrevista [1]

      Pregunta 1

      Second Round Q)Two interfaces have same method declaration. Both the interfaces are implemented by class.. which of the two method will be overridden? Q)Find output of: try{ int x=5/0;} catch(Exception e){ System.out.println("Exception");} catch (ArithmeticException ae) { System.out.println("ArithmeticException occured!"); } Q)signature of a function vs method declaration Q)Will the code perform overloading? class A{ public void print(){ System.out.println("Void Print"); } public int print(){ System.out.println("Integer Print"); return 8; } } Q)Will the code perform overriding? class A{ public void print(){ System.out.println("Void Print"); } } class B extends A{ public int print(){ System.out.println("Integer Print"); return 8; } } Q) what are the OOPS concept that can seen in the following code(blank/empty class)? class A{} Q) Check whether a number is odd or even without arithmetic operator. Hint: Typecast to string. Check last digit Q) Default access specifiers of class methods and variables Q)Real time example of abstraction, encapsulation, inheritance, data hiding. Example class abstract phone with child class mobile and landline. Write properties and methods. Q) Class A { public void method1(){} } Class B extends B { public void method2(){} } which is possible? A obj=new B(); or B obj=new A(); Q) Which of the following datatypes are mutable and how and why? string, int, float, double, char Q) Can a interface extend more than 1 interface? Q) Can a class implement more than 1 interface? Q) WAP input: aaa1bbb2ccccc3 ouput: aabcc Q) which operator is overloaded in java? Q) java advanatages over c/c++? Q) Name diifferent ways to create objects in java Q) find common objects in list {1,{1,2},{1,2,3}} Next Level of Coding Interview Q) WAP to input Username & Password of user. Check whether is username and authenticated; if not the increment the counter by 1. Maximum three chances are allowed for the same IP address request. If counter is equal to 3, block all the requests from the IP Address
      Responder pregunta
      8