Upload Button Icon Add office photos
Premium Employer

i

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

Seclore Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Seclore Devops Engineer Interview Questions and Answers

Updated 25 Jul 2024

Seclore Devops Engineer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Assignment 

A basic assignment was given

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on Kubernetes
  • Q2. Scenario based questions on Ansible

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to networking, cloud.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Well. Prepare for networking concepts, cloud concepts, I would recommend to go through Microsoft Azure Az 900 certificate. It is easy certificate and well start for your cloud journey.

I applied via Naukri.com and was interviewed before Aug 2021. There were 5 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. They discuss what is what on internal part subjects
Round 2 - Coding Test 

Python sample coding test after asking some python scripts questions and discussing technical round

Round 3 - Technical 

(1 Question)

  • Q1. Around 40mnt technical round. the topic is Jenkins, git, docker, python, bash
Round 4 - One-on-one 

(1 Question)

  • Q1. Manager round. manager discuss project details and my experience previous company
Round 5 - HR 

(1 Question)

  • Q1. Package discussion and company details

Interview Preparation Tips

Topics to prepare for Druva Devops Engineer interview:
  • Python
  • Bash
  • golang
Interview preparation tips for other job seekers - Please be prepare good script side. focus on programming laungages
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Can you explain k8s architecture?,
  • Ans. 

    K8s architecture is a container orchestration platform that manages containerized applications across a cluster of nodes.

    • Master node controls the cluster and schedules workloads

    • Worker nodes run containers and communicate with master node

    • Etcd stores cluster configuration and state

    • Pods are the smallest deployable units in Kubernetes

    • Services provide networking and load balancing for pods

  • Answered by AI
  • Q2. Instead of Jenkins don't you use Gitlab?
  • Ans. 

    Gitlab can be used as an alternative to Jenkins for CI/CD pipelines.

    • Gitlab offers built-in CI/CD capabilities, similar to Jenkins.

    • Gitlab provides a single platform for version control, CI/CD, and collaboration.

    • Some organizations prefer Gitlab over Jenkins for its integrated features and ease of use.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared well for all the devOps tools like jenkins CI/CD,Docker,k8s,Git
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Git gitlab Jenkins docker nexus sonarqube tomcat ask about.

Interview Preparation Tips

Interview preparation tips for other job seekers - Devops engineer.key skills, git gitlab Jenkins docker nexus sonarqube tomcat jira shell maven etc.
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 Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Kubernetes architecture
  • Q2. Readiness liveness probes
Round 2 - Technical 

(2 Questions)

  • Q1. Taints and tolerations
  • Q2. Pod lifecycle, and Prometheus setup
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. JENKINS And docker
  • Q2. For bilingual profile Japanese language passage

I applied via Naukri.com and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. How to make call from one namespace t another in AKS environment
  • Ans. 

    To make a call from one namespace to another in AKS environment, use the fully qualified domain name (FQDN) of the service.

    • Use the FQDN of the service to make a call from one namespace to another in AKS environment

    • The FQDN should include the namespace and service name, for example: myservice.mynamespace.svc.cluster.local

    • Ensure that the service is exposed within the cluster and has a stable IP address

    • Use the appropriate...

  • Answered by AI
  • Q2. How to divide AKS pods based on the load
  • Ans. 

    AKS pods can be divided based on load using horizontal pod autoscaling (HPA) and cluster autoscaler.

    • Use HPA to automatically scale the number of replicas of a deployment based on CPU or memory usage.

    • Use cluster autoscaler to add or remove nodes from the AKS cluster based on the demand.

    • Use resource requests and limits to ensure that pods are scheduled on nodes with sufficient resources.

    • Consider using node selectors or a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Kubernetes commands . Also prepare for networking concepts

Skills evaluated in this interview

Devops Engineer Interview Questions & Answers

Zoho user image thulasinadh bathala

posted on 28 Feb 2024

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

I applied via Walk-in and was interviewed before Feb 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

They will provide 10-20 aptitude questions and 10-20 coding outputs or flowchart related questions

Round 2 - Coding Test 

They will give 5 coding questions, you can write in any programming language, irrespective of output they check how you are thinking and which logic you are using and efficiency of the code

Round 3 - Coding Test 

In this round they will give bulk application programme no need to finish it but they will check your thought process and depth in oops concepts,

Round 4 - Technical 

(3 Questions)

  • Q1. In this round they will ask technical questions, you have to explain use case with live examples
  • Q2. What is static key word where can we use
  • Ans. 

    The static keyword in Java is used to create variables and methods that belong to the class itself, rather than instances of the class.

    • Static variables are shared among all instances of a class

    • Static methods can be called without creating an instance of the class

    • Static blocks are used to initialize static variables

  • Answered by AI
  • Q3. Why public static void main
  • Ans. 

    The public static void main method is the entry point for a Java program.

    • public: Access modifier indicating that the method can be accessed from any other class.

    • static: Indicates that the method belongs to the class itself, not an instance of the class.

    • void: Indicates that the method does not return any value.

    • main: The name of the method that serves as the entry point for the program.

    • String[] args: An array of strings ...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Will ask casual questions

Interview Preparation Tips

Interview preparation tips for other job seekers - write a efficient code, use minimum variables, no need of scanners to read variables just concentrate on logic.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. About kubernetes and it's ecosystem
  • Q2. Architecture of k8s
  • Ans. 

    Kubernetes (k8s) 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 and 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).

    • Pods are t...

  • Answered by AI
Round 2 - Case Study 

About previous project work experience and how it's solving major challenges

Skills evaluated in this interview

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

Seclore Interview FAQs

How many rounds are there in Seclore Devops Engineer interview?
Seclore interview process usually has 2 rounds. The most common rounds in the Seclore interview process are Assignment and Technical.
How to prepare for Seclore 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 Seclore. The most common topics and skills that interviewers at Seclore expect are AWS, Cloud, Devops, Python and Automation.
What are the top questions asked in Seclore Devops Engineer interview?

Some of the top questions asked at the Seclore Devops Engineer interview -

  1. scenario based questions on Ansi...read more
  2. questions on Kuberne...read more

Recently Viewed

INTERVIEWS

Birla White

No Interviews

LIST OF COMPANIES

Birla White

Locations

INTERVIEWS

Valtech

No Interviews

DESIGNATION

SALARIES

Sipal Technologies

INTERVIEWS

Valtech

No Interviews

INTERVIEWS

Valtech

No Interviews

INTERVIEWS

Seclore

10 top interview questions

INTERVIEWS

Valtech

5.6k top interview questions

LIST OF COMPANIES

Sipal Technologies

Overview

Tell us how to improve this page.

Seclore Devops Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Seclore Devops Engineer Salary
based on 4 salaries
₹5 L/yr - ₹18 L/yr
39% more than the average Devops Engineer Salary in India
View more details
Product Engineer
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Product Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Quality Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Application Support Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Seclore with

Druva

3.7
Compare

Freshworks

3.5
Compare

Zoho

4.3
Compare

Tally Solutions

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