Upload Button Icon Add office photos
Engaged Employer

i

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

AssureCare Healthtech LLP Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 45 Reviews

Filter interviews by

AssureCare Healthtech LLP Senior Software Engineer Interview Questions and Answers

Updated 21 Jun 2024

AssureCare Healthtech LLP Senior Software Engineer Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain model, view and controller in brief
  • Ans. 

    Model represents data, View displays data to user, Controller handles user input and updates model/view

    • Model: Represents data and business logic

    • View: Displays data to user

    • Controller: Handles user input and updates model/view

    • Example: In a web application, model could be a database table, view could be an HTML page, and controller could be a server-side script

  • Answered by AI
  • Q2. What are the various steps to create request object
  • Ans. 

    Steps to create a request object

    • Define the request object class

    • Add properties to the request object class

    • Implement methods to set and get values of the properties

    • Instantiate the request object class

    • Set values for the properties of the request object

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Where do you see yourself in next 5 years?
  • Q2. Why are you interested in this job

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

First round will be coding test which will have Core java questions

Round 2 - Technical 

(4 Questions)

  • Q1. Type of Class Loaders available in java
  • Ans. 

    Java has three types of class loaders: Bootstrap Class Loader, Extension Class Loader, and System Class Loader.

    • Bootstrap Class Loader loads core Java classes located in the bootstrap classpath.

    • Extension Class Loader loads classes from the extensions directory.

    • System Class Loader loads classes from the classpath specified by the CLASSPATH environment variable.

  • Answered by AI
  • Q2. Coding question related find 3nd highest number with single loop and minimum time complexity.
  • Ans. 

    Use a single loop to find the 3rd highest number in an array with minimum time complexity.

    • Iterate through the array and keep track of the three highest numbers encountered so far.

    • Update the three highest numbers as you iterate through the array.

    • Return the third highest number once the loop is completed.

  • Answered by AI
  • Q3. What is diff between cyclicBarrier and countDownLatch?
  • Ans. 

    CyclicBarrier allows a group of threads to wait at a barrier until all threads have reached it, while CountDownLatch allows one or more threads to wait until a set of operations being performed in other threads completes.

    • CyclicBarrier is reusable, while CountDownLatch is not.

    • CyclicBarrier allows all threads to wait for each other, while CountDownLatch allows one thread to wait for others.

    • CyclicBarrier resets automatica...

  • Answered by AI
  • Q4. What is diff between JPARepository and CURDRepository?
  • Ans. 

    JPARepository is a Spring Data interface for JPA-based repositories, while CRUDRepository is a generic interface for CRUD operations.

    • JPARepository extends CRUDRepository and provides additional JPA-specific methods.

    • CRUDRepository is a generic interface for CRUD operations on a repository.

    • JPARepository is typically used for JPA-based repositories, while CRUDRepository can be used for any type of repository.

    • JPARepository...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Second round is pending

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How google.com works
  • Ans. 

    Google.com is a search engine that uses web crawlers to index websites and algorithms to rank search results.

    • Google uses web crawlers to index websites and store information in its database.

    • Algorithms are used to rank search results based on relevance and popularity.

    • Google also uses personalized search results based on user data and location.

    • Google's homepage is simple and fast-loading to provide a user-friendly experi

  • Answered by AI
  • Q2. How rest works, in array of 500 elements give top 15 elements discussion about complexities

Interview Preparation Tips

Interview preparation tips for other job seekers - try to be clear and correct on every information you provide

Skills evaluated in this interview

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Lazy loading in react
  • Q2. Cache bursting
  • Q3. Difference between == and ===

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic of react and redux
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Details of Kafka
  • Q2. Concurrency questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1. Pattern print code. 2. Types of S3 bucket in AWS. 3. Java basic question. 4. Spring/ Spring boot basic question. 5. Hibernate basic interview question. 6. Some behavioral question.
  • Ans. 

    This is a list of questions asked in an interview for Senior Software Engineer position.

    • 1. Pattern print code: Write a code to print a specific pattern using loops.

    • 2. Types of S3 bucket in AWS: Explain the different types of S3 buckets in Amazon Web Services.

    • 3. Java basic question: Provide a basic question related to Java programming language.

    • 4. Spring/Spring Boot basic question: Give an example of a basic question rel...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basic.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. String Oprerations
  • Q2. Java collections
Round 2 - Aptitude Test 

Internally prepared Psychometric test for judging mindset of candidate.

Round 3 - HR 

(2 Questions)

  • Q1. Why ALTRES ? And why are you switching your current job ?
  • Q2. Previous experience and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on java collections and Spring MVC framework.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Discussion about OOPS concepts and String related program

Round 2 - Coding Test 

Program on Recursion and Array

Round 3 - HR 

(2 Questions)

  • Q1. Strength and Weakness
  • Q2. Reason for joining with company
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. 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 

(5 Questions)

  • Q1. Basic Java Questions
  • Q2. Coding, OOPS, Collections
  • Q3. L2 : Techno Manager Round
  • Q4. Project Overview
  • Q5. Spring Boot, Quarkus

Interview Preparation Tips

Interview preparation tips for other job seekers - Not much of compensation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. General question about the project, challenges, etc
Round 2 - Coding Test 

(1 Question)

  • Q1. Implement tail -f command w/o use of external libraries
  • Ans. 

    Implementing tail -f command without external libraries in Python

    • Open the file in read mode

    • Use a loop to continuously read new lines added to the file

    • Print the new lines as they are read

  • Answered by AI
Round 3 - EM Round 

(2 Questions)

  • Q1. General questions on challenges, current role, production issues
  • Q2. DSA Question - next warm day

Skills evaluated in this interview

AssureCare Healthtech LLP Interview FAQs

How many rounds are there in AssureCare Healthtech LLP Senior Software Engineer interview?
AssureCare Healthtech LLP interview process usually has 2 rounds. The most common rounds in the AssureCare Healthtech LLP interview process are Technical and HR.
How to prepare for AssureCare Healthtech LLP 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 AssureCare Healthtech LLP. The most common topics and skills that interviewers at AssureCare Healthtech LLP expect are MVC, Bootstrap, JQuery, Javascript and SQL Server.
What are the top questions asked in AssureCare Healthtech LLP Senior Software Engineer interview?

Some of the top questions asked at the AssureCare Healthtech LLP Senior Software Engineer interview -

  1. What are the various steps to create request obj...read more
  2. Explain model, view and controller in br...read more

Tell us how to improve this page.

AssureCare Healthtech LLP Senior Software Engineer Salary
based on 49 salaries
₹7.5 L/yr - ₹25 L/yr
24% more than the average Senior Software Engineer Salary in India
View more details

AssureCare Healthtech LLP Senior Software Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
49 salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Softwaretest Engineer
34 salaries
unlock blur

₹4 L/yr - ₹13.9 L/yr

Software Engineer
17 salaries
unlock blur

₹5 L/yr - ₹15 L/yr

SQA Engineer
13 salaries
unlock blur

₹3 L/yr - ₹7.8 L/yr

Business Analyst
10 salaries
unlock blur

₹4.2 L/yr - ₹10 L/yr

Explore more salaries
Compare AssureCare Healthtech LLP with

Practo

3.1
Compare

Portea Medical

4.3
Compare

PharmEasy

3.7
Compare

Netmeds.com

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