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

Interview questions from similar companies

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Describe CI/CD and Jenkins set up
  • Ans. 

    CI/CD is a software development practice where code changes are automatically built, tested, and deployed.

    • Continuous Integration (CI) involves automatically building and testing code changes frequently.

    • Continuous Deployment (CD) involves automatically deploying code changes to production.

    • Jenkins is a popular open-source automation server used for CI/CD pipelines.

    • Jenkins pipelines are defined using a Jenkinsfile which s...

  • Answered by AI
  • Q2. Define Kebernetes architecture
  • Ans. 

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

    • Kubernetes follows a master-slave architecture with a master node controlling multiple worker nodes.

    • Master node components include API server, scheduler, controller manager, and etcd.

    • Worker node components include kubelet, kube-proxy, and container runtime (e.g. Docker).

    • Kubernet...

  • Answered by AI

Skills evaluated in this interview

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
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Python programming
  • Q2. Aws architecture
  • Q3. Terraform scripts
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Basic screening of the all the devops concepts
  • Q2. Coverd all the tools which i worked
  • Q3. Github kubernates docker
  • Q4. Promotous and grafana
  • Q5. Terraform and opa tools
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 - Case Study 

Case study is quite practical based scenario

Round 3 - Technical 

(2 Questions)

  • Q1. 1.Cannot mention interview question, but I was more on more hands on and production grade scenario.
  • Q2. Scalibloty related to question

Interview Preparation Tips

Interview preparation tips for other job seekers - Best company to work for as.mid level engineer . it's a startup with good people joining hands to get success

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.

People are getting interviews through

based on 1 Bidonhomes Dotcom interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Software Engineer
6 salaries
unlock blur

₹6.3 L/yr - ₹10 L/yr

Software Developer
6 salaries
unlock blur

₹4 L/yr - ₹7.7 L/yr

HR Manager
6 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 - ₹19 L/yr

Explore more salaries
Compare Bidonhomes Dotcom with

MagicBricks

3.2
Compare

99acres

3.8
Compare

CommonFloor

3.7
Compare

PropTiger.com

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview