Upload Button Icon Add office photos

ITCS

Compare button icon Compare button icon Compare

Filter interviews by

ITCS Interview Questions, Process, and Tips

Updated 19 Jan 2021

Top ITCS Interview Questions and Answers

View all 12 questions

ITCS Interview Experiences

Popular Designations

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

Top ITCS Java Developer Interview Questions and Answers

Q1. what difference between methid overloading and method overriding
View answer (1)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share 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

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All Technical quetions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared technically

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

Interview Questionnaire 

4 Questions

  • Q1. Lifecycle methods of Angular
  • Ans. 

    Angular has several lifecycle methods that are called at different stages of a component's life.

    • ngOnInit() - called after the component is initialized

    • ngOnChanges() - called when the component's input properties change

    • ngDoCheck() - called during every change detection cycle

    • ngAfterViewInit() - called after the component's view has been initialized

    • ngOnDestroy() - called just before the component is destroyed

  • Answered by AI
  • Q2. What are pipes in angular?
  • Ans. 

    Pipes are a feature in Angular that allow for data transformation before displaying it in the view.

    • Pipes are used to format data in the view

    • They can be used to filter, sort, and transform data

    • Examples include the date pipe, currency pipe, and uppercase pipe

  • Answered by AI
  • Q3. How to do global error handling in angular?
  • Ans. 

    Global error handling in Angular can be done using ErrorHandler class.

    • Create a class that implements the ErrorHandler interface

    • Override the handleError() method to handle errors globally

    • Provide the ErrorHandler class in the providers array of AppModule

    • Use the error handling service to log errors or display error messages

  • Answered by AI
  • Q4. What are custom directives? What are their types? How to create with general example?
  • Ans. 

    Custom directives are a way to extend HTML with new attributes and functionality.

    • Types of custom directives are attribute, element, and class directives.

    • Attribute directives modify the behavior of existing HTML elements.

    • Element directives create new HTML elements.

    • Class directives modify the behavior of existing HTML elements based on their class.

    • To create a custom directive, use the directive() method of the AngularJS ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be confident if you know the answers and frank if you don't.
2. Try to get your basics and core concepts to be clear clear.

Skills evaluated in this interview

I applied via Job Portal and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions regarding Informatica, Data Warehousing concepts and Unix

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was easy. If one knows the basics of Informatica and Unix, Informatica can be cleared easily.

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Oops
  • Q2. WebApi
  • Q3. C#
  • Q4. WCF

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice

I applied via Naukri.com and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The question were related to Pharmacovigilance domain related to ICSRs and behavioral aspect.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and try to control your nerves during interview process because interviewer seek overall technical as well as behavioral aspect.

I applied via Naukri.com and was interviewed in Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1st Technical- Cucumber Framework , How to buid job in Jenkins, TestNG and its Annotations, Selenium Action Classes, Robot Class, Core Java
  • Ans. 

    Answering technical questions on Cucumber, Jenkins, TestNG, Selenium, and Core Java.

    • To build a job in Jenkins, create a new job and configure it to run the test suite using Maven or Gradle.

    • TestNG annotations like @BeforeTest and @AfterTest can be used to set up and tear down test environments.

    • Selenium Action Classes like Actions and Select can be used to perform complex user interactions.

    • The Robot class can be used to ...

  • Answered by AI
  • Q2. 2nd Technical: Jenkins, TestNG and its Annotations, Selenium Basics ,Scenarios based question on Selenium, Core Java , Questions on Hashmap , Regular Expressions

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up all your basics and frameworks used.Be Confident.Easy to crack the interview.

Interview Questionnaire 

1 Question

  • Q1. Where did you work on the specific skill required for the job?

I applied via Referral and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Related to Selenium and Java. manual testing questions and also questions related to test lead role.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in what you answer
Contribute & help others!
anonymous
You can choose to be anonymous

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 D, Framework, ITIL, Linux and Monitoring.
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 implicite method of jsp...read more
  3. what are the framwork do you know...read more

Recently Viewed

INTERVIEWS

Accely

No Interviews

LIST OF COMPANIES

Accely

Overview

REVIEWS

IBM

No Reviews

JOBS

Accely

No Jobs

REVIEWS

Accely

No Reviews

SALARIES

ITCS

No Salaries

LIST OF COMPANIES

Discover companies

Find best workplace

LIST OF COMPANIES

ITCS

Overview

COMPANY BENEFITS

Accely

No Benefits

REVIEWS

ITCS

No Reviews

Tell us how to improve this page.

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Interview Questions from Similar Companies

Cognizant Interview Questions
3.7
 • 5.6k Interviews
Nagarro Interview Questions
4.0
 • 759 Interviews
Publicis Sapient Interview Questions
3.5
 • 616 Interviews
GlobalLogic Interview Questions
3.6
 • 587 Interviews
UST Interview Questions
3.8
 • 510 Interviews
CGI Group Interview Questions
4.0
 • 483 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
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