Upload Button Icon Add office photos

Filter interviews by

Futuresoft Solutions Desktop Support Engineer Interview Questions and Answers

Updated 30 Dec 2023

Futuresoft Solutions Desktop Support Engineer Interview Experiences

2 interviews found

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

I applied via Recruitment Consulltant and was interviewed before Dec 2022. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Desktop support related
  • Q2. Network and server related
  • Q3. Hardware and networking

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basic network and hardware questions

I applied via Referral and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is tecert command, what is ADDS,what is ip, difference between hardware and software
  • Ans. 

    Answering technical questions related to tecert command, ADDS, IP, and difference between hardware and software.

    • tecert command is used to manage certificates in Windows operating system

    • ADDS stands for Active Directory Domain Services, used for managing users and computers in a network

    • IP stands for Internet Protocol, used for communication between devices on a network

    • Hardware refers to physical components of a computer ...

  • Answered by AI
  • Q2. Trecert command is use check communication between system,active directory domain server,internet protocol used to identify system in a network,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and cool during the interview.do not be affrid or be nervous.talk in english more as much you can.what ever you know expecpress in your own words and to the point what is ask to you

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

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain DHCP and process of working
  • Ans. 

    DHCP is a network protocol that assigns IP addresses automatically to devices on a network.

    • DHCP stands for Dynamic Host Configuration Protocol

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

    • DHCP server assigns IP addresses to devices within a network

    • DHCP lease time determines how long an IP address is valid for a device

    • DHCP renewal process occurs when a device tries to re

  • Answered by AI
  • Q2. Useless question beyond your jobs like mathematics

Skills evaluated in this interview

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 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 

Easy level questions on string, linked list and array

Round 3 - Technical 

(2 Questions)

  • Q1. Difference between TCP and UDP
  • Ans. 

    TCP is a connection-oriented protocol while UDP is connectionless.

    • TCP provides reliable, ordered, and error-checked delivery of data while UDP does not guarantee any of these.

    • TCP is slower but more reliable while UDP is faster but less reliable.

    • TCP is used for applications that require high reliability and accuracy such as email, file transfer, and web browsing while UDP is used for applications that require speed and ...

  • Answered by AI
  • Q2. Nibble swap program in C
  • Ans. 

    A nibble swap program in C

    • Nibble swap means swapping the 4-bit halves of a byte

    • Use bitwise operators to perform the swap

    • Example: unsigned char x = 0xAB; x = ((x & 0x0F) << 4) | ((x & 0xF0) >> 4);

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Reverse Linked List in C
  • Ans. 

    Reverse a linked list in C language.

    • Create three pointers: current, previous, and next.

    • Traverse the linked list and change the direction of the pointers.

    • Return the new head of the reversed linked list.

  • Answered by AI
  • Q2. Write an API call in C
  • Ans. 

    API call in C

    • Include the necessary header files

    • Create a URL string with the required parameters

    • Use the curl library to make the API call

    • Handle the response data appropriately

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of programming, operating system and networking

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Middleware , dependency injection
Round 3 - Technical 

(1 Question)

  • Q1. Subject and subject behaviour
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

Duration:30 min
Question from percentage,ratios ,HCF/LCM etc.,
Logical reasoning, English

Round 3 - Coding Test 

(1 Question)

  • Q1. Reverse a string by making groups of given 'm' characters
  • Ans. 

    Reverse a string by grouping 'm' characters together

    • Iterate through the string in groups of 'm' characters

    • Reverse each group of 'm' characters

    • Concatenate the reversed groups to get the final reversed string

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. General HR questions
  • Q2. What is your family background?
  • Q3. Why should we hire you?

Skills evaluated in this interview

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

I applied via Internshala and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me something about Data Sturcture
  • Ans. 

    Data structure is a way of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Data structures can be linear (arrays, linked lists) or non-linear (trees, graphs)

    • Common operations on data structures include insertion, deletion, and searching

    • Examples of data structures include stacks, queues, hash tables, and binary trees

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

2 medium hard level questions. We just have to code and explain it. Platform doesn't have compilers.

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

(3 Questions)

  • Q1. Given an array Reverse array
  • Ans. 

    Reverse array of strings

    • Iterate through the array and swap elements from start to end

    • Use two pointers, one at the beginning and one at the end, and swap elements until they meet

  • Answered by AI
  • Q2. Giaven a string Reverse string
  • Ans. 

    Reverse a given string

    • Use built-in functions like reverse() or loop through the string in reverse order

    • Create a new string and append characters from the original string in reverse order

    • Convert the string to an array of characters, reverse the array, and then join it back into a string

  • Answered by AI
  • Q3. Given array find sum of all elements
  • Ans. 

    Calculate sum of all elements in a given array of strings

    • Iterate through the array and convert each element to integer before adding to sum

    • Handle edge cases like empty array or non-numeric elements

    • Return the final sum after iterating through all elements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well

Skills evaluated in this interview

Futuresoft Solutions Interview FAQs

How many rounds are there in Futuresoft Solutions Desktop Support Engineer interview?
Futuresoft Solutions interview process usually has 1 rounds. The most common rounds in the Futuresoft Solutions interview process are Technical.
How to prepare for Futuresoft Solutions 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 Futuresoft Solutions. The most common topics and skills that interviewers at Futuresoft Solutions expect are MCSE, Monitoring, Windows, Wireless and Desktop Support.
What are the top questions asked in Futuresoft Solutions Desktop Support Engineer interview?

Some of the top questions asked at the Futuresoft Solutions Desktop Support Engineer interview -

  1. What is tecert command, what is ADDS,what is ip, difference between hardware an...read more
  2. trecert command is use check communication between system,active directory doma...read more
  3. Hardware and network...read more

Tell us how to improve this page.

Futuresoft Solutions Desktop Support Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.5
 • 40 Interviews
ConsultAdd Interview Questions
3.5
 • 36 Interviews
JMR Infotech Interview Questions
4.3
 • 29 Interviews
Systems Plus Interview Questions
4.3
 • 28 Interviews
VDart Interview Questions
4.1
 • 28 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
View all
Futuresoft Solutions Desktop Support Engineer Salary
based on 9 salaries
₹1.5 L/yr - ₹3.5 L/yr
15% less than the average Desktop Support Engineer Salary in India
View more details

Futuresoft Solutions Desktop Support Engineer Reviews and Ratings

based on 3 reviews

3.5/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

3.2

Salary

3.4

Job security

3.4

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 3 Reviews and Ratings
System Engineer
117 salaries
unlock blur

₹1 L/yr - ₹4.2 L/yr

Network Engineer
51 salaries
unlock blur

₹2 L/yr - ₹4.6 L/yr

System Administrator
42 salaries
unlock blur

₹2.3 L/yr - ₹5.4 L/yr

Senior Network Engineer
11 salaries
unlock blur

₹3.8 L/yr - ₹4.5 L/yr

Senior Systems Engineer
10 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Explore more salaries
Compare Futuresoft Solutions with

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

Saama Technologies

3.7
Compare

Systems Plus

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