Upload Button Icon Add office photos

Sonata Software

Compare button icon Compare button icon Compare

Filter interviews by

Sonata Software Cloud Devops Engineer Interview Questions and Answers

Updated 18 Jul 2024

Sonata Software Cloud Devops Engineer Interview Experiences

1 interview found

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

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

Round 1 - Aptitude Test 

Aptitude test had all the quants topics

Round 2 - Technical 

(1 Question)

  • Q1. They asked about my projects done
Round 3 - HR 

(1 Question)

  • Q1. Asked about personal details

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a proper knowledge on your projects done.

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain Docker File?
  • Ans. 

    Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.

    • Dockerfile is used to build Docker images by specifying a series of instructions.

    • Each instruction in a Dockerfile creates a layer in the image.

    • Common instructions include FROM, RUN, COPY, CMD, and ENTRYPOINT.

    • Example: FROM ubuntu:latest, RUN apt-get update, COPY . /app, CMD ["python", "app.py"]

  • Answered by AI
  • Q2. Explain all the contents of a Docker file.
  • Ans. 

    A Docker file contains instructions to build a Docker image.

    • Specifies the base image

    • Sets environment variables

    • Installs dependencies

    • Copies files into the image

    • Defines commands to run when the container starts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy questions.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. My Profile is AzureDevOps and interviewer asked me questions on Jenkins and Groovy Scripting
  • Q2. Interviewer is not aware of JD and my profile

Devops Engineer Interview Questions & Answers

ValueLabs user image kondriyeswanth 123

posted on 27 Jul 2024

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

(5 Questions)

  • Q1. CICD Pipelines flow
  • Q2. Kubernetes Ingress , kubeconfig
  • Q3. Python lists arrays strings
  • Q4. Docker build context
  • Ans. 

    Docker build context is the set of files and directories that are sent to the Docker daemon when building an image.

    • The build context is specified using the -f flag in the docker build command.

    • It is recommended to keep the build context small to improve build performance.

    • Common files included in the build context are Dockerfile, source code, and any necessary dependencies.

    • Excluding unnecessary files and directories from

  • Answered by AI
  • Q5. Multistage build

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to ensure high available of eks cluster.
  • Ans. 

    To ensure high availability of EKS cluster, utilize multiple availability zones, implement auto-scaling, use managed node groups, and set up monitoring and alerts.

    • Utilize multiple availability zones to distribute workload and ensure redundancy.

    • Implement auto-scaling to automatically adjust resources based on demand.

    • Use managed node groups to simplify node management and ensure high availability.

    • Set up monitoring and al...

  • Answered by AI
  • Q2. What are liveness and readiness probe
  • Ans. 

    Liveness and readiness probes are used in Kubernetes to check the health of containers.

    • Liveness probe checks if a container is running and healthy. If it fails, Kubernetes restarts the container.

    • Readiness probe checks if a container is ready to serve traffic. If it fails, Kubernetes stops sending traffic to the container.

    • Probes are configured in the pod's YAML file using the 'livenessProbe' and 'readinessProbe' fields.

    • ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a long process

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is Devops and how do you use
  • Ans. 

    DevOps is a software development methodology that combines software development (Dev) with IT operations (Ops) to improve collaboration and efficiency.

    • DevOps focuses on automating and streamlining the software development process.

    • It involves continuous integration, continuous delivery, and continuous deployment.

    • DevOps aims to shorten the system development life cycle and provide continuous delivery of high-quality soft...

  • Answered by AI
  • Q2. Explain k8s in your infratsru
  • Ans. 

    K8s, short for Kubernetes, is a popular open-source container orchestration platform used for automating deployment, scaling, and management of containerized applications.

    • Kubernetes automates the deployment, scaling, and management of containerized applications.

    • It provides features like self-healing, load balancing, and rolling updates.

    • Kubernetes uses declarative configuration files to define the desired state of the a...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(3 Questions)

  • Q1. Basics of Devops and scenerio based questions
  • Q2. How you write a CICD using Jenkins for java based application
  • Ans. 

    Setting up a CICD pipeline using Jenkins for a Java based application involves configuring Jenkins jobs for building, testing, and deploying the application.

    • Install Jenkins and necessary plugins for Java projects

    • Create a Jenkins job for building the Java application using Maven or Gradle

    • Add a post-build step to run unit tests using tools like JUnit

    • Configure Jenkins to trigger the job on code commits to the repository

    • Se...

  • Answered by AI
  • Q3. Explain what happen in backend when you try to access any website
  • Ans. 

    When accessing a website, the backend server receives the request, processes it, retrieves data from databases or other sources, and sends a response back to the client.

    • Client sends a request to the website's URL

    • DNS resolves the domain name to an IP address

    • Backend server receives the request and processes it

    • Server retrieves data from databases or other sources

    • Server generates a response and sends it back to the client

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Company fitment and package discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are applying for DevOps role make sure your basics are clear

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

I was shared a codebase 2-3 days earlier and I had to find infrastructure issues in the code. Had to fix those issues using terraform

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

(1 Question)

  • Q1. All question was for db

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

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 - Technical 

(1 Question)

  • Q1. Write a shell skript with arguments included
  • Ans. 

    A shell script with arguments included

    • Start with a shebang line to specify the shell interpreter

    • Define variables to store the arguments passed to the script

    • Use conditional statements to handle different scenarios based on the arguments

    • Use loops to iterate over multiple arguments

    • Add comments to explain the purpose of the script and each section

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Happiest Minds Technologies Devops Engineer interview:
  • Shell Scripting
  • Linux
  • Jenkins
  • Docker
Interview preparation tips for other job seekers - be prepare all the basics...and shell scrpting knowledge

Skills evaluated in this interview

Sonata Software Interview FAQs

How many rounds are there in Sonata Software Cloud Devops Engineer interview?
Sonata Software interview process usually has 3 rounds. The most common rounds in the Sonata Software interview process are Aptitude Test, Technical and HR.

Tell us how to improve this page.

Sonata Software Cloud Devops Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
CitiusTech Interview Questions
3.4
 • 268 Interviews
View all
Sonata Software Cloud Devops Engineer Salary
based on 6 salaries
₹3.5 L/yr - ₹6 L/yr
47% less than the average Cloud Devops Engineer Salary in India
View more details

Sonata Software Cloud Devops Engineer Reviews and Ratings

based on 3 reviews

3.3/5

Rating in categories

3.7

Skill development

4.0

Work-life balance

2.9

Salary

4.2

Job security

3.0

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 3 Reviews and Ratings
Consultant
649 salaries
unlock blur

₹6 L/yr - ₹22 L/yr

Senior System Analyst
576 salaries
unlock blur

₹4.1 L/yr - ₹16.1 L/yr

Software Engineer
402 salaries
unlock blur

₹3 L/yr - ₹12.8 L/yr

Technical Lead
308 salaries
unlock blur

₹10 L/yr - ₹34 L/yr

Digital Engineer
303 salaries
unlock blur

₹2.6 L/yr - ₹10.3 L/yr

Explore more salaries
Compare Sonata Software with

LTIMindtree

3.8
Compare

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Wipro

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