Upload Button Icon Add office photos

McGraw-Hill Education

Compare button icon Compare button icon Compare

Filter interviews by

McGraw-Hill Education Java Full Stack Developer Interview Questions and Answers

Updated 21 Feb 2024

McGraw-Hill Education Java Full Stack Developer Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Given a string containing just the characters '{','}','(',')', '[',']' determine if the input string is valid. Leetcode #20
  • Ans. 

    Check if a string containing only specific characters is valid by ensuring all opening brackets have corresponding closing brackets.

    • Use a stack to keep track of opening brackets and pop when a closing bracket is encountered.

    • If stack is empty at the end, return true. Otherwise, return false.

    • Example: Input: '()[]{}', Output: true

  • Answered by AI
  • Q2. JAVA version, Spring Framework importance etc
  • Q3. Explain how Spring Framework works? Explain microservices and its uses? Explain the difference between MySQL database & MongoDB
  • Ans. 

    Spring Framework is a popular Java framework for building enterprise applications. Microservices are a software development technique that structures an application as a collection of loosely coupled services. MySQL is a relational database management system, while MongoDB is a NoSQL database.

    • Spring Framework is a comprehensive framework that provides support for developing Java applications. It offers features like de...

  • Answered by AI
  • Q4. Explain about CORS, AuthGuard
  • Ans. 

    CORS is a security feature that allows or restricts resources on a web server to be requested from another domain. AuthGuard is a feature in Angular that protects routes from unauthorized access.

    • CORS stands for Cross-Origin Resource Sharing and is a security feature implemented by browsers to restrict or allow web resources to be requested from a different domain.

    • CORS is used to prevent malicious websites from making u...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

14 Questions

  • Q1. XOR gate using nand gates
  • Ans. 

    XOR gate can be implemented using NAND gates by combining them in a specific way.

    • Use two NAND gates to create a basic XOR gate

    • Combine the output of the two NAND gates using another NAND gate

    • Use the two inputs of the XOR gate as inputs to the two basic NAND gates

    • The output of the XOR gate will be the output of the final NAND gate

  • Answered by AI
  • Q2. Advantages of arrays and linked lists, one over the other
  • Ans. 

    Arrays are faster for random access, while linked lists are better for dynamic insertion and deletion.

    • Arrays have constant time access to elements by index

    • Linked lists have constant time insertion and deletion at any position

    • Arrays use contiguous memory, while linked lists use scattered memory

    • Arrays are better for small data sets, while linked lists are better for large data sets

    • Arrays are used for implementing matrice...

  • Answered by AI
  • Q3. Sorting algorithms
  • Q4. Machine learning, Big data
  • Q5. Support vector machines
  • Q6. Image processing
  • Q7. Thresholding
  • Q8. Tell me about yourself
  • Ans. 

    I am a software developer with experience in Java and Python.

    • Graduated with a degree in Computer Science

    • Worked on multiple projects using Java and Python

    • Familiar with Agile methodology

    • Passionate about learning new technologies

  • Answered by AI
  • Q9. Why should we select you
  • Ans. 

    I have the technical skills, experience, and passion to contribute to your team's success.

    • I have a strong background in software development, with expertise in multiple programming languages and frameworks.

    • I am a quick learner and enjoy staying up-to-date with the latest technologies and industry trends.

    • I have experience working in both individual and team settings, and am comfortable collaborating with others to achie...

  • Answered by AI
  • Q10. Toughest decision of your life
  • Ans. 

    Deciding to leave my hometown for better career opportunities

    • Had to leave behind family and friends

    • Had to adjust to a new environment and culture

    • Had to start from scratch in building a social circle

    • Had to deal with homesickness and loneliness

    • Ultimately led to personal and professional growth

  • Answered by AI
  • Q11. Where do see yourself in upcoming years
  • Ans. 

    In the upcoming years, I see myself growing as a software developer and taking on more challenging projects.

    • Continuing to learn and stay up-to-date with new technologies

    • Taking on leadership roles and mentoring junior developers

    • Contributing to open-source projects

    • Exploring different areas of software development, such as machine learning and AI

  • Answered by AI
  • Q12. Interests other than programming
  • Ans. 

    I enjoy playing basketball, reading books, and traveling to new places.

    • Playing basketball

    • Reading books

    • Traveling to new places

  • Answered by AI
  • Q13. Willing to relocate
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to exploring new locations and cultures.

    • I am willing to relocate for a better career growth and learning opportunities.

    • I have relocated in the past for work and have had positive experiences.

    • I am willing to consider relocation assistance if offered.

  • Answered by AI
  • Q14. Are you a smart worker or hard worker
  • Ans. 

    I am both a smart worker and a hard worker.

    • I prioritize tasks and work efficiently to complete them quickly (smart worker)

    • I am dedicated and put in the necessary effort to ensure quality work (hard worker)

    • I am able to adapt to different situations and find the most effective approach

    • For example, I may use automation tools to streamline repetitive tasks (smart worker)

    • But I also take the time to thoroughly test and debug

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: programming questions were based on basics, good knowledge of linked lists ,arrays and sorting algorithms is needed. Puzzles were a bit tricky but can be solved with a little observation. Programming MCQs are also based on basic knowledge of errors and syntaxes to be followed when writing a c code.
Tips: Good fundamentals and reasoning is needed

