Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Packt Publishing Team. If you also belong to the team, you can get access from here

Packt Publishing Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 117 Reviews

Filter interviews by

Packt Publishing Full Stack Developer Interview Questions and Answers

Updated 11 Mar 2023

Packt Publishing Full Stack Developer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Php, laravel, css, JavaScript, Cookies and storage
  • Q2. Simple question, focus on your knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Only follow the assessment and give best in that, and explain in group discussion.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Everything Mentioned in the Resume
  • Q2. Leetcode question regarding buying and selling of stocks
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 experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

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 

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
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 Questionnaire 

4 Questions

  • Q1. Indexes in sql server
  • Ans. 

    Indexes improve query performance by allowing faster data retrieval.

    • Indexes are created on columns that are frequently used in WHERE, JOIN, and ORDER BY clauses.

    • Clustered indexes determine the physical order of data in a table.

    • Non-clustered indexes create a separate structure that includes the indexed columns and a pointer to the actual data.

    • Indexes can be created, altered, and dropped using SQL commands.

    • Indexes can al...

  • Answered by AI
  • Q2. Different between Asp.net web form & MVC
  • Ans. 

    ASP.NET Web Forms is a traditional event-driven web application framework, while ASP.NET MVC is a modern web application framework based on the Model-View-Controller (MVC) architectural pattern.

    • Web Forms uses server controls and view state to manage state and behavior, while MVC uses models, views, and controllers to separate concerns.

    • Web Forms has a page-based lifecycle, while MVC has a request-based lifecycle.

    • Web For...

  • Answered by AI
  • Q3. Interfaces and Abstract class
  • Q4. JQuery related questions

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. DSA - Array medium question & stack medium question
  • Q2. Javascript - basic concept questions

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
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Everything Mentioned in the Resume
  • Q2. Leetcode question regarding buying and selling of stocks

Packt Publishing Interview FAQs

How many rounds are there in Packt Publishing Full Stack Developer interview?
Packt Publishing interview process usually has 2 rounds. The most common rounds in the Packt Publishing interview process are Resume Shortlist and Technical.
How to prepare for Packt Publishing Full Stack 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 Packt Publishing. The most common topics and skills that interviewers at Packt Publishing expect are Javascript, CSS, HTML, Laravel and MIN.
What are the top questions asked in Packt Publishing Full Stack Developer interview?

Some of the top questions asked at the Packt Publishing Full Stack Developer interview -

  1. Php, laravel, css, JavaScript, Cookies and stor...read more
  2. Simple question, focus on your knowle...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Cimpress Interview Questions
4.0
 • 60 Interviews
Xerox Interview Questions
3.8
 • 21 Interviews
Elsevier Interview Questions
4.5
 • 18 Interviews
Wiley Interview Questions
3.8
 • 17 Interviews
United Online Interview Questions
3.3
 • 14 Interviews
View all
Packt Publishing Full Stack Developer Salary
based on 6 salaries
₹7 L/yr - ₹13 L/yr
10% more than the average Full Stack Developer Salary in India
View more details
Content Development Editor
38 salaries
unlock blur

₹2.2 L/yr - ₹6.5 L/yr

Course Managing Editor
34 salaries
unlock blur

₹2.5 L/yr - ₹6.1 L/yr

Senior Editor
29 salaries
unlock blur

₹6.7 L/yr - ₹12.1 L/yr

Associate Product Manager
23 salaries
unlock blur

₹4.6 L/yr - ₹11.2 L/yr

Acquisition Editor
18 salaries
unlock blur

₹3.2 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Packt Publishing with

Mehram Publications

5.0
Compare

Apress

5.0
Compare

Pearson

4.0
Compare

Wiley

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