Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Humana People to People India Team. If you also belong to the team, you can get access from here

Humana People to People India Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Humana People to People India Devops Engineer Interview Questions and Answers

Updated 22 Jul 2024

Humana People to People India Devops Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. DEtails about prious job role
  • Q2. What are your strainght

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. About k8s, docker file, k8s components, jenkins, git, ansible etc

I was interviewed before Jan 2021.

Round 1 - Video Call 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

First round was skype based technical interview.
You are connected through screen on the terminal and basic to advanced shell scripting is asked.
They will ask basic to advanced shell commands, some shell scripting tasks and about linux kernel.
Tips: You have to be really sure in a skype interview that you know the question being asked, as you can't take much time.

  • Q1. What is a process in Linux?
  • Ans. 

    A process in Linux is an instance of a running program, identified by a unique process ID (PID) and containing information about its execution.

    • A process is an executing instance of a program in Linux.

    • Each process is identified by a unique process ID (PID).

    • Processes can be managed using commands like ps, top, and kill.

    • Processes can run in the foreground or background.

    • Examples of processes include web servers, database s

  • Answered by AI
  • Q2. How does the Linux boot process work?
  • Ans. 

    The Linux boot process involves several stages including BIOS, bootloader, kernel initialization, and user space initialization.

    • BIOS (Basic Input/Output System) performs hardware initialization and loads the bootloader

    • Bootloader (such as GRUB) loads the Linux kernel into memory and starts its execution

    • Kernel initializes devices, mounts the root filesystem, and starts the init process

    • Init process (systemd or SysVinit) i

  • Answered by AI
  • Q3. How will you monitor file changes in Linux?
  • Ans. 

    You can monitor file changes in Linux using tools like inotifywait, auditd, or by writing custom scripts.

    • Use inotifywait command to monitor file changes in real-time

    • Set up auditd to track file changes and system calls

    • Write custom scripts using tools like inotify or diff to monitor specific files or directories

  • Answered by AI
  • Q4. How can you kill all Java processes with a single command?
  • Ans. 

    You can kill all Java processes with a single command using pkill or killall commands.

    • Use pkill command followed by the process name 'java' to kill all Java processes: pkill java

    • Alternatively, you can use killall command with the process name 'java' to achieve the same result: killall java

  • Answered by AI
Round 2 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This round was also on skype.
This round was more DevOps tools oriented and language programming.
They asked me about Chef, Ansible and some other tools used for configuration management and deployment.
They ask if your familiar with AWS and other cloud services.
Also you will get to show that you can code in any scripting languages like ruby or python.
Also some database related things.
Tips: Only mention the tools you really know inside out in the resume.

  • Q1. Write a Ruby program to check if a directory exists or not.
  • Ans. 

    Ruby program to check if a directory exists

    • Use the File.directory? method in Ruby to check if a directory exists

    • Provide the directory path as an argument to the method

    • Return true if the directory exists, false otherwise

  • Answered by AI
  • Q2. What are the SQL query optimization techniques?
  • Ans. 

    SQL query optimization techniques improve performance by reducing query execution time.

    • Use indexes to speed up data retrieval

    • Avoid using SELECT * and only retrieve necessary columns

    • Optimize joins by using appropriate join types (e.g. INNER JOIN, LEFT JOIN)

    • Use WHERE clause to filter data early in the query

    • Avoid using subqueries if possible

  • Answered by AI
  • Q3. What are the use cases for Chef, and why is it necessary in DevOps?
  • Ans. 

    Chef is a configuration management tool used in DevOps to automate infrastructure deployment and management.

    • Automating server configuration and management

    • Ensuring consistency across environments

    • Enabling infrastructure as code practices

    • Automating application deployment processes

    • Managing complex infrastructure at scale

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAHousing.com interview preparation:Topics to prepare for the interview - Confidence, Database, Programming, LinuxTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : You should be updated with what's going on with latest devops developments.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

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

Round 1 - Technical 

(1 Question)

  • Q1. Profile discussion, interview based on job description.
Round 2 - Technical 

(1 Question)

  • Q1. VMware, SRM, replication, virtualuzation

Interview Preparation Tips

Interview preparation tips for other job seekers - Good working. Interview was normal not much tough. Since those tools were new at the time of interview in 2014.

Interview Questionnaire 

1 Question

  • Q1. Devops specific

I applied via Naukri.com and was interviewed in Dec 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. DevOps methodology, Cloud computing, Java, role in the previous project

Interview Preparation Tips

Interview preparation tips for other job seekers - Sticks to the basics and always have command on the technology and the subject which you have mentioned on the resume, as most of the questions will be from that part itself.

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. AWS Basics on architecture
  • Q2. Docker, Ansible, similar tools
  • Q3. Design a web application architecture
  • Ans. 

    A scalable web application architecture with load balancing and fault tolerance.

    • Use a load balancer to distribute traffic across multiple servers

    • Implement fault tolerance by using multiple servers and a backup database

    • Use a microservices architecture to break down the application into smaller, more manageable components

    • Implement caching to improve performance

    • Use a containerization platform like Docker to simplify deplo

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for devops related questions and it would be good

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic DevOps questions need to be prepared and docker and Jenkins plays vital role in interview
  • Q2. Git, Maven, Sonar, Jenkins docker,any load balancers and scripting must to work

Interview Preparation Tips

Interview preparation tips for other job seekers - They don't dig depth in questions but you should be prepared with all devops tools in ur stack

I applied via Job Portal and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly technical questions and they considered background profile too

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your experience and get deep knowledge before attending interview

I applied via Naukri.com and was interviewed before Jan 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic Exam about your knowledge.

Round 2 - Group Discussion 

We have to speak out properly and clear with our opinion.

Round 3 - Technical 

(1 Question)

  • Q1. Questions about some Technical and level of our confidence.
Round 4 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Tell me about yourself.
  • Q5. Why are you looking for a change?
  • Q6. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and feel free to attend the interview. Be confidence.
Contribute & help others!
anonymous
You can choose to be anonymous

Humana People to People India Interview FAQs

How many rounds are there in Humana People to People India Devops Engineer interview?
Humana People to People India interview process usually has 1 rounds. The most common rounds in the Humana People to People India interview process are HR.
What are the top questions asked in Humana People to People India Devops Engineer interview?

Some of the top questions asked at the Humana People to People India Devops Engineer interview -

  1. What are your strain...read more
  2. DEtails about prious job r...read more

Recently Viewed

INTERVIEWS

Humana People to People India

No Interviews

SALARIES

Smile Foundation

SALARIES

Medanta the Medicity

SALARIES

Medanta the Medicity

SALARIES

McKinsey & Company

SALARIES

Infopro India

SALARIES

Infopro India

SALARIES

Kokilaben Dhirubhai Ambani Hospital

SALARIES

Smile Foundation

REVIEWS

Infopro India

No Reviews

Tell us how to improve this page.

Humana People to People India Devops Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

CARE Interview Questions
4.3
 • 39 Interviews
Teach For India Interview Questions
4.0
 • 27 Interviews
World Vision Interview Questions
4.3
 • 19 Interviews
AIESEC Interview Questions
4.4
 • 15 Interviews
HCL Foundation Interview Questions
4.1
 • 13 Interviews
View all
Accountant
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Cluster Coordinator
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Block Coordinator
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Accountant
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Training Specialist
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Humana People to People India with

Oxfam

4.9
Compare

CARE

4.3
Compare

Actionaid

4.1
Compare

Pratham Education Foundation

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