Upload Button Icon Add office photos

Filter interviews by

PruTech Solutions Interview Questions, Process, and Tips

Updated 12 Feb 2025

Top PruTech Solutions Interview Questions and Answers

View all 8 questions

PruTech Solutions Interview Experiences

Popular Designations

8 interviews found

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

I was interviewed before Feb 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. Tell me About yourself
  • Q2. MIS
  • Q3. Project Accounting and Costing
  • Q4. Experience on Tally and related stuff
  • Ans. 

    Proficient in Tally for financial record keeping and reporting

    • Extensive experience using Tally for bookkeeping and financial reporting

    • Skilled in generating various financial reports such as balance sheets and profit & loss statements

    • Familiar with Tally customization and integration with other software systems

    • Ability to troubleshoot and resolve issues related to Tally software

    • Experience in training others on Tally u

  • Answered by AI

Finance Executive Interview Questions asked at other Companies

Q1. Certains Rules to follow - 1. Remove your footwear outside of the company, though it sounds strange! yes, this is a rule. They have other footwear inside the company (optional) if you want to carry it. 2. For Washrooms, they have kept chapp... read more
View answer (4)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 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 Resume tips
Round 2 - Technical 

(4 Questions)

  • Q1. Basic Technical Interview
  • Q2. Basics on Framework used
  • Q3. Infrastructure related
  • Q4. Process and security
Round 3 - HR 

(1 Question)

  • Q1. Salary expectations and negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is average. Stick to basics and be confident

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
PruTech Solutions Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2023.

Round 1 - Coding Test 

So smooth They will give a project ANd you need to complete within the given time and the project is completely based on what you have studied or experienced before.

Round 2 - HR 

(1 Question)

  • Q1. Nothing much just formalities

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)

Java Developer Interview Questions & Answers

user image Swathi Giri

posted on 10 May 2022

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are oops concepts, What are java8 features, functional interface, spring boot annotations, microservice.
  • Ans. 

    Answering questions related to OOPs concepts, Java8 features, functional interface, Spring Boot annotations, and microservices.

    • OOPs concepts include encapsulation, inheritance, abstraction, and polymorphism.

    • Java8 features include lambda expressions, streams, default methods, and functional interfaces.

    • Functional interface is an interface with only one abstract method and can be used with lambda expressions.

    • Spring Boot a...

  • Answered by AI
  • Q2. Threads concepts, synchronization,

Interview Preparation Tips

Topics to prepare for PruTech Solutions Java Developer interview:
  • Abstract class, interface,
  • Hinernate dialect, springboot ad
  • Restcontroller, annotations
  • Sql queries, groupby, orderby ec
Interview preparation tips for other job seekers - Prepare all core java concepts, oops concepts, jaba 8 features throughly.

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

PruTech Solutions interview questions for popular designations

 Softwaretest Engineer

 (1)

 Software Engineer Trainee

 (1)

 Software Engineer

 (1)

 Senior Software Engineer

 (1)

 Finance Executive

 (1)

 Java Developer

 (1)

 Technical Recruiter

 (1)

 Cloud Engineer

 (1)

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

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)

I applied via Company Website and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Daily work procedure
  • Ans. 

    My daily work procedure involves monitoring and maintaining cloud infrastructure, troubleshooting issues, and implementing new solutions.

    • Check system logs and alerts for any issues

    • Respond to any incidents or service requests

    • Collaborate with development teams to deploy new applications

    • Implement security measures to protect data and systems

    • Perform regular backups and disaster recovery tests

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. About your working skills and technology
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly revise your skills and technology

Cloud Engineer Interview Questions asked at other Companies

Q1. Can you please elaborate the best practices of Authentication and Authorisation for the web based applications ?
View answer (1)

Jobs at PruTech Solutions

View all

I applied via Referral and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What are differant scopes are avilable
  • Ans. 

    Different scopes available in software testing

    • Unit testing: Testing individual components or modules of the software

    • Integration testing: Testing the interaction between different components or modules

    • System testing: Testing the entire system as a whole

    • Acceptance testing: Testing the software against user requirements

    • Regression testing: Testing to ensure that changes or fixes do not introduce new issues

    • Performance testi...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PruTech Solutions Softwaretest Engineer interview:
  • java
Interview preparation tips for other job seekers - GOoooooooooooooooooooooooooodd

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

I applied via Referral and was interviewed before Mar 2021. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - If you know Telegu, this is your company. Else stay away.

Technical Recruiter Interview Questions asked at other Companies

Q1. What different visas are you aware of. Can you name some of them.
View answer (1)

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions
Contribute & help others!
anonymous
You can choose to be anonymous

PruTech Solutions Interview FAQs

How many rounds are there in PruTech Solutions interview?
PruTech Solutions interview process usually has 1-2 rounds. The most common rounds in the PruTech Solutions interview process are Technical, HR and Coding Test.
How to prepare for PruTech Solutions 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 PruTech Solutions. The most common topics and skills that interviewers at PruTech Solutions expect are Java, .Net, AWS, Spring Boot and Angular.
What are the top questions asked in PruTech Solutions interview?

Some of the top questions asked at the PruTech Solutions interview -

  1. What are oops concepts, What are java8 features, functional interface, spring b...read more
  2. JPA VS HIBERNATE WHAT IS ADVANTAGE USING ...read more
  3. WHAT ARE SCOPES ARE AVAILABLE IN SPR...read more

Recently Viewed

REVIEWS

Cognizant

No Reviews

REVIEWS

Tata Motors

No Reviews

INTERVIEWS

SISCASO

No Interviews

DESIGNATION

DESIGNATION

SALARIES

Tata Motors

REVIEWS

Josh Software

No Reviews

INTERVIEWS

BCG

No Interviews

Tell us how to improve this page.

PruTech Solutions Interview Process

based on 7 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
HCL Infosystems Interview Questions
3.9
 • 140 Interviews
View all

PruTech Solutions Reviews and Ratings

based on 63 reviews

4.0/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.9

Salary

3.3

Job security

3.8

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 63 Reviews and Ratings
Sap Abap Consultant (OO ABAP & Odata)

Pune

5-10 Yrs

Not Disclosed

Data Engineer (Databricks ,AWS, Spark)

Bangalore / Bengaluru

7-12 Yrs

Not Disclosed

Senior Data Engineer (Databricks ,AWS, Spark)

Bangalore / Bengaluru

7-12 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
47 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
44 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Trainee
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Information Technology Recruiter
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare PruTech Solutions 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent