Upload Button Icon Add office photos

Filter interviews by

LogixHealth Senior Software Engineer Interview Questions and Answers

Updated 10 Jan 2024

LogixHealth Senior Software Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Basic c#and MVC architecture, partial view, singleton class
  • Q2. Index ,view, optimisation techniques in database
  • Ans. 

    Indexing, viewing, and optimization techniques are essential for improving database performance.

    • Use indexes to quickly retrieve data from tables

    • Regularly analyze and optimize queries for better performance

    • Utilize views to simplify complex queries and improve readability

    • Consider partitioning tables for better manageability and performance

    • Use tools like explain plans to analyze query performance

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Difference in MVC and ado.net, filters in MVC, resultset in mvc
  • Ans. 

    MVC is a design pattern for organizing code in web applications, while ADO.NET is a data access technology for connecting to databases.

    • MVC stands for Model-View-Controller and helps in separating concerns in web applications.

    • ADO.NET is a data access technology in .NET framework for connecting to databases.

    • Filters in MVC are used to add pre-processing or post-processing logic to controller actions.

    • Resultset in MVC refer...

  • Answered by AI
  • Q2. Rank functions in SQL server
  • Ans. 

    Functions in SQL server can be ranked based on their usage, complexity, and performance.

    • Rank functions based on usage - COUNT, SUM, AVG, MAX, MIN

    • Rank functions based on complexity - CASE, COALESCE, ISNULL

    • Rank functions based on performance - ROW_NUMBER, RANK, DENSE_RANK

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Typical questions about your experience, technical background and working knowledge relevant to their technical stack.
  • Q2. Tell me about your experience in network security.
  • Q3. Tell me about your experience in Java and Springboot.

Interview Preparation Tips

Interview preparation tips for other job seekers - There was no formal technical assesment but the technical architect will ask about experience, logic based and system based questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Basic DSA and fronted questions were asked

Round 2 - HR 

(2 Questions)

  • Q1. Salary negosiation
  • Q2. Joining data and basic HR questions wew asked
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Theoretical questions around javascript methods
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Round one was an online coding test where there were 5 sections :

1 - dsa - medium

2 - Java - Easy

3 - OOP - Easy

4 - Git - Easy

Round 2 - One-on-one 

(5 Questions)

  • Q1. 1 - where is bean annotation used in springboot ?... In class or method
  • Ans. 

    Bean annotation is used in Spring Boot on class or method to indicate that a method produces a bean to be managed by the Spring container.

    • Bean annotation is used on methods within a class to indicate that the method produces a bean to be managed by the Spring container.

    • It can also be used at the class level to indicate that the class itself is a Spring bean.

    • For example, @Bean annotation can be used on a method that cre...

  • Answered by AI
  • Q2. Which access modifier to restrict interface method access to only derived or implemented classes
  • Ans. 

    Protected access modifier restricts interface method access to only derived or implemented classes.

    • Use 'protected' access modifier to restrict access to only derived or implemented classes

    • Protected members are accessible within the same package or by subclasses

    • Example: 'protected void methodName() {}' in an interface

  • Answered by AI
  • Q3. How does one services interact with other in microservice
  • Ans. 

    Microservices interact with each other through APIs, messaging, or events.

    • Microservices communicate with each other through APIs, which can be synchronous or asynchronous.

    • Messaging systems like RabbitMQ or Kafka can be used for communication between microservices.

    • Events can be used for loosely coupled communication between microservices.

    • Service discovery mechanisms like Eureka or Consul help microservices locate and co...

  • Answered by AI
  • Q4. In an integer array where element represent stock price and index represent days how to detect the best day to buy and best day to sell in O(N)
  • Ans. 

    To detect the best day to buy and sell stock in an integer array representing stock prices and days in O(N).

    • Iterate through the array and keep track of the minimum price seen so far.

    • Calculate the profit by subtracting the current price from the minimum price.

    • Update the maximum profit and best buy/sell days accordingly.

    • Return the best buy and sell days to maximize profit.

  • Answered by AI
  • Q5. In an integer array find the next greatest number for all and display in O(N)
  • Ans. 

    Find the next greatest number for each integer in an array in O(N) time complexity.

    • Iterate through the array from right to left

    • Use a stack to keep track of potential next greatest numbers

    • Pop elements from the stack that are less than the current element and update their next greatest number to the current element

    • Push the current element onto the stack

    • Repeat until all elements have a next greatest number

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
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 - One-on-one 

