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

Updated 5 Sep 2024

Persistent Systems Trainee Interview Experiences

2 interviews found

Trainee Interview Questions & Answers

user image Anonymous

posted on 5 Sep 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

All type of quant reasoning questions

Round 2 - Technical 

(2 Questions)

  • Q1. What isnetworking,what is dbms queries
  • Ans. 

    Networking is the practice of connecting computers and other devices to share resources. DBMS queries are commands used to retrieve data from a database.

    • Networking involves connecting computers and devices to share information and resources.

    • DBMS queries are commands used to retrieve specific data from a database.

    • Networking can be wired or wireless, such as Ethernet or Wi-Fi.

    • Examples of DBMS queries include SELECT, INSE

  • Answered by AI
  • Q2. Reverse string pattern

Skills evaluated in this interview

Trainee Interview Questions & Answers

user image Anonymous

posted on 3 Mar 2023

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

I appeared for an interview before Mar 2022.

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. What is infrastructure ?
  • Ans. 

    Infrastructure refers to the basic physical and organizational structures needed for the operation of a society or enterprise.

    • Infrastructure includes roads, bridges, buildings, power grids, water supply systems, and communication networks.

    • It is essential for the functioning of a society or enterprise.

    • Infrastructure can be public or private.

    • Examples of public infrastructure include highways, airports, and public transpo...

  • Answered by AI
  • Q2. What was your project in university?
  • Ans. I worked for data analysis and visualization project by using python libraries using jupyter notebook framework. Libraries used pyplot, matplotlib.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Facing interview is a skill it gets developed by practice only.

Skills evaluated in this interview

Trainee Interview Questions Asked at Other Companies

Q1. Ques1: There is a big file of words which is dynamically changing ... read more
Q2. Ques 1: An array of n integers is there in which the range of ele ... read more
Q3. Ques 1: You are given pairs of numbers. In a pair the first numbe ... read more
Q4. 1) What was the College project ? 2) Subjects ? 3) Types of cooli ... read more
Q5. During cruise, Thrust equals drag, then how does plane move forwa ... read more

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Well, apti was normal having topics like percentage, Ratio, number system, profit loss age, etc

Round 2 - Technical 

(3 Questions)

  • Q1. I don't remember that exact questions bcoz it was 2.5 years ago but interview was more interested in my approach to solve the problem rather than answers.
  • Q2. I would suggest to brush up any one programming language specially Java bcoz they do s lot of projects in Java, and also database basics, like joints and all
  • Q3. If they give a real-time scenario based questions then they focus on ur algorithm to solve that problem, they focus very less on code. So be optimistic about your solution.
Round 3 - HR 

(3 Questions)

  • Q1. Why should we hire you?
  • Q2. What is your family background?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be true yourself and confident.

Interview Questionnaire 

1 Question

  • Q1. Interviewer asked about DevOps tools and AKS deployment approach.

Interview Preparation Tips

Interview preparation tips for other job seekers - One would need to prepare Azure release approach and AKS ACR and Docker.

I applied via Naukri.com and was interviewed before Sep 2020. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Java basic interview questions

I applied via Naukri.com and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. IMS, Diameter, SIP, Deployment, Testing
Round 2 - Technical 

(1 Question)

  • Q1. How to check signal in lab during testing?
  • Ans. 

    Signal can be checked in lab during testing using various equipment and techniques.

    • Use oscilloscope to measure voltage and frequency of signal

    • Use spectrum analyzer to analyze frequency spectrum of signal

    • Use signal generator to generate and test signals

    • Use multimeter to measure signal strength and continuity

    • Use logic analyzer to analyze digital signals

    • Perform signal integrity testing to ensure signal quality

    • Use simulati...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in your knowledge and experience...

I appeared for an interview in Jul 2017.

Interview Questionnaire 

