Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Broadridge Financial Solutions Senior Devops Engineer Interview Questions and Answers

Updated 9 Feb 2024

Broadridge Financial Solutions Senior Devops Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to regain a deleted branch in git?
  • Ans. 

    To regain a deleted branch in git, use the reflog and checkout commands.

    • Use 'git reflog' to find the commit hash of the deleted branch

    • Run 'git checkout -b ' to recreate the branch

  • Answered by AI
  • Q2. Command to list all hosts of Ansible inventiory.
  • Ans. 

    The command to list all hosts of Ansible inventory is 'ansible-inventory --list'.

    • Use the 'ansible-inventory' command

    • Add the '--list' option to list all hosts

    • The command should be run from the command line

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Coding Test 

It was easy 2 question hackerrank exam

I applied via Naukri.com and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basics in resume and all the projects you have worked on mostly.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be ready and prepared with your resume.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between ext and xfs?
  • Ans. 

    ext is the default file system for many Linux distributions, while xfs is known for better performance and scalability.

    • ext is the default file system for many Linux distributions

    • xfs is known for better performance and scalability

    • xfs supports larger file systems and files compared to ext

  • Answered by AI
  • Q2. What is the difference between CentOS/RHEL 6 & 7?
  • Ans. 

    CentOS/RHEL 6 & 7 differ in kernel version, package management, systemd, and support lifecycle.

    • Kernel version: CentOS/RHEL 6 uses kernel version 2.6.x while CentOS/RHEL 7 uses kernel version 3.x.

    • Package management: CentOS/RHEL 6 uses yum for package management, while CentOS/RHEL 7 uses yum and dnf.

    • Systemd: CentOS/RHEL 6 uses SysV init system, while CentOS/RHEL 7 uses systemd as the init system.

    • Support lifecycle: CentOS...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Gitlab related Questionnaire ?
  • Q2. Terraform related Questionnaire ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Jenkins ci-cd meaning
  • Q2. Grep and egrep in linux
  • Ans. 

    grep and egrep are command line tools used for searching text patterns in files in Linux.

    • grep is a basic command line tool for searching text patterns in files.

    • egrep is an extended version of grep with support for regular expressions.

    • grep is case-sensitive by default, use -i flag for case-insensitive search.

    • egrep supports extended regular expressions without escaping special characters.

    • Example: grep 'pattern' file.txt

    • E

  • Answered by AI
  • Q3. How to print forth coloumn
  • Ans. 

    Use awk command to print the fourth column of a file

    • Use awk command with '{print $4}' to print the fourth column of a file

    • Example: awk '{print $4}' file.txt

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I was interviewed in Aug 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. What is the GitHub Actions and usages
  • Ans. 

    GitHub Actions is a CI/CD tool provided by GitHub for automating workflows and tasks in software development.

    • GitHub Actions allows you to automate tasks like building, testing, and deploying code directly from your GitHub repository.

    • You can create custom workflows using YAML files to define the actions to be taken based on events like push, pull request, or issue creation.

    • GitHub Actions supports a wide range of program...

  • Answered by AI
  • Q2. CI/CD pipeline and explain in detail
  • Ans. 

    CI/CD pipeline automates the process of integrating code changes and deploying them to production.

    • CI/CD stands for Continuous Integration/Continuous Deployment

    • Automates the process of building, testing, and deploying code changes

    • Helps in detecting and fixing integration errors early in the development cycle

    • Uses tools like Jenkins, GitLab CI/CD, Travis CI, etc.

    • Ensures faster delivery of code changes to production

  • Answered by AI
  • Q3. Detailed questions on Terraform
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About ci cd automation
  • Q2. Ci cd ansible dovjer
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Very long and busy test

Round 2 - Case Study 

Very out of this world really

Interview Preparation Tips

Interview preparation tips for other job seekers - work and prepare for the interview and win the match
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Before cicd and after cicd differences
  • Ans. 

    Before CI/CD, manual processes were used for software deployment, leading to slower release cycles. After CI/CD, automation streamlines the process for faster and more reliable deployments.

    • Before CI/CD: Manual deployment processes requiring human intervention

    • After CI/CD: Automated deployment pipelines for continuous integration and continuous delivery

    • Before CI/CD: Longer release cycles due to manual testing and deploym...

  • Answered by AI
  • Q2. What is docker used for and how integration happened to cicd before docker
  • Ans. 

    Docker is used for containerization of applications, allowing for easy deployment and scaling. Before Docker, CI/CD integration was more complex and less efficient.

    • Docker is used to create lightweight, portable, self-sufficient containers that can run applications in any environment.

    • Before Docker, CI/CD pipelines often relied on virtual machines or manual configurations for deployment and testing.

    • Docker simplifies the ...

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Broadridge Financial Solutions Interview FAQs

How many rounds are there in Broadridge Financial Solutions Senior Devops Engineer interview?
Broadridge Financial Solutions interview process usually has 1 rounds. The most common rounds in the Broadridge Financial Solutions interview process are Technical.
How to prepare for Broadridge Financial Solutions Senior 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 Broadridge Financial Solutions. The most common topics and skills that interviewers at Broadridge Financial Solutions expect are Automation Tools, Avp, Data Management, Devops and IT Operations.
What are the top questions asked in Broadridge Financial Solutions Senior Devops Engineer interview?

Some of the top questions asked at the Broadridge Financial Solutions Senior Devops Engineer interview -

  1. How to regain a deleted branch in g...read more
  2. Command to list all hosts of Ansible inventio...read more

Recently Viewed

INTERVIEWS

National Stock Exchange of India

No Interviews

INTERVIEWS

National Stock Exchange of India

No Interviews

INTERVIEWS

Loadshare Networks

No Interviews

INTERVIEWS

Dalmia Bharat Cement

No Interviews

SALARIES

Securities and Exchange Board of India

INTERVIEWS

Broadridge Financial Solutions

No Interviews

INTERVIEWS

Dalmia Bharat Cement

No Interviews

LIST OF COMPANIES

Securities and Exchange Board of India

Locations

INTERVIEWS

Dalmia Bharat Cement

No Interviews

INTERVIEWS

Optum Global Solutions

No Interviews

Tell us how to improve this page.

Broadridge Financial Solutions Senior Devops Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Paytm Interview Questions
3.3
 • 752 Interviews
BNY Interview Questions
3.9
 • 342 Interviews
PhonePe Interview Questions
4.0
 • 300 Interviews
PayPal Interview Questions
3.9
 • 207 Interviews
View all
Broadridge Financial Solutions Senior Devops Engineer Salary
based on 8 salaries
₹7.8 L/yr - ₹27.2 L/yr
15% less than the average Senior Devops Engineer Salary in India
View more details
Process Analyst
1.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Member Technical
1.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Member Technical
599 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
586 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Process Analyst
582 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Broadridge Financial Solutions with

Fiserv

3.0
Compare

SS&C TECHNOLOGIES

3.4
Compare

State Street Corporation

3.7
Compare

BNY

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