Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      TO THE NEW

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur TO THE NEW | Offres d’emploi chez TO THE NEW | Salaires chez TO THE NEW | Avantages sociaux chez TO THE NEW
      Entretiens chez TO THE NEWEntretiens d’embauche pour Java Programmer chez TO THE NEWEntretien chez TO THE NEW


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Entretien pour Java Programmer

      14 sept. 2015
      Candidat à l'entretien anonyme
      Noida
      Aucune offre
      Expérience positive

      Candidature

      J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 2 jours. J'ai passé un entretien chez TO THE NEW (Noida) en sept. 2015

      Entretien

      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

      Questions d'entretien [1]

      Question 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
      Répondre à cette question
      8