Upload Button Icon Add office photos

R.R. Donnelley

Compare button icon Compare button icon Compare

Filter interviews by

R.R. Donnelley Software Developer Interview Questions and Answers

Updated 5 May 2021

R.R. Donnelley Software Developer Interview Experiences

1 interview found

Interview Questionnaire 

2 Questions

  • Q1. Core python
  • Q2. OOPS concept

Interview questions from similar companies

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

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

Round 1 - Aptitude Test 

It consited of apti as well as coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of coding were asked like arrays,strings

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Rakuten
Q2. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Amazon
Q3. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It was all about java oops and basic questions
Round 2 - Technical 

(1 Question)

  • Q1. It will related to the our project and some scenario based questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

I appeared for an interview in Sep 2022.

Round 1 - Technical 

(1 Question)

  • Q1. Basic about Javascript,HTML,CSS
Round 2 - Technical 

(1 Question)

  • Q1. Design a weather app
  • Ans. 

    A weather app that provides accurate and up-to-date weather information.

    • Include real-time weather updates

    • Provide hourly and daily forecasts

    • Include radar and satellite maps

    • Allow users to set location and receive alerts for severe weather

    • Include a widget for quick access to weather information

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Javascript,html,css basix and some array string DS

Skills evaluated in this interview

What people are saying about R.R. Donnelley

View All
rjahmd
Verified Icon
2w
works at
R.R. Donnelley
Please reffer
Hi all, I hope you're doing well. I am currently looking for a new job opportunity and would appreciate any referrals if there are any relevant openings. I have a total of 6 years of experience, including 5 years in finance, specializing in General Ledger (GL), Accounts Receivable(AR) and Bank Reconciliation.
Got a question about R.R. Donnelley?
Ask anonymously on communities.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Online test with two section one is general aptituide and Basic cs concepts. And Second round containing the 2 dsa question with intermediate level question.

Round 2 - HR 

(2 Questions)

  • Q1. Two sorted array in asscending order give the media of two array after merging in asscending order.
  • Ans. 

    The median of two sorted arrays merged in ascending order.

    • Merge the two sorted arrays into a single sorted array.

    • Find the median of the merged array.

    • If the merged array has an odd length, the median is the middle element.

    • If the merged array has an even length, the median is the average of the two middle elements.

  • Answered by AI
  • Q2. Question on resume on java script 1. whats is closure? 2. what is hoisting? cookie session.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the DSA very well because only DSA will help to take most of the time in interview. AND good knowledge of what you have written in the resume.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Data structure and algorithm problems

Interview Preparation Tips

Interview preparation tips for other job seekers - Think out loud for all questions you solve
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. DS/Ago problem - dynamic programming

Interview Preparation Tips

Interview preparation tips for other job seekers - nothing
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Check string is pallindrome or not
  • Ans. 

    A palindrome is a string that reads the same forwards and backwards, like 'racecar' or 'level'.

    • Definition: A palindrome is a word, phrase, or sequence that reads the same backward as forward. Examples include 'madam' and '12321'.

    • Ignoring Spaces and Punctuation: When checking for palindromes, spaces and punctuation are often ignored. For instance, 'A man, a plan, a canal, Panama!' is a palindrome.

    • Case Sensitivity: Palin...

  • Answered by AI
  • Q2. Bubble sort explanation

Interview Preparation Tips

Interview preparation tips for other job seekers - nothing
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Indexing in Mysql
  • Ans. 

    Indexing in MySQL is a technique to improve the performance of database queries by creating a data structure that allows for faster data retrieval.

    • Indexes are created on one or more columns of a table.

    • They help in speeding up the search, sorting, and joining of data.

    • Indexes can be created using different algorithms like B-tree, hash, or bitmap.

    • Using indexes appropriately can significantly enhance query performance.

    • Exam...

  • Answered by AI
  • Q2. Opps concepts in php
  • Ans. 

    Object-oriented programming concepts in PHP

    • Encapsulation: bundling data and methods together in a class

    • Inheritance: creating new classes based on existing ones

    • Polymorphism: using a single interface to represent different types

    • Abstraction: hiding unnecessary details and exposing only essential features

    • Class: blueprint for creating objects

    • Object: instance of a class

    • Method: function defined inside a class

    • Property: variabl...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jul 2023. There were 3 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 - Coding Test 

Held on interview bit. 3 ques were asked. Questions were from range query and DP.

Round 3 - Technical 

(1 Question)

  • Q1. 1 Hard DSA question. Given a sequence of positive numbers, make it a non-decreasing sequence. Operation allowed: adjacent elements can be added to form a single element. What is the minimum no of operatio...
  • Ans. 

    Transform a sequence into a non-decreasing order using minimum adjacent additions.

    • Identify positions where the sequence decreases.

    • Each decrease indicates a necessary operation to merge elements.

    • Example: For [3, 2, 5], merge 3 and 2 to get [5, 5] (1 operation).

    • Count total decreases to determine the number of operations needed.

    • Example: For [1, 3, 2, 4], merge 3 and 2 to get [1, 5, 4] (1 operation), then merge 5 and 4 to ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA as much as you can. Be well-versed in CS fundamentals such as CN, OS, DBMS, and OOPS.
Practice CP if you can.

R.R. Donnelley Interview FAQs

How to prepare for R.R. Donnelley 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 R.R. Donnelley. The most common topics and skills that interviewers at R.R. Donnelley expect are AWS, Continuous Improvement, Continuous Integration, DotNetNuke and Team Handling.
What are the top questions asked in R.R. Donnelley Software Developer interview?

Some of the top questions asked at the R.R. Donnelley Software Developer interview -

  1. Core pyt...read more
  2. OOPS conc...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Epsilon Interview Questions
3.8
 • 93 Interviews
Publicis Interview Questions
3.7
 • 54 Interviews
Regalix Interview Questions
2.9
 • 50 Interviews
Xdbs Interview Questions
3.1
 • 39 Interviews
Smollan Group Interview Questions
4.0
 • 39 Interviews
Groupm Media Interview Questions
3.8
 • 37 Interviews
Mediamint Interview Questions
3.3
 • 35 Interviews
View all
R.R. Donnelley Software Developer Salary
based on 8 salaries
₹3 L/yr - ₹10 L/yr
31% less than the average Software Developer Salary in India
View more details

R.R. Donnelley Software Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Document Specialist
1.2k salaries
unlock blur

₹1 L/yr - ₹5.5 L/yr

Financial Associate
689 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Senior Document Specialist
429 salaries
unlock blur

₹1.8 L/yr - ₹6.8 L/yr

Senior Finance Associate
411 salaries
unlock blur

₹2 L/yr - ₹6.3 L/yr

Financial Analyst
340 salaries
unlock blur

₹1.8 L/yr - ₹9 L/yr

Explore more salaries
Compare R.R. Donnelley with

Epsilon

3.8
Compare

Smollan Group

4.0
Compare

ChannelPlay

3.8
Compare

Affinity Express

3.0
Compare
write
Share an Interview