Upload Button Icon Add office photos

ITCS

Compare button icon Compare button icon Compare

Filter interviews by

ITCS Interview Questions and Answers

Updated 19 Jan 2021
Popular Designations

11 Interview questions

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.

View all Java Developer interview questions
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...

View all Java Developer interview questions
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...

View all Java Developer interview questions
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

View all Java Developer interview questions
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...

View all Java Developer interview questions
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...

View all Java Developer interview questions
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(); }

View all Java Developer interview questions
Are these interview questions helpful?
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

View all Java Developer interview questions
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...

View all Java Developer interview questions
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,...

View all Java Developer interview questions

ITCS Interview Experiences

2 interviews 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

Data Analyst Interview Questions & Answers

user image Ankamma Rao

posted on 26 Sep 2017

Interview Questionnaire 

2 Questions

  • Q1. Tel me about ur self
  • Ans. 

    I am a data analyst with a strong background in statistics and data visualization.

    • Graduated with a degree in Statistics

    • Proficient in programming languages like Python and R

    • Experience in analyzing large datasets and creating data visualizations

    • Strong problem-solving skills

    • Excellent communication and presentation skills

  • Answered by AI
  • Q2. Wt is dtp
  • Ans. 

    DTP stands for Desktop Publishing. It refers to the process of creating and designing documents using specialized software.

    • DTP involves the use of software like Adobe InDesign, QuarkXPress, or Microsoft Publisher.

    • It is commonly used for creating brochures, flyers, newsletters, and other printed materials.

    • DTP allows for precise layout and formatting of text, images, and graphics.

    • It involves tasks like typesetting, page ...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Typing test was conducted and I passed the test
Total Questions: 6

Round: HR Interview
Experience: My self ankammarao I am frm ap. I stay in Bangalore. I completed my ssc and +2 with 72%. I have working experience 2years

Round: Technical + HR Interview
Experience: Desktop publishing

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about ITCS?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is Company payroll Process
  • Ans. 

    Company payroll process is the system used to manage employee compensation and benefits.

    • Payroll process includes calculating employee salaries, taxes, and deductions

    • It also involves managing employee benefits such as health insurance and retirement plans

    • Payroll process can be done in-house or outsourced to a third-party provider

    • It is important to ensure compliance with labor laws and regulations

    • Payroll process can be a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My Team members is very good

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

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java 8, J2EE, Spring, SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - There were four rounds. Technical written, two technical f2f rounds, coding test.

All the best

I applied via Job Portal and was interviewed before Dec 2021. There were 3 interview rounds.

Round 1 - 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
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic Mainframe Questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussions and location

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing more to say than just go for it and crack it

I applied via Naukri.com and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Javascript fundamentals
  • Q2. ES6 Functions
  • Q3. React hooks basics
  • Q4. State Management in React- states and props
  • Ans. 

    State management in React involves managing the state and props of components.

    • State is used to manage data that changes within a component

    • Props are used to pass data from a parent component to a child component

    • State can be updated using setState() method

    • Props are read-only and cannot be modified within a component

    • State and props are used together to create dynamic and interactive UIs

  • Answered by AI
  • Q5. Redux Architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - I attended for react developer role. Asusual it started with self introduction and project role description. Then I was tested on the javascript core concepts with ES6 features and react basics. In the middle, we discussed about the best practices we follow in our project for error handling.

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Campus Placement and was interviewed before Oct 2021. There were 4 interview rounds.

Round 1 - 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
Round 2 - Case Study 

If you were to consult an automobile firm to upgrade their in-vehicle, what changes would you suggest? Note that the firm primarily manufactures lowe end cars

Round 3 - Case Study 

Ice cream cart owner wants to increase profitability with an increase in the price of milk. How would you suggest that the owner maintain/ increase his profitability

Round 4 - HR 

(2 Questions)

  • Q1. Tell me something about yourself
  • Q2. Why cognizant consulting

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewers are looking for practical solutions
Be confident in the solutions you propose and back them with numbers and facts where ever possible

I applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. C programming
  • Q2. Python

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was technical question basic c programming question to ready

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

Interview Questionnaire 

1 Question

  • Q1. Oracle advanced level questions

Interview Preparation Tips

Interview preparation tips for other job seekers - One technical round and HR round

ITCS Interview FAQs

How to prepare for ITCS interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at ITCS. The most common topics and skills that interviewers at ITCS expect are AV, Cisco, D, Framework and ITIL.
What are the top questions asked in ITCS interview?

Some of the top questions asked at the ITCS 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.

Interview Questions from Similar Companies

Cognizant Interview Questions
3.7
 • 5.9k Interviews
EXL Service Interview Questions
3.7
 • 805 Interviews
Nagarro Interview Questions
4.0
 • 793 Interviews
Publicis Sapient Interview Questions
3.5
 • 645 Interviews
GlobalLogic Interview Questions
3.6
 • 628 Interviews
UST Interview Questions
3.8
 • 544 Interviews
View all

ITCS Reviews and Ratings

based on 5 reviews

3.3/5

Rating in categories

3.3

Skill development

2.9

Work-life balance

2.9

Salary

3.6

Job security

3.3

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 5 Reviews and Ratings
AV Engineer

Mumbai

1-4 Yrs

Not Disclosed

Explore more jobs
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