Upload Button Icon Add office photos
Premium Employer

i

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

Anunta Technology Management Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Anunta Technology Management Services Desktop Support Engineer Interview Questions and Answers

Updated 28 Sep 2024

Anunta Technology Management Services Desktop Support Engineer Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Required windows 10, 11 installation
  • Q2. How to join domain
  • Ans. 

    To join a domain, you need to access the system properties, click on the 'Computer Name' tab, click on 'Change', enter the domain name, and provide credentials.

    • Access system properties

    • Click on 'Computer Name' tab

    • Click on 'Change'

    • Enter the domain name

    • Provide credentials

  • Answered by AI
  • Q3. Network printer installation

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic technical knowledge only not required adavance questions

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2023. 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 Resume tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself What is ip What are the fsmo roles What is default gateway
  • Ans. 

    I am a Desktop Support Engineer with experience in troubleshooting and resolving technical issues on desktop computers.

    • IP stands for Internet Protocol, which is a set of rules governing the format of data packets sent over a network.

    • FSMO (Flexible Single Master Operation) roles are specialized domain controller roles in Active Directory that manage specific operations and tasks.

    • Default gateway is the IP address of the ...

  • Answered by AI
  • Q2. What is your salary expectation
  • Ans. 

    I would expect a salary that is competitive and reflective of my skills and experience in the field of Desktop Support Engineering.

    • I would consider factors such as industry standards, cost of living, and my qualifications when determining my salary expectation.

    • I would also take into account the responsibilities and scope of the role, as well as any additional certifications or specialized skills required.

    • I am open to d...

  • Answered by AI
  • Q3. Can you tell me about troubleshooting
  • Ans. 

    Troubleshooting involves identifying and resolving problems in computer systems or networks.

    • Troubleshooting is the process of diagnosing and resolving issues in computer hardware, software, or network systems.

    • It requires a systematic approach to identify the root cause of the problem.

    • Common troubleshooting techniques include gathering information, analyzing symptoms, and testing possible solutions.

    • Examples of troublesh...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Sit calmly and answer it casually

Skills evaluated in this interview

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
Q3. 1) What is Difference between shared printer and network printer?
asked in HCLTech
Q4. What is outlook?, how to configure outlook?
asked in Wipro
Q5. How to rectify data recovery, dual monitor connection

I applied via Referral and was interviewed in Mar 2022. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. No question asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Not need that much skills and qualifications for this job in this company

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Walk-in and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

Pattern question for 60 minutes and recursion question

Interview Preparation Tips

Interview preparation tips for other job seekers - You have a well knowledge of your project
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Focusing on moderate level patterns

Round 2 - Technical 

(4 Questions)

  • Q1. Discuss object oriented principles in depth
  • Ans. 

    Object oriented principles are fundamental concepts in software development that focus on organizing code into objects with properties and behaviors.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

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

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

  • Answered by AI
  • Q2. Deep discuss of interface
  • Q3. Deep discuss of exception, multithreading
  • Q4. Deep discuss of oop
Round 3 - HR 

(1 Question)

  • Q1. Asked some tricky question related to real life problems

Interview Preparation Tips

Interview preparation tips for other job seekers - All Good 👍🏻
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Pattern building logic building

Round 2 - One-on-one 

(1 Question)

  • Q1. Oops and your core programming

Interview Questionnaire 

1 Question

  • Q1. Javascript & jquery- promise, event, for each loop concept,

Interview Preparation Tips

Interview preparation tips for other job seekers - Csrf, XSS, Mime,
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

A question regarding patterns that involves dynamic pattern problems.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do with java and study php

Software Engineer Interview Questions & Answers

MindGate Solutions user image Bhag Chand Dawla ed20b011

posted on 20 Jan 2025

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

(1 Question)

  • Q1. They asked from from your resume, and you must know java first and last requirements
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is difference between controller and rest controller
  • Ans. 

    Controller is a general term for a component that handles user requests, while a REST controller specifically handles RESTful requests.

    • Controller is a general term for a component that handles user requests in a web application

    • REST controller specifically handles RESTful requests, following the principles of REST architecture

    • REST controller typically returns data in JSON or XML format, while a regular controller may re

  • Answered by AI
  • Q2. Coding question to print highest salary of a employee
  • Ans. 

    Print highest salary of an employee using coding

    • Create an array of employee salaries

    • Sort the array in descending order

    • Print the first element of the sorted array as the highest salary

  • Answered by AI
  • Q3. Java 8 features
  • Q4. What is jwt token
  • Ans. 

    JWT token is a JSON web token used for securely transmitting information between parties as a compact and self-contained way.

    • JWT stands for JSON Web Token

    • It consists of three parts: header, payload, and signature

    • It is commonly used for authentication and information exchange in web development

  • Answered by AI
  • Q5. Microservice how to interact with other microservice
  • Ans. 

    Microservices interact with each other through APIs, messaging queues, or event-driven architecture.

    • Use RESTful APIs for synchronous communication between microservices

    • Implement messaging queues like RabbitMQ or Kafka for asynchronous communication

    • Leverage event-driven architecture with tools like Apache Kafka or AWS SNS/SQS

    • Consider using service mesh like Istio for managing communication between microservices

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Anunta Technology Management Services Interview FAQs

How many rounds are there in Anunta Technology Management Services Desktop Support Engineer interview?
Anunta Technology Management Services interview process usually has 1-2 rounds. The most common rounds in the Anunta Technology Management Services interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for Anunta Technology Management Services 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 Anunta Technology Management Services. The most common topics and skills that interviewers at Anunta Technology Management Services expect are Desktop Support.
What are the top questions asked in Anunta Technology Management Services Desktop Support Engineer interview?

Some of the top questions asked at the Anunta Technology Management Services Desktop Support Engineer interview -

  1. Can you tell me about troubleshoot...read more
  2. How to join dom...read more
  3. Required windows 10, 11 installat...read more

Recently Viewed

CAMPUS PLACEMENT

Panjab University

INTERVIEWS

Anunta Technology Management Services

No Interviews

INTERVIEWS

Marathwada Auto Compo Private Limited

No Interviews

INTERVIEWS

Anunta Technology Management Services

No Interviews

INTERVIEWS

Anunta Technology Management Services

No Interviews

INTERVIEWS

Anunta Technology Management Services

No Interviews

INTERVIEWS

Anunta Technology Management Services

No Interviews

INTERVIEWS

IVY SOFTWARE DEVELOPMENT SERVICES

No Interviews

CAMPUS PLACEMENT

MGM Jawaharlal Nehru Engineering College, Aurangabad

INTERVIEWS

Motherson Automotive Technologies and Engineering

No Interviews

Tell us how to improve this page.

Anunta Technology Management Services Desktop Support Engineer Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more
6% less than the average Desktop Support Engineer Salary in India
View more details

Anunta Technology Management Services Desktop Support Engineer Reviews and Ratings

based on 6 reviews

2.9/5

Rating in categories

2.7

Skill development

2.4

Work-life balance

2.1

Salary

2.1

Job security

2.1

Company culture

1.7

Promotions

2.4

Work satisfaction

Explore 6 Reviews and Ratings
Citrix Administrator
106 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Desktop Support Engineer
77 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Citrix Engineer
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Anunta Technology Management Services with

Movate

3.3
Compare

Happiest Minds Technologies

3.7
Compare

Microland

3.5
Compare

Wipro

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent