Upload Button Icon Add office photos

Filter interviews by

Pratian Technologies Software Engineer Interview Questions and Answers

Updated 12 Feb 2025

Pratian Technologies Software Engineer Interview Experiences

4 interviews found

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

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

Round 1 - Coding Test 

It was Very Easy and HR was Very Friendly Nature

Round 2 - Technical 

(2 Questions)

  • Q1. What Is OOOps and explain those?
  • Ans. 

    OOOps stands for Out Of Order packets. It refers to packets that arrive at their destination out of sequence.

    • OOOps can occur in network communication when packets are sent out of order and arrive at the destination in a different order than they were sent.

    • This can lead to issues in data transmission and can cause delays in processing the information.

    • One way to handle OOOps is by using sequence numbers in packets to ens...

  • Answered by AI
  • Q2. What is Exception Handling ?
  • Ans. 

    Exception handling is a mechanism to handle runtime errors and prevent program crashes.

    • It is a way to deal with unexpected errors or exceptional conditions in a program.

    • Exceptions can be caught and handled using try-catch blocks.

    • Common exceptions include NullPointerException, ArrayIndexOutOfBoundsException, and IOException.

    • Handling exceptions properly can improve the robustness and reliability of a software application

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Well
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Aptitude Test 

There was no aptitude test; we proceeded directly to coding questions.

Round 2 - Coding Test 

Level 1, Level 2, and Level 3 questions of simple, medium, and hard difficulty.

Round 3 - HR 

(2 Questions)

  • Q1. Normal hr questions
  • Q2. About yourself, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Simply prepare for basic number generation problems and build upon that knowledge.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Normal aptitude questions they will ask

Round 3 - Coding Test 

Program like palindrome, String reverse etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basic good and practice well for programming

I applied via Naukri.com and was interviewed in Aug 2021. There were 2 interview rounds.

Round 1 - Case Study 

Case study

Round 2 - Coding Test 

Matrix question

Interview Preparation Tips

Interview preparation tips for other job seekers - Improvise DS Algo part before going

Pratian Technologies interview questions for designations

 Software Developer Trainee

 (1)

 Full Stack Software Developer

 (1)

 Software Engineer Intern Trainee

 (1)

 Production Engineer

 (1)

 Salesforce Developer

 (1)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Jan 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 - HR 

(1 Question)

  • Q1. More than technology,a senior recruiter asks where you stay which gali you stay,which temple is near by,what your husband do,getting into more personal and final he will ask your janam kundali and tell you...
Round 3 - One-on-one 

(1 Question)

  • Q1. Senior recruiter will ask more personal questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Girls and ladies please don't join this company as it is more into priest kinda,they check your caste,class rather your hardwork it seems. This so called senior recruiter totally flirts with you if you are single,divorce,seperarated and also heard his eyes rolls on always girls upper part,no matter whatever she is wearing. I heard after complaining also higher authorities didn't taken the action. Now you people only imagine how is it safe for a girl to work in that disgusting atmosphere. And in any MNC company if the complain is raised the higher authority should take an action but still they kept him then think what kinda company is this. INDIA HR cgs is worst the worst. They are not giving you secured job,HR are saving there job to close that position and you are bakra,who will be paid with very less salary comparative outside and also you are treated like a dog. Think twice thrice to take the decision.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. 1. Introduce Yourself?
  • Q2. 2. Why we should hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Give yourself and keep it simple

I applied via Walk-in and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Employee model CRUD APIS USING SRPING BOOT & MYSQL

Round 2 - Technical 

(5 Questions)

  • Q1. TELL ME ABOUT YOUR SELF
  • Q2. SPRING BOOT VS SPRING
  • Ans. 

    Spring Boot is a framework that simplifies Spring development by providing pre-configured settings and dependencies.

    • Spring Boot is built on top of the Spring framework.

    • Spring Boot provides a standalone executable that can run the application.

    • Spring Boot provides auto-configuration, which reduces the need for manual configuration.

    • Spring Boot provides a wide range of starter dependencies that can be easily added to the p...

  • Answered by AI
  • Q3. JPA VS HIBERNATE WHAT IS ADVANTAGE USING JPA
  • Ans. 

    JPA is a specification while Hibernate is an implementation of JPA. JPA provides a standard API for ORM frameworks.

    • JPA is a standard API for ORM frameworks

    • JPA provides a vendor-neutral interface

    • JPA allows for easy switching between ORM frameworks

    • Hibernate is an implementation of JPA

    • Hibernate provides additional features beyond JPA

  • Answered by AI
  • Q4. WHTA IS MYSQL GROUP BY & DISTINCT
  • Ans. 

    MySQL GROUP BY is used to group rows with same values. DISTINCT is used to remove duplicate values from a column.

    • GROUP BY is used with aggregate functions like COUNT, SUM, AVG, etc.

    • DISTINCT is used to retrieve unique values from a column.

    • GROUP BY and DISTINCT can be used together to group and retrieve unique values.

    • Example: SELECT COUNT(*) FROM table_name GROUP BY column_name;

    • Example: SELECT DISTINCT column_name FROM t

  • Answered by AI
  • Q5. WHAT ARE SCOPES ARE AVAILABLE IN SPRING
  • Ans. 

    Spring has four scopes: Singleton, Prototype, Request, and Session.

    • Singleton scope creates a single instance of a bean.

    • Prototype scope creates a new instance of a bean every time it is requested.

    • Request scope creates a new instance of a bean for each HTTP request.

    • Session scope creates a new instance of a bean for each HTTP session.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PruTech Solutions Software Engineer interview:
  • Java
  • Spring Boot
  • MySQL Database Administration
  • JPA
Interview preparation tips for other job seekers - GOOD ORGANIZATION FOR LEARNERS

Skills evaluated in this interview

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 

Coding, technical, concepts, professional

Round 3 - HR 

(2 Questions)

  • Q1. Business, communication, adaptability
  • Q2. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - nothing much to advice on this. nice experience on attending the interview

Interview Preparation Tips

Round: Resume Shortlist
Experience: CV should focus on the skill set previously mentioned. Concise and to the point sentences. Line out projects and internships well. Balance between academia and extra curriculars. Attend the CV making workshop of Opera and work on it accordingly.
Tips: Don’t put things totally irrelevant to the job profile. Don’t write long sentences. Know your CV well for further stages.Anything related to your CV should be at the tip of your tongue.

Round: Test
Experience: Don’t spend a lot of time on one question in quant section. There’s a cut-off in Quant and your focus should be on clearing it. If you clear the cut-off, the puzzle section will be evaluated, where solving at least 2 is generally good enough. Puzzles are hard, and need a lot of prior practice.

Round: HR Interview
Experience: Direct selections take place at the end of all interviews after a mutual discussion between all the panels. Know your CV thoroughly. Prepare for some HR questions as well. Puzzle solving and guesstimates are asked, so prepare them well. When you are asked a puzzle, do not sit quietly but think aloud. The interviewers help you structure your thoughts. Most of the times, just knowing your approach is enough for them
Tips: Evaluate the nature of your interviewer for the first 5 minutes and if possible treat the interview like a discussion. They just want to know more about you so tell it to them. Most of them are very friendly, and you will feel at ease. Be confident. Sound excited while talking about your projects/internships. It gives them confidence in you. Be very very thorough with your CV. Nothing gives a bad impression like not knowing about yourself. Ask questions if you have them at the end of the interview.

General Tips: 1: Be Confident.
2: Keep Smiling.
3: Do not be Panic.
4: Remember they are here to hire you but not reject you.
5: Do not loose hope.
6: Believe at yourself.
7: Start preparing early.
8: Do demo interviews with your friend.
Skills: Mathematics, Computer Science
College Name: IIT KHARAGPUR
Motivation: Every body joins a comapny for making a software or earning money. But I was always motivated to MAKE MONEY. I have taken this job because they have very extensive work in Share Market and they have lots of MBA from IIM's, Lots of CAs, CS. Thats why i have choosen Edelweiss. I have rejected epic System USA for this profile.

I applied via Campus Placement and was interviewed before Sep 2021. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Basic Aptitude Questions and the duration was 1 hr

Round 3 - Coding Test 

3 coding questions were asked. common topics such as recursion, string manipulation and arrays

Round 4 - Technical 

(1 Question)

  • Q1. Technical interview revolving around OOPS, DBMS, and Operating Systems. The duration was 1 hour
Round 5 - HR 

(1 Question)

  • Q1. This was the final round wherein basic HR questions were asked. What do you do in your free time, strengths and weaknesses, and other scenario-based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a basic understanding of all the CS-related concepts

Pratian Technologies Interview FAQs

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

Some of the top questions asked at the Pratian Technologies Software Engineer interview -

  1. What Is OOOps and explain tho...read more
  2. What is Exception Handlin...read more

Tell us how to improve this page.

Pratian Technologies Software Engineer Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more
Pratian Technologies Software Engineer Salary
based on 120 salaries
₹1 L/yr - ₹6.5 L/yr
50% less than the average Software Engineer Salary in India
View more details

Pratian Technologies Software Engineer Reviews and Ratings

based on 24 reviews

3.2/5

Rating in categories

3.4

Skill development

2.7

Work-life balance

2.7

Salary

2.8

Job security

2.9

Company culture

2.6

Promotions

3.0

Work satisfaction

Explore 24 Reviews and Ratings
Software Engineer
120 salaries
unlock blur

₹1 L/yr - ₹6.5 L/yr

Software Developer
75 salaries
unlock blur

₹2.4 L/yr - ₹9.1 L/yr

Front end Developer
36 salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Devops Engineer
22 salaries
unlock blur

₹4 L/yr - ₹14.6 L/yr

Quality Analyst
16 salaries
unlock blur

₹3 L/yr - ₹9.2 L/yr

Explore more salaries
Compare Pratian Technologies with

Infosys

3.6
Compare

Wipro

3.7
Compare

TCS

3.7
Compare

HCLTech

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