Upload Button Icon Add office photos

Filter interviews by

Protiviti Software Developer Interview Questions and Answers

Updated 3 Aug 2024

Protiviti Software Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - One-on-one 

(2 Questions)

  • Q1. Write a java program to sort an array
  • Ans. 

    Java program to sort an array of strings

    • Use Arrays.sort() method to sort the array of strings

    • Import java.util.Arrays package

    • Example: String[] arr = {"apple", "banana", "orange"}; Arrays.sort(arr);

  • Answered by AI
  • Q2. Collections in java and springboot
  • Ans. 

    Collections in Java and Spring Boot are used to store and manipulate groups of objects.

    • Collections in Java are used to store multiple objects in a single unit.

    • Spring Boot provides support for managing collections through various data structures like List, Set, Map, etc.

    • Collections in Java and Spring Boot help in organizing and manipulating data efficiently.

    • Example: List<String> names = new ArrayList<>();

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Apr 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What synchronous and asynchronous means??
  • Ans. 

    Synchronous means happening at the same time, while asynchronous means not happening at the same time.

    • Synchronous operations occur in real-time, while asynchronous operations can be delayed or queued.

    • Synchronous operations block the program until they are completed, while asynchronous operations allow the program to continue running.

    • Examples of synchronous operations include function calls and loops, while examples of ...

  • Answered by AI
  • Q2. When to use CTE and temp table.
  • Ans. 

    CTE and temp table usage in SQL

    • Use CTE for recursive queries and complex subqueries

    • Use temp tables for large data sets and complex queries

    • CTE is more efficient for small data sets

    • Temp tables can be indexed for faster performance

    • Consider the scope and lifespan of the data when choosing between CTE and temp table

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand question first and answer.

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

This test consists of two coding questions and some MCQ regarding computer fundamentals.

  • Q1. 

    Kevin and His Cards Problem Statement

    Kevin has two packs of cards. The first pack contains N cards, and the second contains M cards. Each card has an integer written on it. Determine two results: the tot...

  • Ans. 

    Find total distinct card types and common card types between two packs of cards.

    • Create a set to store distinct card types when combining both packs.

    • Iterate through each pack and add card types to the set.

    • Find the intersection of card types between the two packs to get common card types.

  • Answered by AI
  • Q2. 

    Allocate Books Problem Statement

    Given an array of integers arr, where arr[i] represents the number of pages in the i-th book, and an integer m representing the number of students, allocate all the books ...

  • Ans. 

    Allocate books to students in a way that minimizes the maximum number of pages assigned to a student.

    • Iterate through all possible allocations of books to students.

    • Calculate the maximum number of pages assigned to a student for each allocation.

    • Return the minimum of these maximums as the result.

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 40 minutes
Round difficulty - Easy

It was a technical round that is based on DSA and computer fundamentals.

  • Q1. 

    Reverse Linked List Problem Statement

    Given a singly linked list of integers, return the head of the reversed linked list.

    Example:

    Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
    Reversed link...
  • Ans. 

    Reverse a singly linked list of integers and return the head of the reversed linked list.

    • Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.

    • Use three pointers - prev, current, and next to reverse the linked list in O(N) time and O(1) space complexity.

    • Update the head of the reversed linked list as the last node encountered during the reversal process.

  • Answered by AI
  • Q2. 

    Sort 0 1 2 Problem Statement

    Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.

    Input:

    The first line contains an integer 'T' representing the n...
  • Ans. 

    Sort an array of 0s, 1s, and 2s in linear time complexity.

    • Use three pointers to keep track of 0s, 1s, and 2s while traversing the array.

    • Swap elements based on the values encountered to sort the array in-place.

    • Time complexity should be O(N) and space complexity should be O(1).

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in PuneEligibility criteria10- above 60% 12- ABove 60 percentZS Associates interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, DBMS, OOPS, Operating System , System DesignTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : If you are not able to complete something in-depth, clearly mention that to the interviewer.
Tip 2 : Practice DSA well.
Tip 3 : Try to think analytically and more logically,Your thinking skills matters a lot.

Application resume tips for other job seekers

Tip 1 : Try to mention max no of projects
Tip 2 : DO not fake in your resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

Software Developer Interview Questions & Answers

ZS user image Rahul Yamsani 010

posted on 22 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Challenging questions in mathematics.

Round 2 - Group Discussion 

A constructive discussion about the significance of various topics and additional aspects.

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

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

1 20 mark easy ques and 1 50 mark med ques, time : 1h 30 mins i guess

Round 2 - Technical 

(2 Questions)

  • Q1. Common elemnts two list , oops
  • Q2. Case study and oops sql

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2023. There were 5 interview rounds.

Round 1 - Coding Test 

Hackerrank online assessment

Round 2 - Case Study 

Case study with a little bit of math for scenario based questions

Round 3 - Coding Test 

