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

Compare button icon Compare button icon Compare
3.5

based on 3.8k Reviews

Filter interviews by

Persistent Systems Azure Developer Interview Questions and Answers

Updated 21 Oct 2024

Persistent Systems Azure Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are microservices
  • Ans. 

    Microservices are a software development technique where applications are composed of small, independent services that communicate with each other.

    • Microservices are small, independent services that focus on specific business functions.

    • Each microservice runs its own process and communicates with other services through APIs.

    • Microservices can be developed, deployed, and scaled independently.

    • Examples of companies using mic

  • Answered by AI
  • Q2. What is containerisation
  • Ans. 

    Containerisation is a method of packaging, distributing, and running applications in isolated environments called containers.

    • Containers are lightweight, portable, and efficient units that encapsulate an application and its dependencies.

    • They provide a consistent environment for applications to run across different platforms.

    • Popular containerization platforms include Docker and Kubernetes.

    • Containerisation helps in achiev...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you get the correct JD you applied for, they asked me for .Net role and took interview for azure.

Skills evaluated in this interview

Interview questions from similar companies

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

(4 Questions)

  • Q1. What is Terraform
  • Ans. 

    Terraform is an open-source infrastructure as code software tool created by HashiCorp.

    • Terraform allows users to define and provision infrastructure using a declarative configuration language.

    • It supports multiple cloud providers such as AWS, Azure, Google Cloud, and more.

    • Terraform uses 'terraform plan' to create an execution plan and 'terraform apply' to apply the changes.

    • It helps in automating the creation, modificatio...

  • Answered by AI
  • Q2. What is Azure DevOps
  • Ans. 

    Azure DevOps is a set of development tools provided by Microsoft to help teams collaborate and deliver high-quality software.

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

    • It allows for version control, continuous integration/continuous deployment (CI/CD), project management, and testing.

    • Teams can plan, build, test, and deploy applications using ...

  • Answered by AI
  • Q3. What is CI/CD pipelines
  • Ans. 

    CI/CD pipelines automate the process of building, testing, and deploying code changes.

    • CI/CD stands for Continuous Integration/Continuous Deployment

    • Automates the process of integrating code changes into a shared repository and deploying them to production

    • Helps in detecting and fixing integration errors early in the development process

    • Enables faster delivery of software updates and improvements

    • Popular tools for CI/CD pip...

  • Answered by AI
  • Q4. What is Docker and Kubernetes
  • Ans. 

    Docker is a platform for developing, shipping, and running applications in containers. Kubernetes is a container orchestration tool for managing containerized applications across a cluster of nodes.

    • Docker allows developers to package applications and their dependencies into containers for easy deployment.

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

    • Docker containers are lig...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Sql queries and knowledge of different syntaxes

Round 2 - One-on-one 

(2 Questions)

  • Q1. Find the student with marks greater than 80 in all subjects
  • Ans. 

    Filter students with marks greater than 80 in all subjects

    • Iterate through each student's marks in all subjects

    • Check if all marks are greater than 80 for a student

    • Return the student if all marks are greater than 80

  • Answered by AI
  • Q2. Write the syntax to define the schema of a file for loading.
  • Ans. 

    Syntax to define schema of a file for loading

    • Use CREATE EXTERNAL TABLE statement in SQL

    • Specify column names and data types in the schema definition

    • Example: CREATE EXTERNAL TABLE MyTable (col1 INT, col2 STRING) USING CSV

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
No response
Round 1 - One-on-one 

(1 Question)

  • Q1. Can you describe your project?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Nothing interviewers interested about your past experience, work you handled in last project , your roles & responsibilities.
  • Ans. Just prepare everything you mentioned in your resume
  • Answered Anonymously
Round 2 - One-on-one 

(1 Question)

  • Q1. Second round is with project head. Only looking for your problem handling skills & how youn present yourself. Mostly focus on your communication.
Round 3 - HR 

(1 Question)

  • Q1. Salty discussion. Be carefully they try to give you only 20% hikes on current package. Negotiate properly.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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. Brief about your projects Be much prompt with your roles and responsibilities. Good to know SQL better
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation and about relocation

I applied via Naukri.com and was interviewed before May 2021. 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 

(1 Question)

  • Q1. Give an overall introduction
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions based on skills

Interview Preparation Tips

Topics to prepare for UST Azure Administrator interview:
  • UST review
Interview preparation tips for other job seekers - I am working with UST for the past 5 years . It is a good place to work but Very less to no salary hike these days . Employees are quitting their job because of that
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Azure App Gateway configuration
  • Q2. Azure Monitoring and update management
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. How to do performance tuning in adf
  • Ans. 

    Performance tuning in Azure Data Factory involves optimizing data flows and activities to improve efficiency and reduce processing time.

    • Identify bottlenecks in data flows and activities

    • Optimize data partitioning and distribution

    • Use appropriate data integration patterns

    • Leverage caching and parallel processing

    • Monitor and analyze performance metrics

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - i got selected in 1st round that happened by walk in and they said there will be a hr , client by next tues . after that walk in drive no response from HR

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 and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the CI CD Flow
  • Ans. 

    CI/CD flow is the process of automating the build, test, and deployment of code changes.

    • Continuous Integration (CI) involves automatically building and testing code changes as they are committed to the repository.

    • Continuous Deployment (CD) involves automatically deploying code changes to production after passing tests.

    • CI/CD pipelines use tools like Jenkins, Azure DevOps, or GitLab to automate the process.

    • Automated test...

  • Answered by AI
  • Q2. Power shell Commands

Skills evaluated in this interview

Persistent Systems Interview FAQs

How many rounds are there in Persistent Systems Azure Developer interview?
Persistent Systems interview process usually has 1 rounds. The most common rounds in the Persistent Systems interview process are Technical.
What are the top questions asked in Persistent Systems Azure Developer interview?

Some of the top questions asked at the Persistent Systems Azure Developer interview -

  1. What are microservi...read more
  2. What is containerisat...read more

Tell us how to improve this page.

Persistent Systems Azure Developer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
Join Persistent Systems See Beyond, Rise Above

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
DXC Technology Interview Questions
3.7
 • 805 Interviews
Mphasis Interview Questions
3.4
 • 797 Interviews
Nagarro Interview Questions
4.0
 • 776 Interviews
View all
Software Engineer
4.4k salaries
unlock blur

₹2.8 L/yr - ₹9.5 L/yr

Senior Software Engineer
3.8k salaries
unlock blur

₹5 L/yr - ₹15.1 L/yr

Lead Engineer
3.1k salaries
unlock blur

₹9.9 L/yr - ₹30 L/yr

Lead Software Engineer
2.9k salaries
unlock blur

₹7.1 L/yr - ₹18.2 L/yr

Project Lead
1.8k salaries
unlock blur

₹13 L/yr - ₹38.8 L/yr

Explore more salaries
Compare Persistent Systems with

Cognizant

3.8
Compare

TCS

3.7
Compare

IBM

4.0
Compare

Wipro

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