Upload Button Icon Add office photos

Sonata Software

Compare button icon Compare button icon Compare

Filter interviews by

Sonata Software Devops Engineer Interview Questions, Process, and Tips

Updated 11 Oct 2024

Top Sonata Software Devops Engineer Interview Questions and Answers

Sonata Software Devops Engineer Interview Experiences

2 interviews found

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

(2 Questions)

  • Q1. About your self
  • Q2. How do you learn devops
  • Ans. 

    Learning DevOps involves a combination of self-study, online courses, hands-on experience, and networking with other professionals.

    • Take online courses on platforms like Udemy, Coursera, or Pluralsight to learn the fundamentals of DevOps practices and tools.

    • Practice using DevOps tools in a lab environment or on personal projects to gain hands-on experience.

    • Attend DevOps meetups, conferences, and webinars to network with...

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. How do you check container logs?
  • Ans. 

    To check container logs, use commands like docker logs or kubectl logs.

    • Use 'docker logs ' to view logs of a Docker container.

    • Use 'kubectl logs ' to view logs of a Kubernetes pod.

    • Check log files within the container by accessing the container's shell and navigating to the log directory.

Answered by AI
  • Q2. Docker mostly used commands?
  • Q3. How to restartJenkins
  • Ans. 

    To restart Jenkins, you can either use the Jenkins web interface or the command line.

    • To restart Jenkins using the web interface, navigate to 'Manage Jenkins' > 'Reload Configuration from Disk' > 'Restart'

    • To restart Jenkins using the command line, you can use the following command: 'sudo systemctl restart jenkins'

    • Make sure to have the necessary permissions to restart Jenkins

  • Answered by AI
    Round 3 - Coding Test 

    Write some groovy code

    Interview Preparation Tips

    Interview preparation tips for other job seekers - We have so many jobs in market try and try we can reach the goal

    Skills evaluated in this interview

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

    I applied via Campus Placement and was interviewed in Sep 2023. There were 3 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 - One-on-one 

    (1 Question)

    • Q1. What is devops and how works
    • Ans. 

      DevOps is a software development methodology that combines software development (Dev) with IT operations (Ops) to shorten the systems development life cycle.

      • DevOps focuses on collaboration, automation, and monitoring throughout the software development lifecycle.

      • It aims to improve the speed and quality of delivering software applications.

      • DevOps practices include continuous integration, continuous delivery, and infrastr...

    • Answered by AI
    Round 3 - Technical 

    (1 Question)

    • Q1. What are technology used in your organisation

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Please read carefully on going to interview

    Skills evaluated in this interview

    Devops Engineer Interview Questions Asked at Other Companies

    asked in Siemens
    Q1. How to run a docker command remotely. i.e. Docker is installed on ... read more
    asked in Lentra AI
    Q2. if you want to connect multiple vpc ,we have 2 or 3 vpc, you have ... 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. Docker command to transfer an image from one machine to another w ... read more

    Interview questions from similar companies

    I applied via LinkedIn and was interviewed in Apr 2021. There were 5 interview rounds.

    Interview Questionnaire 

    1 Question

    • Q1. Lots of questions and all were scenario based... About kubernetes, docker, Azure and Pipelines..

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare and study rigorously beforr interview

    I applied via Recruitment Consulltant

    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. Easy questions about technical experience

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Very Good company & easy questions while interviews and smooth onboarding
    Interview experience
    2
    Poor
    Difficulty level
    Moderate
    Process Duration
    2-4 weeks
    Result
    Selected Selected

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

    Round 1 - Coding Test 

    Hacker rank coding exercise

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Over all 5 rounds including 2 technical interviews, 1 coding exercise, 1 Manger round and 1 HR round.
    Interview experience
    5
    Excellent
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    No response

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

    Round 1 - Technical 

    (2 Questions)

    • Q1. Why DevOps is needed in an organisation?
    • Ans. 

      DevOps is needed in an organization to improve collaboration between development and operations teams, increase efficiency, and deliver high-quality software faster.

      • Improves collaboration between development and operations teams

      • Increases efficiency in software development and deployment processes

      • Helps in delivering high-quality software faster

      • Automates repetitive tasks to reduce manual errors

      • Facilitates continuous inte...

    • Answered by AI
    • Q2. What is the difference between ADD vs COPY?
    • Ans. 

      ADD and COPY are Dockerfile instructions used to copy files and directories into a Docker image, but they have some key differences.

      • ADD allows for URLs and automatically extracts compressed files, while COPY only works with local files

      • COPY is recommended for copying local files and directories into an image, while ADD is more versatile but can be less predictable

      • ADD can be used to download files from the internet and a

    • Answered by AI
    Interview experience
    3
    Average
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    No response

    I applied via Naukri.com and was interviewed in Aug 2023. There were 3 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 tips
    Round 2 - Technical 

    (2 Questions)

    • Q1. They asked so many questions about Azure cloud as position was for Azure DevOps. What is PAAS and SAAS. Which services did you used in PAAS.
    • Ans. PAAS is Platform as a service. I use Azure App services, Azure functions, Azure cosmos DB, Azure devops services, Azure kubernetes services in PAAS
    • Answered Anonymously
    • Q2. What is difference between IAAS and PAAS ?
    • Ans. 

      IAAS provides virtualized computing resources over the internet, while PAAS provides a platform for developers to build, deploy, and manage applications.

      • IAAS offers virtualized infrastructure like virtual machines, storage, and networking, while PAAS offers a platform for developers to build, deploy, and manage applications.

      • IAAS allows users to manage and control the infrastructure, while PAAS abstracts the underlying ...

    • Answered by AI
    Round 3 - HR 

    (4 Questions)

    • Q1. What is your salary expectation.
    • Q2. What was your previous CTC ?
    • Q3. What is your expected CTC ?
    • Ans. 

      My expected CTC is based on industry standards, my experience, and the responsibilities of the role.

      • Expected CTC is based on market research and industry standards for DevOps Engineers.

      • Consideration of my experience, skills, and qualifications in determining the expected CTC.

      • The responsibilities and scope of the role will also influence my expected CTC.

      • Open to negotiation based on additional benefits or opportunities o

    • Answered by AI
    • Q4. Do you have all the proofs from previous organization like form 16, PF and salary slips ?

    Interview Preparation Tips

    Topics to prepare for Globant Devops Engineer interview:
    • Azure
    • Devops
    • Cloud
    • Unix Shell Scripting
    Interview preparation tips for other job seekers - Prepare all the technical concepts thoroughly. Understand the key fundamentals and practice everything practically.

    Skills evaluated in this interview

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

    I applied via Referral and was interviewed before Dec 2023. There was 1 interview round.

    Round 1 - Technical 

    (1 Question)

    • Q1. What is ssl termination
    • Ans. 

      SSL termination is the process of decrypting SSL/TLS encrypted traffic at a load balancer or proxy server before forwarding it to the backend servers.

      • SSL termination helps offload the decryption process from backend servers, improving performance.

      • It allows the load balancer or proxy server to inspect and manipulate the unencrypted traffic before sending it to the backend servers.

      • SSL termination is commonly used in scen...

    • Answered by AI

    Skills evaluated in this interview

    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - One-on-one 

    (2 Questions)

    • Q1. Architecture about project
    • Q2. Container creation in terraform
    • Ans. 

      Container creation in terraform involves defining a container resource in a terraform configuration file.

      • Define a container resource in the terraform configuration file using the 'docker_container' or 'container' provider.

      • Specify the image, name, ports, and other necessary configurations for the container.

      • Run 'terraform init' and 'terraform apply' to create the container based on the defined configuration.

    • Answered by AI

    Skills evaluated in this interview

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

    (2 Questions)

    • Q1. It was about terraform
    • Q2. It was about kubernetes

    Sonata Software Interview FAQs

    How many rounds are there in Sonata Software Devops Engineer interview?
    Sonata Software interview process usually has 3 rounds. The most common rounds in the Sonata Software interview process are Technical, Resume Shortlist and One-on-one Round.
    How to prepare for Sonata Software 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 Sonata Software. The most common topics and skills that interviewers at Sonata Software expect are Devops, Jenkins, Docker, Terraform and Ansible.
    What are the top questions asked in Sonata Software Devops Engineer interview?

    Some of the top questions asked at the Sonata Software Devops Engineer interview -

    1. How do you check container lo...read more
    2. What is devops and how wo...read more
    3. How do you learn dev...read more

    Tell us how to improve this page.

    Sonata Software Devops Engineer Interview Process

    based on 2 interviews

    Interview experience

    3.5
      
    Good
    View more
    Sonata Software Devops Engineer Salary
    based on 226 salaries
    ₹3.4 L/yr - ₹10.5 L/yr
    17% less than the average Devops Engineer Salary in India
    View more details

    Sonata Software Devops Engineer Reviews and Ratings

    based on 10 reviews

    3.6/5

    Rating in categories

    4.3

    Skill development

    3.8

    Work-life balance

    3.5

    Salary

    4.4

    Job security

    4.3

    Company culture

    3.5

    Promotions

    4.1

    Work satisfaction

    Explore 10 Reviews and Ratings
    Consultant
    623 salaries
    unlock blur

    ₹6.5 L/yr - ₹19.3 L/yr

    Senior System Analyst
    608 salaries
    unlock blur

    ₹3.8 L/yr - ₹12.4 L/yr

    Software Engineer
    374 salaries
    unlock blur

    ₹3 L/yr - ₹13.1 L/yr

    Digital Engineer
    316 salaries
    unlock blur

    ₹2.6 L/yr - ₹10.1 L/yr

    System Analyst
    312 salaries
    unlock blur

    ₹3 L/yr - ₹10 L/yr

    Explore more salaries
    Compare Sonata Software with

    ITC Infotech

    3.6
    Compare

    3i Infotech

    3.5
    Compare

    Cybage

    3.8
    Compare

    Xoriant

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