Upload Button Icon Add office photos

Filter interviews by

dWise Healthcare IT Solutions Interview Questions and Answers

Updated 22 Mar 2025

dWise Healthcare IT Solutions Interview Experiences

Popular Designations

4 interviews found

Softwaretest Engineer Interview Questions & Answers

user image Sumith Sukumaran

posted on 22 Mar 2025

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Test cases, SDLC
  • Q2. Automation questions

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 7 Feb 2024

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

I applied via Walk-in and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Test cases and scenarios for one particular real time things, ex camera or like Google modules.
  • Q2. Manual testing concepts
  • Q3. If tried for automation automation concepts like web drivers and paths and some frame work concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go only if u have the intension to work in busy and Handel this work environment

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed before Aug 2022. There were 3 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 

General questions regarding oops ,
String array sorting collection.

Spring boot framework hands on experience.

Html css javascript basics . Like u should create a basic website.

Round 3 - HR 

(1 Question)

  • Q1. All just one to one call

Interview Preparation Tips

Interview preparation tips for other job seekers - You should create a basic website using html css java script .

You should create a form having submit button and it must be responsive in all screen sizes .

Basically a crud operation project 2-3 . Easily u can get selected after this .

Have a strong knowledge on java oops , loops , collection , string , jdbc , SQL

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (211)

I applied via Naukri.com and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS and data structures
  • Q2. SQL related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company has zero work life balance, they will make your life hell.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (211)

dWise Healthcare IT Solutions interview questions for popular designations

 Software Engineer

 (2)

 Softwaretest Engineer

 (1)

 QA Engineer

 (1)

Interview questions from similar companies

I applied via Referral and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Introduction for your reference
  • Q2. Introduction to the same
  • Q3. Introduction to the smoky

Interview Preparation Tips

Interview preparation tips for other job seekers - Introduction to the smoky and thanks for your

I applied via Company Website and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics of c, matrix multiplication, sql,he said to write group by query and swapping program without using third variable

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with basics of the mentioned languages in the resume.

I appeared for an interview before Jul 2021.

Round 1 - Technical 

(4 Questions)

  • Q1. What is Polymorphism and it’s type?
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as if they were of the same class.

    • Polymorphism is achieved through method overriding and method overloading.

    • Method overriding is when a subclass provides a specific implementation of a method that is already provided by its parent class.

    • Method overloading is when a class has two or more methods with the ...

  • Answered by AI
  • Q2. What is Dependency Injection?
  • Ans. 

    Dependency Injection is a design pattern where the dependencies of an object are injected into it rather than created within it.

    • It helps in achieving loose coupling between objects

    • It makes testing easier as dependencies can be mocked or stubbed

    • There are three types of Dependency Injection - Constructor Injection, Setter Injection, and Interface Injection

    • Example: In a web application, the database connection object can ...

  • Answered by AI
  • Q3. How Garbage Collection works in .Net?
  • Ans. 

    Garbage Collection in .Net automatically manages memory by freeing up unused objects.

    • Garbage Collector runs in the background and periodically checks for unused objects.

    • It frees up memory by deallocating objects that are no longer being used.

    • GC can be configured using different modes like Server, Workstation, Concurrent, etc.

    • GC can also be manually triggered using GC.Collect() method.

    • GC.SuppressFinalize() method can be...

  • Answered by AI
  • Q4. What is LINQ and some basic concept related it?

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was easy. Go through basic concepts of OOPs and SQL.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Data Structure?
  • 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 are used to manage large amounts of data efficiently.

    • They can be implemented using arrays, linked lists, trees, graphs, and other techniques.

    • Examples include stacks, queues, hash tables, and binary search trees.

    • Choosing the right data structure for a particular problem is important for op...

  • Answered by AI
  • Q2. Real time use of stack and Queue?
  • Ans. 

    Stack and Queue are used in real-time systems for managing tasks and events.

    • Stack is used for managing function calls, undo/redo operations, and backtracking.

    • Queue is used for managing events, scheduling tasks, and buffering data.

    • Real-time systems use both data structures for managing tasks and events in a time-sensitive manner.

    • Examples include task scheduling in operating systems, event handling in GUI applications, a

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS Software Engineer interview:
  • C
  • C++
  • Java
  • Pyth
Interview preparation tips for other job seekers - 1 hr C/ python Programming, Debugging, Programming, Networking

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Apr 2021. There were 3 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 

(1 Question)

  • Q1. .Net related technical questions
Round 3 - HR 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. What are your strengths and weaknesses?
  • Q3. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well basic concepts like OOPs

Interview Questionnaire 

1 Question

  • Q1. What is pickling?
  • Ans. 

    Pickling is a process of serializing and de-serializing Python objects into a byte stream.

    • Pickling is used to store Python objects in a file or transfer them over a network.

    • The pickle module in Python is used for pickling and unpickling.

    • The pickled data can be stored in a file or transferred over a network.

    • The pickled data can be easily unpickled to get back the original Python object.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic programming concepts.

Skills evaluated in this interview

dWise Healthcare IT Solutions Interview FAQs

How many rounds are there in dWise Healthcare IT Solutions interview?
dWise Healthcare IT Solutions interview process usually has 1-2 rounds. The most common rounds in the dWise Healthcare IT Solutions interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for dWise Healthcare IT Solutions 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 dWise Healthcare IT Solutions. The most common topics and skills that interviewers at dWise Healthcare IT Solutions expect are Postgresql, PHP, Angular, Java and CSS.
What are the top questions asked in dWise Healthcare IT Solutions interview?

Some of the top questions asked at the dWise Healthcare IT Solutions interview -

  1. If tried for automation automation concepts like web drivers and paths and some...read more
  2. Test cases and scenarios for one particular real time things, ex camera or like...read more
  3. All just one to one c...read more

Tell us how to improve this page.

dWise Healthcare IT Solutions Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
View all

dWise Healthcare IT Solutions Reviews and Ratings

based on 42 reviews

2.7/5

Rating in categories

3.6

Skill development

2.2

Work-life balance

2.0

Salary

3.1

Job security

2.1

Company culture

2.3

Promotions

2.6

Work satisfaction

Explore 42 Reviews and Ratings
Software Developer
32 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Software Engineer
24 salaries
unlock blur

₹1.2 L/yr - ₹3.5 L/yr

Softwaretest Engineer
16 salaries
unlock blur

₹1.8 L/yr - ₹5.4 L/yr

Software Testing Engineer
9 salaries
unlock blur

₹2 L/yr - ₹5.4 L/yr

Full Stack Developer
7 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Explore more salaries
Compare dWise Healthcare IT Solutions with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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