Upload Button Icon Add office photos
Engaged Employer

i

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

Sureworks Infotech Pvt. Ltd. Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Sureworks Infotech Pvt. Ltd. Enterprise Support Engineer Interview Questions and Answers for Experienced

Updated 9 Dec 2024

Sureworks Infotech Pvt. Ltd. Enterprise Support Engineer Interview Experiences for Experienced

1 interview found

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

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

Round 1 - NON 

(2 Questions)

  • Q1. SERVER WORK EXPERIENCE
  • Ans. 

    I have 3 years of experience working with servers in a corporate environment.

    • Managed and maintained Windows and Linux servers

    • Performed regular server updates and patches

    • Troubleshooted server issues and resolved them in a timely manner

  • Answered by AI
  • Q2. HARDWARE AND SOFTWARE KNOWLEDGE

Interview Preparation Tips

Interview preparation tips for other job seekers - GREAT

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Apr 2021. There were 5 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 - Technical 

(2 Questions)

  • Q1. Basic core java questions
  • Q2. Prior financial experience
  • Ans. 

    Yes

    • Worked as a software engineer at a financial institution for 5 years

    • Developed and maintained financial software applications

    • Implemented complex financial algorithms and calculations

    • Collaborated with financial analysts and stakeholders to understand requirements

    • Ensured compliance with financial regulations and security standards

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Core java coding questions on strings, filereader, arrays
  • Q2. Questions on rest services methods and implementation
Round 4 - Behavioral 

(1 Question)

  • Q1. Previous experience questions
Round 5 - Coding Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is good for better exposure
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
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 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 

Programming on basics of C

Round 3 - Coding Test 

Programming on basics of C

Round 4 - HR 

(1 Question)

  • Q1. Salary details and location preference
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
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Assignment 

Fizz buzz question and array related

Round 2 - Technical 

(1 Question)

  • Q1. Basic react, javascript and one question to find duplicate.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Logical question
  • Q2. Basic opps and collection
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 - Coding Test 

They will ask questions on logic

Round 3 - Technical 

(3 Questions)

  • Q1. About technology you mentioned in resume
  • Q2. And arrays or condition based
  • Q3. String function
Round 4 - HR 

(1 Question)

  • Q1. About technology and previous company about work
Round 5 - One-on-one 

(1 Question)

  • Q1. Salary discussion

Sureworks Infotech Pvt. Ltd. Interview FAQs

How many rounds are there in Sureworks Infotech Pvt. Ltd. Enterprise Support Engineer interview for experienced candidates?
Sureworks Infotech Pvt. Ltd. interview process for experienced candidates usually has 1 rounds. The most common rounds in the Sureworks Infotech Pvt. Ltd. interview process for experienced candidates are One-on-one Round.
How to prepare for Sureworks Infotech Pvt. Ltd. Enterprise Support Engineer interview for experienced candidates?
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 Sureworks Infotech Pvt. Ltd.. The most common topics and skills that interviewers at Sureworks Infotech Pvt. Ltd. expect are HP Servers, HP Storage, Hardware Support, Hardware Troubleshooting and Network Support.
What are the top questions asked in Sureworks Infotech Pvt. Ltd. Enterprise Support Engineer interview for experienced candidates?

Some of the top questions asked at the Sureworks Infotech Pvt. Ltd. Enterprise Support Engineer interview for experienced candidates -

  1. Technical Round based on server and stor...read more
  2. HARDWARE AND SOFTWARE KNOWLE...read more
  3. SERVER WORK EXPERIE...read more

Tell us how to improve this page.

Sureworks Infotech Pvt. Ltd. Enterprise Support Engineer Interview Process for Experienced

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 50 Interviews
Argusoft Interview Questions
4.6
 • 38 Interviews
JMR Infotech Interview Questions
4.3
 • 29 Interviews
PC Solutions Interview Questions
3.7
 • 16 Interviews
View all
Sureworks Infotech Pvt. Ltd. Enterprise Support Engineer Salary
based on 11 salaries
₹2.3 L/yr - ₹4 L/yr
57% less than the average Enterprise Support Engineer Salary in India
View more details

Sureworks Infotech Pvt. Ltd. Enterprise Support Engineer Reviews and Ratings

based on 5 reviews

3.9/5

Rating in categories

4.0

Skill development

3.6

Work-life balance

3.9

Salary

4.0

Job security

3.5

Company culture

3.9

Promotions

4.0

Work satisfaction

Explore 5 Reviews and Ratings
Technical Support Engineer
25 salaries
unlock blur

₹1.8 L/yr - ₹4.5 L/yr

Desktop Support Engineer
13 salaries
unlock blur

₹1.4 L/yr - ₹3 L/yr

Engineer- Customer Support
12 salaries
unlock blur

₹1 L/yr - ₹3.4 L/yr

System Administrator
12 salaries
unlock blur

₹2.5 L/yr - ₹4 L/yr

Enterprise Support Engineer
11 salaries
unlock blur

₹2.3 L/yr - ₹4 L/yr

Explore more salaries
Compare Sureworks Infotech Pvt. Ltd. with

PC Solutions

3.7
Compare

RNF Technologies

3.3
Compare

JMR Infotech

4.3
Compare

Hidden Brains InfoTech

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