Upload Button Icon Add office photos

Filter interviews by

Hitachi Systems Micro Clinic Desktop Support Engineer Interview Questions and Answers

Updated 5 Mar 2024

Hitachi Systems Micro Clinic Desktop Support Engineer Interview Experiences

2 interviews found

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

(3 Questions)

  • Q1. What is dhcp,dns,host name, port no,
  • Ans. 

    DHCP assigns IP addresses, DNS resolves domain names to IP addresses, hostname is a unique name for a device, port number identifies a specific process on a device.

    • DHCP - Dynamic Host Configuration Protocol assigns IP addresses to devices on a network

    • DNS - Domain Name System resolves domain names to IP addresses

    • Hostname - A unique name given to a device on a network

    • Port number - Identifies a specific process on a devic...

  • Answered by AI
  • Q2. What is os, ad,how to backup, how to configure network printer.
  • Ans. 

    OS is the operating system, AD is Active Directory. Backup can be done using various methods. Network printer can be configured using IP address or hostname.

    • OS is the software that manages computer hardware and software resources.

    • AD is a directory service that stores information about objects on a network.

    • Backup can be done using tools like Windows Backup, third-party backup software, or cloud backup services.

    • Network p...

  • Answered by AI
  • Q3. What is SLA,SR,Tat ,
  • Ans. 

    SLA stands for Service Level Agreement, SR stands for Service Request, and TAT stands for Turnaround Time.

    • SLA is a contract between a service provider and a customer that outlines the level of service expected.

    • SR is a request made by a customer for a specific service or support.

    • TAT is the time it takes to complete a service request or resolve an issue.

    • SLA, SR, and TAT are important metrics in measuring the quality of s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go to interview in simple dress code, and on time.

Skills evaluated in this interview

Interview experience
5
Excellent
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 

(3 Questions)

  • Q1. MS office, outlook, H/W & Network, WiFi, Application and OS Windows.
  • Q2. Os and application Trobalsuting
  • Q3. Outlook o365 related

Interview Preparation Tips

Interview preparation tips for other job seekers - Do work Hard And make Smart.

Desktop Support Engineer Interview Questions Asked at Other Companies

asked in HCLTech
Q1. What is APIPA? WHAT IS SUBNETMASK? DIFFERENCE BETWEEB IPv4 and IP ... read more
asked in HCLTech
Q2. Diffrence between router and switch? Differnce between TCP AND UD ... read more
asked in HCLTech
Q3. What is outlook?, how to configure outlook?
Q4. 1) What is Difference between shared printer and network printer?
Q5. If the internet is not working, what troubleshooting options are ... read more

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 Hitachi Systems Micro Clinic?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com

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 - Aptitude Test 
Round 3 - Aptitude Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Infotech company big company and the big appourtunity of life
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2023. 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 - Aptitude Test 

All about profit, percentages,desicion making, English grammar etc

Round 3 - Technical 

(3 Questions)

  • Q1. Questions about C ,C++,Java
  • Q2. Simple basic questions
  • Q3. Basic questions of C,C++,Java
Round 4 - HR 

(1 Question)

  • Q1. About my self and asked Narrate A Story

Interview Preparation Tips

Topics to prepare for ITC Infotech Desktop Support Engineer interview:
  • Programming
  • Java
  • Information Technology
Interview preparation tips for other job seekers - 1. Team work, Time management .
2. Self Satisfaction in work is more important.
3. Good communication skills
4. Thinking Skills.
All the best 😊
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What are your strength and weaknesses?
  • Ans. 

    Identifying strengths and weaknesses helps in personal growth and improving performance in a Desktop Support Engineer role.

    • Strength: Strong problem-solving skills. For example, I once resolved a complex network issue that was affecting multiple users by systematically isolating the problem.

    • Strength: Excellent communication skills. I ensure that technical information is conveyed clearly to non-technical users, which enh...

  • Answered by AI

I applied via Naukri.com and was interviewed before Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Difference between Hashtable and hashmap?
  • Ans. 

    Hashtable is synchronized while hashmap is not.

    • Hashtable is thread-safe while hashmap is not.

    • Hashtable does not allow null keys or values while hashmap allows one null key and multiple null values.

    • Hashtable is slower than hashmap due to synchronization.

    • Hashtable is a legacy class while hashmap is a newer implementation.

  • Answered by AI
  • Q2. Difference between hashmap and concurrent hashmap?
  • Ans. 

    Hashmap is not thread-safe while Concurrent Hashmap is thread-safe.

    • Hashmap is not suitable for multi-threaded environments as it can lead to race conditions and data inconsistencies.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently without any data inconsistencies.

    • Concurrent Hashmap uses a technique called lock striping to achieve thread-safety.

    • Concurrent Hashmap is slower than Hashma...

  • Answered by AI
  • Q3. Jdbc step
  • Q4. Spring ioc

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was average they asked questions from core java spring hibernate... And so on..

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. IOS Basics , iPhone programming

Interview Preparation Tips

Interview preparation tips for other job seekers - When you tried a lot to get good company if you have no option then go for it ,Make this to last of your joining preferences.You will be deadlocked in the bond think twice before Join.
Are these interview questions helpful?

I appeared for an interview in Sep 2017.

Interview Questionnaire 

4 Questions

  • Q1. Technical interview take by client technical person actually they are hiring for another client so they took total 3 technical round and final will HR round
  • Q2. Asking about life cycle of Dot net mvc contols entity frame work and SQL queries
  • Q3. Problem based on oops and SQL queries outputs
  • Q4. Basic questions about my self ,salary discussion basic formalities form I have to fill up

Interview Preparation Tips

Round: Test
Experience: There were around 15 objective question that includes mvc, c#.net and SQL server. It was very simple question like different types of filters,Acton results in mvc. Basic oops concept and dot net web page regarding

Round: Resume Shortlist
Experience: After completing test round another was technical round discussed maily for mvc and SQL server questions. Around 30 mint discussion. After qualify this round another round will start from client technical staff.

General Tips: It was for 2-3 year experience person very simple to crack but focus on you which profile you are looking for study interview questions from net
Skills: Dot net mve oops concept jQuery and SQL server

I applied via Naukri.com and was interviewed before May 2018. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Telephonic technical
  • Q2. Core Java related exception handling ,design pattern ,oops solid design principle, rest API, different annotations of spring and jpa
  • Q3. Same questions on telephonic round but detailed elaborate and given simple problem statement we had to justify that why it's time n space complexity valid. Rest API questions hibernate orm use
  • Q4. Manager round just to check whether you have actually worked on project or not stress testing performance questions scenario questions

Interview Preparation Tips

General Tips: Quite easy just go with preparation
Skills: Core Java sevlet JSP hibernate spring rest API, Communication, Body Language, Problem Solving, Analytical Skills, Decision Making Skills
Duration: 1-4 weeks

I appeared for an interview in Sep 2019.

Interview Questionnaire 

1 Question

  • Q1. Pl sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - y resume was referd through a guy. Later I got call from HR for interview schedule he asked me my expected ctc and Notice Period to which I clearly said 3 months. He scheduled my interview on weekends morning 8am I reached there by 8.30am The interview process got started late by 10am it was an walk in type interview 1 round was Technical I cleared that round and had a feedback session with HR he said we are processing u to next round which was Manager round there itself I told the HR my NP is 3months the Hr Told its not an issue.
Laterly after I had lunch by 2pm Hr came n told me that Manager is not available now so we will be conducting ur further round in weekdays.
Then there was no mail or call so I purposely mailed them still haven't got proper response from them, so at last I told my friend who referd me to ask for an update the same HR told him that they want Immediate joiner so we can't process him to further round. Wasted my whole day over there

Hitachi Systems Micro Clinic Interview FAQs

How many rounds are there in Hitachi Systems Micro Clinic Desktop Support Engineer interview?
Hitachi Systems Micro Clinic interview process usually has 2 rounds. The most common rounds in the Hitachi Systems Micro Clinic interview process are Resume Shortlist and Technical.
How to prepare for Hitachi Systems Micro Clinic Desktop Support Engineer 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 Hitachi Systems Micro Clinic. The most common topics and skills that interviewers at Hitachi Systems Micro Clinic expect are Desktop Support, Troubleshooting, Installation, Desktop Engineering and IT Support.
What are the top questions asked in Hitachi Systems Micro Clinic Desktop Support Engineer interview?

Some of the top questions asked at the Hitachi Systems Micro Clinic Desktop Support Engineer interview -

  1. What is os, ad,how to backup, how to configure network print...read more
  2. What is dhcp,dns,host name, port ...read more
  3. What is SLA,SR,Ta...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Hitachi Systems Micro Clinic Desktop Support Engineer Salary
based on 62 salaries
₹1.7 L/yr - ₹3.6 L/yr
At par with the average Desktop Support Engineer Salary in India
View more details

Hitachi Systems Micro Clinic Desktop Support Engineer Reviews and Ratings

based on 28 reviews

4.6/5

Rating in categories

4.2

Skill development

4.3

Work-life balance

3.9

Salary

4.4

Job security

4.1

Company culture

3.9

Promotions

4.1

Work satisfaction

Explore 28 Reviews and Ratings
Technical Engineer
229 salaries
unlock blur

₹4.5 L/yr - ₹10.5 L/yr

Engineer- Customer Support
169 salaries
unlock blur

₹1.4 L/yr - ₹5 L/yr

Technical Support Engineer
131 salaries
unlock blur

₹2 L/yr - ₹9.2 L/yr

Senior Technical Engineer
94 salaries
unlock blur

₹7.9 L/yr - ₹13.4 L/yr

Desktop Support Engineer
62 salaries
unlock blur

₹1.6 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Hitachi Systems Micro Clinic with

ITC Infotech

3.7
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

4.1
Compare
write
Share an Interview