Upload Button Icon Add office photos

R.R. Donnelley

Compare button icon Compare button icon Compare

Filter interviews by

R.R. Donnelley Communication Trainer Interview Questions and Answers

Updated 21 Jul 2022

R.R. Donnelley Communication Trainer Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Behavioral 

(2 Questions)

  • Q1. Your profile is a peculiar one. How come this interest in this field ?
  • Q2. If the learners aren't responding properly/if they aren't showing any changes post your training, what will you do ?
  • Ans. 

    If learners aren't responding properly, I will assess the situation and take appropriate actions.

    • Assess the training methods and materials used

    • Identify any barriers to learning or communication

    • Provide additional support or resources if needed

    • Offer individualized coaching or feedback

    • Re-evaluate the training objectives and adjust if necessary

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Basic details. My certification in TESOL and cab availablity and etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself. If there's passion in what you do, you got the job.

Interview questions from similar companies

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

Interview Questionnaire 

4 Questions

  • Q1. Scripting was major focus, program to read the numbers 1 to infinity and convert them to words , ex : 1 as one , 100 as hundred , 1543 as one thousand five hundreden fourty three
  • Q2. Ansible concepts, this was major focus
  • Q3. Jenkins pipeline concepts
  • Q4. Basic other tools questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It wasn't that scary, one technical round, managerial tech round, manager round, hr round, all happened in a single day
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

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

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

  • Answered by AI
  • Q2. DS/Ago problem - dynamic programming

Interview Preparation Tips

Interview preparation tips for other job seekers - nothing
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Where do see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a senior business analyst leading a team and contributing to strategic decision-making.

    • Leading a team of analysts

    • Contributing to strategic decision-making

    • Continuing professional development and certifications

    • Possibly pursuing a management role

    • Enhancing industry knowledge and expertise

  • Answered by AI
  • Q2. Why Epsilon? And why are you leaving your current organisation?
  • Ans. 

    I am interested in Epsilon's innovative approach to data analytics and leaving my current organization for career growth opportunities.

    • Epsilon's reputation for cutting-edge data analytics solutions

    • Opportunity for career growth and development at Epsilon

    • Excited about working with a new team and learning new skills

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is rank in sql .. kind of scenario based
  • Q2. Examples of with/ sub query in sql
  • Ans. 

    Using subqueries in SQL allows for more complex queries by nesting queries within other queries.

    • Subquery in SELECT statement: SELECT column_name FROM table_name WHERE column_name = (SELECT column_name FROM table_name)

    • Subquery in WHERE clause: SELECT column_name FROM table_name WHERE column_name IN (SELECT column_name FROM table_name)

    • Subquery in FROM clause: SELECT column_name FROM (SELECT column_name FROM table_name) A

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell about work experience
  • Q2. Details about skill set

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

MCQs on hdfs, sql and spark. One data structures coding test

Round 2 - Technical 

(2 Questions)

  • Q1. Kafka architecture
  • Q2. HDFS namenode features
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Question based on your experience. Mine was mostly design questions on AWS and how to use try and catch
  • Q2. Javascript using async/await with try catch block
  • Ans. 

    Using async/await with try catch block in Javascript

    • Use async keyword before the function declaration to make it asynchronous

    • Use await keyword before the function call to wait for the promise to resolve

    • Wrap the async/await code in a try catch block to handle errors

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Technical with design questions on web technology

Skills evaluated in this interview

R.R. Donnelley Interview FAQs

How many rounds are there in R.R. Donnelley Communication Trainer interview?
R.R. Donnelley interview process usually has 2 rounds. The most common rounds in the R.R. Donnelley interview process are Behavioral.
What are the top questions asked in R.R. Donnelley Communication Trainer interview?

Some of the top questions asked at the R.R. Donnelley Communication Trainer interview -

  1. If the learners aren't responding properly/if they aren't showing any changes p...read more
  2. Basic details. My certification in TESOL and cab availablity and ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Epsilon Interview Questions
4.0
 • 90 Interviews
Publicis Interview Questions
3.7
 • 52 Interviews
Regalix Interview Questions
2.9
 • 45 Interviews
Xdbs Interview Questions
3.1
 • 39 Interviews
Smollan Group Interview Questions
4.0
 • 36 Interviews
Groupm Media Interview Questions
3.9
 • 35 Interviews
Mediamint Interview Questions
3.4
 • 33 Interviews
View all

Fast track your campus placements

View all
Document Specialist
1.1k salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Financial Associate
630 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Senior Document Specialist
400 salaries
unlock blur

₹1.9 L/yr - ₹6.8 L/yr

Senior Finance Associate
383 salaries
unlock blur

₹2 L/yr - ₹5.2 L/yr

Financial Analyst
318 salaries
unlock blur

₹1.8 L/yr - ₹8.5 L/yr

Explore more salaries
Compare R.R. Donnelley with

Epsilon

3.9
Compare

Smollan Group

4.0
Compare

ChannelPlay

3.8
Compare

Affinity Express

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