Upload Button Icon Add office photos

Filter interviews by

Kratos Ads Devops Engineer Interview Questions and Answers

Updated 13 Mar 2024

Kratos Ads Devops Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Overall good experience
Round 2 - One-on-one 

(1 Question)

  • Q1. About deployment

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Kratos Ads?
Ask anonymously on communities.

Interview questions from similar companies

I applied via LinkedIn and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Package and joininv date
Round 2 - HR 

(1 Question)

  • Q1. Salary expected and location constraints

Interview Preparation Tips

Interview preparation tips for other job seekers - Study aws lambda, aws vpc, ansible, aws cloud , aws databases, cludformation, s3 amd aws ami

Devops Engineer Interview Questions Asked at Other Companies

asked in Siemens
Q1. How can you run a Docker command remotely on a Linux server witho ... read more
asked in Lentra AI
Q2. If you want to connect multiple VPCs, and you have two or three V ... read more
Q3. Reverse the String Problem Statement You are given a string STR w ... read more
asked in Nagarro
Q4. Guess The Hidden Number Problem Statement You are given an intege ... read more
Q5. What Docker command can you use to transfer an image from one mac ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Questions on Coding skills
Round 3 - Technical 

(1 Question)

  • Q1. More in depth questions on real time implementations
Round 4 - HR 

(1 Question)

  • Q1. Previous experience and salary discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How many clusters are there in your project?
  • Ans. 

    Our project utilizes multiple clusters for scalability, redundancy, and efficient resource management.

    • We have three main clusters: development, staging, and production.

    • The development cluster is used for testing new features and bug fixes.

    • The staging cluster mirrors the production environment for final testing.

    • The production cluster handles live traffic and user requests.

  • Answered by AI
  • Q2. What are the objects in kubernetes service?
  • Ans. 

    Objects in Kubernetes service include pods, services, endpoints, and namespaces.

    • Pods: Basic unit of deployment in Kubernetes, consisting of one or more containers.

    • Services: Abstraction that defines a logical set of pods and a policy by which to access them.

    • Endpoints: Dynamically updated list of IP addresses and ports for pods backing a service.

    • Namespaces: Virtual clusters within a Kubernetes cluster, used to divide clu...

  • Answered by AI

Skills evaluated in this interview

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

Basic kubernetes related questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Git fetch vs git pull
  • Ans. 

    Git fetch retrieves updates from a remote repository, while git pull fetches and merges them into the current branch.

    • git fetch updates the local repository with changes from the remote but does not merge them.

    • Example: 'git fetch origin' fetches changes from the 'origin' remote.

    • git pull combines 'git fetch' and 'git merge', updating the local branch with remote changes.

    • Example: 'git pull origin main' fetches and merges ...

  • Answered by AI
  • Q2. How hpa works in kubermetes
  • Ans. 

    Horizontal Pod Autoscaler (HPA) automatically adjusts the number of pods in a deployment based on CPU utilization or other metrics.

    • HPA monitors metrics like CPU and memory usage to determine scaling needs.

    • It uses the Kubernetes Metrics Server to gather resource usage data.

    • For example, if CPU usage exceeds a defined threshold, HPA can increase the number of pods.

    • HPA can also scale down pods when resource usage is low, e...

  • Answered by AI
  • Q3. How to terraforn check resources
  • Ans. 

    Terraform checks resources using the 'terraform plan' command to preview changes and 'terraform state' for current resource status.

    • Use 'terraform plan' to see what changes will be made before applying them.

    • Run 'terraform apply' to implement the changes after reviewing the plan.

    • Check the current state of resources with 'terraform state list' to view managed resources.

    • Use 'terraform show' to display detailed information ...

  • Answered by AI
  • Q4. Python basic questions
  • Q5. Ejati docker expose and publish command
  • Ans. 

    Docker's EXPOSE and -p options define container ports for communication and mapping to host ports.

    • EXPOSE command in Dockerfile specifies which ports the container listens on at runtime.

    • Example: EXPOSE 80 exposes port 80 for HTTP traffic.

    • -p option in 'docker run' maps a container's port to a host port.

    • Example: 'docker run -p 8080:80 myapp' maps host port 8080 to container port 80.

    • Using EXPOSE alone does not publish the ...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com

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 - Aptitude Test 

Basic quant is asked which is easy to crack

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard and be bold. Get clean shaved and well dressed before attending an interview
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How can we connection between 2 EC2 instance
  • Ans. 

    You can connect between 2 EC2 instances by using their private IP addresses or public DNS names.

    • Use private IP addresses for communication within the same VPC

    • Use public DNS names for communication across different VPCs or over the internet

  • Answered by AI
  • Q2. How do you connections between public subnet and private subnet.
  • Ans. 

    Connections between public and private subnets are established using a NAT gateway or a NAT instance.

    • Use a NAT gateway to allow instances in a private subnet to initiate outbound traffic to the internet while preventing inbound traffic from reaching those instances.

    • Alternatively, use a NAT instance with a security group that only allows inbound traffic from instances in the public subnet.

    • Ensure that the route tables fo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Deloitte Devops Engineer interview:
  • Terraform
  • Docker
Interview preparation tips for other job seekers - Give interview call more

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. What are state full and stateless applications?What is the difference between them?
  • Ans. 

    Stateful applications store data while stateless applications do not.

    • Stateful applications maintain a record of previous interactions and require persistent storage.

    • Stateless applications do not store data and can be easily scaled horizontally.

    • Stateful applications are more complex and require more resources than stateless applications.

    • Examples of stateful applications include databases and messaging systems, while sta...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Discussion on expectations and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Study like a bee and demand like a king.

Skills evaluated in this interview

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

I applied via AmbitionBox and was interviewed in May 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. What is your Strength?

Kratos Ads Interview FAQs

How many rounds are there in Kratos Ads Devops Engineer interview?
Kratos Ads interview process usually has 2 rounds. The most common rounds in the Kratos Ads interview process are Technical and One-on-one Round.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more
Compare Kratos Ads with

Cognizant

3.7
Compare

Teleperformance

3.9
Compare

iEnergizer

4.7
Compare

Reliance Retail

3.9
Compare
write
Share an Interview