Upload Button Icon Add office photos

Filter interviews by

Iris Medical Solutions Java Developer Interview Questions and Answers

Updated 10 Apr 2021

Iris Medical Solutions Java Developer Interview Experiences

1 interview found

I applied via Indeed and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. OOPs concepts and each in detail
  • Ans. 

    OOPs concepts are fundamental to Java programming. They include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: bundling data and methods that operate on that data within a single unit

    • Inheritance: creating new classes from existing ones, inheriting their properties and methods

    • Polymorphism: the ability of objects to take on many forms, allowing for flexibility and extensibility

    • Abstraction: hidin...

  • Answered by AI
  • Q2. Core and advanced java
  • Q3. MySQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice well....usual questions like tell me about yourself, project explanation and technical questions will be asked at a time. Questions are not that tough but don't be lazy.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Is sql necessary for your project ?
  • Ans. 

    SQL is necessary for most projects involving databases to manage and query data efficiently.

    • SQL is essential for creating, updating, and querying databases in most projects.

    • Without SQL, it would be challenging to interact with databases and retrieve specific data.

    • Examples of SQL commands include SELECT, INSERT, UPDATE, and DELETE.

    • SQL can help optimize database performance and ensure data integrity.

  • Answered by AI
  • Q2. What is Hql ?
  • Ans. 

    HQL stands for Hibernate Query Language, a query language similar to SQL but used for Hibernate ORM framework.

    • HQL is used to perform database operations in Hibernate ORM framework.

    • It is similar to SQL but operates on Hibernate objects instead of database tables.

    • HQL queries are written in Hibernate-specific syntax.

    • Example: 'FROM Employee e WHERE e.department = :dept'

    • HQL queries are translated into SQL queries by Hiberna

  • Answered by AI
  • Q3. What are views ?
  • Ans. 

    Views in Java are user interface components that display data from a model in a specific format.

    • Views are used to represent the user interface in Java applications.

    • They display data from a model in a visually appealing format.

    • Examples include buttons, text fields, labels, and checkboxes.

  • Answered by AI
  • Q4. What are cross joins ?
  • Ans. 

    Cross joins are a type of join operation in SQL that combines each row from one table with each row from another table.

    • Cross joins do not have a join condition specified, resulting in a Cartesian product of the two tables.

    • They can be used when you want to combine every row from one table with every row from another table.

    • Cross joins can lead to a large result set if the tables being joined have many rows.

  • Answered by AI
  • Q5. Difference between delete and truncate
  • Ans. 

    Delete removes rows one by one, while truncate removes all rows at once.

    • Delete is a DML command, while truncate is a DDL command.

    • Delete can be rolled back, while truncate cannot be rolled back.

    • Delete fires triggers, while truncate does not fire triggers.

    • Delete is slower as it logs individual row deletions, while truncate is faster as it logs the deallocation of the data pages.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Parexel International Java Developer interview:
  • SQL
  • Advanced Java
  • Spring Framework
Interview preparation tips for other job seekers - Mostly asked about Sql. and java 8 features. and some what basic annotations of spring boot

Skills evaluated in this interview

I applied via Company Website and was interviewed in Dec 2021. There were 8 interview rounds.

Round 1 - Case Study 

Degree College ( B.C .A) group

Round 2 - Coding Test 
Round 3 - HR 

(1 Question)

  • Q1. What are your salary expectations?
Round 4 - Assignment 

Java developer

Round 5 - HR 

(5 Questions)

  • Q1. Tell me about yourself.
  • Q2. We want job? When coming to my mail in message
  • Q3. Who many salary in monthly income?
  • Q4. Which time open the office?
  • Q5. We given work from ?
Round 6 - One-on-one 

(3 Questions)

  • Q1. We want job? How much given in monthly income.?
  • Q2. We given work from home?
  • Q3. Where branch in Wipro BPS?
  • Ans. 

    Wipro BPS has multiple branches across India and globally.

    • Wipro BPS has branches in major cities like Bangalore, Chennai, Mumbai, Pune, Hyderabad, etc.

    • They also have branches in countries like the USA, UK, Australia, etc.

    • The exact branch location for a Java Developer role may depend on the project and client requirements.

  • Answered by AI
Round 7 - 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 8 - Group Discussion 

I am fresher in Wipro BPS

Interview Preparation Tips

Topics to prepare for Wipro Java Developer interview:
  • Java
  • Advanced Java
  • Java developer
  • Software Engineering
  • Software Testing
Interview preparation tips for other job seekers - I want job ? I am studying in degree College in B.C.A group

I applied via Fb and was interviewed in May 2022. 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 - Aptitude Test 

Easy question

Round 3 - Technical 

(2 Questions)

  • Q1. What is aray in Java
  • Ans. 

    An array in Java is a collection of similar type of elements stored in contiguous memory locations.

    • Arrays can be of primitive data types like int, float, etc. or reference types like String, Object, etc.

    • Arrays have a fixed size and can be accessed using an index starting from 0.

    • Arrays can be initialized during declaration or later using the new keyword.

    • Example: String[] names = {"John", "Mary", "Bob"};

    • Example: int[] nu...

  • Answered by AI
  • Q2. Byte code flot and double

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy understanding and prepare basic concepts is very good ?

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Types of joins in sql
  • Ans. 

    Types of joins in SQL

    • Inner join: returns only the matching rows from both tables

    • Left join: returns all rows from the left table and matching rows from the right table

    • Right join: returns all rows from the right table and matching rows from the left table

    • Full outer join: returns all rows from both tables

    • Cross join: returns the Cartesian product of both tables

  • Answered by AI
  • Q2. Oops concepts in Java
  • Ans. 

    Oops concepts in Java

    • Object-oriented programming

    • Encapsulation

    • Inheritance

    • Polymorphism

    • Abstraction

    • Class

    • Object

    • Interface

    • Constructor

    • Method Overloading

    • Method Overriding

  • Answered by AI
  • Q3. Operaters in sql and languages
  • Ans. 

    Operators in SQL and programming languages are used to perform various operations on data.

    • SQL operators include arithmetic, comparison, logical, and bitwise operators.

    • Programming language operators include arithmetic, assignment, comparison, logical, and bitwise operators.

    • Examples of SQL operators are +, -, *, /, =, <>, >, <, AND, OR, NOT, &, |, ^.

    • Examples of programming language operators are +, -, *, /, =, ==, !=, >,

  • Answered by AI
