Upload Button Icon Add office photos

Filter interviews by

PruTech Solutions Interview Questions, Process, and Tips

Updated 10 Feb 2024

Top PruTech Solutions Interview Questions and Answers

View all 7 questions

PruTech Solutions Interview Experiences

Popular Designations

7 interviews found

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 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. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
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 ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2->... read more
View answer (4)

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 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

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 (169)

PruTech Solutions interview questions for popular designations

 Cloud Engineer

 (1)

 Java Developer

 (1)

 Senior Software Engineer

 (1)

 Software Engineer

 (1)

 Software Engineer Trainee

 (1)

 Softwaretest Engineer

 (1)

 Technical Recruiter

 (1)

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)

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)

Jobs at PruTech Solutions

View all

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

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

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you please introduce yourself?
  • Ans. 

    I am a Software Development Engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in developing web applications

    • Good team player

  • Answered by AI
  • Q2. What type of questions are being asked?

Interview Preparation Tips

Interview preparation tips for other job seekers - I am Anjali Singh from Prayagraj in Uttar Pradesh, and I have completed a Postgraduate Diploma in Computer Applications.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

1st round written test on basic arithmetic questions, english grammar and SQL related questions.
Answers to be marked in question paper for mcqs, and write in additional sheets about SQL queries asked. This test is of 1hr 30 mins. Phones cannot be used so prepare well in advance.

Round 2 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Okay with the SLA
  • Ans. 

    SLA stands for Service Level Agreement, which outlines the level of service expected from a vendor.

    • SLA defines the agreed upon level of service between a provider and a customer.

    • It includes metrics like response time, uptime, and resolution time.

    • SLAs are important for ensuring accountability and quality of service.

    • Example: An SLA might specify that the vendor will respond to support tickets within 24 hours.

  • Answered by AI
Round 3 - Technical 

(7 Questions)

  • Q1. What is the difference between DDL and DML?
  • Ans. 

    DDL stands for Data Definition Language and is used to define the structure of database objects. DML stands for Data Manipulation Language and is used to manipulate data within the database.

    • DDL is used to create, modify, and delete database objects such as tables, indexes, and views.

    • DML is used to insert, update, delete, and retrieve data from database tables.

    • Examples of DDL statements include CREATE TABLE, ALTER TABLE...

  • Answered by AI
  • Q2. How to fetch a employee record with the second highest salary from the employees table?
  • Q3. What was one of the trickiest incident you have faced and how did you counter it?
  • Q4. How SQL is divided?
  • Ans. 

    SQL is divided into Data Definition Language (DDL), Data Manipulation Language (DML), Data Control Language (DCL), and Transaction Control Language (TCL).

    • Data Definition Language (DDL) - used to define the structure of database objects like tables, indexes, and views. Examples include CREATE, ALTER, DROP.

    • Data Manipulation Language (DML) - used to manipulate data stored in the database. Examples include SELECT, INSERT, ...

  • Answered by AI
  • Q5. How would prepare an emplyees attendance record? Create charts and graphs regarding it.
  • Ans. 

    To prepare an employee's attendance record, I would gather data on their attendance, create charts and graphs to visualize trends and patterns.

    • Gather attendance data including dates, times, and reasons for absence or tardiness

    • Create a spreadsheet or database to organize the data

    • Use software like Excel or Tableau to create charts and graphs showing attendance trends

    • Include metrics such as overall attendance rate, late a...

  • Answered by AI
  • Q6. Difference between SQL and MYSQL
  • Ans. 

    SQL is a standard language for managing databases, while MySQL is a specific open-source relational database management system.

    • SQL is a standard language used to interact with databases, while MySQL is a specific database management system.

    • SQL is an ANSI (American National Standards Institute) standard language, while MySQL is an open-source relational database management system.

    • SQL can be used with various database ma...

  • Answered by AI
  • Q7. Define joins using examples.
  • Ans. 

    Joins are used to combine rows from two or more tables based on a related column between them.

    • Joins are used in SQL to retrieve data from multiple tables based on a related column.

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • Example: INNER JOIN retrieves rows from both tables where the join condition is met.

    • Example: LEFT JOIN retrieves all rows from the left table and the matched rows ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Got the invite through naukri.com
On day 1 there were 3 rounds.
1st round written test on basic arithmetic questions, english grammar and SQL related questions.
Answers to be marked in question paper for mcqs, and write in additional sheets about SQL queries asked. This test is of 1hr 30 mins. Phones cannot be used so prepare well in advance.
2nd round was HR round where resume related questions like qualification and projects are asked along with a basic question of interest in this field. This round will be of 5 to 15 minutes max.
3rd round was technical round where questions related to the technical expertise is asked. This round is a bit tough but if prepared well in advanced can be done easily. This round will last upto somewhere around 30 to 45 mins on an avg.
All the rounds were of basic level but the wait time is more as there were many candidates for the post.
Tip: prepare well with basic SQL queries as they are mostly asked and if answered well gives an advantage.

After these three rounds was asked to wait for 1 week for the results.

Qs
1. What is the difference between DDL and DML?
2. How to fetch a employee record with the second highest salary from the employees table?
3. What was one of the trickiest incident you have faced and how did you counter it?
4. How SQL is divided?
5. Difference between SQL and MYSQL
6. How would prepare an emplyees attendance record? Create charts and graphs regarding it.
7. Define SQL set using some examples.
8. Define joins using examples.
9. What is a constraint?
10. What is primary key?
11. What is foreign key?
12. What is tableau?
13. How tableau connection is established?
14. How many types of filters are there in tableau?
15. How KPI metrics can be depicted in tableau?
16. How dashboards are made?
17. What is the difference between dashborading and report generation?
18. What is storytelling?
19. Difference between Power BI and tableau
20. Which one do you prefer tableau or Power BI and why?
21. Data types in SQL

Skills evaluated in this interview

Mid/Senior AQA Interview Questions & Answers

Intellias user image Anonymous

posted on 11 Dec 2024

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

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Can implicit and explicit waits be used within the framework?
  • Ans. 

    Yes, implicit and explicit waits can be used within the framework.

    • Implicit waits are used to wait for a certain amount of time before throwing an exception if the element is not found immediately.

    • Explicit waits are used to wait for a certain condition to be met before proceeding further.

    • Both types of waits can be used in test automation frameworks like Selenium for better synchronization and handling of dynamic element

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What are your professional aspirations?
  • Ans. 

    My professional aspiration is to become a lead AQA engineer and contribute to the development of cutting-edge software products.

    • Advance to a lead AQA engineer role

    • Contribute to the development of innovative software products

    • Continuously improve my skills and knowledge in AQA

  • Answered by AI

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

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
View all

PruTech Solutions Reviews and Ratings

based on 62 reviews

4.0/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

3.9

Salary

3.3

Job security

3.8

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 62 Reviews and Ratings
Artificial Intelligence Developer

Pune

7-12 Yrs

Not Disclosed

Sap Abap Consultant (OO ABAP & Odata)

Pune

5-10 Yrs

Not Disclosed

Explore more jobs
Software Engineer
49 salaries
unlock blur

₹2 L/yr - ₹10.1 L/yr

Senior Software Engineer
45 salaries
unlock blur

₹6 L/yr - ₹17.2 L/yr

Software Trainee
15 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Technical Lead
14 salaries
unlock blur

₹16 L/yr - ₹23.6 L/yr

Information Technology Recruiter
13 salaries
unlock blur

₹2.9 L/yr - ₹4.8 L/yr

Explore more salaries
Compare PruTech Solutions with

Infosys

3.7
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