Upload Button Icon Add office photos

LogixHealth

Compare button icon Compare button icon Compare

Filter interviews by

LogixHealth Software Engineer Interview Questions and Answers

Updated 18 Jul 2024

LogixHealth Software Engineer Interview Experiences

3 interviews found

Software Engineer Interview Questions & Answers

user image Mohammad Musaib

posted on 18 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Simple Array Coding Question
Round 2 - Technical 

(2 Questions)

  • Q1. .Net MVC questions like Session Management, Dependency Injection.
  • Q2. OOPS concepts. Most of the questions were around Abstraction and Encapsulation
Round 3 - HR 

(1 Question)

  • Q1. Salary Disucssion and Date of Joining
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Related To MVC view bag,filters, routing etc
Round 2 - Behavioral 

(1 Question)

  • Q1. Personal details and little bit from technical

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't just go there.So much Micromanagement is there hr itself will tell you to learn kannada and you will easily crack the interview because they aren't asking anything just simple questions but when you will join they will want you to work on asp.net core and so much various things as a full stack developer.Worst experience i got here.Literally fully Micromanagement system is there .they will not going to see your efforts and if you broke your leg also they will not give a single day WFH they will just say you have to come or else you have to take LOP.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more

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

Interview Questionnaire 

4 Questions

  • Q1. Basics of c# .net
  • Q2. MVC architecture
  • Q3. Join statements in sql
  • Ans. 

    Join statements are used in SQL to combine data from two or more tables based on a related column.

    • JOIN keyword is used to combine tables

    • Types of joins include INNER, LEFT, RIGHT, and FULL OUTER

    • ON keyword is used to specify the related column

    • Example: SELECT * FROM table1 JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q4. Azure functions

Interview Preparation Tips

Interview preparation tips for other job seekers - I was interviewed for software engineer position. The whole interview process was awesome and enjoyed it. There will be 2 technical rounds straight. The first will purely technical about your previous company projects and basic programming knowledge, communication. The approach I experienced was really good. Then I was informed by hr immediately that I selected for next round. Another technical round which has basic technical questions and some general questions. I felt most comfort with the person I interviewed by. Then final round was a HR round. In which salary discussion and company policies will be informed. The whole interview process was awesome and I got selected with full satisfaction. The one important thing, "they prefer immediate joiners" the most.

Skills evaluated in this interview

Interview questions from similar companies

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

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

  • Q1. DSA Next Greater element 2 Cycle in Linked List and if cycle remove it Best time to buy and sell stocks Coin Change
  • Ans. 

    Key DSA problems: Next Greater Element, Cycle in Linked List, Stock Trading, and Coin Change.

    • Next Greater Element: Find the next greater number for each element in an array. Example: For [4, 5, 2, 10], result is [5, 10, 10, -1].

    • Cycle in Linked List: Detect and remove a cycle using Floyd's Tortoise and Hare algorithm. If a cycle exists, find the start and remove it.

    • Best Time to Buy and Sell Stocks: Maximize profit by fi...

  • Answered by AI
  • Q2. Pyspark Optimisation techniques Wide and Narrow Transportmations Application Master
  • Q3. SQL Top 3 salaries per department Total working hours for an employee
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Easy-level questions were asked. One was for coding up BFS of a tree, another was to implement queue using linked list

Round 2 - Coding Test 

Medium level questions were asking related to tree and arrays

Round 3 - HR 

(4 Questions)

  • Q1. What are your hobbies?
  • Q2. How do you see yourself in 5 years?
  • Q3. What was your past work experience like?
  • Q4. What are your strengths and weaknesses?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Valid parentheses
  • Q2. Currying with arrow function
  • Ans. 

    Currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.

    • Currying can be achieved using arrow functions in JavaScript.

    • Arrow functions automatically bind 'this' and do not have their own 'this' value.

    • Example: const add = a => b => a + b;

    • Example: const addFive = add(5); const result = addFive(3); // result

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. DFS related problem
  • Q2. Machine coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on ds & algo

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 questions 3 sum linked list missing sum

Round 2 - HR 

(2 Questions)

  • Q1. System Design and hr principles
  • Ans. 

    System design involves creating a high-level architecture of a software system, while HR principles focus on managing people effectively.

    • System design involves identifying components, defining their interactions, and ensuring scalability and reliability.

    • HR principles include hiring the right talent, providing training and development opportunities, and fostering a positive work culture.

    • Both system design and HR princip...

  • Answered by AI
  • Q2. Projects discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. First round: 2 coding questions 1. Find minimum from sorted rotated array.
  • Q2. 2.relative sort leetcode....... second round: 1. Flower bed leetcode........2. find maximum subarray sum from an array

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers are really good and helpful. Just focus on the questions and try to discuss it with the interviewer. Third round is the managerial where they will discuss about your projects.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

First round was aptitude with coding round it was easy

Round 2 - Communication round 

(1 Question)

  • Q1. To check communication
Round 3 - Technical 

(1 Question)

  • Q1. Ask question based on datastructures

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on Data structures and Algorithms
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Group Discussion 

Discuss cons and pro for is education important to become successful in life?

LogixHealth Interview FAQs

How many rounds are there in LogixHealth Software Engineer interview?
LogixHealth interview process usually has 2-3 rounds. The most common rounds in the LogixHealth interview process are Technical, Behavioral and One-on-one Round.
How to prepare for LogixHealth 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 LogixHealth. The most common topics and skills that interviewers at LogixHealth expect are C#, SQL, WPF and Winforms.
What are the top questions asked in LogixHealth Software Engineer interview?

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

  1. Join statements in ...read more
  2. OOPS concepts. Most of the questions were around Abstraction and Encapsulat...read more
  3. .Net MVC questions like Session Management, Dependency Injecti...read more

Tell us how to improve this page.

LogixHealth Software Engineer Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 233 Interviews
Sigmoid Interview Questions
3.3
 • 59 Interviews
Merilytics Interview Questions
3.0
 • 50 Interviews
ICRA Analytics Interview Questions
3.4
 • 39 Interviews
Dunnhumby Interview Questions
4.0
 • 29 Interviews
Everest Group Interview Questions
3.3
 • 25 Interviews
Coronis Health Interview Questions
3.7
 • 24 Interviews
View all
LogixHealth Software Engineer Salary
based on 44 salaries
₹4.8 L/yr - ₹11 L/yr
13% less than the average Software Engineer Salary in India
View more details

LogixHealth Software Engineer Reviews and Ratings

based on 12 reviews

1.9/5

Rating in categories

1.7

Skill development

2.7

Work-life balance

2.8

Salary

1.3

Job security

2.6

Company culture

2.0

Promotions

2.1

Work satisfaction

Explore 12 Reviews and Ratings
Senior Quality Analyst
125 salaries
unlock blur

₹3.3 L/yr - ₹8.5 L/yr

Medical Coder
98 salaries
unlock blur

₹1.8 L/yr - ₹6.5 L/yr

Group Coordinator
97 salaries
unlock blur

₹4.2 L/yr - ₹9.4 L/yr

Senior Specialist
81 salaries
unlock blur

₹3.5 L/yr - ₹6.5 L/yr

Specialist
70 salaries
unlock blur

₹2.5 L/yr - ₹5.8 L/yr

Explore more salaries
Compare LogixHealth with

Indegene

3.4
Compare

Markets and Markets

3.2
Compare

Coronis Health

3.7
Compare

Quintessence Business Solutions & Services

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