Upload Button Icon Add office photos

Filter interviews by

Cs Soft Solutions Senior Devops Engineer Interview Questions and Answers

Updated 20 Jul 2024

Cs Soft Solutions Senior Devops Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Brief about your project
  • Q2. What are your daily tasks

Interview questions from similar companies

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. Explain about java threads
  • Ans. 

    Java threads are lightweight processes that enable concurrent execution of code.

    • Threads allow multiple tasks to be executed simultaneously within a single program.

    • They share the same memory space and can communicate with each other.

    • Java provides built-in support for creating and managing threads through the Thread class.

    • Threads can be created by extending the Thread class or implementing the Runnable interface.

    • Thread s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep good on basics and should have good communication skills

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. More on technical and design part

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on your experise

I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Mainframe Interview COBOL vsam restart process
  • Ans. 1. Delete the existing file. 2. Create a new cluster. 3. Repro to copy in 3rd step
  • Answered by PRAVIN KUMAR S
  • Q2. How to resolve sb37 Increase the space by twice at first if it didn't fix then we can use volume counter to increment the no of extend
  • Ans. 

    To resolve sb37, increase space by twice and use volume counter to increment extend if needed.

    • Increase space by twice at first

    • If issue persists, use volume counter to increment extend

    • Ensure adequate space is available before running job

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in all the topics in COBOL, JCL and DB2

Skills evaluated in this interview

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

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of kotlin, sealed class, viewmodel implementation,
  • Q2. Caching mechanism

I applied via Walk-in and was interviewed in Oct 2022. There were 5 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 - Group Discussion 

ECHOBOOOM MANAGEMENT ENTREPRENEURIAL SOLUTIONS PRIVATE LIMITED

Round 3 - Coding Test 

Oops concepts related like c, c++,c#, java

Round 4 - Coding Test 

Based on resume Java c# sql python

Round 5 - HR 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do we need to hire you
  • Q3. If we won't hire you what will you do
  • Q4. Wr do u know about our company
  • Q5. What expected CTC and what is your current ctc
  • Ans. 

    I prefer to discuss compensation after understanding the job requirements and responsibilities.

    • I am open to negotiation based on the job role and responsibilities

    • My current CTC is confidential

    • I am looking for a fair and competitive compensation package

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through new technologies and explore your skills

I applied via Naukri.com and was interviewed before Jan 2021. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Lots of Questions , some of the Online test as well

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are going for the interview, read the JD carefully and study all of your previous works
Round 1 - Aptitude Test 

Codality Assessment

Round 2 - Technical 

(2 Questions)

  • Q1. User Case technical discussion
  • Q2. Cloud Migration, Cloud DevOps modernisation methods discussed
Round 3 - One-on-one 

(1 Question)

  • Q1. Personal Discussion with focus on career. Project technologies fitment and adaptability assessment
Round 4 - HR 

(1 Question)

  • Q1. Compensation & Benefits

Interview Preparation Tips

Interview preparation tips for other job seekers - Clients round schedule to be prioritised
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Python scipting, helm chart, LB, express route
  • Q2. Netstat, docker images, playbooks, prometheus

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be some polite with candidates while interviewing.
Be patient after asking question, until to complete response with explanation.
Thanks

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

Round 1 - Technical 

(4 Questions)

  • Q1. What are Terraform life cycles ? and how do we use them ?
  • Ans. 

    Terraform life cycles are a set of stages that define how resources are created, updated, and destroyed.

    • Terraform life cycles include create, read, update, and delete (CRUD) operations.

    • They are defined in the provider's resource configuration.

    • They can be used to control the order in which resources are created or updated.

    • Examples of life cycle hooks include pre-create, post-update, and pre-delete.

    • They can be used to pe...

  • Answered by AI
  • Q2. What are TF provisioners ? Describe their use cases
  • Ans. 

    TF provisioners are used to execute scripts or commands on a resource after it is created.

    • Provisioners are used to configure resources after they are created

    • They can be used to install software, run scripts, or execute commands

    • Provisioners can be local or remote, depending on where the script or command is executed

    • Examples include installing packages on a newly created EC2 instance or running a script to configure a da...

  • Answered by AI
  • Q3. Azurecloud services that you worked on ? discuss their use cases in detail at your workplace ?
  • Ans. 

    I have worked on Azure App Service, Azure Functions, and Azure DevOps.

    • Azure App Service was used for hosting web applications and APIs.

    • Azure Functions were used for serverless computing and event-driven scenarios.

    • Azure DevOps was used for continuous integration and deployment.

    • We used Azure DevOps to automate the deployment of our applications to Azure App Service and Azure Functions.

    • We also used Azure DevOps for source...

  • Answered by AI
  • Q4. What is ingress in Kubernetes and how does it helps us while we deploy an application in AKS ?
  • Ans. 

    Ingress is a Kubernetes resource that manages external access to services in a cluster.

    • Ingress acts as a reverse proxy and routes traffic to the appropriate service based on the URL path or host.

    • It allows for multiple services to share a single IP address and port.

    • In AKS, we can use Ingress to expose our application to the internet or to other services within the cluster.

    • We can configure Ingress rules to specify which ...

  • Answered by AI
Round 2 - Technical 

