Premium Employer

i

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

Persistent Systems Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Persistent Systems AWS Cloud and DevOps Engineer Interview Questions and Answers

Updated 8 Jan 2025

Persistent Systems AWS Cloud and DevOps Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Asked about GitHub Actions and octopus Deploy and AWS related questions
  • Q2. Terraform about daily tasks
  • Ans. 

    Terraform daily tasks involve infrastructure provisioning, configuration management, and automation.

    • Creating and managing infrastructure using Terraform scripts

    • Updating and modifying existing infrastructure as needed

    • Automating deployment processes for applications

    • Implementing version control for Terraform configurations

    • Monitoring and troubleshooting Terraform deployments

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I interviewed interviewed they asked GitHub Actions and octopus

What people are saying about Persistent Systems

View All
a data engineer
6d
Salary discusssion suggestion
Hi everyone, I have an offer from Deloitte as a data engineer for 15 CTC (all fix) + 10% variable I still have some time left on my notice period. Should I try for more offers and ask Deloitte to match? Yoe 3 CCTC : 6
Got a question about Persistent Systems?
Ask anonymously on communities.

Interview questions from similar companies

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

Interview Questionnaire 

2 Questions

  • Q1. Various tools that I have worked on
  • Ans. 

    I have worked on various tools including Jenkins, Ansible, Docker, Kubernetes, and Git.

    • Jenkins for continuous integration and delivery

    • Ansible for configuration management

    • Docker for containerization

    • Kubernetes for container orchestration

    • Git for version control

  • Answered by AI
  • Q2. Why do I want to join mindtree

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience. Swift process and good hike.

AWS Cloud and DevOps Engineer Interview Questions Asked at Other Companies

