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 Dot Net Lead Interview Questions and Answers

Updated 30 Sep 2022

Persistent Systems Dot Net Lead Interview Experiences

1 interview found

Dot Net Lead Interview Questions & Answers

user image Anonymous

posted on 30 Sep 2022

I applied via Job Portal

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. SOID Principal concept in C#
  • Ans. 

    SOID (Separation of Concerns, Open/Closed, Interface Segregation, Dependency Inversion) is a set of principles in C# for designing maintainable and scalable software.

    • SOID helps in achieving modularity, flexibility, and extensibility in software design.

    • Separation of Concerns (SoC) principle helps in dividing the software into smaller, independent modules.

    • Open/Closed principle (OCP) states that software entities should b...

  • Answered by AI
  • Q2. What is Interface and share real example
  • Ans. 

    An interface is a contract that defines a set of methods and properties that a class must implement.

    • Interfaces provide a way to achieve abstraction and polymorphism in object-oriented programming.

    • They allow for loose coupling between classes and promote code reusability.

    • An example of an interface in C# is the IDisposable interface, which defines a method for releasing unmanaged resources.

    • Another example is the IEnumera...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - read OOPS concept related topics for prepare interview and also read some basic .Net framework related questions and answers for give proper answers in interview

Skills evaluated in this interview

Dot Net Lead Jobs at Persistent Systems

View all

Interview questions from similar companies

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

Round 1 - Technical 

(2 Questions)

  • Q1. About Technical subjects
  • Q2. Technology subjects
Round 2 - Group Discussion 

Subject

Round 3 - HR 

(8 Questions)

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

Interview Preparation Tips

Interview preparation tips for other job seekers - Having Technical support roles

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

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

Interview Questionnaire 

1 Question

  • Q1. Regarding the technology whatever I mentioned in my resume. Detail level questions from those area

Interview Preparation Tips

Interview preparation tips for other job seekers - Read through the technical skills whatever mentioned in your CV and try to learn based on use case specific detail level with pros and cons

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 Approached by Company and was interviewed before Mar 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 - Technical 

(1 Question)

  • Q1. More about Angular 6+ and .Net Core ,WebAPI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not a right place ,people always have an issue with profile mismatch job roles here

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 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 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 Company Website and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. First question would be always your current project details/overview with roles and responsibilities
  • Q2. Technical questions related to your technology
  • Q3. Some real-life scenarios of the project and what would you approach to resolve it
Round 2 - HR 

(1 Question)

  • Q1. Normal questions like experience, why are you looking for a change and salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Always brush up on your core technical skills.
2. Keep yourself up to date with the latest update on your technical skills.

Persistent Systems Interview FAQs

How many rounds are there in Persistent Systems Dot Net Lead interview?
Persistent Systems interview process usually has 2 rounds. The most common rounds in the Persistent Systems interview process are Resume Shortlist and Technical.
How to prepare for Persistent Systems Dot Net Lead 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 XML, JIRA, TFS, .NET and Jenkins.
What are the top questions asked in Persistent Systems Dot Net Lead interview?

Some of the top questions asked at the Persistent Systems Dot Net Lead interview -

  1. What is Interface and share real exam...read more
  2. SOID Principal concept in...read more

Tell us how to improve this page.

Join Persistent Systems See Beyond, Rise Above

Interview Questions from Similar Companies

LTIMindtree Interview Questions
3.7
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 809 Interviews
DXC Technology Interview Questions
3.7
 • 804 Interviews
Nagarro Interview Questions
4.0
 • 765 Interviews
NTT Data Interview Questions
3.8
 • 629 Interviews
Publicis Sapient Interview Questions
3.5
 • 623 Interviews
GlobalLogic Interview Questions
3.6
 • 594 Interviews
View all
.Net Lead

Bangalore / Bengaluru

6-10 Yrs

Not Disclosed

.NET Lead

Hyderabad / Secunderabad

9-12 Yrs

Not Disclosed

.Net Lead

Bangalore / Bengaluru

7-10 Yrs

Not Disclosed

Explore more jobs
Software Engineer
4.5k salaries
unlock blur

₹2.5 L/yr - ₹12 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