Upload Button Icon Add office photos

CompuCom

Compare button icon Compare button icon Compare

Filter interviews by

CompuCom Operations Associate Interview Questions and Answers

Updated 7 Sep 2019

CompuCom Operations Associate Interview Experiences

1 interview found

I applied via Walk-in and was interviewed in Aug 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is about yourself?

Interview Preparation Tips

Interview preparation tips for other job seekers - Must be fluent in English communication only. They didn't ask about your knowledge, specialities. only English because it's USA base company. So get ready on Excellent communication and writing skills.

Top trending discussions

View All
Salary Discussions
2w
a full stack developer
No Salary Discussion in My Appraisal — What’s Your Experience?
In my appraisal meeting, they didn’t ask or discuss my expectations about my salary or hike percentage. The entire discussion was only about feedback and performance review. After the meeting, I asked why they didn’t allow me to share my expectations or reveal my hike numbers. They told me that the hike numbers would be decided only by the owner and then they would inform me. I feel an appraisal meeting should include open discussion about both performance and future expectations. What are your thoughts? Does this happen in your company too?
Got a question about CompuCom?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Many questions asked
  • Q2. Be ready for any questions! Always keep your mobile open guys!

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be strong about your domain knowledge!

Operations Associate Interview Questions Asked at Other Companies

asked in Accenture
Q1. How do you handle a large volume of invoices at once?
asked in CARS24
Q2. How many types of motor insurance are there?
asked in WNS
Q3. What information is typically included on an invoice?
asked in Accenture
Q4. What do you know about P2P?
asked in CARS24
Q5. What is Back Compression in a car engine?

Interview Questionnaire 

1 Question

  • Q1. Internal working of hashmap, multi Thread,DSA and Coding.
  • Ans. 

    Question on internal working of hashmap, multi-threading, DSA, and coding.

    • HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values quickly.

    • Multi-threading is the ability of a CPU to execute multiple threads concurrently.

    • DSA stands for Data Structures and Algorithms, which are fundamental concepts in computer science.

    • Coding involves writing instructions in a programming language to cre...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Oct 2022. 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 - Coding Test 

They asked basic java programs
Adding 2 no by using strams.

Round 3 - Technical 

(1 Question)

  • Q1. 1) basic introduction 2) regrarding java selenium 3) Framework design 4) cicd pipeline 5) git 6) testng 7) postman
Round 4 - HR 

(1 Question)

  • Q1. Basic salary discusion , notice period
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Finding the second maximum number in the list
  • Ans. 

    To find the second maximum number in a list, sort the list in descending order and return the second element.

    • Sort the list in descending order

    • Return the second element in the sorted list

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Loops in Informatica
  • Ans. 

    Loops in Informatica are used to iterate over a set of data or perform repetitive tasks.

    • Loops in Informatica can be implemented using the 'Expression' or 'Router' transformations.

    • They are useful for processing multiple rows of data in a mapping.

    • Common types of loops include 'While' and 'For' loops.

    • Loops can help in performing complex data transformations and validations.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is the reason for change

Skills evaluated in this interview

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

Two coding round in Javascript, first one to right CRUD operation in React.

Round 2 - Coding Test 

Second one have to right JS for Flattened Array

Round 3 - HR 

(1 Question)

  • Q1. Asking about Salary Structure

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to clear the rounds
Be interview-ready. Browse the most asked HR questions.
illustration image
Round 1 - Technical 

(1 Question)

  • Q1. Write a embedded C program which will communicate with DB and fetch some data back while using host and indicator varibles.
  • Ans. 

    A C program that communicates with a database and retrieves data using host and indicator variables.

    • Use appropriate database libraries and APIs to establish a connection with the database.

    • Define host and indicator variables to store the fetched data.

    • Write SQL queries to fetch the required data from the database.

    • Execute the queries and retrieve the data into the host variables.

    • Use the indicator variables to check for an...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and show attitude to learn new things

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Typing and one to one

Round 2 - Just a one to one interview 

(1 Question)

  • Q1. Its easy they will ask about your experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Just feel free to talk

Associate Interview Questions & Answers

CitiusTech user image Kshitija Bagul

posted on 10 Sep 2024

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

I applied via Campus Placement and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain random forest
  • Ans. 

    Random forest is an ensemble learning method that builds multiple decision trees and merges them to improve accuracy and prevent overfitting.

    • Random forest is a type of ensemble learning method.

    • It builds multiple decision trees during training.

    • Each tree is built using a subset of the training data and a random subset of features.

    • The final prediction is made by averaging the predictions of all the individual trees.

    • Random...

  • Answered by AI
  • Q2. What is boosting
  • Ans. 

    Boosting is a machine learning ensemble technique where multiple weak learners are combined to create a strong learner.

    • Boosting is an iterative process where each weak learner is trained based on the errors of the previous learners.

    • Examples of boosting algorithms include AdaBoost, Gradient Boosting, and XGBoost.

    • Boosting is used to improve the accuracy of models and reduce bias and variance.

  • Answered by AI

Skills evaluated in this interview

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

Some mcq questions and coding question. Both where easy to medium level. Prepare combination/permutation/Time complexity etc

Round 2 - Coding Test 

A question related to Binary search and some other follow ups.

CompuCom Interview FAQs

How to prepare for CompuCom Operations Associate 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 CompuCom. The most common topics and skills that interviewers at CompuCom expect are Customer Satisfaction, Accessories, Air Ticketing, Archicad and CCTV Monitoring.

Tell us how to improve this page.

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.3
 • 292 Interviews
Altimetrik Interview Questions
3.7
 • 245 Interviews
Xoriant Interview Questions
4.1
 • 216 Interviews
Globant Interview Questions
3.6
 • 185 Interviews
ThoughtWorks Interview Questions
3.9
 • 158 Interviews
Apexon Interview Questions
3.3
 • 152 Interviews
Brillio Interview Questions
3.4
 • 140 Interviews
View all
CompuCom Operations Associate Salary
based on 49 salaries
₹2.6 L/yr - ₹4.5 L/yr
10% less than the average Operations Associate Salary in India
View more details

CompuCom Operations Associate Reviews and Ratings

based on 9 reviews

3.7/5

Rating in categories

2.0

Skill development

3.4

Work-life balance

2.2

Salary

3.7

Job security

2.8

Company culture

2.0

Promotions

2.4

Work satisfaction

Explore 9 Reviews and Ratings
Technical Support Engineer
129 salaries
unlock blur

₹2.7 L/yr - ₹5.8 L/yr

Senior Software Engineer
100 salaries
unlock blur

₹14.7 L/yr - ₹26.3 L/yr

Network Engineer
71 salaries
unlock blur

₹3 L/yr - ₹5.9 L/yr

Technical Lead
67 salaries
unlock blur

₹19.9 L/yr - ₹32.6 L/yr

System Administrator
64 salaries
unlock blur

₹5.6 L/yr - ₹12.2 L/yr

Explore more salaries
Compare CompuCom with

Xoriant

4.1
Compare

CitiusTech

3.3
Compare

HTC Global Services

3.5
Compare

Exela Technologies

3.3
Compare
write
Share an Interview