Round: Technical Interview
Experience: good technical knowledge in programming is needed. The interviewer asked me for my favorite subjects and asked questions accordingly. Being an EC student i said my interests were electronics and programming. Programming questions were mainly focussed. Strong programming basics are needed. Questions on data analytics were extra since i had a course on machine learning. The interviewer also asked questions regarding my internship. Dont expect the interviewer to know nothing about your internship or projects you do other than programming oriented ones.
Tips: strong programming skills. geeksforgeeks is a good site to look up to.

Round: HR Interview
Experience: My HR interview started with a routine tell me about yourself question. I gave a confident answer, which really allowed me settle. Then came the why do we select you question. I justified my selection with examples of my teamwork, programming skills and my contribution in internship. moving on i have told my toughest decision and my interests. Being a smart worker and someone who does what he loves, i said that i want my ideas to get implemented and i would find real joy in seeing them working.
Tips: confidence matters. justify yourself by giving instances of your work and character. When the interviewer asks "Do you have any questions for me?". don't give a blunt NO. do a little research on the company beforehand. Asking what skills are need to perform well in their company is a good question. you can also ask them about their work culture.

General Tips: be confident, cool and little common sense is all needed. Be strong on basics, don't try to learn complex things when you are not strong enough in basics.
Skill Tips: strong programming basics.
reasoning skills
Skills: programming in c, reasoning
College Name: IIT Kharagpur
Motivation: They offer a job in the domain i would love to work. Do what you love is my motto.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

The written test involved qiestions from bssic aptitude, computer fundamentals and coding.

Round 3 - Technical 

(1 Question)

  • Q1. This was a technical discussion with the pannel. The discussion was mostly based in what's written in resume. Expect the questions from Java, OOPs, Data structures, SQL.
Round 4 - One-on-one 

(1 Question)

  • Q1. This was a one on one discussion with the manager. It was mostly to identify if the candidate meets basic non technical requirements for the job role.
Round 5 - HR 

(1 Question)

  • Q1. This round was little tricky as i was interviewed by the HR head since all other HRs were busy interviewing other candidates. it was mostly to check the communication skills, flexibility of the employee, t...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Normal aptitude test followed by coding test.

Round 2 - Coding Test 

3 questions ranging from medium to hard.

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

I applied via Company Website and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Regarding skills set
Round 2 - Coding Test 

Had technical round with coding

Round 3 - One-on-one 

(1 Question)

  • Q1. Had discussion on skills , i joined as a fresher
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Basic python qyestions
  • Q2. Oops concepts in python
  • Ans. 

    Oops concepts in Python include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit attributes and methods from another class.

    • Encapsulation restricts access to certain components within a class.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides complex implementation details and only shows the necessary features.

  • Answered by AI
  • Q3. Sql queries in framework
  • Ans. 

    SQL queries are commonly used in frameworks for data manipulation and retrieval.

    • SQL queries are used to interact with databases within a framework.

    • Frameworks like Hibernate, Entity Framework, and Django ORM use SQL queries to perform database operations.

    • SQL queries can be written directly in code or generated by the framework based on object-relational mapping.

    • Examples: SELECT * FROM table_name WHERE condition, INSERT ...

  • Answered by AI
  • Q4. Inheritance and polymorphism
  • Q5. Design pattern in python
  • Ans. 

    Design patterns in Python are reusable solutions to common problems in software design.

    • Design patterns help in creating maintainable and scalable code.

    • Some common design patterns in Python include Singleton, Factory, Observer, and Strategy.

    • Each design pattern has its own purpose and implementation.

    • Design patterns promote code reusability and flexibility.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Sdlc process, MVC architecture, entity framework, SQL queries
  • Q2. SQL queries, state vs stateless, url

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basics alone. Work experience is important
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell Me what s java
  • Ans. 

    Java is a high-level programming language known for its portability, security, and versatility.

    • Java is an object-oriented language

    • It is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • Java is used for developing a wide range of applications, from mobile apps to enterprise software

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Coding Test 

There were 3 coding questions on Hacker Earth platform for 1 hour 15min and 1 question from array and 2 questions from strings.

Round 2 - One-on-one 

(1 Question)

  • Q1. This round was based on SQL, DBMS, DSA, OOPS SQL--> Designed the complete schema for one of my projects for COVID-19 vaccination. and SQL queries from that schema. DSA--> 1.) Find the pair in an array whos...
Round 3 - Technical 

(1 Question)

  • Q1. This was a technical managerial round. OOPS--> Example of overloading and overriding. Mostly DBMS and SQL-based questions like what is indexing and SQL queries and joins. DSA--> 1.) Write one sorting algo....
Round 4 - HR 

(1 Question)

  • Q1. Just a normal discussion regarding my tech stack and my internship experience only 15mins.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Coding test with 2 questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical interview round

McGraw-Hill Education Interview FAQs

How many rounds are there in McGraw-Hill Education Java Full Stack Developer interview?
McGraw-Hill Education interview process usually has 1 rounds. The most common rounds in the McGraw-Hill Education interview process are Technical.
What are the top questions asked in McGraw-Hill Education Java Full Stack Developer interview?

Some of the top questions asked at the McGraw-Hill Education Java Full Stack Developer interview -

  1. Explain how Spring Framework works? Explain microservices and its uses? Explain...read more
  2. Given a string containing just the characters '{','}','(',')', '[',']' determin...read more
  3. Explain about CORS, AuthGu...read more

Tell us how to improve this page.

McGraw-Hill Education Java Full Stack Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Territory Sales Manager
18 salaries
unlock blur

₹5.2 L/yr - ₹9.6 L/yr

Accounts Manager
16 salaries
unlock blur

₹6.7 L/yr - ₹13.3 L/yr

Portfolio Manager
11 salaries
unlock blur

₹8.7 L/yr - ₹18 L/yr

Area Sales Manager
9 salaries
unlock blur

₹7.8 L/yr - ₹13.6 L/yr

Marketing Manager
9 salaries
unlock blur

₹12 L/yr - ₹15.5 L/yr

Explore more salaries
Compare McGraw-Hill Education with

Dainik Bhaskar Group

4.3
Compare

TNQ Tech Private Limited

3.6
Compare

Times Group

3.8
Compare

OMICS International

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