Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Computacenter Team. If you also belong to the team, you can get access from here

Computacenter Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Computacenter Associate Technical Analyst Interview Questions and Answers

Updated 6 Feb 2025

Computacenter Associate Technical Analyst Interview Experiences

6 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions on printer drivers
  • Q2. Questions on troubleshooting scenarios
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Aptitude Test 

It primarily covered the fundamentals of networking and the OSI layers.

Round 2 - Group Discussion 

A topic was assigned for discussion among a group of ten individuals, where we were required to evaluate its pros and cons and engage in a debate regarding the participants' responses.

Round 3 - HR 

(3 Questions)

  • Q1. Can you provide an introduction about yourself?
  • Q2. What are the various networking protocols?
  • Q3. What is the definition of the DHCP protocol, and how does it work?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself by revisiting the concepts of OSI layers and networking fundamentals, and familiarize yourself with the company’s foundation, global leadership, and other relevant details.

Associate Technical Analyst Interview Questions Asked at Other Companies

Q1. What is the definition of the DHCP protocol, and how does it work ... read more
Q2. What are the various networking protocols?
Q3. Estimate the number of cricket bats in delhi ncr.
asked in Capgemini
Q4. write a essay on the Given topic.
asked in DENSO
Q5. Tell about joins, sql queries
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jun 2023.

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 - HR 

(1 Question)

  • Q1. Introduction and Resume screening and Technical as well
Round 3 - Technical 

(1 Question)

  • Q1. All related to process and knowledge based on client requirements and respective project
Round 4 - HR 

(1 Question)

  • Q1. Experience related interview and One - on - one round

Interview Preparation Tips

Topics to prepare for Computacenter Associate Technical Analyst interview:
  • Network Administration
  • Computer Networking
  • Application Software
  • Software Support
  • Workspace
  • Citrix
  • Administration
  • Troubleshooting
  • Windows Administration
  • Windows Server
  • M365

I applied via Approached by Company

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. How do you find ip address? and many more technical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cool and understand to which role you are applying for, dont get panic as you know you would rock, all the best!

Computacenter interview questions for designations

 Technical Analyst

 (7)

 Senior Technical Analyst

 (4)

 Technical Support Associate

 (1)

 Technical Analyst 2

 (1)

 Associate Consultant

 (1)

 System Analyst

 (1)

 Associate Software Engineer

 (2)

 Cyber Security Analyst

 (1)

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Nov 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Group Discussion 

First round was only focused on communication

Round 3 - Group Discussion 

Discussion was regarding previous experience and questions asked based on resume contents.

Round 4 - HR 

(1 Question)

  • Q1. 3rd round was HR round. Salary and other benefits discussion.

Interview Questionnaire 

1 Question

  • Q1. About previous experience in organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Giving positive feedback regarding previous organization

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning, grammar, and coding: two basic level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Question on core Java
  • Q2. Question on SQL and PLSQL
  • Q3. Resume based question and on project
Round 3 - HR 

(2 Questions)

  • Q1. Resume and project based question
  • Q2. What do you like about your current company, and why do you want to join our organization?
  • Ans. 

    I appreciate the collaborative team environment and innovative projects at my current company, and I am excited about the opportunities for growth and learning at your organization.

    • Collaborative team environment fosters creativity and productivity

    • Innovative projects challenge me to learn and grow

    • Excited about the opportunities for growth and learning at your organization

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Technical 

