Upload Button Icon Add office photos

ITCS

Compare button icon Compare button icon Compare

Filter interviews by

ITCS Java Developer Interview Questions and Answers

Updated 19 Jan 2021

11 Interview questions

A Java Developer was asked
Q. Is Servlet an interface or a 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

A Java Developer was asked
Q. What is the 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 l...

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Parent class has run() and walk(). Parent run() calls walk(). Chi ... read more
asked in Infosys
Q3. Which should be preferred between String and StringBuffer when th ... read more
Q4. How do you sort a list of students based on their first name?
asked in Cognizant
Q5. What array list and linkedlist difference,how hashmap internally ... read more
A Java Developer was asked
Q. What is a 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 defi...

A Java Developer was asked
Q. What is an abstract class?
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(); }

A Java Developer was asked
Q. Write an SQL update query.
Ans. 

An SQL UPDATE query modifies existing records in a database table based on specified conditions.

  • Syntax: UPDATE table_name SET column1 = value1, column2 = value2 WHERE condition;

  • Example: UPDATE employees SET salary = 50000 WHERE id = 1;

  • Use WHERE clause to specify which records to update; otherwise, all records will be updated.

  • You can update multiple columns in a single query.

  • Example: UPDATE products SET price = 20,...

A Java Developer was asked
Q. What is the difference between method 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 wa...

A Java Developer was asked
Q. 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 du...

Are these interview questions helpful?
A Java Developer was asked
Q. What are the implicit objects in 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.

A Java Developer was asked
Q. What are the features of OOPs?
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

A Java Developer was asked
Q. What is the difference between an abstract class and an 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 cl...

ITCS Java Developer Interview Experiences

1 interview found

I applied via Naukri.com

Interview Questionnaire 

12 Questions

  • Q1. What static block
  • Q2. What difference between methid overloading and method overriding
  • Q3. Can we add null value in hashmap ?
  • Q4. Sql update query
  • Ans. 

    An SQL UPDATE query modifies existing records in a database table based on specified conditions.

    • Syntax: UPDATE table_name SET column1 = value1, column2 = value2 WHERE condition;

    • Example: UPDATE employees SET salary = 50000 WHERE id = 1;

    • Use WHERE clause to specify which records to update; otherwise, all records will be updated.

    • You can update multiple columns in a single query.

    • Example: UPDATE products SET price = 20, stoc...

  • Answered by AI
  • Q5. What is testing
  • Q6. Difference berween abstract class and interface
  • Q7. Difference between oracle db and sql db
  • Q8. Fetures of opps
  • Q9. What is abstract
  • Q10. What are implicite method of jsp ?
  • Q11. Servlet is interface or class ?
  • 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

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about ITCS?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Inheritance and types
  • Q2. Abstraction and class and object and real time project etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Waste of timing and they disrespect to their hiring employers and I feel bad experience with the company

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Parent class has run() and walk(). Parent run() calls walk(). Chi ... read more
asked in Infosys
Q3. Which should be preferred between String and StringBuffer when th ... read more
Q4. How do you sort a list of students based on their first name?
asked in Cognizant
Q5. What array list and linkedlist difference,how hashmap internally ... read more

I appeared for an interview before Jun 2021.

Round 1 - Coding Test 

Had DSA and aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. DSA a questions, Database Questions
Round 3 - HR 

(1 Question)

  • Q1. 5 min question and answers about company

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA and database management

Team Lead Interview Questions & Answers

Cognizant user image P VIJAY MOHAN

posted on 23 Oct 2021

I applied via Referral and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. SLA's , KPI, FMEA
  • Q2. Situation management, conflict management
  • Q3. Payments related questions and different ERP's

Interview Preparation Tips

Interview preparation tips for other job seekers - Over the interview experience was good and challenging, the interviewer had idea about the roles and responsibilities and took interview process accordingly

Interview Questionnaire 

1 Question

  • Q1. Current project
  • Ans. 

    I am currently working on developing a mobile application for a client in the hospitality industry.

    • The application will allow users to make reservations and order food and drinks from their mobile devices.

    • We are using React Native for the front-end and Node.js for the back-end.

    • We are also implementing a payment gateway to allow for secure transactions.

    • The client has requested that the app be available in both iOS and A...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical interview -prepare well on the working technology and project

I applied via Referral and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. UiPath basics, RE framework, orchestrator and latest features of UiPath. System test will also be there.

Interview Preparation Tips

Interview preparation tips for other job seekers - Mainly concentrate on RE framework

I appeared for an interview in Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 2 hours
Round difficulty - Medium

In the 1st round 
Aptitude
Reasoning
English
Automata fix( code debug) 
Timing in morning
Environment is good
Interviewer was very cool and interactive

  • Q1. 

    Encode the Message Problem Statement

    Given a text message, your task is to return the Run-length Encoding of the given message.

    Run-length encoding is a fast and simple method of encoding strings, repres...

  • Ans. 

    Implement a function to encode a text message using run-length encoding.

    • Iterate through the message and count consecutive characters

    • Append the character and its count to the encoded message

    • Handle edge cases like single characters or empty message

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

This is interview round 
Ques from basic electronics
C language

  • Q1. 

    Print Name and Age Problem Statement

    Create a class named Person with a string variable 'name' and an integer variable 'age', such that these variables are not accessible outside the class. Implement a me...

  • Ans. 

    Create a class Person with private variables name and age, and methods to set and get their values.

    • Create a class Person with private variables 'name' and 'age'.

    • Implement a method setValue to set the variables' values.

    • Implement a method getValue to print the variables' values.

    • Ensure the name is a non-empty string and the age is a non-negative integer.

    • Encapsulate the data and provide a clear interface for setting and ge...

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 6 cgpaCognizant interview preparation:Topics to prepare for the interview - Electronics basics, C language , Data structure, OOPS, ProjectsTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Do aptitude from indiabix. Go through your basics. At least one language u know. Learn about your branch basics. Know concept of data structure and oops. 
Tip 2 : prepare your final project well. 

Application resume tips for other job seekers

Tip 1 : the skills you know very well mention in resume
Tip 2 : mention project in resume

Final outcome of the interviewSelected

Skills evaluated in this interview

Are these interview questions helpful?

Associate Interview Questions & Answers

Cognizant user image Richa Mahajan

posted on 30 Oct 2021

I applied via LinkedIn and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic html css js questins,
  • Q2. Box model, css tags, arrays

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic questions asked, latested for half an hour
Round 1 - Aptitude Test 

HTML

Round 2 - Aptitude Test 

Aptitude and resume shortlist and HTML

Round 3 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips

Interview Preparation Tips

Interview preparation tips for other job seekers - No tips

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

Interview Questionnaire 

1 Question

  • Q1. Competely on Ibm api connect development

Interview Preparation Tips

Interview preparation tips for other job seekers - It's was very nice and the interview was smooth and the hr process

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 the framwork do you know...read more
  3. what are implicite method of jsp...read more

Tell us how to improve this page.

Compare ITCS with

Cognizant

3.7
Compare

EXL Service

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare
write
Share an Interview