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.6k Reviews

Filter interviews by

Persistent Systems Sde1 Interview Questions and Answers

Updated 4 Jan 2023

Persistent Systems Sde1 Interview Experiences

2 interviews found

Sde1 Interview Questions & Answers

user image Anonymous

posted on 13 Oct 2022

Round 1 - Technical 

(2 Questions)

  • Q1. Basic fundamentals were asked for each cs subject
  • Q2. What is cloud and api Some basic codes were also there

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep kalm and focus on basics not very hard question will be asked only basics

Sde1 Interview Questions & Answers

user image Anonymous

posted on 4 Jan 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via campus placement at Jabalpur Engineering College, Jabalpur and was interviewed before Jan 2022. There were 3 interview rounds.

Round 1 - Coding Test 

2 codes and some technical MCQs

Round 2 - Technical 

(2 Questions)

  • Q1. Write program of Pascal Tree
  • Ans. 

    Pascal Tree is a binary tree where each node represents a row of Pascal's Triangle.

    • Create a binary tree with root node as 1

    • For each level, create left child as previous level's value and right child as previous level's value + parent value

    • Repeat until desired number of levels is reached

  • Answered by AI
  • Q2. Python language questions
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself, relocation and other general HR round questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare any one coding language and dsa well, having some knowledge of OS will be good

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Appian based interview
Round 2 - One-on-one 

(1 Question)

  • Q1. Appian based interview
Round 3 - One-on-one 

(1 Question)

  • Q1. Client interview
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Intall Mongo Db and perform crud operation
  • Q2. Dsa question asked to complete in javascrip
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java questions and basics of testing
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. 1.WHAT IS Java, Selenium, Testing? 2.WHAT IS Functional and Non-functional ?
  • Ans. 

    Java is a programming language, Selenium is a testing tool, and testing is the process of evaluating a system or application.

    • Java is an object-oriented programming language used for developing applications and software.

    • Selenium is an open-source testing tool used for automating web browsers.

    • Testing is the process of evaluating a system or application to find defects or errors.

    • Functional testing checks if the system or ...

  • Answered by AI
  • Q2. 3.hOW aPi TESTING WILL FO?
  • Ans. 

    API testing involves testing the functionality, reliability, performance, and security of APIs.

    • API testing can be done manually or through automated tools.

    • API testing involves sending requests to the API and verifying the response.

    • API testing can include testing for authentication, authorization, and error handling.

    • API testing can also involve load testing and stress testing to ensure the API can handle high traffic.

    • Ex...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good for freshers and great learning for new opportunities

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. 1. Merge conflict in Git.
  • Ans. 

    Merge conflict occurs when two or more developers make changes to the same file in Git.

    • It happens when two or more developers make changes to the same file in Git.

    • Git is unable to automatically merge the changes and requires manual intervention.

    • Developers need to resolve the conflict by choosing which changes to keep and which to discard.

    • Common tools used to resolve merge conflicts include Git's command-line interface ...

  • Answered by AI
  • Q2. 2. Reverse a string without inbuilt function
  • Ans. 

    Reverse a string without inbuilt function

    • Iterate through the string from end to start

    • Append each character to a new string

    • Return the new string

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. 1. Tell me about your current project
Round 3 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your skills and yourself.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of C and embedded concepts
Round 2 - Behavioral 

(1 Question)

  • Q1. Basic questions on your resume
Round 3 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why are you looking for a change?
  • Q5. Where do you see yourself in 5 years?
  • Q6. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - I have completed my interview rounds. It took one month to complete all process. Very slow processing. They offered 12L even after knowing i have an counter offer of 17L. Salary was very low comparing to market standards.

I applied via Recruitment Consultant and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Hadoop,hive,sqoop,sql,map reduced,Ozzie,spark, Scala, and Java related question
  • Q2. They asked about bigdata and MySQL
  • Q3. Spark and scala/python
  • Q4. Oops concept and pure core Java they asked. Me,API AND Jdbc also

Interview Preparation Tips

Interview preparation tips for other job seekers - U have to prepare for the first round..all basic concept

Interview Questionnaire 

6 Questions

  • Q1. Introduce your self
  • Q2. What is prime number
  • Ans. 

    A prime number is a positive integer greater than 1 that has no positive integer divisors other than 1 and itself.

    • Prime numbers are only divisible by 1 and themselves

    • Examples of prime numbers include 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, and 97

    • Prime numbers are important in cryptography and number theory

  • Answered by AI
  • Q3. Write a code on prime number
  • Ans. 

    Code to check if a number is prime or not.

    • A prime number is only divisible by 1 and itself.

    • Start checking from 2 up to the square root of the number.

    • If the number is divisible by any number in the range, it's not prime.

    • Otherwise, it's prime.

  • Answered by AI
  • Q4. Write a question on ages problem
  • Ans. 

    What is the average age of a group of people with ages ranging from 20 to 60?

    • Add up all the ages and divide by the number of people in the group

    • The age range is 40 years

    • Assuming an equal distribution of ages, the average age would be 40

  • Answered by AI
  • Q5. Are you relocate
  • Q6. What is your strengths and weaknesses

Skills evaluated in this interview

Persistent Systems Interview FAQs

How many rounds are there in Persistent Systems Sde1 interview?
Persistent Systems interview process usually has 3 rounds. The most common rounds in the Persistent Systems interview process are Resume Shortlist, Technical and Coding Test.
What are the top questions asked in Persistent Systems Sde1 interview?

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

  1. Write program of Pascal T...read more
  2. What is cloud and api Some basic codes were also th...read more
  3. Basic fundamentals were asked for each cs subj...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Persistent Systems interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Join Persistent Systems See Beyond, Rise Above

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
LTIMindtree Interview Questions
3.9
 • 2.7k Interviews
DXC Technology Interview Questions
3.7
 • 793 Interviews
Mphasis Interview Questions
3.4
 • 773 Interviews
Nagarro Interview Questions
4.0
 • 753 Interviews
View all
Persistent Systems Sde1 Salary
based on 8 salaries
₹4.5 L/yr - ₹14 L/yr
60% less than the average Sde1 Salary in India
View more details
Software Engineer
4.3k salaries
unlock blur

₹2.5 L/yr - ₹11 L/yr

Senior Software Engineer
3.7k salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Lead Engineer
3k salaries
unlock blur

₹9.7 L/yr - ₹30 L/yr

Lead Software Engineer
2.9k salaries
unlock blur

₹7.3 L/yr - ₹21 L/yr

Project Lead
1.8k salaries
unlock blur

₹13 L/yr - ₹38 L/yr

Explore more salaries
Compare Persistent Systems with

Cognizant

3.8
Compare

TCS

3.7
Compare

IBM

4.1
Compare

Wipro

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview