Upload Button Icon Add office photos
Engaged Employer

i

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

Advantmed Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Advantmed Desktop Support Engineer Interview Questions and Answers

Updated 17 Apr 2023

Advantmed Desktop Support Engineer Interview Experiences

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 in Oct 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 - One-on-one 

(1 Question)

  • Q1. Explain about your self Why you changed last job?
  • Ans. 

    I am a dedicated and experienced Desktop Support Engineer with a passion for solving technical issues and providing excellent customer service.

    • I changed my last job to seek new challenges and opportunities for growth.

    • I wanted to work in a larger organization with more advanced technology.

    • I was looking for a company that values professional development and invests in employee training.

    • I wanted to expand my skill set and...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is DNS, DHCP, wsus, deployment?
  • Ans. 

    DNS is a system that translates domain names to IP addresses. DHCP assigns IP addresses to devices. WSUS is a tool for managing Windows updates. Deployment is the process of installing software or updates on multiple devices.

    • DNS translates domain names to IP addresses

    • DHCP assigns IP addresses to devices

    • WSUS is a tool for managing Windows updates

    • Deployment is the process of installing software or updates on multiple dev

  • Answered by AI
Round 4 - Salary 

(1 Question)

  • Q1. What much expected

Interview Preparation Tips

Interview preparation tips for other job seekers - Temporary best, for a longtime useless

Skills evaluated in this interview

Desktop Support Engineer Jobs at Advantmed

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops concepts JVM questions String programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on java,selenium they look for jebhave and leanft

I applied via LinkedIn and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, JS and angular fundamentals

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on fundamentals first
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Previous Experience
  • Q2. Design Knowledge
  • Q3. Personally Based
Round 2 - One-on-one 

(3 Questions)

  • Q1. Domain Knowledge Formal Testing
  • Q2. Lab Management Quality Assurance Design Assurance
  • Q3. Dv, TMV R&D Testing Mechanical
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Showcase exemplery Doman Knowledge.
Real time experience be Straight Forward.
Prepare for the exact JD Provided. For experienced Candidates no special Preparation is required as they hire you for Skill and Problem solving Attitude no need to potray that you have all the skills in world be Genuine .
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Aptitude Test 

Aptitude test is based on English test, Quantative, Logical reasoning

Round 2 - Coding Test 

Pseudo codes with your preferred language

Round 3 - Technical 

(1 Question)

  • Q1. Situation based coding question asked
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

In person coding interview where few medium DSA problems were asked

Round 2 - Technical 

(1 Question)

  • Q1. System Design and technical details of past projects were asked.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Core Java and Spring Boot Questions.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Aws full project flow chart
  • Ans. 

    An AWS full project flow chart outlines the entire process of a project using AWS services.

    • Start with defining project requirements and goals

    • Design architecture using AWS services like EC2, S3, RDS, etc.

    • Implement the design by setting up resources and configuring services

    • Test the project to ensure functionality and performance

    • Deploy the project on AWS cloud

    • Monitor and maintain the project for optimal performance

  • Answered by AI
  • Q2. Simple dsa question

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Binary search Merg sorting algorithm Minimum n maximum number in an array list Core java question Oops tricky code snippets Architecture questions about restful and Microservices
  • Q2. Deep copy and shallow copy Interviewer test your problem solving attitude and response not the perfect output
  • Q3. Array in descending order code
  • Ans. 

    Sort an array of strings in descending order

    • Use the sort() method with a custom compare function to sort the array in descending order

    • Example: ['apple', 'banana', 'cherry'].sort((a, b) => b.localeCompare(a)) will result in ['cherry', 'banana', 'apple']

  • Answered by AI
  • Q4. Comparator and comparable interface
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(5 Questions)

  • Q1. What is the iterator, generator in python. Write an example of it. What is .pyc file, when is it generate, generate and show it.
  • Ans. 

    Iterator and generator are used in Python to iterate over a sequence of elements. .pyc files are compiled Python files.

    • Iterator in Python is an object that enables a programmer to traverse a container, like a list.

    • Generator in Python is a function that returns an iterator. It generates values using the yield keyword.

    • Example of iterator: for num in range(5): print(num)

    • Example of generator: def square_numbers(n): for i i...

  • Answered by AI
  • Q2. Coding Questions: 1) Reversing a number eg:1234 to 4321 2) Perform sorting in list using any sort algorithm 3) list1, list2 - both are mapped to each other, based on the traget value in list1, return th...
  • Q3. Technical questions : OS module, .pyc file, git commands,
  • Q4. What is bug life cycle? which project management methodolgy are you following in your current project.
  • Ans. 

    Bug life cycle is the process of identifying, reporting, fixing, retesting, and closing bugs in a software project.

    • Bug is identified by a tester during testing phase

    • Bug is reported to the development team

    • Development team fixes the bug

    • Tester retests the bug to ensure it is fixed

    • Bug is closed once confirmed fixed

  • Answered by AI
  • Q5. Questions on OOPS . What is polymorphism, write an example for that . Why do we use OOP's

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up on python basics as the role was for Python developer

Skills evaluated in this interview

Advantmed Interview FAQs

How many rounds are there in Advantmed Desktop Support Engineer interview?
Advantmed interview process usually has 4 rounds. The most common rounds in the Advantmed interview process are Resume Shortlist, One-on-one Round and Technical.
How to prepare for Advantmed 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 Advantmed. The most common topics and skills that interviewers at Advantmed expect are Antivirus, DHCP, DNS, Desktop Support and OS Installation.

Tell us how to improve this page.

Advantmed Desktop Support Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Paras Hospital Interview Questions
4.4
 • 82 Interviews
Pacific BPO Interview Questions
3.5
 • 80 Interviews
GE Healthcare Interview Questions
4.0
 • 73 Interviews
Redcliffe Labs Interview Questions
3.9
 • 48 Interviews
Nephroplus Interview Questions
3.9
 • 34 Interviews
Portea Medical Interview Questions
3.7
 • 28 Interviews
View all
Advantmed Desktop Support Engineer Salary
based on 4 salaries
₹3 L/yr - ₹5.9 L/yr
45% more than the average Desktop Support Engineer Salary in India
View more details

Advantmed Desktop Support Engineer Reviews and Ratings

based on 2 reviews

1.5/5

Rating in categories

1.0

Skill development

1.5

Work-life balance

2.5

Salary

2.0

Job security

1.5

Company culture

1.0

Promotions

1.5

Work satisfaction

Explore 2 Reviews and Ratings
Sr. Desktop Support Engineer

Gandhinagar

5-9 Yrs

Not Disclosed

Explore more jobs
Medical Coder
305 salaries
unlock blur

₹1.1 L/yr - ₹4.5 L/yr

Senior Software Engineer
93 salaries
unlock blur

₹6.1 L/yr - ₹18 L/yr

Team Lead
92 salaries
unlock blur

₹3.5 L/yr - ₹10 L/yr

Software Test Analyst
82 salaries
unlock blur

₹3 L/yr - ₹9.1 L/yr

Support Executive
57 salaries
unlock blur

₹2 L/yr - ₹3.7 L/yr

Explore more salaries
Compare Advantmed with

Paras Hospital

4.4
Compare

Johnson & Johnson

4.0
Compare

Pacific BPO

3.5
Compare

Metropolis Healthcare

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