Round 3 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Wipro Java Developer interview:
  • Sql and java
Interview preparation tips for other job seekers - stay home stay safe , were mask

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell us about some skills which are required for the role?
  • Q2. Tell us about some skills which are required for the role? Which areas do you think you are required to improve your skills? Tell us about your most significant strengths & weakness? What motivates you? Wh...

Interview Preparation Tips

Interview preparation tips for other job seekers - spring, spring boot, java developer, HTML, JSP,

I applied via Recruitment Consulltant and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How to make a class immutable SOLID principles factory designer pattern
  • Ans. 

    To make a class immutable, use final keyword, private fields, no setters, and defensive copying.

    • Use final keyword to make class unextendable

    • Use private fields to prevent direct access

    • No setters to prevent modification

    • Defensive copying to prevent modification of mutable objects

    • SOLID principles and factory design pattern can be used to create immutable objects

    • Example: String class in Java is immutable

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Though questions. Concepts were more theoretical than practical questions.

Java Developer Interview Questions & Answers

Wipro user image DILIP REDDY KASTHURI

posted on 24 Dec 2021

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

Interview Questionnaire 

4 Questions

  • Q1. Internal Working of HashMap
  • Ans. 

    Internal working of HashMap

    • HashMap is a data structure that stores key-value pairs

    • It uses hashing to store and retrieve values

    • The hash code of the key is used to find the index of the value in the array

    • If there is a collision, the values are stored in a linked list at that index

    • The load factor determines when the HashMap should resize

    • The default load factor is 0.75

    • HashMap is not thread-safe, use ConcurrentHashMap for t

  • Answered by AI
  • Q2. What is the use of RequestBody Annatotion in spring
  • Ans. 

    RequestBody annotation is used to bind the HTTP request body to a method parameter in Spring.

    • Used in Spring MVC to handle POST requests

    • Used to map the request body to a Java object

    • Can be used with other annotations like @PostMapping

    • Can be used to validate the request body using @Valid annotation

  • Answered by AI
  • Q3. How to start spring boot application even though a class having error
  • Ans. 

    To start Spring Boot app with class error, disable strict classpath checking.

    • Add 'spring.main.lazy-initialization=true' to application.properties.

    • Disable strict classpath checking by adding 'spring.main.allow-bean-definition-overriding=true'.

    • Use 'spring.main.banner-mode=off' to disable banner.

    • Use 'spring.main.web-environment=false' to disable web environment.

    • Use 'spring.main.headless=true' to enable headless mode.

  • Answered by AI
  • Q4. Questions related to equals and hashcode

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident . If you does not the answer just say don't know

Skills evaluated in this interview

I applied via Job Fair and was interviewed in Dec 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Int is integer or string
  • Ans. 

    Int is an abbreviation for integer, which is a numerical data type in programming.

    • Int is not a string, it is a data type used to represent whole numbers.

    • In Java, int is a primitive data type and is declared using the keyword 'int'.

    • Examples of int variables: int age = 25; int quantity = 10;

  • Answered by AI
Round 2 - Aptitude Test 

What is 4 times of five multiple by 3

Interview Preparation Tips

Interview preparation tips for other job seekers - Hard-work and keep learning and smart work

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. OOPS concepts
  • Q2. Spring MVC
  • Q3. Spring Boot annotations
  • Q4. Dispatcher servlet
  • Q5. Collections

Interview Preparation Tips

Interview preparation tips for other job seekers - in-depth understanding of basic concepts are required.

Iris Medical Solutions Interview FAQs

What are the top questions asked in Iris Medical Solutions Java Developer interview?

Some of the top questions asked at the Iris Medical Solutions Java Developer interview -

  1. OOPs concepts and each in det...read more
  2. core and advanced ja...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Iris Medical Solutions interview
Job Portal
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

Wipro Interview Questions
3.7
 • 5.5k Interviews
IQVIA Interview Questions
3.9
 • 454 Interviews
Apollo Hospitals Interview Questions
4.1
 • 328 Interviews
Aurobindo Pharma Interview Questions
4.0
 • 230 Interviews
Philips Interview Questions
3.9
 • 154 Interviews
Abbott Interview Questions
4.2
 • 142 Interviews
Max Healthcare Interview Questions
4.1
 • 130 Interviews
View all
Iris Medical Solutions Java Developer Salary
based on 5 salaries
₹1.9 L/yr - ₹4.2 L/yr
53% less than the average Java Developer Salary in India
View more details
Java Developer
5 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Software Developer
4 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Medical Biller
4 salaries
unlock blur

₹1.3 L/yr - ₹2.4 L/yr

Medical Billing Executive
3 salaries
unlock blur

₹0.8 L/yr - ₹1.7 L/yr

Explore more salaries
Compare Iris Medical Solutions with

Siemens Healthineers

4.0
Compare

GE Healthcare

4.1
Compare

Philips

3.9
Compare

AGFA HEALTHCARE INDIA

4.4
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