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
3.7

based on 504 Reviews

Filter interviews by

Advantmed Senior Software Engineer Interview Questions and Answers

Updated 24 Jan 2024

Advantmed Senior Software Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is the use of button when link can submit the form?
  • Ans. 

    Buttons are used when an action needs to be performed, while links are used for navigation.

    • Buttons are more suitable for actions like submitting a form, saving data, or triggering a function.

    • Links are used to navigate to different pages or sections within a website.

    • Buttons provide visual feedback when clicked, while links do not.

    • Buttons can be styled and customized more easily than links.

    • Buttons can have different stat

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How do you optimize a SQL procedure with 5000 lines in code?
  • Ans. 

    Optimize a SQL procedure with 5000 lines of code by identifying bottlenecks and implementing performance improvements.

    • Identify and analyze the most time-consuming parts of the procedure

    • Optimize queries by adding appropriate indexes, rewriting queries, or using query hints

    • Break down the procedure into smaller, more manageable parts

    • Use temporary tables or table variables to reduce the amount of data processed at once

    • Cons...

  • Answered by AI
  • Q2. Keep SQL procedures short, use multiple small procedure with specific functionality being used, avoid use of temp tables and Joins, use select statements wisely. do not use sub queries, do not use dynamic ...
  • Ans. 

    To optimize SQL procedures, keep them short, use small procedures with specific functionality, avoid temp tables and joins, use select statements wisely, avoid subqueries and dynamic SQL.

    • Break down complex procedures into smaller ones with specific functionality

    • Avoid using temporary tables and joins whenever possible

    • Use select statements wisely to retrieve only the necessary data

    • Avoid subqueries and find alternative ap...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - don't wear casual clothes in the interview. I was wearing photo-chromatic glasses which turned dark in sunlight, interviewer had objection to that as well. One girl/newly married lady wearing saree for interview was asked personal questions on the interview day, which I felt was unnecessary. She and I both got selected eventually but the interview process was horrible.

Skills evaluated in this interview

Interview questions from similar companies

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 Aug 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Technical questions based on my resume, coding, project architect, etc.
Round 2 - One-on-one 

(1 Question)

  • Q1. System design round. LLD and HLD.
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial with a little bit of technical. Work ethics, vision and ctc expectations.
Round 4 - HR 

(1 Question)

  • Q1. Compensation discussion.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They asked easy to medium DSA . It includes arrays, strings, recursion.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was easy process
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 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 tips
Round 2 - Technical 

(6 Questions)

  • Q1. React hooks, Explain using code
  • Ans. 

    React hooks are functions that let you use state and other React features without writing a class.

    • Hooks are functions that let you use state and other React features in functional components

    • useState() is a hook that allows you to add state to functional components

    • useEffect() is a hook that allows you to perform side effects in functional components

    • useContext() is a hook that allows you to use the context API in functio

  • Answered by AI
  • Q2. Factory Patterns?
  • Q3. Liskov Substitution Principle
  • Ans. 

    Liskov Substitution Principle states that objects of a superclass should be replaceable with objects of its subclasses without affecting the program's correctness.

    • Subtypes must be substitutable for their base types.

    • Derived classes must be able to replace their base classes without affecting the program's behavior.

    • Violating this principle can lead to unexpected behavior and errors in the code.

    • Example: If a program expec...

  • Answered by AI
  • Q4. Oops Concept and give examples
  • Ans. 

    Oops concept is a programming paradigm that focuses on objects and classes.

    • Oops stands for Object-Oriented Programming

    • Key concepts include inheritance, encapsulation, polymorphism, and abstraction

    • Examples: Class Car with properties like make, model, and methods like start(), stop()

    • Example: Inheritance - Class SUV extends Car and adds property numSeats

  • Answered by AI
  • Q5. JQuery - Ajax mechanisms
  • Q6. Docker and Kubernetes - Azure concepts

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. MVC, SQL , Model Binders, DI
  • Q2. JavaScript Fundamentals

Interview Preparation Tips

Interview preparation tips for other job seekers - Crud Machine in ADO. NET
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in May 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. You are perfect fit and you are hires
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Screen shared and asked me to write some code and asked to improvise the same there..
Round 3 - One-on-one 

(1 Question)

  • Q1. Coding questions mostly , followed by AWS
Round 4 - Mangerial 

(1 Question)

  • Q1. Mangers were technically sound and so in general discussions, they are assessing the candidates

Interview Preparation Tips

Interview preparation tips for other job seekers - Unit test cases and Component test cases writing is must in GE..
so if you code 20 lines then u must code 50+lines for testing your 20lines of code.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Nov 2023.

Round 1 - Coding Test 

Simple aarray problems

Round 2 - Technical 

(2 Questions)

  • Q1. Multi threading concepts
  • Q2. Java concepts with some code to finished
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I applied via Job Portal and was interviewed before May 2023. There was 1 interview round.

Round 1 - Coding Test 

1 hour, problem solving using data structures and algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice coding simple problems related data structures array, list, set, map.
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 Aug 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Technical questions based on my resume, coding, project architect, etc.
Round 2 - One-on-one 

(1 Question)

  • Q1. System design round. LLD and HLD.
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial with a little bit of technical. Work ethics, vision and ctc expectations.
Round 4 - HR 

(1 Question)

  • Q1. Compensation discussion.

Advantmed Interview FAQs

How many rounds are there in Advantmed Senior Software Engineer interview?
Advantmed interview process usually has 2 rounds. The most common rounds in the Advantmed interview process are Technical.
How to prepare for Advantmed Senior Software 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 .Net Core, C#, React.Js, ASP.Net and Azure.
What are the top questions asked in Advantmed Senior Software Engineer interview?

Some of the top questions asked at the Advantmed Senior Software Engineer interview -

  1. Keep SQL procedures short, use multiple small procedure with specific functiona...read more
  2. What is the use of button when link can submit the fo...read more
  3. How do you optimize a SQL procedure with 5000 lines in co...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Advantmed interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Omega Healthcare Interview Questions
3.8
 • 418 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
VeeTechnologies Interview Questions
3.8
 • 80 Interviews
Innovaccer Interview Questions
3.5
 • 77 Interviews
Paras Hospital Interview Questions
4.5
 • 76 Interviews
GE Healthcare Interview Questions
4.1
 • 71 Interviews
Pacific BPO Interview Questions
3.4
 • 69 Interviews
MiraMed Ajuba Interview Questions
4.0
 • 54 Interviews
View all
Advantmed Senior Software Engineer Salary
based on 93 salaries
₹6 L/yr - ₹18 L/yr
13% less than the average Senior Software Engineer Salary in India
View more details

Advantmed Senior Software Engineer Reviews and Ratings

based on 12 reviews

3.4/5

Rating in categories

3.4

Skill development

3.6

Work-Life balance

3.6

Salary & Benefits

3.3

Job Security

3.4

Company culture

3.4

Promotions/Appraisal

3.4

Work Satisfaction

Explore 12 Reviews and Ratings
Medical Coder
288 salaries
unlock blur

₹1.1 L/yr - ₹4.5 L/yr

Senior Software Engineer
93 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Team Lead
88 salaries
unlock blur

₹2.8 L/yr - ₹10 L/yr

Software Test Analyst
82 salaries
unlock blur

₹3 L/yr - ₹7.8 L/yr

Process Associate
56 salaries
unlock blur

₹1 L/yr - ₹2.4 L/yr

Explore more salaries
Compare Advantmed with

Omega Healthcare

3.8
Compare

MiraMed Ajuba

3.9
Compare

VeeTechnologies

3.8
Compare

GeBBS Healthcare Solutions

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview