Upload Button Icon Add office photos

Filter interviews by

Houghton Mifflin Harcourt Senior Software Engineer Interview Questions and Answers

Updated 3 Jan 2024

Houghton Mifflin Harcourt Senior Software Engineer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Javascript fundamentals
  • Q2. Given javascript code to find output
  • Q3. Array and Object-based javascript problem-solving.
  • Q4. React Js Hooks, Optimization
Round 2 - Technical 

(2 Questions)

  • Q1. React JS and Javascript problem-solving need to share screen while coding
  • Q2. What is micro frontend?
  • Ans. 

    Micro frontend is an architectural style where a frontend application is broken down into smaller, independently deployable units.

    • Each unit, or micro frontend, is responsible for a specific feature or functionality

    • Micro frontends can be developed, tested, and deployed independently

    • They can be combined to create a cohesive user interface

    • Examples include using different frameworks for different parts of a web application

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. What are the challenges faced in the current project, and how did you overcome them?
  • Q2. Basic react js theoretical quentions, what is virtual dom?
Round 4 - HR 

(1 Question)

  • Q1. Salary expectations, Negotiation, and Offer released on the same day.

Skills evaluated in this interview

Senior Software Engineer Jobs at Houghton Mifflin Harcourt

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explian oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on classes and objects for better code organization and reusability.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation det...

  • Answered by AI
  • Q2. Types of waits in selenium
  • Ans. 

    Types of waits in Selenium include implicit, explicit, and fluent waits.

    • Implicit wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit wait: Waits for a certain condition to occur before proceeding further in the code.

    • Fluent wait: Waits for a condition to be true with a specified frequency of checking.

    • Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary dsicussion
  • Q2. Previous company details

Skills evaluated in this interview

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

(1 Question)

  • Q1. Lifecycle methods
Round 2 - Technical 

(1 Question)

  • Q1. Project details and how to tackle challenges and bugs efficiently

Interview Preparation Tips

Interview preparation tips for other job seekers - They had detailed interview on frontend skills. Interviewer asked very in depth question and also provided feedback on areas to improve
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2.5 Hours 2 Coding que and sql query and topin tech platform

Round 2 - waiting for result 

(2 Questions)

  • Q1. Based on boolean matrix
  • Q2. Find k closest node of given given node in a BST.
  • Ans. 

    Find k closest nodes to a given node in a BST.

    • Perform an inorder traversal of the BST to get a sorted list of nodes.

    • Use a priority queue to keep track of the k closest nodes based on their absolute difference with the target node.

    • Populate the priority queue with the first k nodes from the inorder traversal.

    • For each subsequent node, calculate its absolute difference with the target node and compare it with the top eleme...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Got 2 medium level DSA questions in the coding test

Round 2 - Technical 

(2 Questions)

  • Q1. Computer fundamentals
  • Q2. System Design Questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Two Medium DSA problem to solve

Round 2 - Technical 

(1 Question)

  • Q1. Design scalable Streaming pipeline and
  • Ans. 

    Design a scalable streaming pipeline for processing large volumes of data.

    • Use a distributed streaming framework like Apache Kafka or Apache Flink for real-time data processing.

    • Implement data partitioning and parallel processing to handle high data throughput.

    • Utilize cloud services like AWS Kinesis or Google Cloud Pub/Sub for scalability and reliability.

    • Include fault tolerance mechanisms like checkpointing and data repl...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. LLD round , write classes and its methods
Round 4 - HR 

(1 Question)

  • Q1. Salary and benefits discussion

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Jul 2022. 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 - One-on-one 

(3 Questions)

  • Q1. Basics of js and react
  • Q2. What are closures and give an example
  • Ans. 

    Closures are functions that have access to variables from their outer scope even after the outer function has finished executing.

    • Closures are created when a function is defined within another function and has access to the outer function's variables.

    • They can access variables from the outer function even after the outer function has returned.

    • Closures are commonly used in event handlers and callbacks in JavaScript.

  • Answered by AI
  • Q3. What is event loop and features of es5
  • Ans. 

    Event loop is a mechanism that allows JavaScript to perform non-blocking operations by handling asynchronous events.

    • Event loop is responsible for executing code, collecting and processing events, and executing queued sub-tasks.

    • ES5 features include strict mode, JSON object, Array methods like forEach, map, filter, and reduce, and Object.create method.

    • ES5 also introduced new methods for manipulating strings, such as trim

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. General management round and past experience

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. DS and algorithm questions
Round 2 - Technical 