(10 Questions)

  • Q1. Discuss architecture of K8s in detail ?
  • Ans. 

    K8s is a container orchestration platform that automates deployment, scaling, and management of containerized applications.

    • K8s architecture consists of a master node and worker nodes.

    • Master node manages the cluster state and schedules workloads on worker nodes.

    • Worker nodes run the containers and communicate with the master node.

    • K8s uses etcd for storing cluster state and API server for communication.

    • K8s also has variou...

  • Answered by AI
  • Q2. What is nodeaffinity and pod affinity in k8s?
  • Ans. 

    Node affinity and pod affinity are Kubernetes features that allow you to control the scheduling of pods on nodes.

    • Node affinity is used to schedule pods on specific nodes based on labels or other node attributes.

    • Pod affinity is used to schedule pods on nodes that already have pods with specific labels or attributes.

    • Both features can be used to improve performance, reduce network latency, or ensure high availability.

    • Exam...

  • Answered by AI
  • Q3. Difference between pipeline variables and variable groups in Azure DevOps?
  • Ans. 

    Pipeline variables are scoped to a single pipeline, while variable groups can be shared across multiple pipelines.

    • Pipeline variables are defined within a pipeline and can be used in tasks within that pipeline

    • Variable groups are defined at the project level and can be used across multiple pipelines

    • Variable groups can be linked to Azure Key Vault for secure storage of sensitive information

    • Pipeline variables can be overri...

  • Answered by AI
  • Q4. How to trigger a pipeline from specific version of Application code ?
  • Ans. 

    Trigger pipeline from specific version of app code

    • Use version control system to track code changes

    • Configure pipeline to trigger on specific branch or tag

    • Pass version number as parameter to pipeline

    • Use scripting to automate version selection

    • Integrate with CI/CD tools for seamless deployment

  • Answered by AI
  • Q5. What are stages involved in release pipeline ? Explain the code
  • Ans. 

    Release pipeline involves stages for deploying code changes to production.

    • Stages include build, test, deploy, and release.

    • Code is built and tested in a development environment before being deployed to staging.

    • Once tested in staging, code is released to production.

    • Continuous integration and delivery tools automate the pipeline.

    • Examples include Jenkins, GitLab CI/CD, and AWS CodePipeline.

  • Answered by AI
  • Q6. Any exposure to PCI / DSS compliance ?
  • Ans. 

    Yes, I have exposure to PCI/DSS compliance.

    • I have experience implementing security controls to meet PCI/DSS requirements.

    • I have worked with teams to ensure compliance during audits.

    • I am familiar with the 12 requirements of PCI/DSS and how to implement them.

    • I have experience with tools such as vulnerability scanners and log management systems to ensure compliance.

    • I have worked with payment gateways and understand the im

  • Answered by AI
  • Q7. Default inbound/outbound NSG rules when we deploy VM with NSG? Explain them
  • Ans. 

    Default inbound/outbound NSG rules when we deploy VM with NSG

    • By default, all inbound traffic is blocked except for traffic that is explicitly allowed by a rule

    • By default, all outbound traffic is allowed

    • Inbound rules are evaluated before outbound rules

    • Default rules can be modified or deleted as per requirement

  • Answered by AI
  • Q8. Monitoring tool experience? explain the kind of monitors you might have set for monitoring infra?
  • Ans. 

    I have experience with various monitoring tools and can set up monitors for infrastructure health, performance, and security.

    • I have experience with tools like Nagios, Zabbix, and Prometheus.

    • For infrastructure health, I set up monitors for CPU usage, memory usage, disk space, and network connectivity.

    • For performance, I set up monitors for response time, throughput, and error rates.

    • For security, I set up monitors for una...

  • Answered by AI
  • Q9. How do we test connectivity to our app in AKS from Azure Front Door?
  • Ans. 

    Test connectivity to AKS app from Azure Front Door

    • Create a test endpoint in AKS app

    • Add the endpoint to Front Door backend pool

    • Use Front Door probe feature to test endpoint connectivity

    • Check Front Door health probes for successful connectivity

  • Answered by AI
  • Q10. How do we ensure high availability of VM and AKS worker nodes ?
  • Ans. 

    Ensure high availability of VM and AKS worker nodes

    • Use availability sets for VMs to distribute them across fault domains and update domains

    • Use node pools in AKS to distribute worker nodes across multiple availability zones

    • Implement auto-scaling to add or remove nodes based on demand

    • Monitor node health and set up alerts for failures

    • Regularly update and patch nodes to ensure security and stability

  • Answered by AI

Interview Preparation Tips

Topics to prepare for 11:11 Systems Senior Devops Engineer interview:
  • Terraform
  • Kubernetes
  • Azure cloud
  • Datadog
  • Monitoring
  • log managment
  • AKS
  • JIRA
  • service now
  • Agile Methodology
  • Azure automation Account
  • Backpup and DR
Interview preparation tips for other job seekers - It was nice experience altogether. Interviewers were very nice and supportive. I've not covered all the questions here but you can expect que on the mentioned background. Best luck !!

Skills evaluated in this interview

Cs Soft Solutions Interview FAQs

How many rounds are there in Cs Soft Solutions Senior Devops Engineer interview?
Cs Soft Solutions interview process usually has 1 rounds. The most common rounds in the Cs Soft Solutions interview process are Technical.

Tell us how to improve this page.

Cs Soft Solutions Senior Devops Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Software Engineer
55 salaries
unlock blur

₹1.8 L/yr - ₹7 L/yr

Software Developer
43 salaries
unlock blur

₹1.1 L/yr - ₹7 L/yr

Business Analyst
18 salaries
unlock blur

₹1.9 L/yr - ₹5 L/yr

Junior Software Engineer
18 salaries
unlock blur

₹1.5 L/yr - ₹3.5 L/yr

Product Support Executive
17 salaries
unlock blur

₹2.3 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Cs Soft Solutions with

Coca-Cola Company

4.1
Compare

Dhoot Transmission

3.7
Compare

Genius Consultants

3.8
Compare

Apotex Research

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