Upload Button Icon Add office photos

Filter interviews by

TechBlocks Senior Devops Engineer Interview Questions and Answers

Updated 14 May 2024

TechBlocks Senior Devops Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. DevOps with cloud, CICD, Docker and Kubernetes
Round 2 - Client Interview 

(1 Question)

  • Q1. Technical discussion as per the profile
Round 3 - HR 

(1 Question)

  • Q1. About the experience

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basic pipeline,python,some simple coding
  • Q2. More on resume and based on ur answers
  • Q3. Docker multistage
Round 2 - Technical 

(2 Questions)

  • Q1. Write the k8s deployment ymal with rolling update for given docker image
  • Ans. 

    Create a k8s deployment ymal with rolling update for a given docker image

    • Define a Deployment object in the YAML file

    • Specify the container image in the spec section

    • Set the update strategy to RollingUpdate

    • Define the number of replicas for the deployment

  • Answered by AI
  • Q2. Read json file and recursive way of geting value based on key

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is iap tunneling
  • Ans. 

    IAP tunneling refers to the process of securely accessing internal resources from outside a network using Identity-Aware Proxy.

    • IAP tunneling allows users to securely access internal resources without exposing them to the public internet.

    • It uses Identity-Aware Proxy to authenticate and authorize users before granting access to the resources.

    • This helps organizations maintain a secure network environment while enabling re

  • Answered by AI
  • Q2. What is canary deployment
  • Ans. 

    Canary deployment is a technique used to reduce risk by rolling out new features to a small subset of users before a full release.

    • Canary deployment involves gradually rolling out a new version of software to a small subset of users or servers.

    • This allows for monitoring of the new version's performance and stability before a full release.

    • If the canary deployment is successful, the new version can be gradually rolled out...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared to answer practical questions

Skills evaluated in this interview

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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

20 questions in 15 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between HTTP AND HTTPS
  • Ans. 

    HTTP is unsecured protocol while HTTPS is secured protocol using SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTP operates on port 80, while HTTPS operates on port 443.

    • HTTPS uses SSL/TLS certificates to encrypt data transmitted over the network, providing a secure connection.

    • HTTPS is essential for websites that handle sensitive information li...

  • Answered by AI
  • Q2. What do you mean by release management
  • Ans. 

    Release management involves planning, scheduling, and controlling the software release process.

    • Planning and coordinating the release of software updates

    • Ensuring that the release process is smooth and efficient

    • Managing dependencies and version control

    • Communicating with stakeholders about release timelines and changes

    • Automating release processes to improve efficiency

  • 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
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is cicd pipeline and describe cicd in detail.
  • Ans. 

    CI/CD pipeline is a set of automated processes that allow developers to deliver code changes more frequently and reliably.

    • CI/CD stands for Continuous Integration/Continuous Delivery.

    • CI involves automatically building and testing code changes frequently to catch errors early.

    • CD involves automatically deploying code changes to production after passing tests.

    • CI/CD pipelines typically include stages like build, test, deplo...

  • Answered by AI
  • Q2. What is dif bet cmd and entry point
  • Ans. 

    CMD is used to provide default arguments for an executing container, while ENTRYPOINT is used to specify the command that will run when the container starts.

    • CMD is optional and can be overridden during container runtime

    • ENTRYPOINT is required and cannot be overridden during container runtime

    • CMD can be used to provide default arguments to the ENTRYPOINT command

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer asking questions from Google.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning and basic mathematical questions were asked

Round 2 - Coding Test 

Easy questions and basic questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your basics and learn on basics
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 3 theory questions about devops basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont attend interview from this company an d waste your time . They are interviewing just to benefit from the monjin interview platform
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. How do you resolve merge conflict
  • Q2. What is SCM Strategy

Interview Preparation Tips

Interview preparation tips for other job seekers - it was easy, just try with the knowledge you already have

TechBlocks Interview FAQs

How many rounds are there in TechBlocks Senior Devops Engineer interview?
TechBlocks interview process usually has 3 rounds. The most common rounds in the TechBlocks interview process are Technical, Client Interview and HR.
How to prepare for TechBlocks 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 TechBlocks. The most common topics and skills that interviewers at TechBlocks expect are Automation, CRM, Coding, DNS and Devops.
What are the top questions asked in TechBlocks Senior Devops Engineer interview?

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

  1. DevOps with cloud, CICD, Docker and Kuberne...read more
  2. Technical discussion as per the prof...read more

Tell us how to improve this page.

TechBlocks Senior Devops Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
TechBlocks Senior Devops Engineer Salary
based on 4 salaries
₹22.5 L/yr - ₹23 L/yr
27% more than the average Senior Devops Engineer Salary in India
View more details
Senior Software Engineer
18 salaries
unlock blur

₹10 L/yr - ₹23 L/yr

Senior Engineer
13 salaries
unlock blur

₹13.5 L/yr - ₹28 L/yr

Product Manager
7 salaries
unlock blur

₹20.5 L/yr - ₹28 L/yr

Software Engineer
6 salaries
unlock blur

₹11 L/yr - ₹15 L/yr

Technical Lead
5 salaries
unlock blur

₹15.5 L/yr - ₹29 L/yr

Explore more salaries
Compare TechBlocks with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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