Upload Button Icon Add office photos

ITCS

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

ITCS Java Developer Interview Questions, Process, and Tips

Updated 19 Jan 2021

ITCS Java Developer Interview Experiences

1 interview found

I applied via Naukri.com

Interview Questionnaire 

12 Questions

  • Q1. What static block
  • Ans. 

    Static block is a block of code that is executed when a class is loaded into memory.

    • Static block is declared using the 'static' keyword.

    • It is executed only once when the class is loaded.

    • It is used to initialize static variables or perform any other static initialization.

    • It can throw exceptions which need to be handled.

    • Multiple static blocks can be defined in a class and they are executed in the order they are defined.

  • Answered by AI
  • Q2. What difference between methid overloading and method overriding
  • Ans. 

    Method overloading is having multiple methods with the same name but different parameters, while method overriding is having a subclass method with the same name and parameters as a superclass method.

    • Method overloading is resolved at compile-time based on the number and type of arguments passed

    • Method overriding is resolved at runtime based on the actual object type

    • Method overloading is used to provide different ways of...

  • Answered by AI
  • Q3. Can we add null value in hashmap ?
  • Ans. 

    Yes, null value can be added in HashMap.

    • HashMap allows null as key and value.

    • If a null key is added, it will replace the existing null key.

    • If a null value is added, it will be stored as a value with a null key.

  • Answered by AI
  • Q4. Sql update query
  • Q5. What is testing
  • Ans. 

    Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not.

    • Testing is done to identify defects or errors in the system

    • It helps in improving the quality of the system

    • Testing can be done at different levels such as unit testing, integration testing, system testing, and acceptance testing

    • Automated testing is becoming more popular due to ...

  • Answered by AI
  • Q6. Difference berween abstract class and interface
  • Ans. 

    Abstract class can have implementation while interface only has method signatures.

    • Abstract class can have constructors while interface cannot.

    • A class can implement multiple interfaces but can only extend one abstract class.

    • Abstract class can have non-abstract methods while interface only has abstract methods.

    • Abstract class is used for code reusability while interface is used for polymorphism.

    • Example of abstract class: ...

  • Answered by AI
  • Q7. Difference between oracle db and sql db
  • Ans. 

    Oracle DB is a proprietary RDBMS while SQL DB is a generic term for any RDBMS that uses SQL as its language.

    • Oracle DB is developed and marketed by Oracle Corporation while SQL DB is a generic term for any RDBMS that uses SQL as its language.

    • Oracle DB is a proprietary RDBMS while SQL DB is a generic term for any RDBMS that uses SQL as its language.

    • Oracle DB has its own PL/SQL language while SQL DB uses SQL as its langua...

  • Answered by AI
  • Q8. Fetures of opps
  • Ans. 

    OOPs is a programming paradigm based on the concept of objects.

    • Encapsulation - bundling of data and methods that act on that data

    • Inheritance - ability of a class to inherit properties and methods from a parent class

    • Polymorphism - ability of objects to take on many forms

    • Abstraction - hiding of complex implementation details from the user

  • Answered by AI
  • Q9. What is abstract
  • Ans. 

    Abstract is a keyword in Java used to create abstract classes and methods.

    • Abstract classes cannot be instantiated

    • Abstract methods do not have a body and must be implemented by the subclass

    • Abstract classes can have both abstract and non-abstract methods

    • Abstract classes are used to provide a common interface for its subclasses

    • Example: abstract class Animal { abstract void makeSound(); }

  • Answered by AI
  • Q10. What are implicite method of jsp ?
  • Ans. 

    JSP does not have any implicit methods, but it has implicit objects.

    • JSP has implicit objects like request, response, session, application, pageContext, out, config, and exception.

    • These objects are automatically available in JSP pages without any declaration or initialization.

    • They can be used to perform various operations like accessing request parameters, setting session attributes, etc.

  • Answered by AI
  • Q11. Servlet is interface or class ?
  • Ans. 

    Servlet is an interface in Java EE used to handle HTTP requests and responses.

    • Servlet interface is implemented by classes like HttpServlet

    • It has methods like init(), service(), and destroy()

    • Servlets are used to create dynamic web pages and web applications

  • Answered by AI
  • Q12. What are the framwork do you know ?
  • Ans. 

    I know several frameworks including Spring, Hibernate, and Struts.

    • Spring: widely used for building enterprise-level applications

    • Hibernate: object-relational mapping framework for database access

    • Struts: MVC framework for building web applications

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - just honest with your answer and prepare basics concepts , all the best, your success will come soon,

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Why do you want to change?
  • Q2. 2. What is your goal?
  • Q3. 3. Critical project you have handled?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be yourself and provide short and to the point answer

Interview Questionnaire 

1 Question

  • Q1. Technical questions about Informatica

Interview Preparation Tips

Interview preparation tips for other job seekers - Below average interview questions. Got selected

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Problem solving questions

Round 2 - Technical 

(1 Question)

  • Q1. Coding, project details
Round 3 - One-on-one 

(1 Question)

  • Q1. Personal information

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and have a knowledge on your projecy.

I applied via Job Portal and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Core Java - String, collections, thread, interface, Spring boot - Annotations, dependency injection, initializer,JPA, Angular - Basic installation, NgModule, AppModule, component, service, selector, init

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good. They took approximately 1.5 hours to complete the interview. Since I am a full stack developer, worked in angular they asked questions from there. In java, they mostly gave some programming check fro. synchronization, multithreading, hibernate configuration, one to one, one to many many to many mapping examples. In database, thry asked to right some queries by giving some table example. Overall it was very good.

I applied via Walk-in and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About my college project

Interview Preparation Tips

Interview preparation tips for other job seekers - go through the RS agarwal and aptitude and reasoning

I applied via Recruitment Consultant and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Very first question is as usual Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - It was awesome experience, no need of fear to attend the interview. Don't create over expectations on you , it may chance to asking more questions to you by interview panel members. Don't lie to them, they are more intelligence than you.

Interview Questionnaire 

1 Question

  • Q1. What is meant by javascript closure? And why do we use it?
  • Ans. 

    A closure is a function that has access to its outer function's variables, even after the outer function has returned.

    • A closure is created when a function is defined inside another function.

    • It allows for private variables and functions in JavaScript.

    • Closures are used for data hiding, encapsulation, and creating modules.

    • Example: function outer() { var x = 10; function inner() { console.log(x); } return inner; } var clos

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Assignment 

Online test

Round 2 - Technical 

(2 Questions)

  • Q1. Related to course I were doing during that tym
  • Q2. Related to whatever mentioned in the resume
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What is your family background?

Interview Preparation Tips

Interview preparation tips for other job seekers - be honest and learn more
contribute few mins everyday to grow

I applied via Campus Placement and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Describe projects on ur resume

Interview Preparation Tips

Interview preparation tips for other job seekers - They will grill on resume and acads questions
Contribute & help others!
anonymous
You can choose to be anonymous

ITCS Interview FAQs

What are the top questions asked in ITCS Java Developer interview?

Some of the top questions asked at the ITCS Java Developer interview -

  1. what difference between methid overloading and method overrid...read more
  2. what are implicite method of jsp...read more
  3. what are the framwork do you know...read more

Recently Viewed

LIST OF COMPANIES

Lifestyle

Locations

LIST OF COMPANIES

Renault

Locations

LIST OF COMPANIES

Piaggio

Locations

COMPANY BENEFITS

TCS

No Benefits

SALARIES

TCS

REVIEWS

Tata Group

No Reviews

SALARIES

TCS

LIST OF COMPANIES

Walmart

Locations

LIST OF COMPANIES

Honda

Locations

LIST OF COMPANIES

Croma

Locations

Tell us how to improve this page.

Compare ITCS with

Cognizant

3.7
Compare

Sutherland Global Services

3.6
Compare

Optum Global Solutions

4.0
Compare

Hexaware Technologies

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview