Upload Button Icon Add office photos

Filter interviews by

Prudent Corporate Advisory Services Quality Assurance Manual Tester Interview Questions and Answers

Updated 19 Nov 2023

Prudent Corporate Advisory Services Quality Assurance Manual Tester Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in Oct 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. What is sainty testing?
  • Ans. 

    Sainty testing is a type of software testing that focuses on ensuring the system behaves correctly under extreme conditions.

    • Sainty testing involves testing the system with maximum and minimum values of input data.

    • It also includes testing the system with high loads, stress, and peak usage scenarios.

    • The goal of sainty testing is to identify any potential issues or failures when the system is pushed to its limits.

    • Examples...

  • Answered by AI
  • Q2. What is smoke testing?
  • Ans. 

    Smoke testing is a preliminary testing to check if the basic functionalities of a software application are working fine before proceeding with detailed testing.

    • Smoke testing is a subset of regression testing and is usually performed after a new build is received.

    • It is a high-level testing to verify if the critical functionalities of the software are working without any major issues.

    • Smoke tests are usually quick and do ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - what is test strategy,test plan?
what is smoke testing?

Skills evaluated in this interview

Interview questions from similar companies

I appeared for an interview before Jun 2016.

Interview Questionnaire 

2 Questions

  • Q1.  Given k and DFS traversal string for a k-ary tree, construct the tree. The String contains P (if a parent) and L (if a leaf). E.g. - k=3, str="PPLLLLL" 2. All the strings are arranged in the following ord...
  • Ans. 

    The question asks to construct a k-ary tree using the given k and DFS traversal string.

    • Iterate through the DFS traversal string

    • If the current character is 'P', create a parent node

    • If the current character is 'L', create a leaf node

    • Link the nodes according to the DFS traversal order

  • Answered by AI
  • Q2. "How would you tell whether a graph has a node with n degree?"
  • Ans. 

    To determine if a graph has a node with n degree, iterate through all nodes and count their edges.

    • Iterate through each node in the graph

    • Count the number of edges connected to each node

    • If any node has n edges, then the graph has a node with n degree

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions on C++(Virtual fns, inheritance). Two on probability, 12 on Algorithms
Duration: 45 minutes

Round: Technical + HR Interview
Experience: He asked some more puzzles and some probability (expectation) questions. Then, he modified one question asked in the written test and asked me write code for it on paper.
Tips: First of all, prepare all the questions asked in the test before going for the interviews.


Skills evaluated in this interview

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

2 coding questions based on DSA.

Round 2 - Technical 

(2 Questions)

  • Q1. Easy coding problem.
  • Q2. Medium coding problem.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - HR 

(2 Questions)

  • Q1. The interview emphasized team collaboration and work ethics, with a particular focus on my overall work experience at my previous company.
  • Q2. What were your preferences regarding work locations, specifically your views on working from the office (WFO) compared to working from home (WFH)?
  • Ans. 

    I prefer a mix of both working from the office and working from home.

    • I believe in the benefits of face-to-face collaboration and communication that come with working from the office.

    • At the same time, I appreciate the flexibility and productivity that working from home offers.

    • I think a hybrid approach, where employees have the option to choose between WFO and WFH based on their tasks and preferences, is ideal.

    • I have exp...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Focus was on DS algo and scenario based coding questions
  • Q2. Design skills and OS knowledge
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Coding Test 

First round was a coding test which has 2 problem solving questions and 3 subjective questions based on C++

Round 2 - Technical 

(1 Question)

  • Q1. This is also based on problem solving and DSA. A small part will be OS and network.
Round 3 - Coding Test 

More of a subjective round, highly focused on OS, networking and computer architecture.

Round 4 - Technical 

(1 Question)

  • Q1. This round is with the HM, totally subjective. Highly focused on past experience, current projects etc.
Round 5 - HR 

(1 Question)

  • Q1. HR discussion mostly questions are related to past and current experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - CS fundamentals should be very strong.
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 

3 coding questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Design a Time Series Database
  • Ans. 

    A time series database stores data points with timestamps for efficient retrieval and analysis.

    • Choose a suitable data model for the database

    • Use a time-based partitioning scheme for efficient data retrieval

    • Implement compression techniques to reduce storage requirements

    • Support for querying and analyzing time-based data

    • Ensure data consistency and durability

    • Consider scalability and high availability

    • Examples: InfluxDB, Time

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Leetcode prep will help. Do system design practice thoroughly.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Few basics of java
Dsa question

Round 2 - Technical 

(2 Questions)

  • Q1. Java multithreading questions
  • Q2. Spring boot questions.
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 Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Two Sum leetcode question
  • Q2. Spring Framework interview questions
  • Q3. Java 8 in depth
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, and functional interfaces.

    • Lambda expressions allow for more concise code by enabling functional programming.

    • Streams provide a way to process collections of objects in a functional style.

    • Functional interfaces are interfaces with a single abstract method, which can be implemented using lambda expressions.

    • Java 8 also introduced the Optional clas

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Project Architecture based question

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Senior Associate with a background in finance and project management.

    • Over 5 years of experience in finance and project management

    • Strong analytical skills and attention to detail

    • Proven track record of successfully leading teams and delivering results

    • Proficient in financial analysis and reporting

    • Excellent communication and interpersonal skills

  • Answered by AI
  • Q2. What is fundamental analysis
  • Ans. 

    Fundamental analysis is a method of evaluating a security by analyzing the financial and economic factors that influence its value.

    • Involves analyzing financial statements, earnings reports, market trends, and economic indicators

    • Focuses on determining the intrinsic value of a security

    • Helps investors make informed decisions based on the underlying fundamentals of a company

    • Contrasts with technical analysis which focuses o

  • Answered by AI
Round 2 - Group Discussion 

Badhiya tha but selection nahi hua

Round 3 - Group Discussion 

Badhiya tha but selection nahi hua bro

Interview Preparation Tips

Interview preparation tips for other job seekers - Badhiya tha but selection nahi hua bhai
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Asked everything that was present in my resume
  • Q2. DBMS, OOps were asked a lot and react as well

Prudent Corporate Advisory Services Interview FAQs

How many rounds are there in Prudent Corporate Advisory Services Quality Assurance Manual Tester interview?
Prudent Corporate Advisory Services interview process usually has 2 rounds. The most common rounds in the Prudent Corporate Advisory Services interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Prudent Corporate Advisory Services Quality Assurance Manual Tester interview?

Some of the top questions asked at the Prudent Corporate Advisory Services Quality Assurance Manual Tester interview -

  1. What is sainty testi...read more
  2. What is smoke testi...read more

Tell us how to improve this page.

Prudent Corporate Advisory Services Quality Assurance Manual Tester Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
Relationship Manager
79 salaries
unlock blur

₹2.2 L/yr - ₹6 L/yr

Assistant Manager
29 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Customer Relation Officer
19 salaries
unlock blur

₹1.3 L/yr - ₹3 L/yr

Customer Relationship Officer
16 salaries
unlock blur

₹1.8 L/yr - ₹2.7 L/yr

Deputy Manager
12 salaries
unlock blur

₹5 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Prudent Corporate Advisory Services with

Nomura Holdings

3.8
Compare

Blackrock

3.8
Compare

Silicon Valley Bank

4.2
Compare

Muthoot Homefin India

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