Upload Button Icon Add office photos

Filter interviews by

Bidonhomes Dotcom Senior Devops Engineer Interview Questions and Answers

Updated 22 Nov 2019

Bidonhomes Dotcom Senior Devops Engineer Interview Experiences

1 interview found

I applied via Indeed and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is master-slave architecture?
  • Ans. 

    Master-slave architecture is a design pattern where one device or process controls one or more other devices or processes.

    • Master device/process controls the slave device/process

    • Master device/process is responsible for distributing tasks to the slave devices/processes

    • Slave devices/processes report back to the master device/process

    • Commonly used in distributed computing, database replication, and networking

    • Examples includ...

  • Answered by AI
  • Q2. How Jenkins work?
  • Ans. 

    Jenkins is an open-source automation server that helps to automate parts of the software development process.

    • Jenkins is used for continuous integration and continuous delivery (CI/CD) pipelines.

    • It can be configured to automatically build, test, and deploy code changes.

    • Jenkins supports a wide range of plugins that can be used to extend its functionality.

    • It can be integrated with other tools such as Git, Docker, and AWS.

    • ...

  • Answered by AI
  • Q3. What do know about Auto scaling and load balancing in AWS?
  • Ans. 

    Auto scaling and load balancing are AWS services that help in managing traffic and scaling resources automatically.

    • Auto Scaling helps in automatically adjusting the number of EC2 instances based on traffic demand.

    • Load Balancing helps in distributing traffic across multiple EC2 instances.

    • Auto Scaling and Load Balancing work together to ensure that the application is highly available and can handle sudden spikes in traff...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go prepared, study everyday, study common asked questions from Google for your role, and be confident while giving interview, no one is going to kill you or throw you out of the office. Just be confident and answer everything with grace. If you are not selected, no problem, try another interview. Eventually you will crack one. All the best!!

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Bidonhomes Dotcom ?
Ask anonymously on communities.

Interview questions from similar companies

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.

Senior Devops Engineer Interview Questions Asked at Other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
Q2. How do you trigger a pipeline from a specific version of applicat ... read more
Q3. What is ingress in Kubernetes, and how does it help us when deplo ... read more
Q4. what are stages involved in release pipeline ? Explain the code
Q5. What are TF provisioners? Describe their use cases.

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Mostly they ask questions on your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for write code for Jenkins file, terraform, ansible-playbook
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. DevOps Advanced questions with CICD, Application Deployment stages and troubleshooting part
  • Q2. Terraform Hands on Deployments for both Infrastructure & Application Deployment
  • Ans. 

    Terraform is used for both infrastructure and application deployments.

    • Terraform allows for defining infrastructure as code, making it easy to manage and deploy infrastructure resources.

    • It can also be used to deploy applications by defining the necessary configurations and dependencies.

    • Terraform supports various cloud providers such as AWS, Azure, and Google Cloud, making it versatile for different deployment scenarios.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. More into Architecture & Cost Optimization Solutions & Cloud Security best practices
  • Q2. Team Management, Leader Ship skills

Interview Preparation Tips

Interview preparation tips for other job seekers - My experience with Capgemini is really good, the overall process with HR & Technical really very nice in terms of feedback & regularly updates, Thank you CG be a part of CG family !
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
  • Ans. 

    CI/CD with Ansible and Docker streamlines application deployment and management through automation and containerization.

    • CI/CD stands for Continuous Integration and Continuous Deployment, automating the software delivery process.

    • Ansible is an open-source automation tool used for configuration management, application deployment, and task automation.

    • Docker allows developers to package applications and their dependencies i...

  • Answered by AI
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

I applied via Naukri.com and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to devops and considering my experience some team management questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and have in-depth knowledge on skill
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Mostly day day work relates stuffs and questions related to devops tools Basic
  • Q2. Knowledge on tools

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes Accepted the offer
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How to call APIs in Python
  • Ans. 

    To call APIs in Python, you can use libraries like requests or urllib.

    • Use the requests library to make HTTP requests to APIs

    • Send GET, POST, PUT, DELETE requests using requests library

    • Parse JSON responses using the json module

  • Answered by AI
  • Q2. How to write script to configure Veracode with ADO
  • Ans. 

    To configure Veracode with ADO, you can write a script that automates the process of setting up the integration.

    • Use Veracode API to authenticate and interact with Veracode services

    • Create a script that retrieves Veracode API credentials from ADO secure variables

    • Automate the process of configuring Veracode settings in ADO pipelines

  • Answered by AI

Skills evaluated in this interview

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

Bidonhomes Dotcom Interview FAQs

What are the top questions asked in Bidonhomes Dotcom Senior Devops Engineer interview?

Some of the top questions asked at the Bidonhomes Dotcom Senior Devops Engineer interview -

  1. What do know about Auto scaling and load balancing in A...read more
  2. What is master-slave architectu...read more
  3. How Jenkins wo...read more

Tell us how to improve this page.

Software Engineer
8 salaries
unlock blur

₹5 L/yr - ₹9 L/yr

Software Developer
7 salaries
unlock blur

₹2.4 L/yr - ₹7.7 L/yr

HR Manager
5 salaries
unlock blur

₹4 L/yr - ₹6.2 L/yr

Engineering Manager
4 salaries
unlock blur

₹20 L/yr - ₹30 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹8.5 L/yr - ₹12 L/yr

Explore more salaries
Compare Bidonhomes Dotcom with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview