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

Filter interviews by

Persistent Systems Programmer Interview Questions and Answers

Updated 23 Dec 2024

Persistent Systems Programmer Interview Experiences

4 interviews found

Programmer Interview Questions & Answers

user image Anonymous

posted on 23 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Program of duplicate of string

Programmer Interview Questions & Answers

user image Anonymous

posted on 29 Nov 2024

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

(2 Questions)

  • Q1. What is constructor
  • Ans. 

    A constructor is a special type of method that is automatically called when an object is created in a class.

    • Constructors have the same name as the class they belong to.

    • They are used to initialize the object's state.

    • Constructors can have parameters to customize the initialization process.

    • Example: public class Person { public Person(String name) { this.name = name; } }

  • Answered by AI
  • Q2. What is OOPS concepts
  • Ans. 

    OOPS concepts refer to Object-Oriented Programming concepts which include classes, objects, inheritance, polymorphism, and encapsulation.

    • Classes: Blueprint for creating objects with attributes and methods.

    • Objects: Instances of classes that contain data and behavior.

    • Inheritance: Ability to create new classes based on existing classes.

    • Polymorphism: Ability to use a single interface for different data types.

    • Encapsulation:...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Great Experience

Skills evaluated in this interview

Programmer Interview Questions Asked at Other Companies

Q1. What are the differences between Micro,Mini and Mainframe Compute ... read more
asked in Chain-Sys
Q2. 1) How to restrict the value for particular button pressed from k ... read more
asked in Movate
Q3. Java- explain system.out.println statement- why java is platform ... read more
asked in Aequs
Q4. What is kaizens , and how many kaizen are completed in this year ... read more
Q5. How to control polycom video conferencing via Crestron cp3?

Programmer Interview Questions & Answers

user image Anonymous

posted on 5 May 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. List all the azure cloud services you know
  • Ans. 

    Azure cloud services are a collection of integrated cloud services that developers and IT professionals use to build, deploy, and manage applications through Microsoft's global network of datacenters.

    • Azure Virtual Machines

    • Azure App Services

    • Azure SQL Database

    • Azure Blob Storage

    • Azure Functions

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. NANANNANA NA NA NA NA

Skills evaluated in this interview

Programmer Interview Questions & Answers

user image Anonymous

posted on 2 May 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Tell me all the azure resources you know. After telling 10-15, he'll ask the ones which was not mentioned and say you don't know this??? how come?
  • Ans. No body can remember the entire service offerings of Azure cloud. idiot!
  • Answered Anonymously

Persistent Systems interview questions for designations

 Software Engineer

 (126)

 Senior Software Engineer

 (36)

 Software Developer

 (35)

 Lead Engineer

 (31)

 Lead Software Engineer

 (30)

 Project Lead

 (19)

 Java Developer

 (14)

 Salesforce Developer

 (11)

Programmer Jobs at Persistent Systems

View all

Interview questions from similar companies

I applied via LinkedIn and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What happens if there is finally block inside an exception block?
  • Ans. 

    Finally block will always execute, even if an exception is thrown in the try or catch block.

    • Finally block is used to execute code that must always run, regardless of whether an exception was thrown or not.

    • If an exception is thrown in the try or catch block, the finally block will still execute.

    • Finally block is often used to release resources like file handles, database connections, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There were two rounds of technical discussion. First round took around 45 mins which mainly concentrated on Django related concepts. Second round was the customer interaction and the questions were mostly the scenario based and it was asked on Python concepts. Both the rounds carried its own weight. The key to clear any interview is "Be strong in your basics".

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1.Cloud/Kubernetes 2.linux 3.volte

Interview Preparation Tips

Interview preparation tips for other job seekers - I belong to Telecom sector so according to my profile and other users which are belong to same sector... Please focus of cloud/Kubernetes, Linux, 4G/5G...

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

Interview Questionnaire 

4 Questions

  • Q1. What is OOPS?
  • Ans. 

    OOPS stands for Object-Oriented Programming System.

    • OOPS is a programming paradigm that focuses on objects and their interactions.

    • It involves encapsulation, inheritance, and polymorphism.

    • Encapsulation is the process of hiding implementation details from the user.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Polymorphism allows objects to take on multiple forms or behaviors.

    • Examples of O

  • Answered by AI
  • Q2. What is Class?
  • Ans. 

    A blueprint for creating objects that share common properties and behaviors.

    • Classes are used in object-oriented programming to create objects with similar attributes and methods.

    • They serve as a blueprint for creating objects.

    • Classes can inherit properties and methods from other classes.

    • Examples include a class for creating different types of cars or a class for creating different types of animals.

  • Answered by AI
  • Q3. What is Abstraction?
  • Ans. 

    Abstraction is the process of hiding complex implementation details and exposing only the necessary information.

    • Abstraction allows us to focus on the essential features of an object or system, without getting bogged down in unnecessary details.

    • It helps to reduce complexity and increase efficiency in software development.

    • For example, a car dashboard abstracts away the complex workings of the engine and presents only the...

  • Answered by AI
  • Q4. What is Object Slicing?
  • Ans. 

    Object slicing is when a derived class object is assigned to a base class object, resulting in loss of derived class attributes.

    • Object slicing occurs when a derived class object is assigned to a base class object.

    • The result is the loss of derived class attributes.

    • This happens because the base class object can only hold the attributes of the base class.

    • Example: class Base { int x; }; class Derived : public Base { int y;...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident even if you dont know anything

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Basic Core / advance java, spring boot, Hibernate, DB, Collection, New java Feature - Stream, lambda expression, function interface, DB related, about your last project technology, flow, your role etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident, prepare well, if don't know answer simply say don't know, not going wrong, ask whatever your concern (Related to topic)

I applied via Referral and was interviewed before Nov 2021. 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 - One-on-one 

(2 Questions)

  • Q1. Brief about my roles
  • Q2. Explanation about my previous job

Interview Preparation Tips

Interview preparation tips for other job seekers - Just tell the truth about your experience and they will look for the answers from your resume and they will ask about their requirements

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

Interview Questionnaire 

1 Question

  • Q1. Fiori elements Git BTP

Interview Preparation Tips

Interview preparation tips for other job seekers - Explore on new technology and SAP Tools

Persistent Systems Interview FAQs

How many rounds are there in Persistent Systems Programmer interview?
Persistent Systems interview process usually has 1-2 rounds. The most common rounds in the Persistent Systems interview process are Technical and One-on-one Round.
How to prepare for Persistent Systems Programmer 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 Persistent Systems. The most common topics and skills that interviewers at Persistent Systems expect are Java, Programming, SQL, Javascript and Python.
What are the top questions asked in Persistent Systems Programmer interview?

Some of the top questions asked at the Persistent Systems Programmer interview -

  1. List all the azure cloud services you k...read more
  2. What is OOPS conce...read more
  3. What is construc...read more

Tell us how to improve this page.

Persistent Systems Programmer Interview Process

based on 4 interviews

1 Interview rounds

  • Technical Round
View more
Join Persistent Systems See Beyond, Rise Above

Programmer Interview Questions from Similar Companies

TCS Programmer Interview Questions
3.7
 • 12 Interviews
View all
Persistent Systems Programmer Salary
based on 5 salaries
₹4.7 L/yr - ₹14 L/yr
114% more than the average Programmer Salary in India
View more details
Programmer (Dev) - 5.2

Bangalore / Bengaluru

5-9 Yrs

Not Disclosed

Programmer (Dev)

Hyderabad / Secunderabad

5-9 Yrs

Not Disclosed

Programmer (Dev) - 5.2

Pune

5-9 Yrs

Not Disclosed

Explore more jobs
Software Engineer
4.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
3.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Engineer
3.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Software Engineer
3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Lead
1.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Persistent Systems with

Cognizant

3.7
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