Upload Button Icon Add office photos

Filter interviews by

PV Technosoft Interview Questions and Answers

Updated 7 Oct 2021

PV Technosoft Interview Experiences

Popular Designations

3 interviews found

Interview Questionnaire 

3 Questions

  • Q1. What is system testing
  • Ans. 

    System testing is a type of testing that verifies the behavior of a complete and fully integrated software system.

    • It is performed on a complete system, not individual components

    • It tests the system's compliance with functional and non-functional requirements

    • It includes testing of system performance, security, reliability, and scalability

    • Examples include end-to-end testing, regression testing, and acceptance testing

  • Answered by AI
  • Q2. What is ad hoc testing
  • Ans. 

    Ad hoc testing is an informal and unplanned testing approach where the tester tries to find defects without any specific test plan.

    • Ad hoc testing is performed without any formal test cases or plans.

    • It is usually done when there is not enough time to create a formal test plan.

    • It is an exploratory testing approach where the tester tries to find defects by randomly testing the application.

    • Ad hoc testing can be used to com...

  • Answered by AI
  • Q3. What is Regression testing
  • Ans. 

    Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works as expected.

    • It is performed after making changes to the software

    • It ensures that existing functionality is not affected by the changes

    • It helps to identify any new defects introduced by the changes

    • It can be automated to save time and effort

    • Examples include retesting after bug fixes or test

  • Answered by AI

Skills evaluated in this interview

Junior Test Engineer Interview Questions asked at other Companies

Q1. What are agile methodologies, and how have they been beneficial in your projects?
View answer (1)

Analyst Interview Questions & Answers

user image Anonymous

posted on 7 Oct 2021

I applied via Campus Placement and was interviewed in Sep 2021. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Just basic questions related to your projects and basic question from oops and Datastrucre

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your projects in depth and prepare the oops concepts..

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)

IT Engineer Interview Questions & Answers

user image Anonymous

posted on 23 Apr 2021

Interview Questionnaire 

1 Question

  • Q1. Basics, C

IT Engineer Interview Questions asked at other Companies

Q1. What is active directory ? Role of DNS server ? Difference between RAM & ROM ? Knowledge on installation of various softwares and Drivers ? Layers of OSI model ? TCP/IP Configuration ? Knowledge on various types of Networking devices ? ... read more
View answer (2)

Interview questions from similar companies

Associate Interview Questions & Answers

BNY user image Anonymous

posted on 25 Sep 2023

Interview experience
4
Good
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2022. There were 4 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 

(1 Question)

  • Q1. Be Familiar with the concept of Bond
Round 3 - Technical 

(1 Question)

  • Q1. My aptitude was taken into consideration
Round 4 - Technical 

(1 Question)

  • Q1. Again the question was related to bond market
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. They asked all basics questions related to SQL and ETL Distinct values query
  • Q2. Question related to Joins

Interview Preparation Tips

Interview preparation tips for other job seekers - Knowledge related to SQL was enough for the role I applied
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2023. 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 

2 hours with 4 questions

Round 3 - Technical 

(1 Question)

  • Q1. Basic oops, os, and two dsa questions, one was on tree and other on priority queue

Interview Preparation Tips

Interview preparation tips for other job seekers - read oops, os and dsa .
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 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 - Coding Test 

4 straight Coding questions were asked ranging from medium to Hard Level.

Round 3 - Technical 

(2 Questions)

  • Q1. Basics about OOPS and what are types of Inheritance and Polymorphism, etc.
  • Q2. Basic questions related to Linked List, Classes and Recursion.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Coding Test 

3questions med to hard level

Round 3 - Technical 

(2 Questions)

  • Q1. Implement merge sort write sql queries and few core subjects concept
  • Q2. Standard Hr questions and what do u know about bny mellon
Round 4 - One-on-one 

(1 Question)

  • Q1. Asked about work done on previous internships

Interview Preparation Tips

Interview preparation tips for other job seekers - Be through with dsa