6 Questions

  • Q1. What is autoboxing and unboxing
  • Ans. 

    Autoboxing is the automatic conversion of primitive data types to their corresponding object wrapper classes.

    • Autoboxing is useful when working with collections that require objects instead of primitives.

    • Example: int i = 5; Integer j = i; //autoboxing

    • Unboxing is the opposite of autoboxing, where an object of a wrapper class is converted back to its corresponding primitive type.

    • Example: Integer j = 5; int i = j; //unboxi

  • Answered by AI
  • Q2. What is typecasting UP AND DOWN
  • Ans. 

    Typecasting up and down refers to converting a variable of one data type to another data type of higher or lower precision.

    • Typecasting up involves converting a variable of lower precision to a variable of higher precision, such as converting an int to a double.

    • Typecasting down involves converting a variable of higher precision to a variable of lower precision, such as converting a double to an int.

    • Typecasting can resul...

  • Answered by AI
  • Q3. How do you iterate map
  • Ans. 

    To iterate a map in Java, use a for-each loop or an iterator.

    • Use the entrySet() method to get a set of key-value pairs

    • For-each loop: for(Map.Entry entry : map.entrySet())

    • Iterator: Iterator> iterator = map.entrySet().iterator();

    • Use hasNext() and next() methods to iterate through the map

  • Answered by AI
  • Q4. Types of synchronisation in java
  • Ans. 

    Types of synchronization in Java

    • Synchronized methods

    • Synchronized statements

    • ReentrantLock

    • Semaphore

    • CountDownLatch

  • Answered by AI
  • Q5. Access modifiers in method overriding
  • Ans. 

    Access modifiers in method overriding

    • Access modifiers in the overriding method cannot be more restrictive than the overridden method

    • The access modifier can be less restrictive or the same as the overridden method

    • Private methods cannot be overridden

    • Examples: public method can be overridden by public or protected method, but not by private method

  • Answered by AI
  • Q6. Covarient return type

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. AR integration in unity 3D
  • Ans. 

    AR integration in Unity 3D allows for immersive experiences by overlaying digital content onto the real world.

    • Unity's AR Foundation package provides a cross-platform solution for AR development

    • ARCore and ARKit are supported by AR Foundation for Android and iOS devices respectively

    • Vuforia is another popular AR platform that can be integrated with Unity

    • AR integration requires a camera and sensors to track the user's envi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication has to be priority.
Interviewer are pretty friendly. Be honest.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to networking, cloud.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Well. Prepare for networking concepts, cloud concepts, I would recommend to go through Microsoft Azure Az 900 certificate. It is easy certificate and well start for your cloud journey.

I applied via Job Portal and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. All about core VMWARE

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s an amazing experience with Mindtree

Persistent Systems Interview FAQs

How many rounds are there in Persistent Systems Trainee interview?
Persistent Systems interview process usually has 2 rounds. The most common rounds in the Persistent Systems interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for Persistent Systems Trainee 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 ATS, Excel, Recruitment, Sourcing and Talent Acquisition.
What are the top questions asked in Persistent Systems Trainee interview?

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

  1. what isnetworking,what is dbms quer...read more
  2. What is infrastructur...read more
  3. reverse string patt...read more

Tell us how to improve this page.

Persistent Systems Trainee Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more
Join Persistent Systems See Beyond, Rise Above

Trainee Interview Questions from Similar Companies

Atos Trainee Interview Questions
3.8
 • 19 Interviews
Nagarro Trainee Interview Questions
4.0
 • 13 Interviews
FIS Trainee Interview Questions
3.9
 • 2 Interviews
Cyient Trainee Interview Questions
3.7
 • 2 Interviews
View all
Persistent Systems Trainee Salary
based on 71 salaries
₹1.7 L/yr - ₹5 L/yr
27% more than the average Trainee Salary in India
View more details

Persistent Systems Trainee Reviews and Ratings

based on 15 reviews

3.7/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.4

Salary

3.2

Job security

3.5

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 15 Reviews and Ratings
Software Engineer
4.5k salaries
unlock blur

₹2.4 L/yr - ₹10 L/yr

Senior Software Engineer
4k salaries
unlock blur

₹5 L/yr - ₹15.9 L/yr

Lead Engineer
3.2k salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Lead Software Engineer
3.1k salaries
unlock blur

₹5.3 L/yr - ₹18.8 L/yr

Project Lead
1.9k salaries
unlock blur

₹13 L/yr - ₹39 L/yr

Explore more salaries
Compare Persistent Systems with

Cognizant

3.7
Compare

TCS

3.7
Compare

IBM

4.0
Compare

LTIMindtree

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