Upload Button Icon Add office photos
Engaged Employer

i

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

INCA INFOTECH TECHNOLOGIES Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

INCA INFOTECH TECHNOLOGIES Desktop Support Engineer Interview Questions, Process, and Tips

Updated 9 Sep 2024

Top INCA INFOTECH TECHNOLOGIES Desktop Support Engineer Interview Questions and Answers

  • Q1. What is switch and use for manageable and non manageable cable
  • Q2. What is DHCP and define by scope
  • Q3. What is AD and its Use, DHCP , Group policy, Appipa ip and range, Fage file, cmos and BIOS. Outlook backup and extension of outlook, BSOD and its troubleshooting

INCA INFOTECH TECHNOLOGIES Desktop Support Engineer Interview Experiences

2 interviews found

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. What is OSI model
  • Ans. 

    The OSI model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven layers.

    • The OSI model stands for Open Systems Interconnection model

    • It helps in understanding how data is transferred from one computer to another

    • Each layer has specific functions and interacts with adjacent layers

    • Examples of layers include physical layer, data link layer, network layer, etc.

  • Answered by AI
  • Q2. Different between system 16 and system 32
  • Ans. 

    System 16 and System 32 refer to the architecture of operating systems, with System 32 being a 32-bit system and System 16 being a 16-bit system.

    • System 32 is a 32-bit operating system, while System 16 is a 16-bit operating system.

    • System 32 can handle larger amounts of memory and data compared to System 16.

    • System 32 is more advanced and supports newer software and hardware compared to System 16.

    • Examples: Windows 95 was ...

  • Answered by AI
  • Q3. To standerise the communicationprocess ISO given a reference model is called OSI model
  • Q4. System 16 bit data transfer max Size support 2GB and System 32 bit data transfer max Size support 140 GB(exfat)
  • Q5. To standerise the communication process iso given the reference model is called OSI model there is a seven layar
Round 2 - Technical 

(2 Questions)

  • Q1. What is DHCP and define by scope
  • Ans. 

    DHCP is a network protocol that automatically assigns IP addresses to devices within a network. A scope in DHCP defines a range of IP addresses that can be assigned to devices.

    • DHCP stands for Dynamic Host Configuration Protocol

    • It allows devices to obtain IP addresses and other network configuration information automatically

    • A DHCP scope is a range of IP addresses that can be assigned to devices on a network

    • Scopes can al...

  • Answered by AI
  • Q2. What is switch and use for manageable and non manageable cable
  • Ans. 

    A switch is a networking device used to connect multiple devices within a network. Manageable switches allow for configuration and monitoring, while non-manageable switches do not.

    • Switch is a networking device that connects multiple devices within a network

    • Manageable switches allow for configuration and monitoring of network traffic

    • Non-manageable switches do not offer configuration options and are plug-and-play

    • Examples...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for INCA INFOTECH TECHNOLOGIES Desktop Support Engineer interview:
  • New delhi
  • Desktop Support
Interview preparation tips for other job seekers - Desktop support engineer

Skills evaluated in this interview

Desktop Support Engineer Interview Questions & Answers

user image Vikram Kumar Singh

posted on 9 Aug 2023

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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. What is AD and its Use, DHCP , Group policy, Appipa ip and range, Fage file, cmos and BIOS. Outlook backup and extension of outlook, BSOD and its troubleshooting
  • Ans. 

    AD is Active Directory used for managing network resources, DHCP assigns IP addresses, Group Policy controls user settings, BIOS is firmware for hardware, Outlook backup saves emails.

    • AD (Active Directory) is a directory service used for managing network resources such as computers, users, and printers.

    • DHCP (Dynamic Host Configuration Protocol) assigns IP addresses to devices on a network automatically.

    • Group Policy is u...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Same questions in deftly

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

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Introduction your self in interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview should be very easy and comfortable to the students. And be confident at the infront of interviewer

I applied via Naukri.com and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions based on the CV we kept
  • Q2. Questions related to powershell, storages, networking in azure IaaS, NSG

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare whatever u kept in CV and the basics

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Routing and switching related

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your best. Study well.
Its all about God's grace.

Interview Questionnaire 

1 Question

  • Q1. About my college projects and about my passion
Contribute & help others!
anonymous
You can choose to be anonymous

INCA INFOTECH TECHNOLOGIES Interview FAQs

How many rounds are there in INCA INFOTECH TECHNOLOGIES Desktop Support Engineer interview?
INCA INFOTECH TECHNOLOGIES interview process usually has 2-3 rounds. The most common rounds in the INCA INFOTECH TECHNOLOGIES interview process are Technical and Resume Shortlist.
How to prepare for INCA INFOTECH TECHNOLOGIES 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 INCA INFOTECH TECHNOLOGIES. The most common topics and skills that interviewers at INCA INFOTECH TECHNOLOGIES expect are Desktop Engineering, Assembling, Computer Hardware, Device Installation and Hardware Engineering.
What are the top questions asked in INCA INFOTECH TECHNOLOGIES Desktop Support Engineer interview?

Some of the top questions asked at the INCA INFOTECH TECHNOLOGIES Desktop Support Engineer interview -

  1. What is switch and use for manageable and non manageable ca...read more
  2. What is DHCP and define by sc...read more
  3. What is AD and its Use, DHCP , Group policy, Appipa ip and range, Fage file,...read more

Recently Viewed

SALARIES

INCA INFOTECH TECHNOLOGIES

INTERVIEWS

INCA INFOTECH TECHNOLOGIES

No Interviews

INTERVIEWS

INCA INFOTECH TECHNOLOGIES

No Interviews

INTERVIEWS

INCA INFOTECH TECHNOLOGIES

No Interviews

INTERVIEWS

INCA INFOTECH TECHNOLOGIES

No Interviews

SALARIES

INCA INFOTECH TECHNOLOGIES

SALARIES

INCA INFOTECH TECHNOLOGIES

INTERVIEWS

Mahindra & Mahindra

5.6k top interview questions

INTERVIEWS

INCA INFOTECH TECHNOLOGIES

20 top interview questions

DESIGNATION

Tell us how to improve this page.

INCA INFOTECH TECHNOLOGIES Desktop Support Engineer Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more
INCA INFOTECH TECHNOLOGIES Desktop Support Engineer Salary
based on 22 salaries
₹1.4 L/yr - ₹2.5 L/yr
24% less than the average Desktop Support Engineer Salary in India
View more details

INCA INFOTECH TECHNOLOGIES Desktop Support Engineer Reviews and Ratings

based on 18 reviews

2.3/5

Rating in categories

2.1

Skill development

2.4

Work-life balance

1.5

Salary

1.9

Job security

2.3

Company culture

1.8

Promotions

2.3

Work satisfaction

Explore 18 Reviews and Ratings
Desktop Support Engineer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer- Customer Support
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Administrator
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Hardware & Networking Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare INCA INFOTECH TECHNOLOGIES with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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