Upload Button Icon Add office photos
Engaged Employer

i

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

Paltech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Paltech Software Developer Interview Questions and Answers

Updated 30 Nov 2024

Paltech Software Developer Interview Experiences

5 interviews found

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

I applied via campus placement at National Institute of Technology (NIT), Warangal and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Spiral pattern printing question

Round 2 - Technical 

(3 Questions)

  • Q1. Basic questions of SQL
  • Q2. Basics of Object Oriented Programming
  • Q3. Basic ReactJs and NextJs (According to Resume)

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software developer 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

    • Passionate about coding and problem-solving

  • Answered by AI
  • Q2. Explain your projects
  • Ans. 

    I have worked on various projects including a web application for inventory management and a mobile app for task tracking.

    • Developed a web application using React for inventory management system

    • Created a mobile app using Flutter for task tracking and scheduling

    • Integrated APIs for real-time data updates and notifications

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain more in detail about project
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express

    • Utilized MongoDB for database storage

    • Integrated authentication and authorization features for user security

  • Answered by AI
  • Q2. Basic questions on adf

Interview Preparation Tips

Interview preparation tips for other job seekers - confident with your basics

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. .net core , node js , middlewares
  • Q2. React js , angular js , loader in react and angular how to implement
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General aptitude test

Round 2 - Coding Test 

Paper based coding , queries more on strings backtracking give optimized solution.

Interview Preparation Tips

Interview preparation tips for other job seekers - always try to give in optimized solution.

Paltech interview questions for designations

 Assistant Software Developer

 (1)

 Software Engineer

 (5)

 Associate Software Engineer

 (2)

 Senior Software Engineer

 (1)

 Junior .NET Developer

 (1)

 Python Fullstack Developer

 (1)

 Dot Net Fullstack Developer

 (2)

 Softwaretest Engineer

 (1)

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

Common aptitude questions

Round 2 - Coding Test 

Qs related to Data structures

Interview questions from similar companies

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

They discussed some easy questions on Node JS and Dp and heap , binary search

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. What is multithreading and explain its usecases.
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads concurrently, improving performance and responsiveness.

    • Multithreading allows for parallel execution of tasks, improving performance by utilizing multiple CPU cores.

    • It is commonly used in applications that require handling multiple tasks simultaneously, such as web servers, video games, and data processing.

    • Multithreading can help improve responsiveness i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare cs fundamentals as well.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Oops, basic ,SQL ,ado
Round 2 - Coding Test 

Curd operation with SQL connectivity

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

I applied via Job Fair and was interviewed in Jun 2023. 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 - Coding Test 

Ms office,Core Java , Tally , C,

Round 3 - Group Discussion 

In my Opinion,view , If you ask me, As far as I can see/I am Concerned , It seems to me that , I think /feel/reckon/ belive , If you want my option , What we have to decide

Interview Preparation Tips

Interview preparation tips for other job seekers - Upgrade the skills
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2022. There were 3 interview rounds.

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 

Data structure and algorithm mostly

Round 3 - HR 

(3 Questions)

  • Q1. About previous discussion about your experience
  • Q2. About yourself and your discussion
  • Q3. About old company expenses

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep most of questions on data structure and algorithm

I was interviewed in Jul 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 70 minutes
Round difficulty - Medium

Link was active for 24 hours, I took the test at night.
Difficulty was medium.
There were some MCQs on Springboot/Java along with 2 DSA questions.

  • Q1. 

    Zigzag Binary Tree Traversal Problem

    Given a binary tree, compute the zigzag level order traversal of the node values in the tree. The zigzag traversal requires traversing levels from left to right, then ...

  • Ans. 

    Applied BFS for level order traversal.
    The core logic is how to append the current level nodes in the resultList.
    If currLevel is even:
    then append the curr level node list as it is to the resultList
    else:
    reverse the curr level node list and then append to the resultList.

    Finally return the resultList.

  • Answered Anonymously
  • Q2. 

    K Closest Points to Origin Problem Statement

    Your house is located at the origin (0,0) of a 2-D plane. There are N neighbors living at different points on the plane. Your goal is to visit exactly K neighb...

  • Ans. 

    As we need to find K closest restaurants to the source (0,0), I used priority queue(MaxHeap) in python to eliminate all the farthest restaurants and have only k closest restaurants left at the end of the loop.

    I had stored the elements in priority Queue as a pair [distance, coordinates], so that at I can directly get the coordinates for the k closest restaurants to return in the result.

  • Answered Anonymously
Round 2 - Video Call 

Round duration - 60 minutes
Round difficulty - Medium

Technical round (Questions on Java, Spring Boot, Microservices, Rest APIs, OOPs and Solid principals).

Round 3 - HR 

Round duration - 45 minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaminimum 1 year of experienceJio Private Limited interview preparation:Topics to prepare for the interview - DSA problems, Spring Boot, Java, OOPs and SOLID principles, Micro Services, Rest APIs, MySQLTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare core concepts of OOPs and SOLID principles with some examples.
Tip 2 : Practice DSA Medium level question (Trees, Heaps, LinkedList, Dynamic Programming, BFS-DFS, Two pointer, Backtracking)
Tip 3 : For OA round, Prepare Spring Boot core concepts (For MCQs) along with DSA.

Application resume tips for other job seekers

Tip 1 : Mention all the previous projects tasks/achievements point wise along with the Tech Stack used.
Tip 2 : Practice explaining projects which were part of your work experience and be ready for follow up questions. 
Tip 3 : Specify relevant skills and certificates in the resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Paltech Interview FAQs

How many rounds are there in Paltech Software Developer interview?
Paltech interview process usually has 1-2 rounds. The most common rounds in the Paltech interview process are Technical, Coding Test and Aptitude Test.
What are the top questions asked in Paltech Software Developer interview?

Some of the top questions asked at the Paltech Software Developer interview -

  1. react js , angular js , loader in react and angular how to implem...read more
  2. Basic ReactJs and NextJs (According to Resu...read more
  3. .net core , node js , middlewa...read more

Tell us how to improve this page.

Paltech Software Developer Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more
Paltech Software Developer Salary
based on 5 salaries
₹5 L/yr - ₹11 L/yr
15% less than the average Software Developer Salary in India
View more details

Paltech Software Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

2.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
37 salaries
unlock blur

₹5 L/yr - ₹15 L/yr

Associate Software Engineer
13 salaries
unlock blur

₹5 L/yr - ₹8 L/yr

Senior Software Engineer
12 salaries
unlock blur

₹14 L/yr - ₹23.5 L/yr

Data Engineer
12 salaries
unlock blur

₹9 L/yr - ₹16.5 L/yr

Software Developer
5 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Explore more salaries
Compare Paltech with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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