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 Developer Interview Questions and Answers

Updated 17 Nov 2021

Persistent Systems Developer Interview Experiences

1 interview found

Developer Interview Questions & Answers

user image PrepInsta

posted on 17 Nov 2021

I applied via Referral and was interviewed in Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

Round duration - 40 minutes
There were two Technical Interview Rounds. In the first round the interviewer wanted to know whether my basic knowledge was clear or not and whether I can make a logical conclusion. The interview was like a rapid fire round. In both the Interviews they asked questions on coding and sql and also puzzles.

  • Q1. Write a program to find the reverse of a string
  • Ans. 

    A program to reverse a string

    • Iterate through the characters of the string from the last to the first

    • Append each character to a new string

    • Return the reversed string

  • Answered by AI
  • Q2. Write a query to find the second highest salary in a table.
  • Ans. 

    Query to find the second highest salary in a table.

    • Use the MAX() function to find the highest salary.

    • Use the WHERE clause to exclude the highest salary from the result.

    • Use the MAX() function again to find the second highest salary.

  • Answered by AI
  • Q3. Puzzle- You have a 3 gallon and 5 gallon jug, how would you fill a 4 gallon jug?
  • Ans. Fill the 5 gallon jug and empty it in the 3 gallon jug. Now you have 2 gallon's left, pour this in the 4 gallon jug. Repeat this step again and the 4 gallon jug is filled.
  • Answered by PrepInsta
Round 2 - HR 

(5 Questions)

Round duration - 10 minutes
It was conducted as a formality. The main test was in the Technical Rounds only. The interviewer asked about my academic interest as well as non academic interest. He asked about the relocation and my salary expectation.

  • Q1. Introduce Yourself
  • Q2. What are your hobbies?
  • Q3. Are you ready to relocate if necessary?
  • Q4. What salary are you expecting?
  • Q5. Any questions for me?

Interview Preparation Tips

Professional and academic backgroundAt the time of the interview, I had 0 Years (fresher) of experience.Persistent Systems interview preparation:Topics to prepare for the interview - Topics included:
● Polymorphism
● Overloading Overriding
● Difference between list and array
● Local variables and global variables
● Operating systems
● Access Specifiers
● Joins
● Normalization
● Difference between primary key and
unique key
● Data types
● Trashing
● Virtual destructorResources to prepare for this interview - I have a Prime subscription, through which I prepared the coding questions. They also had HR questions on their dashboard which I studied from.Tips for other job seekers - Focus on the basics. A lot of times we try to focus only on the complex problems and are unable to solve the simple ones.Final outcome of the interviewSelected

Skills evaluated in this interview

Developer Jobs at Persistent Systems

View all

Interview questions from similar companies

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

(1 Question)

  • Q1. Java related questions mostly
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Data types and explain them
  • Ans. 

    Data types are classifications that specify which type of value a variable can hold.

    • Primitive data types: int, float, char, boolean

    • Non-primitive data types: arrays, classes, interfaces

    • Derived data types: pointers, arrays, functions

  • Answered by AI
  • Q2. Document understanding
Round 2 - HR 

(1 Question)

  • Q1. Salary expectations

Skills evaluated in this interview

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

I was interviewed before Dec 2023.

Round 1 - Coding Test 

Reverse a number in C#
Merge two arrays in c#

Round 2 - HR 

(3 Questions)

  • Q1. Tell about the project
  • Q2. Intoduce your self
  • Q3. What are the difficulties in the project

Interview Preparation Tips

Interview preparation tips for other job seekers - Pl peprare oops cocncepts in language

Developer Interview Questions & Answers

NTT Data user image Tushar Kulkarni

posted on 24 May 2024

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

(1 Question)

  • Q1. Expalin what is ABAP dictionary Events in ALV report Have you worked on oops abp
  • Ans. 

    ABAP Dictionary is a central repository for data definitions used in SAP applications. ALV report events are user actions in ALV grid. OOPs ABAP is object-oriented programming in ABAP.

    • ABAP Dictionary is used to define and manage data definitions in SAP applications

    • ALV report events include user actions like clicking on a row or column header

    • OOPs ABAP allows for object-oriented programming concepts like classes and inhe

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Main reason to change current organization

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. C#,asp.net,mvc,core,wcf
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Write a python code that will check all data in databricks and email the % error contains in that data. Implement encryption security

Interview Preparation Tips

Interview preparation tips for other job seekers - They only ask python question even if you are profeesional in something else
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Shri Ramdeo Baba Kamla Nehru Engineering College, Nagpur and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Question on aptitude and codes

Round 2 - HR 

(2 Questions)

  • Q1. How was your technical round
  • Ans. 

    My technical round went well. I was able to showcase my skills and knowledge effectively.

    • I confidently answered all technical questions asked by the interviewers

    • I demonstrated my problem-solving abilities through coding challenges

    • I discussed my previous projects and experiences in detail

  • Answered by AI
  • Q2. Are you having passport
  • Ans. 

    Yes, I have a passport.

    • Yes, I have a valid passport.

    • I can provide my passport details if required.

    • Having a passport allows me to travel internationally for work if needed.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ITC Infotech Developer interview:
  • C and c++
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Mysql, Java, Springboot
  • Q2. Truncate vs Delete
  • Ans. 

    Truncate is faster but cannot be rolled back, while Delete is slower but can be rolled back.

    • Truncate removes all rows from a table quickly, but cannot be rolled back.

    • Delete removes rows one by one, slower than Truncate, but can be rolled back using a transaction.

    • Truncate resets the identity seed of the table, while Delete does not.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jan 2024. There were 4 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 

Reasoning english aptitude

Round 3 - Group Discussion 

Topic about business

Round 4 - Coding Test 

Java coding about files

Persistent Systems Interview FAQs

How to prepare for Persistent Systems Developer 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, Javascript, Python, HTML and Software Development.

Tell us how to improve this page.

Join Persistent Systems See Beyond, Rise Above
Persistent Systems Developer Salary
based on 25 salaries
₹4.2 L/yr - ₹15 L/yr
20% more than the average Developer Salary in India
View more details

Persistent Systems Developer Reviews and Ratings

based on 2 reviews

3.6/5

Rating in categories

2.6

Skill development

4.1

Work-life balance

4.1

Salary

4.0

Job security

2.4

Company culture

2.6

Promotions

4.3

Work satisfaction

Explore 2 Reviews and Ratings
Rust Developer

Pune

5-10 Yrs

Not Disclosed

C++ Developer

Bangalore / Bengaluru

3-7 Yrs

Not Disclosed

C++ Developer

Pune

3-7 Yrs

Not Disclosed

Explore more jobs
Software Engineer
4.4k salaries
unlock blur

₹2.5 L/yr - ₹9.5 L/yr

Senior Software Engineer
3.9k salaries
unlock blur

₹5 L/yr - ₹15.4 L/yr

Lead Engineer
3.1k salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Lead Software Engineer
3k salaries
unlock blur

₹7.2 L/yr - ₹18.4 L/yr

Project Lead
1.9k salaries
unlock blur

₹13.2 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