Upload Button Icon Add office photos

Protiviti India Member

Compare button icon Compare button icon Compare

Filter interviews by

Protiviti India Member Software Development Manager Interview Questions and Answers

Updated 28 Sep 2022

Protiviti India Member Software Development Manager Interview Experiences

1 interview found

I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 6 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 

(2 Questions)

  • Q1. Interfaces - What is use and when?
  • Ans. 

    Interfaces define a contract between two components, allowing for loose coupling and flexibility in implementation.

    • Interfaces are used to define a set of methods that a class must implement

    • They allow for polymorphism and abstraction

    • Interfaces promote loose coupling between components

    • They are useful for creating pluggable architectures

    • Examples include the Java Collection interface and the .NET IDisposable interface

  • Answered by AI
  • Q2. Case Study - API Management
Round 3 - Technical 

(2 Questions)

  • Q1. Application Architecture
  • Q2. Technology used and in depth questions on C#
Round 4 - Technical 

(2 Questions)

  • Q1. Database queries and where I have used those
  • Q2. In depth db knowledge with indexes, stored procedure uses
  • Ans. 

    I have extensive knowledge of database indexes and stored procedures.

    • I understand the importance of indexes in optimizing database performance.

    • I have experience creating and maintaining stored procedures for efficient data retrieval and manipulation.

    • I am familiar with different types of indexes such as clustered, non-clustered, and covering indexes.

    • I have worked with various database management systems such as MySQL, O...

  • Answered by AI
Round 5 - Behavioral 

(2 Questions)

  • Q1. Case based queries on team handling
  • Q2. How to manage conflicts
  • Ans. 

    Managing conflicts requires active listening, empathy, and collaboration.

    • Encourage open communication and active listening to understand all perspectives

    • Acknowledge emotions and show empathy to build trust and rapport

    • Collaborate to find a mutually beneficial solution

    • Establish clear expectations and guidelines for conflict resolution

    • Follow up to ensure the resolution is effective and sustainable

  • Answered by AI
Round 6 - HR 

(2 Questions)

  • Q1. Salary discussion for the profile
  • Q2. Company introduction in a very well manner

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and be confident.
Make sure you know what you have written in your resume.

Interview questions from similar companies

I applied via Company Website and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How do you handle downtime
  • Ans. 

    I prioritize identifying the root cause and finding a solution while keeping stakeholders informed.

    • Identify the root cause of the downtime

    • Communicate with stakeholders about the issue and expected resolution time

    • Work on finding a solution as quickly as possible

    • Implement preventative measures to avoid future downtime

    • Document the incident and steps taken for future reference

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Because confident and prepare well for versant test

I applied via LinkedIn and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic OOPS concepts?
  • Q2. Logical Coding like remove duplicates from array

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on your basic OOPS concepts

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Assignment 

Cofing round on hackerearth

Round 2 - Case Study 

Case study with algo and db design

Interview Preparation Tips

Interview preparation tips for other job seekers - Great technology, poor worklife balance
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Dec 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Lifecycle hooks of Angular
  • Ans. 

    Angular lifecycle hooks are methods that allow you to tap into specific points in a component's lifecycle.

    • ngOnChanges: called when an input property changes

    • ngOnInit: called once the component is initialized

    • ngDoCheck: called during every change detection run

    • ngAfterContentInit: called after content (ng-content) has been projected into the component

    • ngAfterContentChecked: called after every check of the projected content

    • ng...

  • Answered by AI
  • Q2. SOLID principles
Round 2 - Technical 

(1 Question)

  • Q1. Questions on SQL
Round 3 - HR 

(1 Question)

  • Q1. Introduction and basic questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. Oops and dbms were asked
  • Q2. All oops concepts were asked

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

Round 1 - Behavioral 

(1 Question)

  • Q1. Basic Questions Regarding My Background & Experience.
Round 2 - Assignment 

Ruby Assignment

Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion regarding the submitted assignment, pair programming followed by some technical questions regarding APIs, Architecture, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview difficulty is moderate
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2022. There were 3 interview rounds.

Round 1 - Coding Test 

MCQ - Logical, AWS, SQL, Python

Round 2 - Technical 

(1 Question)

  • Q1. Basic Python questions, SQL questions, AWS Questions, Previous project discussion, Day to day responsibilities etc.
Round 3 - Behavioral 

(1 Question)

  • Q1. System design, APIs, projects, products etc.

Interview Preparation Tips

Topics to prepare for Gartner Software Engineer interview:
  • Geeks for geeks
  • Blogs
  • Leetcode
  • Youtube
Interview preparation tips for other job seekers - Practice your basic coding skills and give thorough view to scan your resume and learn about almost every skill you have mentioned in your resume.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Asked about SAAS, JS questions
Round 2 - Coding Test 

Given a case study need to solve in 2 days

Round 3 - One-on-one 

(1 Question)

  • Q1. Explain the case study. Palindrome function in any prog language
  • Ans. 

    A palindrome function checks if a given string reads the same forwards and backwards.

    • A palindrome function typically involves reversing the input string and comparing it to the original string.

    • Examples: 'racecar' is a palindrome, 'hello' is not a palindrome.

    • Common languages for implementing a palindrome function include Python, Java, and C++.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. General Guidelines
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Coding Test 

4 problems 2 easy 2 meds

Round 2 - Technical 

(3 Questions)

  • Q1. Problem solving
  • Q2. Why you choose bcg
  • Q3. Case study what is it

Protiviti India Member Interview FAQs

How many rounds are there in Protiviti India Member Software Development Manager interview?
Protiviti India Member interview process usually has 6 rounds. The most common rounds in the Protiviti India Member interview process are Technical, Resume Shortlist and Behavioral.
What are the top questions asked in Protiviti India Member Software Development Manager interview?

Some of the top questions asked at the Protiviti India Member Software Development Manager interview -

  1. Interfaces - What is use and wh...read more
  2. In depth db knowledge with indexes, stored procedure u...read more
  3. How to manage confli...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.9k Interviews
Ernst & Young Interview Questions
3.4
 • 1.2k Interviews
ZS Interview Questions
3.3
 • 454 Interviews
BCG Interview Questions
3.7
 • 197 Interviews
Citco Interview Questions
3.1
 • 142 Interviews
Bain & Company Interview Questions
3.8
 • 107 Interviews
WSP Interview Questions
4.2
 • 95 Interviews
Mercer Interview Questions
3.7
 • 81 Interviews
View all
Senior Consultant
228 salaries
unlock blur

₹6.8 L/yr - ₹20 L/yr

Consultant
169 salaries
unlock blur

₹2.7 L/yr - ₹12.1 L/yr

Deputy Manager
159 salaries
unlock blur

₹8.4 L/yr - ₹19.1 L/yr

Manager
85 salaries
unlock blur

₹12 L/yr - ₹23.7 L/yr

Consultant 3
65 salaries
unlock blur

₹5.4 L/yr - ₹10.2 L/yr

Explore more salaries
Compare Protiviti India Member with

Deloitte

3.8
Compare

Ernst & Young

3.4
Compare

ZS

3.3
Compare

Mercer

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