(7 Questions)

  • Q1. What is OOP Concepts
  • Ans. 

    OOP Concepts refer to the principles of Object-Oriented Programming, including encapsulation, inheritance, and polymorphism.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: Allowing a new class to inherit properties and behavior from an existing class

    • Polymorphism: The ability for objects of different classes to respond to the same message in different ways

  • Answered by AI
  • Q2. What is Method Overloading and Method Overriding
  • Ans. 

    Method overloading is when multiple methods have the same name but different parameters. Method overriding is when a subclass provides a specific implementation of a method that is already provided by its parent class.

    • Method overloading involves creating multiple methods in the same class with the same name but different parameters.

    • Method overriding occurs in a subclass that provides a specific implementation of a meth...

  • Answered by AI
  • Q3. Servlet Life Cycle
  • Q4. Spring boot annotations
  • Q5. What you know about Multithreading
  • Ans. 

    Multithreading is a programming concept where multiple threads run concurrently within a single process.

    • Allows for parallel execution of tasks

    • Improves performance by utilizing multiple CPU cores

    • Requires synchronization to prevent race conditions

    • Examples: creating a GUI application with responsive UI, processing multiple requests simultaneously in a web server

  • Answered by AI
  • Q6. What are design patterns you follow in microservices architecture
  • Ans. 

    Some design patterns in microservices architecture include Service Registry, Circuit Breaker, and API Gateway.

    • Service Registry: Allows services to dynamically discover and communicate with each other.

    • Circuit Breaker: Prevents cascading failures by failing fast and providing fallback mechanisms.

    • API Gateway: Acts as a single entry point for clients to access multiple microservices.

    • Event Sourcing: Stores the state of a sy...

  • Answered by AI
  • Q7. What is JDK Vs JIT
  • Ans. 

    JDK is Java Development Kit, which includes tools for developing Java applications. JIT is Just-In-Time compiler, which compiles Java bytecode to native machine code at runtime.

    • JDK is a software development kit used for developing Java applications.

    • JIT is a component of the Java Virtual Machine (JVM) that improves the performance of Java applications by compiling bytecode to native machine code at runtime.

    • JDK includes ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on the basics of Java

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic Java Question
  • Q2. Spring Boot related questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Design a rest API and code it.
  • Ans. 

    Design and code a REST API for a software developer interview.

    • Define the endpoints and HTTP methods for the API (e.g. GET /users, POST /users)

    • Implement authentication and authorization mechanisms (e.g. JWT tokens)

    • Use proper status codes for responses (e.g. 200 OK, 401 Unauthorized)

    • Include error handling and validation for input data

    • Document the API using tools like Swagger or OpenAPI

  • Answered by AI
  • Q2. Questions related to JPA HIBERNATE SQL
Round 3 - One-on-one 

(2 Questions)

  • Q1. Discussion related to Last company Project and architecture level questions
  • Q2. Write code to calculate frequency of a word using Stream API and lambda expressions
  • Ans. 

    Calculate word frequency using Stream API and lambda expressions

    • Use Stream API to convert array of strings to stream

    • Use Collectors.groupingBy to group words by their frequency

    • Use Collectors.counting to count the occurrences of each word

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

20 aptitude,20 comunication,4 program questions

Round 2 - Group Discussion 

General topics . topics about online class vs office line class

Round 3 - HR 

(1 Question)

  • Q1. In this round also they mainly check communication.after that basic questions about the what you put on your resume
Round 4 - HR 

(1 Question)

  • Q1. General round. In this round they told about the company and bond

Computacenter Interview FAQs

How many rounds are there in Computacenter Associate Technical Analyst interview?
Computacenter interview process usually has 2-3 rounds. The most common rounds in the Computacenter interview process are HR, Resume Shortlist and Group Discussion.
How to prepare for Computacenter Associate Technical Analyst 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 Computacenter. The most common topics and skills that interviewers at Computacenter expect are IT Strategy, Continuous Improvement, Incident management, Service Desk and Interpersonal Skills.
What are the top questions asked in Computacenter Associate Technical Analyst interview?

Some of the top questions asked at the Computacenter Associate Technical Analyst interview -

  1. What is the definition of the DHCP protocol, and how does it wo...read more
  2. What are the various networking protoco...read more
  3. All related to process and knowledge based on client requirements and respectiv...read more

Tell us how to improve this page.

Computacenter Associate Technical Analyst Interview Process

based on 5 interviews

1 Interview rounds

  • Resume Shortlist Round
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
Synechron Interview Questions
3.6
 • 360 Interviews
View all
Computacenter Associate Technical Analyst Salary
based on 288 salaries
₹2.4 L/yr - ₹7.5 L/yr
25% less than the average Associate Technical Analyst Salary in India
View more details

Computacenter Associate Technical Analyst Reviews and Ratings

based on 50 reviews

3.9/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.4

Salary

4.3

Job security

4.2

Company culture

3.2

Promotions

3.8

Work satisfaction

Explore 50 Reviews and Ratings
Associate Technical Analyst
288 salaries
unlock blur

₹2.4 L/yr - ₹7.6 L/yr

Technical Analyst
283 salaries
unlock blur

₹2.6 L/yr - ₹12.5 L/yr

Senior Technical Analyst
100 salaries
unlock blur

₹7 L/yr - ₹20 L/yr

Associate Project Manager
65 salaries
unlock blur

₹6.8 L/yr - ₹16 L/yr

Technical Consultant
48 salaries
unlock blur

₹16.7 L/yr - ₹35 L/yr

Explore more salaries
Compare Computacenter with

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

3.5
Compare

TCS

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