Upload Button Icon Add office photos
Engaged Employer

i

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

Team Computers Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Team Computers Desktop Support Engineer L1 and L2 Interview Questions and Answers

Updated 14 Nov 2022

Team Computers Desktop Support Engineer L1 and L2 Interview Experiences

2 interviews found

I applied via Naukri.com and was interviewed in Mar 2022. 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 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why are you looking for a change?
  • Q4. Tell me about yourself.
Round 3 - Technical 

(1 Question)

  • Q1. Server, hardware knowledge, troubleshoot skills, domain enviroment

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare technical basics, aware letest technology

I applied via Naukri.com and was interviewed in May 2022. There were 2 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 - HR 

(2 Questions)

  • Q1. Why u left previous job
  • Q2. R u comfortable for job location

Interview Preparation Tips

Interview preparation tips for other job seekers - we need to prepare for all the situation and need to eye contact with hr .

Desktop Support Engineer L1 and L2 Interview Questions Asked at Other Companies

Q1. How many layers of OSI and how it is work on a network ?
Q2. What do you know about network & networking..?
asked in OutworX
Q3. Defrnces between rom& ram If pc is on but no display what you ... read more
Q4. In network local default gateway ping drops…what are causes behin ... read more
asked in VDart
Q5. what is OS and how to install OS?

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Technical questions and more scenario based questions. Performance related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a quick process which took just 6 days to complete the interviews and to get offer.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Previous projects, Basic React Questions and Node js questions.
Round 2 - Coding Test 

Fetching data from api, DSA question (Queue implementation)

Round 3 - HR 

(1 Question)

  • Q1. Salary and package discussion
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial round - just project explanation

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA concepts.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java hash map and how it works
  • Ans. 

    Java hash map is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values based on keys.

    • HashMap in Java implements the Map interface and allows null keys and values.

    • It uses hashing to store and retrieve key-value pairs, providing O(1) time complexity for get() and put() operations.

    • Example: HashMap<String, Integer> map = new HashMap<>(); map.put("key", 1); int value = map.

  • Answered by AI

Skills evaluated in this interview

Senior Engineer Interview Questions & Answers

Altimetrik user image Machineni Ravisankar

posted on 1 Mar 2025

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Assignment 

When I was join there no assignment I think now they conducting

Round 2 - One-on-one 

(2 Questions)

  • Q1. Check the basic knowledge of our skills
  • Q2. Need write programs
Round 3 - Technical 

(1 Question)

  • Q1. Check the in-depth knowledge about our work
Round 4 - HR 

(1 Question)

  • Q1. Discuss salary details
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. 1.SOLID Principles: Define in detail the solid principles, interviewer will be more focused on the practical examples of the principles.
  • Ans. S stands for single responsibility, O stands for Open for extension and closed for modification, L stands for Liskov Substitution principle, I stands for Inversion of control and D stands for Dependency inversion
  • Answered by Sweta Lavania
Round 3 - One-on-one 

(3 Questions)

  • Q1. Coding questions like implement linked list
  • Q2. Find the second largest element from the array.
  • Ans. 

    Find the second largest element from the array.

    • Sort the array in descending order and return the second element.

    • Iterate through the array and keep track of the two largest elements.

    • Use a priority queue to find the second largest element.

  • Answered by AI
  • Q3. Sort the array and return second last element
  • Ans. 

    Sort array and return second last element

    • Use built-in sort function

    • Access second last element using array index -2

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident , focus on algorithms,
First understand the question and then start writing the code.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Questions from past projects
  • Q2. Questions from Process
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was medium level question

Round 2 - Technical 

(1 Question)

  • Q1. It was regarding react-native
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Wat is singleton class, difference bw hashmap and concurrent hashmap
  • Ans. 

    Singleton class is a class that can only have one instance, while HashMap is not thread-safe but ConcurrentHashMap is.

    • Singleton class restricts instantiation to one object, ensuring a single instance throughout the application.

    • HashMap allows multiple threads to access and modify it concurrently, which can lead to data corruption in a multi-threaded environment.

    • ConcurrentHashMap is thread-safe and allows multiple thread...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Had questions related to data structures
Round 3 - HR 

(1 Question)

  • Q1. Related to work culture and salary related details

Interview Preparation Tips

Topics to prepare for Altimetrik Senior Engineer interview:
  • Data Structures
  • Algorithms
  • Java 8
  • Spring Boot

Skills evaluated in this interview

Team Computers Interview FAQs

How many rounds are there in Team Computers Desktop Support Engineer L1 and L2 interview?
Team Computers interview process usually has 2-3 rounds. The most common rounds in the Team Computers interview process are Resume Shortlist, HR and Technical.
How to prepare for Team Computers Desktop Support Engineer L1 and L2 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 Team Computers. The most common topics and skills that interviewers at Team Computers expect are Desktop Support, Hardware Engineering, MS Outlook, System Administration and Windows Administration.

Tell us how to improve this page.

Team Computers Desktop Support Engineer L1 and L2 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 339 Interviews
CitiusTech Interview Questions
3.3
 • 276 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
Tiger Analytics Interview Questions
3.7
 • 227 Interviews
Altimetrik Interview Questions
3.8
 • 221 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
Incedo Interview Questions
3.1
 • 183 Interviews
Xoriant Interview Questions
4.1
 • 183 Interviews
View all
Team Computers Desktop Support Engineer L1 and L2 Salary
based on 72 salaries
₹2.3 L/yr - ₹4.3 L/yr
7% more than the average Desktop Support Engineer L1 and L2 Salary in India
View more details

Team Computers Desktop Support Engineer L1 and L2 Reviews and Ratings

based on 14 reviews

3.2/5

Rating in categories

3.1

Skill development

3.0

Work-life balance

2.9

Salary

3.3

Job security

3.3

Company culture

2.7

Promotions

3.4

Work satisfaction

Explore 14 Reviews and Ratings
Desktop Support Engineer
625 salaries
unlock blur

₹1 L/yr - ₹4.5 L/yr

Technical Support Engineer
492 salaries
unlock blur

₹1.5 L/yr - ₹4.9 L/yr

Desktop Support Engineer L2
166 salaries
unlock blur

₹1.6 L/yr - ₹4.3 L/yr

System Administrator
157 salaries
unlock blur

₹1.7 L/yr - ₹8.5 L/yr

Network Engineer
142 salaries
unlock blur

₹1.9 L/yr - ₹6.1 L/yr

Explore more salaries
Compare Team Computers with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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