Upload Button Icon Add office photos

Filter interviews by

Humana Software Engi Interview Questions and Answers

Updated 23 May 2024

Humana Software Engi Interview Experiences

1 interview found

Software Engi Interview Questions & Answers

user image Anonymous

posted on 23 May 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Describe OOP's in C#
  • Ans. 

    OOP in C# is a programming paradigm that uses classes and objects to model real-world entities.

    • OOP stands for Object-Oriented Programming

    • In C#, classes are used to define objects which have properties and methods

    • Encapsulation, inheritance, and polymorphism are key principles of OOP in C#

    • Example: class Car { string make; int year; void Start() { } }

  • Answered by AI
  • Q2. Encapsulation, Inheritance, Polymorphism, and Abstraction.
  • Q3. What is a singleton?
  • Ans. 

    A singleton is a design pattern that restricts the instantiation of a class to one object.

    • Singleton pattern ensures that a class has only one instance and provides a global point of access to it.

    • Commonly used in scenarios where only a single instance of a class is needed, such as database connections or configuration settings.

    • Implementation can involve a private constructor, a static method to access the instance, and ...

  • Answered by AI
  • Q4. A design pattern where a class is only created one instance at runtime.
  • Ans. 

    Singleton pattern ensures a class has only one instance created at runtime.

    • Ensures there is only one instance of the class by providing a global point of access to it.

    • Uses a private constructor to restrict instantiation of the class from other classes.

    • Commonly used in scenarios where only one instance of a class is needed, such as database connections or configuration settings.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Coding Test 

It was an assessment test consisting of data structures and algorithms (DSA) and multiple-choice questions (MCQs).

Round 2 - Technical 

(1 Question)

  • Q1. 30 min Technical round. Question on Node js, React, and Javascript
Round 3 - Technical 

(1 Question)

  • Q1. What were the in-depth concepts of Node, React, and JavaScript that were covered in the technical round?
Round 4 - Technical 

(1 Question)

  • Q1. Final Technical Round cosist of Topics like System Design, Node js, React

Interview Preparation Tips

Topics to prepare for ZeMoSo Technologies Software Engineer2 interview:
  • Node.Js
  • Javascript
  • React.Js
  • Data Structures
  • Algorithms
  • Database
  • Microservices
Interview preparation tips for other job seekers - Prepare thoroughly, focusing more on in-depth and practical implementation rather than just definitions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Don't remember so I have no
  • Q2. I can't remember it
Round 2 - Technical 

(2 Questions)

  • Q1. I don't know the res
  • Q2. I can't remember it
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Advanced Java coding

Round 2 - Technical 

(2 Questions)

  • Q1. Entire core Java arrays and strings
  • Ans. 

    Core Java arrays and strings are fundamental data structures used for storing and manipulating data in Java programming.

    • Arrays in Java are used to store multiple values of the same data type in a single variable.

    • Strings in Java are objects that represent sequences of characters.

    • Arrays and strings in Java are both indexed collections, with arrays being mutable and strings being immutable.

    • Example: String[] names = {"Alic

  • Answered by AI
  • Q2. Java collections and Framework
Round 3 - Technical 

(2 Questions)

  • Q1. Some coding and framework
  • Q2. REST assured and API

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare what ever you mention in the CV If you get shortlisted

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. Oops related questions
  • Q2. C language quizzes
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of kotlin, sealed class, viewmodel implementation,
  • Q2. Caching mechanism
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Technical aspects about linked list,trees, stacks

Round 2 - Group Discussion 

Topic related to humanities

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

I applied via Approached by Company and was interviewed in Mar 2023. 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 - One-on-one 

(4 Questions)

  • Q1. Tell me about yourself? Why choose python and tell me about projects?
  • Ans. 

    I am a software developer with a passion for Python. I have worked on various projects showcasing my skills.

    • I chose Python because of its simplicity, readability, and vast community support.

    • Python's extensive libraries and frameworks make it suitable for a wide range of applications.

    • I have worked on projects like building web applications using Django, data analysis using pandas, and automation scripts using Selenium.

    • O...

  • Answered by AI
  • Q2. Why gaotek? Difference between Application and System Software? Tell me about project you done?
  • Ans. 

    I chose Gaotek because of its reputation in the software development industry.

    • Gaotek is known for its cutting-edge technology and innovative solutions.

    • The company has a strong focus on professional growth and learning opportunities.

    • Gaotek's work culture promotes collaboration and teamwork.

    • I was impressed by the positive reviews and success stories of Gaotek's previous interns and employees.

  • Answered by AI
  • Q3. Difference between python and C
  • Ans. 

    Python is a high-level interpreted language while C is a low-level compiled language.

    • Python is dynamically typed while C is statically typed.

    • Python has automatic memory management while C requires manual memory management.

    • Python is easier to learn and write code in while C is more efficient and faster.

    • Python is used for web development, data analysis, and machine learning while C is used for system programming and embe...

  • Answered by AI
  • Q4. Why you can go with unpaid internship??
  • Ans. 

    Unpaid internships can provide valuable learning opportunities and networking connections.

    • Gain practical experience and enhance skills

    • Build a professional network

    • Explore different career paths

    • Gain exposure to real-world projects

    • Increase chances of future employment

    • Learn from experienced professionals

    • Develop a strong work ethic

    • Demonstrate dedication and commitment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and confident in Interview
focus on resume , whatever you write

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

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 

Moderate difficult challenge in control

Round 3 - One-on-one 

(1 Question)

  • Q1. Describe your project

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare aptitude
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 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 

1 round of dsa with 2 questions

Round 3 - Technical 

(2 Questions)

  • Q1. 1 system design round
  • Q2. LLD round for 30 minutes
Round 4 - Technical 

(2 Questions)

  • Q1. Previous project discussion
  • Q2. Discuss past project, tech stack for 30 mins
  • Ans. 

    Developed a web-based project management tool using React, Node.js, and MongoDB.

    • Used React for the front-end development

    • Used Node.js for the back-end development

    • Used MongoDB for the database management

    • Implemented features like task assignment, progress tracking, and file sharing

    • Followed Agile methodology for project management

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Basic hr questions, salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm during the interview, communite clearly and brush through system design interviews.

Humana Interview FAQs

How many rounds are there in Humana Software Engi interview?
Humana interview process usually has 1 rounds. The most common rounds in the Humana interview process are Technical.
What are the top questions asked in Humana Software Engi interview?

Some of the top questions asked at the Humana Software Engi interview -

  1. A design pattern where a class is only created one instance at runti...read more
  2. What is a singlet...read more
  3. Describe OOP's in...read more

Tell us how to improve this page.

Humana Software Engi Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
SAP Security & GRC Consultant
3 salaries
unlock blur

₹5.5 L/yr - ₹6.1 L/yr

Claim Processor
3 salaries
unlock blur

₹1.5 L/yr - ₹4.7 L/yr

Explore more salaries
Compare Humana with

UnitedHealth

4.1
Compare

Anthem

3.6
Compare

Aetna

4.9
Compare

Centene Corporation

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