(1 Question)

  • Q1. Multiprocessing
Round 3 - Technical 

(1 Question)

  • Q1. Django ORM queries, python basic
Round 4 - HR 

(1 Question)

  • Q1. Company culture and compensation discussion
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - HR 

(2 Questions)

  • Q1. Orientation skills
  • Q2. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - good experience
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

It was an easy test. It consisted of MCQs and two coding qns. Prepare SQL well. It also had 2 programming question. Both were medium difficukty

Round 3 - One-on-one 

(1 Question)

  • Q1. It was mainly focussed on my projects. Be thorough with you resume. But it also depends on the interviewer.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare in-depth Java and you should know what is on your resume. Medium level of DSA is enough.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2022. There were 5 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 - Coding Test 

Generally you have to visit their company first and give the exam in pen paper mode and write down all the answer my suggestion is write down all the logic of you can't complete the code write down the pseudocode but attempt all the question

Round 3 - Technical 

(2 Questions)

  • Q1. In the next round they generally asked oops or DBMS question but for my case they asked coding question again and question are easy to medium level if you have the concept in depth you can easily answer
  • Q2. Abstraction, Encapsulation, Interface
Round 4 - Technical 

(1 Question)

  • Q1. In this round they asked oops and DBMS concept but in depth
Round 5 - HR 

(1 Question)

  • Q1. Generally the question related to hr round and it was normal conversation

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be panic and be confident you can get it sure
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Typical questions about your experience, technical background and working knowledge relevant to their technical stack.
  • Q2. Tell me about your experience in network security.
  • Q3. Tell me about your experience in Java and Springboot.

Interview Preparation Tips

Interview preparation tips for other job seekers - There was no formal technical assesment but the technical architect will ask about experience, logic based and system based questions.

LogixHealth Interview FAQs

How many rounds are there in LogixHealth Senior Software Engineer interview?
LogixHealth interview process usually has 2 rounds. The most common rounds in the LogixHealth interview process are Technical.
What are the top questions asked in LogixHealth Senior Software Engineer interview?

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

  1. Difference in MVC and ado.net, filters in MVC, resultset in ...read more
  2. Index ,view, optimisation techniques in datab...read more
  3. Rank functions in SQL ser...read more

Tell us how to improve this page.

LogixHealth Senior Software Engineer Salary
based on 26 salaries
₹7 L/yr - ₹18.4 L/yr
22% less than the average Senior Software Engineer Salary in India
View more details

LogixHealth Senior Software Engineer Reviews and Ratings

based on 3 reviews

2.8/5

Rating in categories

3.7

Skill development

3.9

Work-Life balance

1.9

Salary & Benefits

1.7

Job Security

1.8

Company culture

3.4

Promotions/Appraisal

2.1

Work Satisfaction

Explore 3 Reviews and Ratings
Senior Quality Analyst
123 salaries
unlock blur

₹3.3 L/yr - ₹8.5 L/yr

Group Coordinator
101 salaries
unlock blur

₹4.2 L/yr - ₹9.4 L/yr

Medical Coder
98 salaries
unlock blur

₹0.8 L/yr - ₹6.5 L/yr

Senior Specialist
81 salaries
unlock blur

₹3.5 L/yr - ₹6.5 L/yr

Specialist
65 salaries
unlock blur

₹2.5 L/yr - ₹5.1 L/yr

Explore more salaries
Compare LogixHealth with

Omega Healthcare

3.8
Compare

GeBBS Healthcare Solutions

3.7
Compare

VeeTechnologies

3.8
Compare

Sunknowledge Services

3.9
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