Upload Button Icon Add office photos

Filter interviews by

Shivam Medisoft Services Interview Questions and Answers

Updated 14 May 2024

Shivam Medisoft Services Interview Experiences

Popular Designations

8 interviews found

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

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is your last experience?

Area Sales Manager Interview Questions asked at other Companies

Q1. How to handling position and how to coverage rout and sales teams
View answer (29)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Hirect and was interviewed in Mar 2023. There were 2 interview rounds.

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 

(2 Questions)

  • Q1. It's totally disappointing and disheartening to give interview here. Hope my interview experience shared over here might be helpful. Firstly they provide very less salary for experienced person's. Though I...
  • Q2. She asked questions related to procedures, function, trigger, exception, diff between union and union all, update syntax , cursors, etc and remembering though

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't know mine was waste of time you can try if you want

Plsql Developer Interview Questions asked at other Companies

Q1. What is procedure in plsql and it's syntax and difference between procedure and function?
View answer (7)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Apr 2023.

Round 1 - HR 

(1 Question)

  • Q1. Communication round with basics of sql
  • Ans. Self introductions and sql basic question mainly focus on communication and fluency
  • Answered Anonymously
Round 2 - Technical 

(1 Question)

  • Q1. Basic sql constraints,ddl,dml commands ,views,indexes,subquery,functions
Round 3 - Technical 

(1 Question)

  • Q1. Index,trigger,procedure,view

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

SQL Developer Interview Questions & Answers

user image Anonymous

posted on 12 Jun 2022

Round 1 - One-on-one 

(2 Questions)

  • Q1. Praimry key foreign keys
  • Q2. Add ,delete, update , create, truncate, drop, union, union all, joins, subquery, view,decode

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company this is hms hospital management system

SQL Developer Interview Questions asked at other Companies

Q1. How is a change request in application serviced by development team (business analysis, code analysis, discussion with BA, requirment freeze, etc.)
View answer (4)

Shivam Medisoft Services interview questions for popular designations

 Software Developer

 (1)

 Plsql Developer

 (1)

 Test Engineer-Software Testing

 (1)

 Implementation Executive

 (1)

 Implementation Engineer

 (1)

 SQL Developer

 (1)

 Area Sales Manager

 (1)

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

I applied via Referral and was interviewed before Apr 2022. There were 4 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 - HR 

(1 Question)

  • Q1. Bio-Data and Education experience
  • Ans. 

    I have a Bachelor's degree in Computer Science and 3 years of experience in software implementation.

    • Bachelor's degree in Computer Science

    • 3 years of experience in software implementation

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. About Software how to write the quires
Round 4 - Assignment 

Bonding of company. very good experience am also one part of the company

Implementation Engineer Interview Questions asked at other Companies

Q1. What is the SI unit of current?
View answer (5)

Interview Questions & Answers

user image RAMESH DUMPALWAR

posted on 24 Aug 2021

I applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Sql developer shadual interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Sql developer and Implementation
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2021. There were 3 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 - HR 

(1 Question)

  • Q1. Self-introduction and other details
Round 3 - Technical 

(1 Question)

  • Q1. Ireport and sum other questions

Interview Preparation Tips

Interview preparation tips for other job seekers - every company must and should learn new things. so learn and grow your feather.

Implementation Executive Interview Questions asked at other Companies

Q1. RJIT & NJIT cart picking is good response on pickers side?
View answer (1)

I applied via Other and was interviewed in Dec 2017. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. They asked me questions on sql.some basic questions like what is ddl,dml and what is the difference between drop and delete statemant.
  • Q2. Some questions were asked about my family.
  • Q3. And the very main question they asked about recent project which I was completed.
  • Q4. She asked me about myself and mu family. and also give me information about company.
  • Q5. She said me that you can join from this date

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am very confident at the time of my interview.and I gave almost all the answers in technical round.

General Tips: Be confident while giving the interview.and prepare your resume well.
Skills: Communication, Body Language, Presentation Skills, Time Management, Decision Making Skills
Duration: <1 week

Interview questions from similar companies

I was interviewed before Mar 2021.

Round 1 - Coding Test 

Round duration - 60 minutes
Round difficulty - Medium

This test consisted of 10 questions with no negative marking to test my problem solving ability.

