Upload Button Icon Add office photos
Engaged Employer

i

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

InCred Finance Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

InCred Finance Devops Engineer Interview Questions and Answers

Updated 17 Jun 2024

InCred Finance Devops Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Highly available LB with ec2
  • Ans. 

    Use an Application Load Balancer (ALB) with Auto Scaling group of EC2 instances for high availability.

    • Create an Application Load Balancer (ALB) in front of EC2 instances for distributing traffic.

    • Set up Auto Scaling group to automatically adjust the number of EC2 instances based on traffic.

    • Configure health checks on ALB to monitor the health of EC2 instances and route traffic accordingly.

  • Answered by AI
  • Q2. Write a shell script
  • Ans. 

    A shell script to display current date and time

    • Use the date command to get the current date and time

    • Store the output in a variable

    • Print the variable to display the date and time

  • Answered by AI
  • Q3. Basic k8s manifest

Interview Preparation Tips

Topics to prepare for InCred Finance Devops Engineer interview:
  • k8s
  • Docker
  • Bash
  • Terraform

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Sep 2022. There were 3 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 - HR 

(1 Question)

  • Q1. Self information , family background, work experience in previous companies etc..
Round 3 - Technical 

(1 Question)

  • Q1. About daily routine work and some task given how to deploy code on cicd, Jenkins and much more

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company, timely salary , cooperative staff's, familiar with all... Etc
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Linux basics Pythons basics Networking basics

I applied via Approached by company and was interviewed in Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What ever you keep on your resume. Those only they ask

Interview Preparation Tips

Interview preparation tips for other job seekers - Webex call simple interview but dont expect your disired role
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(7 Questions)

  • Q1. What is your roles and responsibilities in your current job..?
  • Ans. 

    I am responsible for designing, implementing, and maintaining the infrastructure and tools necessary for the development and operation of software applications.

    • Designing and implementing automation tools for continuous integration and deployment

    • Monitoring system performance and troubleshooting issues

    • Collaborating with development and operations teams to ensure smooth deployment processes

  • Answered by AI
  • Q2. What is CICD...? What is functions used in jenkinsfile..?
  • Ans. 

    CICD stands for Continuous Integration/Continuous Deployment. Jenkinsfile functions include stages, steps, post, and more.

    • CICD stands for Continuous Integration/Continuous Deployment

    • Jenkinsfile functions include stages, steps, post, agent, environment, and more

    • Stages define a series of tasks to be executed in a pipeline

    • Steps define individual actions within a stage

    • Post defines actions to be taken after the pipeline has...

  • Answered by AI
  • Q3. What is Kubernetes ..?
  • Ans. 

    Kubernetes is an open-source container orchestration platform for automating deployment, scaling, and management of containerized applications.

    • Kubernetes helps in automating the deployment, scaling, and management of containerized applications.

    • It allows for easy scaling of applications by adding or removing containers based on demand.

    • Kubernetes provides features like service discovery, load balancing, and self-healing ...

  • Answered by AI
  • Q4. What is Workspaces in docker
  • Ans. 

    Workspaces in Docker are isolated environments where developers can work on different projects without affecting each other.

    • Workspaces allow developers to have separate environments for each project, preventing conflicts between dependencies.

    • Each workspace has its own set of containers, volumes, and networks, ensuring isolation.

    • Developers can easily switch between workspaces to work on different projects.

    • Workspaces are...

  • Answered by AI
  • Q5. How Cost Optimization achieved ..? Give a example where you achieved this.
  • Ans. 

    Cost optimization in DevOps is achieved through efficient resource utilization, automation, and continuous monitoring.

    • Implementing auto-scaling to dynamically adjust resources based on demand

    • Using containerization to maximize resource utilization and reduce costs

    • Leveraging cloud services for pay-as-you-go pricing model

    • Implementing cost monitoring tools to identify and eliminate wasteful spending

    • Optimizing code and infr...

  • Answered by AI
  • Q6. What is the challange that you faced in your work and how you can overcome that..?
  • Ans. 

    I faced a challenge in automating deployment process due to complex infrastructure setup.

    • Identified key pain points in the deployment process

    • Collaborated with team to streamline infrastructure setup

    • Implemented automation tools like Ansible to simplify deployment

  • Answered by AI
  • Q7. How monitoring has been done .? Explain Prometheus and Grafana.
  • Ans. 

    Monitoring is done using Prometheus and Grafana. Prometheus collects metrics and Grafana visualizes them.

    • Prometheus is an open-source monitoring and alerting toolkit

    • It collects metrics from monitored targets by scraping HTTP endpoints

    • Grafana is a visualization tool that creates dashboards for the collected metrics

    • It allows users to create graphs, charts, and alerts based on the data from Prometheus

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on what you have learnt and experience. Try to elaborate and explain your answer as much as it can possible.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About project details in brief
Round 2 - One-on-one 

(1 Question)

  • Q1. About project details in brief
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Yaml file to create hpa in kubernetes.

Round 2 - Behavioral 

(2 Questions)

  • Q1. Basic introduction
  • Q2. Project explain
  • Ans. 

    The project involves setting up a CI/CD pipeline for a cloud-based application to automate the deployment process.

    • Implementing infrastructure as code using tools like Terraform or CloudFormation

    • Configuring Jenkins or GitLab for continuous integration

    • Automating deployment using tools like Ansible or Kubernetes

    • Monitoring and logging setup with tools like Prometheus or ELK stack

  • Answered by AI

I applied via Walk-in and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Past work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident always

Interview Questionnaire 

2 Questions

  • Q1. Normal questions were asked. As tell me about your self. Why I want to join icici bank?
  • Q2. And few more questions related to job profile

Interview Preparation Tips

Round: Resume Shortlist
Experience: Prior relevant experience

Round: Test
Experience: English language and presence of mind test

I applied via Naukri.com and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was experienced in the field so i was asked about my portfolio i was managing and questions pertaining to the product

Interview Preparation Tips

Interview preparation tips for other job seekers - They ask long to wait nearly 3 hours to take ur lunch along

InCred Finance Interview FAQs

How many rounds are there in InCred Finance Devops Engineer interview?
InCred Finance interview process usually has 1 rounds. The most common rounds in the InCred Finance interview process are One-on-one Round.
How to prepare for InCred Finance Devops 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 InCred Finance. The most common topics and skills that interviewers at InCred Finance expect are AWS, DevOps, Docker, Kubernetes and Linux.
What are the top questions asked in InCred Finance Devops Engineer interview?

Some of the top questions asked at the InCred Finance Devops Engineer interview -

  1. Highly available LB with ...read more
  2. write a shell scr...read more
  3. basic k8s manif...read more

Tell us how to improve this page.

InCred Finance Devops Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.5k Interviews
Bajaj Finance Interview Questions
4.0
 • 302 Interviews
Tata Capital Interview Questions
4.1
 • 136 Interviews
BA Continuum Interview Questions
4.1
 • 100 Interviews
View all

Fast track your campus placements

View all
InCred Finance Devops Engineer Salary
based on 6 salaries
₹7.1 L/yr - ₹14 L/yr
11% more than the average Devops Engineer Salary in India
View more details
Assistant Manager
140 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Manager
109 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Sales Manager
89 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Credit Manager
69 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Credit Officer
58 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare InCred Finance with

Bajaj Finance

4.0
Compare

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Kotak Mahindra Bank

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