Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Saviynt Engineering Manager Interview Questions and Answers

Updated 10 Jun 2024

Saviynt Engineering Manager Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spring boot related questions
  • Q2. Java related questions

Interview questions from similar companies

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

I applied via Referral and was interviewed before Sep 2022. There were 5 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 Resume tips
Round 2 - Coding Test 

Online code as per the given problem statement

Round 3 - Technical 

(1 Question)

  • Q1. Design round , system design
Round 4 - One-on-one 

(1 Question)

  • Q1. Previous experience
Round 5 - HR 

(1 Question)

  • Q1. General HR questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Dec 2024.

Round 1 - Behavioral 

(3 Questions)

  • Q1. Can you describe a product you are particularly proud of in your career so far?
  • Ans. 

    I am particularly proud of leading the development of a cutting-edge autonomous drone for search and rescue missions.

    • Led a team in designing and implementing advanced AI algorithms for autonomous navigation

    • Collaborated with hardware engineers to optimize drone performance and durability

    • Successfully tested the drone in simulated rescue scenarios, showcasing its effectiveness in real-world applications

  • Answered by AI
  • Q2. How do you handle single-line requirements from your clients?
  • Ans. 

    I prioritize and clarify single-line requirements with clients to ensure understanding and alignment.

    • Prioritize communication with clients to clarify single-line requirements

    • Ask probing questions to fully understand the client's needs

    • Document the requirements clearly to avoid misunderstandings

    • Provide regular updates to the client on the progress of the project

  • Answered by AI
  • Q3. How would you implement a new project, from requirement gathering to delivery?
  • Ans. 

    I would implement a new project by following a structured process from requirement gathering to delivery.

    • Conduct thorough requirement gathering sessions with stakeholders

    • Create a detailed project plan outlining tasks, timelines, and resources

    • Assign responsibilities to team members based on their expertise

    • Regularly monitor progress and address any issues or roadblocks

    • Perform thorough testing and quality assurance before

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This company primarily seeks individuals from product-based companies.

I applied via Referral and was interviewed in Nov 2018. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Was asked to present a very interesting case as a role play. Requested to conceptualize and present a feature for a software to a client. The interviewers were looking for my approach and ability to presen...
  • Q2. Had to describe the previous projects I worked with, my role, the challenges I faced etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - I received a call from the HR, who scheduled a session at their Kochi Office. The process started with a short 1 to 1, following which I was given a role play scenario. This was followed by an open discussion with my future colleagues and manager. They are happy to give you feedback. Tips: Be honest, be yourself.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Behavioural questions Past experience questions
Round 2 - Case Study 

Launch plan of a new product line

Round 3 - Group Discussion 

Case study discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - HR just ghosted and never came back with a feedback after a long and tedious process lasting months. Case study I am sure was an idea generation tool. At the very least, there should be respect for the time of the candidate to receive at least a short feedback - ghosting is not an answer. Despite multiple follow ups, there was no response. Read multiple such reviews on Glassdoor afterwards.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain your org structure
  • Ans. 

    Matrix-based with cross-functional teams and clear reporting lines

    • Matrix structure with functional and project-based teams

    • Clear reporting lines for accountability

    • Cross-functional teams for collaboration and innovation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. General questions to filter.
Round 2 - Assignment 

Case study and call simulation

Round 3 - One-on-one 

(1 Question)

  • Q1. General questions

I applied via Campus Placement and was interviewed in Jan 2016. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Questions on linked list
  • Q2. Questions on resume
  • Q3. About my interests
  • Q4. My interest in symantec
  • Q5. Place to work