I applied via Recruitment Consultant and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. 3 Coding questions based on strings in 1st interview. And 2 algos.
  • Q2. Sort strings based on your own hierarchy. Ex: INPUT: ABC, HIJ, RTS, POT. Hierarchy: R, P, A, H OUTPUT: RTS, POT, ABC, HIJ.
  • Ans. 

    Sort strings based on custom hierarchy

    • Create a mapping of each character to its hierarchy value

    • Sort the strings based on the hierarchy value of their first character

    • If the first characters have the same hierarchy value, move to the next character

    • Repeat until all strings are sorted

  • Answered by AI
  • Q3. Write a program which would print notification for user specific order. Ex: Customer number "__" Ordered"__". Your order will arrive on"__"
  • Q4. What is heap?
  • Ans. 

    Heap is a region of memory used for dynamic memory allocation.

    • Heap is managed by the operating system or runtime environment.

    • It allows for allocation and deallocation of memory at runtime.

    • Heap can become fragmented over time, leading to performance issues.

    • Examples include malloc() and new() in C++.

  • Answered by AI
  • Q5. Explain Hashing.
  • Ans. 

    Hashing is a process of converting data into a fixed-size output using a mathematical function.

    • Hashing is used for data integrity and security purposes.

    • Hash functions are one-way functions, meaning it is difficult to reverse engineer the original data from the hash value.

    • Hashing is used in password storage, digital signatures, and data comparison.

    • Examples of hash functions include MD5, SHA-1, and SHA-256.

  • Answered by AI
  • Q6. Different types of joins and also a SQL query.
  • Ans. 

    Different types of joins and a SQL query.

    • Types of joins: Inner join, Left join, Right join, Full outer join, Cross join

    • Inner join returns only the matching rows from both tables

    • Left join returns all rows from the left table and matching rows from the right table

    • Right join returns all rows from the right table and matching rows from the left table

    • Full outer join returns all rows from both tables

    • Cross join returns the Ca...

  • Answered by AI
  • Q7. Difference between compiler and interpreter in detail.
  • Ans. 

    Compiler translates entire code into machine code while interpreter translates line by line.

    • Compiler converts source code into executable code without executing it.

    • Interpreter converts source code into machine code line by line and executes it.

    • Compiler generates error messages after the entire code is compiled.

    • Interpreter generates error messages as soon as it encounters an error in the code.

    • Examples of compilers are G...

  • Answered by AI
  • Q8. Questions on my project and internships.

Interview Preparation Tips

Interview preparation tips for other job seekers - BNY consisted of 5 rounds in total. 2 of them were online coding round. And then 2 pure tech round followed by 1 Bar raiser round.
1 round of interview was of around 1.5hr and the interviewer gave me 5 coding questions to do. It did all of them. The interviewer was very friendly and was giving hints. Coding was on hackerank platform.
After 1 week I had my 2nd interview. Here I was asked theory questions on CS fundamental and SQL.
3rd round was bar raiser round. There was no code snippet but the interviewer had feedback of both the rounds and our hacker rank profile. He asked me one ques from my 1st round of interview(sorting.. Why this sort). Technical questions from my projects. Difference between Compiler and interpreter. Why did you switch to python from C++. All kind of HR questions.
All rounds were elimination round.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Project Architecture
Round 2 - Technical 

(1 Question)

  • Q1. Informatica tech questions

PV Technosoft Interview FAQs

What are the top questions asked in PV Technosoft interview?

Some of the top questions asked at the PV Technosoft interview -

  1. What is system testi...read more
  2. What is ad hoc test...read more
  3. What is Regression testi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 579 Interviews
Citicorp Interview Questions
3.7
 • 573 Interviews
Bajaj Finserv Interview Questions
4.0
 • 536 Interviews
HSBC Group Interview Questions
3.9
 • 487 Interviews
Xyz Company Interview Questions
3.8
 • 463 Interviews
American Express Interview Questions
4.2
 • 365 Interviews
BNY Interview Questions
3.9
 • 349 Interviews
UBS Interview Questions
3.9
 • 338 Interviews
Morgan Stanley Interview Questions
3.6
 • 293 Interviews
View all

PV Technosoft Reviews and Ratings

based on 11 reviews

4.6/5

Rating in categories

4.4

Skill development

4.5

Work-life balance

4.5

Salary

4.5

Job security

4.5

Company culture

4.4

Promotions

4.7

Work satisfaction

Explore 11 Reviews and Ratings
Software Engineer
4 salaries
unlock blur

₹3 L/yr - ₹4.8 L/yr

Software Developer
4 salaries
unlock blur

₹4.6 L/yr - ₹8 L/yr

Test Engineer
3 salaries
unlock blur

₹2.4 L/yr - ₹4 L/yr

Explore more salaries
Compare PV Technosoft with

Bajaj Finserv

4.0
Compare

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

HSBC Group

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