Round 2 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Technical Interview round with questions based on DSA and algorithms.

  • Q1. 

    Word Distance Calculation

    Given a document represented as an array/list ARR of words with length N, find the smallest distance between two given words for multiple queries. The distance is defined as the ...

  • Ans. 

    Find the smallest distance between two words in a document for multiple queries.

    • Iterate through the document to find the indices of the given words in the document array.

    • Calculate the distance between the two indices for each query.

    • Return the smallest distance or 'N' if a word from the query is not present in the document.

  • Answered by AI
  • Q2. 

    Sudoku Solver Problem Statement

    Given a 9 x 9 2D matrix 'MATRIX', where some cells are filled with digits (1-9) and others are empty (denoted by 0), determine if there is a way to fill the empty cells suc...

  • Ans. 

    The task is to determine if a given 9x9 Sudoku puzzle can be solved.

    • Check if each row, column, and 3x3 subgrid contains all numbers from 1 to 9 without repetition.

    • Iterate through each empty cell and try filling it with a valid number, then recursively check if the puzzle can be solved.

    • If all empty cells are filled without violating Sudoku rules, output 'yes'; otherwise, output 'no'.

  • Answered by AI
Round 3 - Face to Face 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

You will be having 2 or 3 members per panel and questions may be from databases , object oriented programming, operating systems, Linux commands and algorithm may be asked for problems

  • Q1. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. 

    Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.

    • Traverse the linked list using two pointers, one moving at double the speed of the other

    • If the two pointers meet at any point, there is a cycle in the linked list

    • If one of the pointers reaches the end of the list (null), there is no cycle

  • Answered by AI
  • Q2. 

    Level Order Traversal Problem Statement

    Given a binary tree of integers, return the level order traversal of the binary tree.

    Input:

    The first line contains an integer 'T', representing the number of te...
  • Ans. 

    The task is to implement a function that returns the level order traversal of a binary tree given in level order.

    • Create a queue to store nodes for level order traversal

    • Start with the root node and enqueue it

    • While the queue is not empty, dequeue a node, print its value, and enqueue its children

    • Repeat until all nodes are traversed

  • Answered by AI
  • Q3. What are virtual functions?
  • Ans. 

    Virtual functions are functions in a base class that are overridden in derived classes, allowing for polymorphic behavior.

    • Virtual functions are declared in a base class with the 'virtual' keyword.

    • They are meant to be overridden in derived classes to provide specific implementations.

    • They allow for polymorphism, where a pointer to a base class can call a derived class's overridden function.

    • Example: virtual void display()

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAAthenahealth interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic oop
  • Q2. Previous projects and walktrough of one of the project, if any
  • Q3. Basic English test on a computer

Interview Preparation Tips

Interview preparation tips for other job seekers - The first step of the interview is the basic communication skills, which is taken on computer, try to listen carefully, most of the questions are only about what you have comprehend from the automated voice when played over.

OOP is very basic, they may ask some real life examples.

If you have worked previously, they may ask you about one of your projects. What technologies have you used ans why.

Shivam Medisoft Services Interview FAQs

How many rounds are there in Shivam Medisoft Services interview?
Shivam Medisoft Services interview process usually has 2-3 rounds. The most common rounds in the Shivam Medisoft Services interview process are Technical, Resume Shortlist and HR.
How to prepare for Shivam Medisoft Services 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 Shivam Medisoft Services. The most common topics and skills that interviewers at Shivam Medisoft Services expect are PLSQL, SQL, Java, SQL Development and Android.
What are the top questions asked in Shivam Medisoft Services interview?

Some of the top questions asked at the Shivam Medisoft Services interview -

  1. Bio-Data and Education experie...read more
  2. They asked me questions on sql.some basic questions like what is ddl,dml and wh...read more
  3. She asked questions related to procedures, function, trigger, exception, diff b...read more
How long is the Shivam Medisoft Services interview process?

The duration of Shivam Medisoft Services interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Shivam Medisoft Services Interview Process

based on 9 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

Oracle Cerner Interview Questions
3.7
 • 157 Interviews
GE Healthcare Interview Questions
4.0
 • 72 Interviews
eClinicalWorks Interview Questions
3.8
 • 68 Interviews
Veradigm Interview Questions
4.0
 • 41 Interviews
Zeus Learning Interview Questions
3.3
 • 34 Interviews
McKesson Interview Questions
4.5
 • 1 Interview
View all

Shivam Medisoft Services Reviews and Ratings

based on 78 reviews

3.2/5

Rating in categories

3.3

Skill development

2.8

Work-life balance

2.7

Salary

3.1

Job security

2.9

Company culture

2.9

Promotions

2.8

Work satisfaction

Explore 78 Reviews and Ratings
Software Developer
60 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

SQL Developer
54 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Plsql Developer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Java Developer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Shivam Medisoft Services with

Oracle Cerner

3.7
Compare

Veradigm

4.0
Compare

Athenahealth Technology

4.2
Compare

GE Healthcare

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