Interview Preparation Tips

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. How you find loop in a linked list
  • Ans. 

    To find a loop in a linked list, we use Floyd's cycle-finding algorithm.

    • Floyd's cycle-finding algorithm uses two pointers, one moving at twice the speed of the other.

    • If there is a loop in the linked list, the two pointers will eventually meet.

    • To detect the meeting point, we reset one of the pointers to the head of the linked list and move both pointers at the same speed.

    • The meeting point is the start of the loop.

  • Answered by AI
  • Q2. What is LRU, MRU and LFU
  • Ans. 

    LRU, MRU and LFU are caching algorithms used to manage memory in computer systems.

    • LRU stands for Least Recently Used and removes the least recently used items from the cache when the cache is full.

    • MRU stands for Most Recently Used and removes the most recently used items from the cache when the cache is full.

    • LFU stands for Least Frequently Used and removes the least frequently used items from the cache when the cache i...

  • Answered by AI
  • Q3. Camel banana problem

Interview Preparation Tips

Round: Test
Experience: coding test in hacker rank. can code in any language except in C and C++.
Duration: 1 hour
Total Questions: 2

Round: Technical Interview
Experience: In technical round the questions are on OS, basics of C(mainly in linked lists) and maths puzzle

They mostly see how you are approaching towards a problem.
It is first time that I heard the camel banana problem. So I struggled for some time and came up with a solution. He said he liked the approach but it can be optimized.

Round: HR Interview
Experience: It started with explain about yourselves. and then he asked to explain about one project with technical details. Later he asked me to explain binary search for a guy who don't know much of technical knowledge. He continued with why we only do 2 partitions why can we make it up to 3. Later he asked me what I liked most in my mobile phone. I said chatting apps. So he asked me that if I was hired as a developer to make a chatting app how will I do it.
Tips: way of thinking and way of approaching towards a problem.

Round: HR Interview
Experience: This round was focused mainly on whether I like to work in Bangalore or not. How I first heard about Symantec. how I will suit for the company. what are my future plans.

Skills: C, OS, Math Puzzles
College Name: IIT Madras

Skills evaluated in this interview

I applied via Company Website and was interviewed before May 2018. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions about Oops, data structures based on the projects I had done, and my resume
  • Q2. Questions about classes and abstraction

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 parts; part 1 is a coding test and part 2 is discussion.
Contribute & help others!
anonymous
You can choose to be anonymous

Saviynt Interview FAQs

How many rounds are there in Saviynt Engineering Manager interview?
Saviynt interview process usually has 1 rounds. The most common rounds in the Saviynt interview process are Technical.
How to prepare for Saviynt Engineering Manager 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 Saviynt. The most common topics and skills that interviewers at Saviynt expect are Hibernate, Spring, Core Java, J2Ee and Microservices.
What are the top questions asked in Saviynt Engineering Manager interview?

Some of the top questions asked at the Saviynt Engineering Manager interview -

  1. Spring boot related questi...read more
  2. Java related questi...read more

Recently Viewed

INTERVIEWS

Pine Labs

No Interviews

INTERVIEWS

Merilytics

No Interviews

INTERVIEWS

Pine Labs

No Interviews

INTERVIEWS

WSP

No Interviews

INTERVIEWS

Saviynt

No Interviews

INTERVIEWS

Merilytics

No Interviews

INTERVIEWS

Merilytics

No Interviews

LIST OF COMPANIES

Merilytics

Locations

INTERVIEWS

Pine Labs

No Interviews

INTERVIEWS

Saviynt

No Interviews

Tell us how to improve this page.

Saviynt Engineering Manager Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 48 Interviews
Qualys Interview Questions
3.8
 • 38 Interviews
McAfee Interview Questions
4.0
 • 30 Interviews
Fingent Interview Questions
4.4
 • 22 Interviews
Backbase Interview Questions
3.9
 • 22 Interviews
Khoros Interview Questions
3.7
 • 19 Interviews
3Pillar Global Interview Questions
3.3
 • 19 Interviews
View all
Saviynt Engineering Manager Salary
based on 10 salaries
₹35 L/yr - ₹48.8 L/yr
11% more than the average Engineering Manager Salary in India
View more details
Senior Software Engineer
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Saviynt with

Gen

4.0
Compare

McAfee

4.0
Compare

Palo Alto Networks

3.9
Compare

Check Point Software Technologies

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