asked in Cognizant
Q1. What is a Persistent Volume (PV) and a Persistent Volume Claim (P ... read more
asked in Cognizant
Q2. What is the purpose of Helm in Kubernetes, and how does it simpli ... read more
asked in Cognizant
Q3. How can you perform rolling updates and rollbacks of applications ... read more
asked in Cognizant
Q4. How would you troubleshoot a Pod that is not running as expected ... read more
asked in Cognizant
Q5. What are DaemonSets in Kubernetes, and when might you use them?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Tech devops Iaas Paas Aks Iaac Good

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. Deploying the resources through terraform
  • Ans. 

    Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently.

    • Terraform uses configuration files to define the infrastructure resources needed.

    • It allows for the creation, modification, and deletion of resources in a repeatable manner.

    • Terraform supports various cloud providers such as AWS, Azure, and Google Cloud.

    • State files are used to track the current state of the infrastructure and...

  • Answered by AI
  • Q2. Parallel job execution in devops
  • Ans. 

    Parallel job execution in devops involves running multiple tasks simultaneously to improve efficiency and reduce overall execution time.

    • Use parallelization techniques like multithreading or multiprocessing to run tasks concurrently

    • Implement tools like Jenkins or Ansible to automate and manage parallel job execution

    • Monitor resource usage and performance to optimize parallel job execution

    • Ensure proper synchronization and...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is jenkins pipeline write one
  • Ans. 

    Jenkins pipeline is a set of plugins that allows you to create a workflow for your software delivery process.

    • Jenkins pipeline is written in a Jenkinsfile, which is a text file that defines the steps of your pipeline.

    • It allows you to define your build, test, and deployment processes as code.

    • You can use declarative or scripted syntax to define your pipeline.

    • Example: pipeline { agent any stages { stage('Build') { steps { ...

  • Answered by AI
  • Q2. Write powershell script
  • Ans. 

    The PowerShell script should be written to demonstrate proficiency in automation and scripting.

    • Use cmdlets like Get-ChildItem, Set-Content, and Invoke-Command for file manipulation and remote execution

    • Utilize loops and conditional statements for automation tasks

    • Ensure error handling and logging for script reliability

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good it was good and

Skills evaluated in this interview

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

(1 Question)

  • Q1. Concepts of Azure DevOps
  • Ans. 

    Azure DevOps is a set of development tools used for planning, collaborating, and delivering software.

    • Azure DevOps includes services such as Azure Boards, Azure Repos, Azure Pipelines, Azure Test Plans, and Azure Artifacts.

    • It allows for continuous integration and continuous delivery (CI/CD) pipelines to automate the software delivery process.

    • Azure DevOps provides a centralized platform for managing code repositories, tr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Cicd pipelines in jenkins
  • Ans. 

    CICD pipelines in Jenkins automate the process of building, testing, and deploying code.

    • CICD stands for Continuous Integration/Continuous Deployment

    • Jenkins is a popular automation server used for building, testing, and deploying software

    • CICD pipelines in Jenkins allow for automated workflows, from code commit to production deployment

  • Answered by AI
  • Q2. Aws servcies like s3 ec2 rds

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Explain terraform modules
  • Ans. 

    Terraform modules are reusable components that encapsulate a set of resources and configurations in a single unit.

    • Modules help in organizing and reusing Terraform configurations

    • They allow for better code organization and maintainability

    • Modules can be shared and reused across different projects

    • They can be used to create reusable infrastructure patterns

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Apr 2022. 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 - Aptitude Test 

Basic core subjects and aptitude will do. (or Friends)

Round 3 - Technical 

(3 Questions)

  • Q1. Basics about jenkins, docker and ansible. Some about personal projects, linux, git, Oops and DSA
  • Q2. About the role devops.
  • Ans. 

    DevOps integrates development and operations to enhance collaboration, automate processes, and improve software delivery efficiency.

    • Collaboration: DevOps fosters a culture of collaboration between development and operations teams, leading to faster problem resolution.

    • Automation: Tools like Jenkins and Ansible automate repetitive tasks, reducing manual errors and speeding up deployment.

    • Continuous Integration/Continuous ...

  • Answered by AI
  • Q3. Code on their editor basic concepts like overloading vs overriding, operator overloading, constructor types.

Interview Preparation Tips

Interview preparation tips for other job seekers - During your introduction tell the interviewer your area of expertise, you got to have knowledge about other concepts but one area of expertise is mandatory. Don't quote areas like deep learning, machine learning, AI, computer vision to interviewer who are developers for more than a decade. Most (majority) of them don't care. Give them fields like web dev, cloud, database management, system design etc. If you are too enthusiast about fields i warned you about then you might as well be well connected to land into areas like that, don't ask for it from people who are not hiring for it.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Cloud Devops - Azure and AWS, Security, EC2, RBAC

Round 2 - Technical 

(1 Question)

  • Q1. NACL, DR, Authorization, Authentication

Persistent Systems Interview FAQs

How many rounds are there in Persistent Systems AWS Cloud and DevOps Engineer interview?
Persistent Systems interview process usually has 1 rounds. The most common rounds in the Persistent Systems interview process are Technical.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Join Persistent Systems See Beyond, Rise Above

Interview Questions from Similar Companies

LTIMindtree Interview Questions
3.7
 • 3k Interviews
Mphasis Interview Questions
3.3
 • 843 Interviews
DXC Technology Interview Questions
3.7
 • 836 Interviews
EXL Service Interview Questions
3.7
 • 801 Interviews
Nagarro Interview Questions
4.0
 • 791 Interviews
NTT Data Interview Questions
3.8
 • 656 Interviews
Publicis Sapient Interview Questions
3.5
 • 642 Interviews
View all
Software Engineer
4.6k salaries
unlock blur

₹2.5 L/yr - ₹11 L/yr

Senior Software Engineer
4.5k salaries
unlock blur

₹5.1 L/yr - ₹18.8 L/yr

Lead Software Engineer
3.6k salaries
unlock blur

₹7.4 L/yr - ₹19.3 L/yr

Lead Engineer
3.5k salaries
unlock blur

₹10 L/yr - ₹27.4 L/yr

Project Lead
2.1k salaries
unlock blur

₹12.6 L/yr - ₹40 L/yr

Explore more salaries
Compare Persistent Systems with

Cognizant

3.7
Compare

TCS

3.6
Compare

IBM

4.0
Compare

LTIMindtree

3.7
Compare
write
Share an Interview