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

Filter interviews by

Persistent Systems Technical Manager Interview Questions and Answers

Updated 10 May 2024

Persistent Systems Technical Manager Interview Experiences

1 interview found

Technical Manager Interview Questions & Answers

user image Chandresh Singh

posted on 10 May 2024

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

I applied via LinkedIn and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Java Collections ,Java 8 Features

Round 2 - Group Discussion 

System design .BMS design discussion ,ralational vs non relational db

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Case Study 

Have you attended an interview with cyient ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't make up your mind before coming to the interview. The interviewers (HR and technical) came to the interview and said that i was interviewed before while the previous interview was cancelled and this time, didn't consider interviewing at all. This was backed up by HR and went ahead with not going through the interview at all. Seemed like they had made up their mind prior to coming to the interview.

As resources age, the chances of getting chosen seem to be dimming with HR like these !!!! Despite excellent technical expertise, it seems they expect you to be at directorial level instead of handling projects alone. that is, don't do job or learn as you age, only handle people and come to office and sit and go back and get a lot of money for nothing !!!!
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Asked coding questions on SVA, Constraints etc.

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about SOC Architecture, IP Design and Verification.
  • Q2. Were specific to my CV.

Interview Preparation Tips

Topics to prepare for L&T Technology Services Technical Manager interview:
  • System Verification
  • System Verilog
  • Sva
  • UVM
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2022. 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 

(3 Questions)

  • Q1. Traverse a binary tree
  • Ans. 

    Traversing a binary tree involves visiting each node in a specific order.

    • There are three common traversal methods: in-order, pre-order, and post-order.

    • In-order traversal visits the left subtree, then the root, then the right subtree.

    • Pre-order traversal visits the root, then the left subtree, then the right subtree.

    • Post-order traversal visits the left subtree, then the right subtree, then the root.

    • Traversal can be done ...

  • Answered by AI
  • Q2. Design classes for a classroom
  • Ans. 

    Design classes for a classroom

    • Create a class for students

    • Create a class for teachers

    • Create a class for subjects

    • Create a class for schedules

    • Create a class for attendance

  • Answered by AI
  • Q3. Sprint process related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviews are pretty easy just get your basics clear

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Asked to create array program

Round 2 - Technical 

(1 Question)

  • Q1. Basic opps thread task design pattern solid principle

Interview Preparation Tips

Interview preparation tips for other job seekers - Awesome experience only take time to provide offer letter
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Fake Interview, Didn't expect this from virtusa
  • Q2. FakeInterviews conducted, Didn;t expect this from virtusa
  • Q3. Virtusa Scammers

Interview Preparation Tips

Interview preparation tips for other job seekers - No real interview, fake interview only to understand the Gen AI topics & Projects.
He conducted interview, If you don't know go and learn from Coursera, DeepLearning.ai

