Upload Button Icon Add office photos

R.R. Donnelley

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

R.R. Donnelley Senior Software Engineer Interview Questions, Process, and Tips

Updated 29 Jul 2024

Top R.R. Donnelley Senior Software Engineer Interview Questions and Answers

R.R. Donnelley Senior Software Engineer Interview Experiences

3 interviews found

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 Jun 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Pivot columns in sql
  • Ans. 

    Pivoting columns in SQL involves transforming rows into columns to display data in a different format.

    • Use the PIVOT keyword in SQL to pivot columns

    • Specify the columns to pivot on and the values to display in the new columns

    • Aggregate functions like SUM, AVG, COUNT can be used with PIVOT

    • Example: SELECT * FROM table_name PIVOT (SUM(value_column) FOR pivot_column IN ('value1', 'value2', 'value3'))

  • Answered by AI
  • Q2. Slow changing dimensions
  • Q3. Dynamic rankx top 3
  • Q4. Field parameters
  • Q5. Stored procedures

Interview Preparation Tips

Interview preparation tips for other job seekers - They don't have proper interviewer they were rude and show bad attitude to the candidates.

Better avoid this company

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 4 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 - Technical 

(1 Question)

  • Q1. Explain oops concepts, difference b/w abstraction and interface,MVC architecture,stored procedure,joins
  • Ans. 

    OOPs concepts, abstraction vs interface, MVC architecture, stored procedures, joins

    • OOPs concepts include inheritance, polymorphism, encapsulation, and abstraction

    • Abstraction is hiding the implementation details while interface is a contract that defines the methods that a class must implement

    • MVC architecture separates the application into Model, View, and Controller components for better organization and maintenance

    • Sto...

  • Answered by AI
Round 3 - Coding Test 

SQL queries, ddl,dml TCL commands, primary key and foreign key differences,what is composite key,hash table in c#,generics in c#.

Round 4 - HR 

(1 Question)

  • Q1. Salary discussion,

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. What is scope of variable in perl.
  • Ans. 

    Scope of variable in Perl determines where the variable can be accessed.

    • Perl has three types of variable scope: global, local, and lexical.

    • Global variables can be accessed from anywhere in the program.

    • Local variables are declared using the 'my' keyword and can only be accessed within the block they are declared in.

    • Lexical variables are declared using the 'state' keyword and can be accessed within the block they are dec...

  • Answered by AI
  • Q2. Perl logic questions.
  • Q3. Perl regex questions
  • Q4. Perl module question
  • Q5. Grep and map function
  • Q6. What is hash and array in perl
  • Ans. 

    Hash is a data structure that stores data in key-value pairs while array is an ordered list of scalar values.

    • Hashes are denoted by % symbol and arrays by @ symbol in Perl.

    • Hashes are useful for storing and retrieving data quickly based on a unique key.

    • Arrays can be accessed using index numbers starting from 0.

    • Both hashes and arrays can store different data types such as strings, numbers, and references.

    • Example: %hash = ...

  • Answered by AI
  • Q7. What is CDATA in XML.
  • Ans. 

    CDATA is a way to include special characters in XML data without causing parsing errors.

    • CDATA stands for Character Data

    • It is used to include data that contains characters that would otherwise be interpreted as XML markup

    • CDATA is enclosed in tags

    • Example: bold text]]>

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No. Everything is good.

Senior Software Engineer Jobs at R.R. Donnelley

View all

Interview questions from similar companies

I applied via Other and was interviewed in Nov 2017. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Brief Role on job and tools and technology I worked with day to day activity
  • Ans. 

    As a Senior Software Engineer, I worked with various tools and technologies to develop and maintain software applications.

    • Developed and maintained software applications using Java, Python, and C++ programming languages

    • Used Agile methodology for software development and collaborated with cross-functional teams

    • Worked with various tools such as Git, JIRA, Jenkins, and Docker for version control, issue tracking, continuous...

  • Answered by AI
  • Q2. In-depth technical interview which went around 40 min. since i had 8 years of experience
  • Q3. Fully technical
  • Q4. Salary discussion and Document verification.

Interview Preparation Tips

Round: Resume Shortlist
Experience: Keywords that I put in of the technology, tools , experience.. (I guess )

General Tips: Just stay calm. Do not show fake experience, Speak genuinely, Answer to the point and explain if you have to add on more depending on your experience. Do not be over confident. Speak start to the eyes
Skills: Communication, Problem Solving, Analytical Skills, Leadership, Presentation Skills, Decision Making Skills
Duration: 1-3 Months