(1 Question)

  • Q1. IOS /Skillset questions some tricky questions
Round 3 - HR 

(1 Question)

  • Q1. Personality and Compensation discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Study fundamentals of your profile/domain
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

They give a standard application to develop in mvvm or clean architecture, don't forget to write unit tests

Round 2 - One-on-one 

(5 Questions)

  • Q1. Mostly discuss on the implementation of the project you've done in round one
  • Q2. Flutter is addon
  • Ans. 

    Flutter is a UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.

    • Flutter is an open-source framework developed by Google.

    • It uses the Dart programming language.

    • Flutter allows for hot reload, which enables developers to see changes instantly.

    • It provides a rich set of pre-built widgets for building user interfaces.

    • Flutter can be used to create apps for iOS, Android, w

  • Answered by AI
  • Q3. Explain about compose way of thinking.
  • Ans. 

    Compose way of thinking involves breaking down complex problems into smaller, manageable parts and then combining them to create a solution.

    • Break down a problem into smaller components

    • Solve each component individually

    • Combine the solutions to create a complete solution

    • Example: Using functions to break down a complex task into smaller functions and then combining them to achieve the desired outcome

  • Answered by AI
  • Q4. Difference between presenter and viewmodel
  • Q5. Explain about lifecycle of view
  • Ans. 

    Lifecycle of view refers to the stages a view goes through from creation to destruction in an application.

    • Creation: View is initialized and loaded into memory.

    • Layout: View is positioned and sized on the screen.

    • Display: View is rendered and displayed to the user.

    • Interaction: User interacts with the view through input events.

    • Destruction: View is removed from memory when no longer needed.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience, and practical questions and friendly talk.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Role was for Php but the interviewer wanted me to have expertose in python, react js, java aswell. What a waste of time

Houghton Mifflin Harcourt Interview FAQs

How many rounds are there in Houghton Mifflin Harcourt Senior Software Engineer interview?
Houghton Mifflin Harcourt interview process usually has 4 rounds. The most common rounds in the Houghton Mifflin Harcourt interview process are Technical, Behavioral and HR.
How to prepare for Houghton Mifflin Harcourt 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 Houghton Mifflin Harcourt. The most common topics and skills that interviewers at Houghton Mifflin Harcourt expect are Javascript, SQL, Scrum, Unit Testing and Maven.
What are the top questions asked in Houghton Mifflin Harcourt Senior Software Engineer interview?

Some of the top questions asked at the Houghton Mifflin Harcourt Senior Software Engineer interview -

  1. What is micro fronte...read more
  2. Basic react js theoretical quentions, what is virtual d...read more
  3. React JS and Javascript problem-solving need to share screen while cod...read more

Tell us how to improve this page.

Houghton Mifflin Harcourt Senior Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Houghton Mifflin Harcourt Senior Software Engineer Salary
based on 13 salaries
₹22 L/yr - ₹33 L/yr
87% more than the average Senior Software Engineer Salary in India
View more details

Houghton Mifflin Harcourt Senior Software Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

3.0

Job security

4.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Sr Software Engineer .Net

Pune

13-15 Yrs

Not Disclosed

Sr Software Engineer (Java Alfresco)

Mumbai

5-7 Yrs

Not Disclosed

Sr Software Engineer

Pune

5-9 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
13 salaries
unlock blur

₹22 L/yr - ₹33 L/yr

Software Engineer
7 salaries
unlock blur

₹12 L/yr - ₹15.9 L/yr

Delivery Lead
5 salaries
unlock blur

₹23 L/yr - ₹27 L/yr

Senior Quality Engineer
5 salaries
unlock blur

₹21.9 L/yr - ₹23.7 L/yr

Quality Engineer
4 salaries
unlock blur

₹13.4 L/yr - ₹18.7 L/yr

Explore more salaries
Compare Houghton Mifflin Harcourt with

Pearson

4.0
Compare

Cengage

4.8
Compare

McGraw-Hill Education

3.9
Compare

Wiley

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