2 questions of coding with a live interviewer

Round 4 - Coding Test 

Behavioral and coding with a senior engineer

Round 5 - Behavioral interview 

(2 Questions)

  • Q1. How do you handle conflicts
  • Ans. 

    I handle conflicts by actively listening, seeking common ground, and finding mutually beneficial solutions.

    • Actively listen to all parties involved to understand their perspectives

    • Seek common ground and areas of agreement to build upon

    • Find mutually beneficial solutions that address the concerns of all parties

    • Communicate openly and transparently to resolve conflicts effectively

  • Answered by AI
  • Q2. What was the most challenging problem you had to solve so far
  • Ans. 

    Developing a real-time data synchronization system across multiple servers

    • Designing a scalable architecture to handle high volume of data

    • Implementing efficient algorithms for data synchronization

    • Handling conflicts and ensuring data consistency

    • Testing the system under various load conditions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DSA, do a little bit of case studies with back of the envelope estimations and prepare thoroughly for behavioral interviews as they could be tricky
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

I cleared the aptitude and coding tests, followed by the communication assessment. After successfully passing both rounds, I was shortlisted for the interviews.

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in building web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MongoDB and MySQL

    • Familiar with version control systems like Git and project management tools like Jira

  • Answered by AI
  • Q2. Projects and what kind of person I am. Background check.
Round 3 - Technical 

(2 Questions)

  • Q1. Projects, resume
  • Q2. Cloud computing and cyber security questions.
Round 4 - Technical 

(2 Questions)

  • Q1. Managerial round both technical and HR type questions where asked.
  • Q2. Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Review the fundamentals and build your confidence.
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell about aws s3, uses, how to copy s3
  • Ans. 

    AWS S3 is a cloud storage service provided by Amazon Web Services for storing and retrieving data.

    • AWS S3 is used for storing and retrieving any amount of data at any time.

    • It is commonly used for backup and recovery, archiving, data lakes, and big data analytics.

    • To copy data in S3, you can use the AWS Management Console, AWS CLI, or AWS SDKs.

    • For example, you can use the 'aws s3 cp' command in the AWS CLI to copy files b

  • Answered by AI
  • Q2. What is Lambada function, does lambda suitable for long run
  • Ans. 

    Lambda function is an anonymous function in programming that can be used for short, simple tasks.

    • Lambda functions are commonly used in functional programming languages like Python.

    • They are often used for tasks that require a quick, one-time function without the need to define a separate function.

    • Lambda functions can be used as arguments for higher-order functions like map, filter, and reduce.

    • They are not suitable for l...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was the 1st round embedded with coding questions and pseudocodes.It was very easy to crack the 1st round

Round 2 - Group Discussion 

2nd round is group discussion.There was a pannel number.He will say one general topic.we want speak about it.But we should speak confidently, with a good communication skills

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Project regarding questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java related concepts
  • Q2. Existing project
  • Ans. 

    The existing project is a web application for managing inventory and sales.

    • The project uses React for the front-end and Node.js for the back-end.

    • It integrates with a MySQL database to store product information and sales data.

    • The application includes features such as user authentication, product search, and sales reporting.

  • Answered by AI

Protiviti Interview FAQs

How many rounds are there in Protiviti Software Developer interview?
Protiviti interview process usually has 1 rounds. The most common rounds in the Protiviti interview process are One-on-one Round.
How to prepare for Protiviti Software Developer 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 Protiviti. The most common topics and skills that interviewers at Protiviti expect are ASP.Net, ASP.Net MVC, AWS Cloud, Angular and C#.
What are the top questions asked in Protiviti Software Developer interview?

Some of the top questions asked at the Protiviti Software Developer interview -

  1. Write a java program to sort an ar...read more
  2. Collections in java and springb...read more

Tell us how to improve this page.

Protiviti Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Protiviti Software Developer Salary
based on 16 salaries
₹3 L/yr - ₹13 L/yr
14% less than the average Software Developer Salary in India
View more details

Protiviti Software Developer Reviews and Ratings

based on 4 reviews

2.5/5

Rating in categories

3.4

Skill development

2.7

Work-life balance

2.5

Salary

2.5

Job security

2.5

Company culture

2.2

Promotions

2.5

Work satisfaction

Explore 4 Reviews and Ratings
Consultant
502 salaries
unlock blur

₹3 L/yr - ₹12.5 L/yr

Senior Consultant
477 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Deputy Manager
318 salaries
unlock blur

₹9.5 L/yr - ₹22.5 L/yr

Manager
218 salaries
unlock blur

₹13 L/yr - ₹28.9 L/yr

Consultant2
186 salaries
unlock blur

₹3.6 L/yr - ₹9.1 L/yr

Explore more salaries
Compare Protiviti with

Deloitte

3.8
Compare

Ernst & Young

3.4
Compare

PwC

3.4
Compare

KPMG India

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