I applied via Recruitment Consultant and was interviewed in Jul 2018. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is the biggest challenge you faced in developing azure solution?
  • Ans. 

    The biggest challenge in developing Azure solution was managing the complexity of the cloud environment.

    • Managing the complexity of the cloud environment

    • Ensuring scalability and reliability

    • Integrating with existing systems

    • Securing the solution

    • Optimizing cost

    • Example: Migrating a legacy application to Azure

  • Answered by AI
  • Q2. In azure data factory how would you implement the functionality of tumbling window without actually using that feature already available?
  • Ans. 

    Implementing tumbling window in Azure Data Factory without using the feature

    • Create a pipeline with a trigger that runs at the desired interval

    • Use a lookup activity to retrieve the data for the current window

    • Use a foreach activity to iterate over the retrieved data

    • Perform the required operations on the data within the foreach activity

    • Write the output to the desired destination

  • Answered by AI
  • Q3. What would be your suggestion for implementation in azure data factory v2?
  • Ans. 

    My suggestion for implementation in Azure Data Factory v2 is to use the Mapping Data Flow feature.

    • Utilize Mapping Data Flow for complex data transformations

    • Take advantage of the visual interface to design and debug data flows

    • Leverage the built-in data integration capabilities with other Azure services

    • Use data flow parameters and expressions for dynamic transformations

    • Monitor and optimize data flow performance using dat

  • Answered by AI
  • Q4. I was given a project scenario and was requested to choose from below cluster or cluster less , hive or u-sql?

Interview Preparation Tips

General Tips: Be pretty confident on the current project you are working on. It's ok that you do not know the complete technology but you should have the complete picture of stuff you are working on. Be clear as to why are using specific technology for your project and not the other one. For example, i worked on azure and drilled my way to understand the edge azure has over aws. I did good work onto why are we using hive language and azure data ware house for our project instead of using u-sql and azure SQL data base. Do not bluff, better be humble to accept that we are not fully aware of something and given a chance to work on, we will. And last thing, smile and appreciate the effort put in by interviewer.
Skills: Coding Skills, Datawarehousing, Azure data factory, Problem Solving, Analytical Skills
Duration: <1 week

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. PlSQL technical questions and functional related of banking domain

I applied via Naukri.com and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. They asked me to build a shopping cart web application using vanilla js and gave two days time , that was the only round they had!

Interview Preparation Tips

Interview preparation tips for other job seekers - I built the app according to wireframe and they evaluated it and selected me directly!

I applied via Naukri.com and was interviewed in Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Most of the questions were on the technical skills and things I worked on added in my resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be ready for cross questions asked on the things we say we have worked on. Should have knowledge of latest updates of the respective technology.

I applied via Monster and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Hands on software and it's applications.
  • Ans. 

    Hands-on experience with software and its practical applications.

    • I have worked on various software projects and have experience in developing, testing, and deploying software applications.

    • I have experience in programming languages such as Java, Python, and C++.

    • I have worked on projects involving web development, mobile app development, and database management.

    • I have experience in using software development tools such a...

  • Answered by AI
  • Q2. Basic HR Questions

Interview Preparation Tips

General Tips: Candidate should improve communication and technical skills to track the interview.
Skills: Communication, Analytical Skills
Duration: <1 week

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. What is difference between controller and rest controller?
  • Ans. 

    A controller is a component that handles incoming requests and returns a response, while a REST controller specifically handles RESTful requests.

    • A controller is responsible for handling various types of requests, such as HTTP, WebSocket, etc.

    • A REST controller is a type of controller that specifically handles RESTful requests, which follow the principles of Representational State Transfer (REST).

    • REST controllers typical...

  • Answered by AI
  • Q2. What is functional interface?
  • Ans. 

    A functional interface is an interface that has only one abstract method.

    • Functional interfaces are used in lambda expressions and method references.

    • They can have default methods and static methods.

    • Examples include Runnable, Comparator, and Function interfaces.

    • Functional interfaces can be annotated with @FunctionalInterface annotation.

  • Answered by AI
  • Q3. What is lamda expression?
  • Ans. 

    Lambda expression is a concise way to represent anonymous functions in programming languages.

    • Lambda expressions are commonly used in functional programming languages.

    • They can be used to create functions on the fly without having to define them explicitly.

    • Lambda expressions are often used in higher-order functions, such as map, filter, and reduce.

    • They can also be used to create closures, which are functions that capture...

  • Answered by AI
  • Q4. What is exception propagation?
  • Ans. 

    Exception propagation is the process of passing an exception up the call stack to be handled by a higher-level method.

    • Exceptions are thrown when an error occurs in a method.

    • If the exception is not caught and handled within the method, it is propagated up the call stack.

    • Each method in the call stack has the option to catch and handle the exception or propagate it further up.

    • If the exception reaches the top of the call s...

  • Answered by AI
  • Q5. Difference between get and load method in hibernate?
  • Ans. 

    get() method returns null if the object is not found in the cache or database, while load() method throws an exception.

    • get() method is eager loading while load() method is lazy loading.

    • get() method returns the object from the database or cache while load() method returns a proxy object.

    • get() method is slower than load() method.

    • get() method is used when we are not sure if the object exists in the database or cache while...

  • Answered by AI
  • Q6. What is method overriding?
  • Ans. 

    Method overriding is when a subclass provides its own implementation of a method that is already defined in its superclass.

    • Method overriding is used to achieve runtime polymorphism.

    • The method signature (name, parameters, return type) must be the same in both the superclass and subclass.

    • The access level of the overriding method cannot be more restrictive than the overridden method.

    • Example: class Dog extends Animal { pub...

  • Answered by AI
  • Q7. What IOC and DI in spring?
  • Ans. 

    IOC and DI are design patterns used in Spring framework for loose coupling and dependency injection.

    • IOC (Inversion of Control) is a design pattern where the control of object creation and lifecycle is handed over to a container or framework.

    • DI (Dependency Injection) is a design pattern where the dependencies of an object are injected into it by an external entity, rather than the object creating them itself.

    • Spring fram...

  • Answered by AI
  • Q8. What is internal working of hashmap?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values quickly.

    • HashMap uses an array of buckets to store key-value pairs

    • Each bucket contains a linked list of entries with the same hash code

    • When a key-value pair is added, its hash code is used to determine the bucket and added to the linked list

    • When a value is retrieved, its hash code is used to find the bucket and search the linked ...

  • Answered by AI
  • Q9. Advantages of spring boot?
  • Ans. 

    Spring Boot provides rapid application development and microservices architecture.

    • Easy configuration and setup

    • Embedded servers for faster development

    • Auto-configuration of dependencies

    • Supports multiple data sources

    • Actuator for monitoring and managing applications

    • Simplifies development of RESTful web services

    • Enables building of microservices architecture

    • Provides a wide range of plugins and extensions

    • Reduces boilerplate c

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly focus on core java concept and then spring, hibernate, spring boot. Be confident with your answers. Always answer in a simple way don't make it complicated to understand it.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

R.R. Donnelley Interview FAQs

How many rounds are there in R.R. Donnelley Senior Software Engineer interview?
R.R. Donnelley interview process usually has 2-3 rounds. The most common rounds in the R.R. Donnelley interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for R.R. Donnelley Senior Software Engineer 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 Javascript, SQL, Software Engineering, Communication Skills and CSS.
What are the top questions asked in R.R. Donnelley Senior Software Engineer interview?

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

  1. What is scope of variable in per...read more
  2. What is hash and array in p...read more
  3. Explain oops concepts, difference b/w abstraction and interface,MVC architectur...read more

Recently Viewed

INTERVIEWS

Asahi India Glass

No Interviews

INTERVIEWS

Asahi India Glass

No Interviews

INTERVIEWS

Asahi India Glass

No Interviews

INTERVIEWS

Technip Energies

No Interviews

INTERVIEWS

Nissi Engineering Solution

No Interviews

INTERVIEWS

Metropolis Healthcare

No Interviews

INTERVIEWS

Asahi India Glass

No Interviews

INTERVIEWS

Asahi India Glass

No Interviews

INTERVIEWS

Relaxo Footwear

No Interviews

INTERVIEWS

Qmax Systems

No Interviews

Tell us how to improve this page.

R.R. Donnelley Senior Software Engineer Interview Process

based on 5 interviews

Interview experience

2
  
Poor
View more

Fast track your campus placements

View all
R.R. Donnelley Senior Software Engineer Salary
based on 147 salaries
₹4.8 L/yr - ₹16.4 L/yr
31% less than the average Senior Software Engineer Salary in India
View more details

R.R. Donnelley Senior Software Engineer Reviews and Ratings

based on 16 reviews

2.9/5

Rating in categories

2.5

Skill development

3.1

Work-life balance

3.3

Salary

3.4

Job security

3.1

Company culture

2.3

Promotions

2.6

Work satisfaction

Explore 16 Reviews and Ratings
Document Specialist
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Financial Associate
629 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Document Specialist
414 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Finance Associate
372 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Financial Analyst
322 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare R.R. Donnelley with

Foundever

3.6
Compare

Firstsource Solutions

3.7
Compare

WNS

3.4
Compare

Genpact

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