Why wasting the time of peoples, Interviewer name : Sudhakar Chigurupati
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Is live data is life cycle aware. If it's aware what does ViewModel do?
  • Ans. 

    Yes

    • LiveData is lifecycle aware and can be used to observe changes in data.

    • ViewModel provides a way to store and manage UI-related data across configuration changes.

    • ViewModel can hold LiveData objects to provide data to the UI.

    • LiveData and ViewModel work together to ensure data consistency and prevent memory leaks.

  • Answered by AI
  • Q2. How does viewmodel survive when activity is destroyed on configuration?
  • Ans. 

    The ViewModel survives configuration changes by being retained by the system.

    • ViewModels are designed to survive configuration changes like screen rotations or language changes.

    • When an activity is destroyed and recreated, the ViewModel is not destroyed and retains its data.

    • The ViewModel is associated with the activity's lifecycle and is retained until the activity is finished.

    • The retained ViewModel instance can be acces...

  • Answered by AI
  • Q3. Advantage of mvp over mvc.
  • Ans. 

    MVP offers better separation of concerns and easier unit testing compared to MVC.

    • MVP separates the presentation layer from the business logic, making it easier to maintain and modify the codebase.

    • MVP allows for easier unit testing as the presenter can be tested independently from the view.

    • MVP provides better decoupling between components, enabling easier code reuse and scalability.

    • MVP promotes a clear separation of con...

  • Answered by AI
  • Q4. How does SSL pinning works?
  • Ans. 

    SSL pinning is a security technique that ensures a client only communicates with a server using a pre-defined public key.

    • SSL pinning involves hardcoding the server's public key in the client's code or configuration.

    • During the SSL handshake, the client checks if the server's public key matches the pinned key.

    • If the keys match, the connection is established; otherwise, it is rejected.

    • Pinning prevents man-in-the-middle at

  • Answered by AI
  • Q5. How do you achieve data security when saving data persistanly.
  • Ans. 

    Data security can be achieved through encryption, access controls, backups, and regular security audits.

    • Encrypt sensitive data using strong encryption algorithms.

    • Implement access controls to restrict unauthorized access to the data.

    • Regularly backup the data to prevent data loss.

    • Conduct regular security audits to identify and fix vulnerabilities.

    • Use secure protocols and communication channels for data transfer.

    • Implement...

  • Answered by AI
  • Q6. Where to save encription key?
  • Ans. 

    Encryption keys should be securely stored in a separate key management system.

    • Encryption keys should not be stored alongside the encrypted data.

    • Use a dedicated key management system (KMS) to store and manage encryption keys.

    • Implement strong access controls and authentication mechanisms for the KMS.

    • Consider using hardware security modules (HSMs) for added security.

    • Regularly rotate encryption keys to minimize the impact

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare your current implementation projected thoroughly.

Skills evaluated in this interview

Interview experience
4
Good
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 3 interview rounds.

Round 1 - Aptitude Test 

Basic question on general aptitude like percentage, train and speed, dates, reasoning

Round 2 - Coding Test 

Leetcode medium problem on string and easy problem on array sorting

Round 3 - HR 

(1 Question)

  • Q1. Behavioral question like why you want to changes etc etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise general aptitude questions before giving first round
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Jan 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Group Discussion 

You will be given 5 topics and a minute to talk on one of the topic you feel comfortable about for around 2-3 mins.

Eg : Impact of social media on youth, Stress management, Indian and western culture etc.

This is just to assess your communication skills.
Upon sucessful shortlisting you will move further further for Technical round.

Round 3 - Technical 

(8 Questions)

  • Q1. What is VPN? How to connect to VPN?
  • Ans. 

    VPN stands for Virtual Private Network. It is a secure way to connect to a private network over the internet.

    • To connect to a VPN, you need to have a VPN client installed on your device.

    • You also need to have the login credentials for the VPN network.

    • Once you have the client installed and the credentials, you can connect to the VPN by selecting the network and entering your login details.

    • VPN can be used to access resourc...

  • Answered by AI
  • Q2. Questions about Microsoft office suite. How to reinstall MS Office?
  • Q3. What to do if an email is stuck in outbox in Outlook?
  • Ans. 

    Check network connection, try resending, check email size and attachments.

    • Check network connection and ensure it's stable.

    • Try resending the email by clicking on the 'Send/Receive' button.

    • Check the email size and attachments. Large files may cause the email to get stuck.

    • Restart Outlook and try sending the email again.

    • Check if the email is being blocked by antivirus or firewall software.

    • Delete the email from the Outbox a

  • Answered by AI
  • Q4. What to do if a word file is not opening?
  • Ans. 

    Check for file corruption and try opening in safe mode.

    • Check if the file is corrupted or damaged.

    • Try opening the file in safe mode.

    • Check for any updates or patches for the software.

    • Try opening the file on a different computer.

    • Use a file recovery tool to repair the file.

  • Answered by AI
  • Q5. How to check if webcam is working or not?
  • Ans. 

    To check if webcam is working or not, follow these steps.

    • Check if the webcam is properly connected to the computer

    • Open the webcam application or any video conferencing app to check if the webcam is working

    • Check if the webcam drivers are installed and updated

    • Restart the computer and try again

    • If the webcam still doesn't work, try connecting it to another computer to check if it's a hardware issue

  • Answered by AI
  • Q6. How to reinstall drivers for any hardware?
  • Ans. 

    To reinstall drivers for any hardware, follow these steps.

    • Uninstall the current driver from Device Manager

    • Download the latest driver from the manufacturer's website

    • Install the new driver by running the setup file

    • Restart the computer to complete the installation

    • If the driver is not available on the website, use Windows Update or a driver update tool

    • Ensure compatibility with the operating system and hardware version

  • Answered by AI
  • Q7. Different ways to repair MS Office suite?
  • Ans. 

    There are multiple ways to repair MS Office suite.

    • Use the built-in repair option in the Control Panel

    • Use the Microsoft Office Configuration Analyzer Tool

    • Uninstall and reinstall the software

    • Use the Microsoft Support and Recovery Assistant

    • Run the SFC (System File Checker) scan

    • Check for and install any available updates

  • Answered by AI
  • Q8. What technically was your job role in your previous Organization?
  • Ans. 

    I was responsible for providing technical support and troubleshooting to customers in my previous organization.

    • Provided technical support to customers via phone, email, and chat

    • Diagnosed and resolved hardware and software issues

    • Assisted customers with installation and configuration of software applications

    • Troubleshot network connectivity problems

    • Escalated complex issues to higher-level support teams

    • Maintained detailed ...

  • Answered by AI
Round 4 - HR 

(4 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a Technical Support Engineer with experience in troubleshooting and resolving technical issues.

    • Experienced in providing technical support to customers via phone, email, and chat

    • Proficient in diagnosing and resolving hardware and software issues

    • Skilled in troubleshooting network connectivity problems

    • Familiar with various operating systems such as Windows, macOS, and Linux

    • Strong communication and problem-solving ski...

  • Answered by AI
  • Q2. Previous experience and job role
  • Ans. 

    I have 3 years of experience as a Technical Support Engineer.

    • Provided technical support to customers via phone, email, and chat

    • Troubleshooted and resolved hardware and software issues

    • Assisted with installation and configuration of software applications

    • Documented and tracked customer issues in a ticketing system

    • Collaborated with cross-functional teams to resolve complex technical problems

  • Answered by AI
  • Q3. What is your salary expectations
  • Ans. 

    I expect a competitive salary based on my experience, skills, and the responsibilities of the role.

    • Consider the industry standards and average salaries for Technical Support Engineers in your area.

    • Highlight your relevant experience and skills that justify a higher salary.

    • Discuss the responsibilities and expectations of the role and how they align with your expertise.

    • Research the company's salary range for similar posit...

  • Answered by AI
  • Q4. Are you willing to work in shifts
  • Ans. 

    Yes, I am willing to work in shifts.

    • I am flexible and adaptable to different work schedules.

    • I understand the importance of providing support round the clock.

    • I have previous experience working in shifts and have successfully managed my time and workload.

    • I am committed to meeting the needs of the customers and ensuring their technical issues are resolved promptly.

    • I am aware that working in shifts may require adjusting my

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All lies in your communication. Just make sure you speak as if you are talking to someone you know. Do not panic and blabber. If you dont know anything just tell them you do not have much expertise on that domain and will catch up if proper training is facilitated for the same.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Maths , english and logical

Round 2 - One-on-one 

(2 Questions)

  • Q1. Personal details
  • Q2. Name, family , movie , daily routine etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to learn by own

Persistent Systems Interview FAQs

How many rounds are there in Persistent Systems Technical Manager interview?
Persistent Systems interview process usually has 2 rounds. The most common rounds in the Persistent Systems interview process are Coding Test and Group Discussion.

Tell us how to improve this page.

Persistent Systems Technical Manager Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Join Persistent Systems See Beyond, Rise Above
Persistent Systems Technical Manager Salary
based on 24 salaries
₹21 L/yr - ₹38 L/yr
38% more than the average Technical Manager Salary in India
View more details

Persistent Systems Technical Manager Reviews and Ratings

based on 2 reviews

2.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
4.4k salaries
unlock blur

₹2.5 L/yr - ₹9.5 L/yr

Senior Software Engineer
3.8k salaries
unlock blur

₹5 L/yr - ₹13 L/yr

Lead Engineer
3.1k salaries
unlock blur

₹9.9 L/yr - ₹30 L/yr

Lead Software Engineer
2.9k salaries
unlock blur

₹7.1 L/yr - ₹18.2 L/yr

Project Lead
1.8k 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