Upload Button Icon Add office photos

Filter interviews by

Bharatpay Softwaretest Engineer Interview Questions and Answers

Updated 12 Sep 2024

Bharatpay Softwaretest Engineer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

First round was DSA and was 3 easy questions

Round 2 - Technical 

(3 Questions)

  • Q1. How to select a dedicated server scheduler
  • Ans. 

    Selecting a dedicated server scheduler involves considering factors like workload, resource allocation, and scalability.

    • Consider the workload of your server to determine the scheduler that can handle the required tasks efficiently

    • Evaluate the resource allocation capabilities of different schedulers to ensure optimal performance

    • Look for a scheduler that can scale with your server's growth and handle increasing demands

    • Co...

  • Answered by AI
  • Q2. How to reduce load on db
  • Ans. 

    To reduce load on db, optimize queries, use indexes, limit data retrieval, implement caching, and scale horizontally.

    • Optimize queries by using proper indexing and avoiding unnecessary joins

    • Limit data retrieval by fetching only required data and avoiding fetching large datasets

    • Implement caching to store frequently accessed data in memory for faster retrieval

    • Scale horizontally by adding more servers to distribute the loa

  • Answered by AI
  • Q3. Using configurations in any real time data base
  • Ans. 

    Configurations in real-time databases allow for dynamic adjustments to settings and parameters.

    • Configurations can be used to optimize performance by adjusting parameters such as cache size or connection pool settings.

    • They can also be used to enable or disable certain features based on specific requirements.

    • Examples include adjusting the replication factor in a distributed database or setting up sharding for scalability...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Strings, Arrays , palindrome

Round 2 - Technical 

(2 Questions)

  • Q1. Difference b/w find element and find elements
  • Ans. 

    find element is used to locate a single element on a web page, while find elements is used to locate multiple elements on a web page.

    • find element returns the first matching element on the web page, while find elements returns a list of all matching elements

    • find element is used with the singular 'element' keyword, while find elements is used with the plural 'elements' keyword

    • Example: driver.findElement(By.id("elementId"...

  • Answered by AI
  • Q2. Difference b/w absolute path and relative path
  • Ans. 

    Absolute path specifies the full path from the root directory, while relative path specifies the path relative to the current directory.

    • Absolute path starts from the root directory, while relative path starts from the current directory.

    • Absolute path always begins with a forward slash (/), while relative path does not.

    • Absolute path is fixed and does not change, while relative path can change based on the current directo...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why do you left your pervious job
  • Ans. 

    Seeking new challenges and growth opportunities in a different company.

    • Desire for career advancement

    • Looking for new challenges

    • Seeking better work-life balance

    • Company restructuring or downsizing

    • Relocation to a different city

  • Answered by AI
  • Q2. What are your salary expectations
  • Ans. 

    My salary expectations are based on my experience, skills, and the market rate for the position.

    • Consider my years of experience in software testing

    • Research the average salary for Software Test Engineers in this location

    • Open to negotiation based on benefits package

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

They are asked about hcf and LCM, profit and loss

Round 2 - Coding Test 

Number pattern, array list,prime number,even and odd numbers

Round 3 - Technical 

(3 Questions)

  • Q1. Polymorphism , encapsulation, inheritance, abstraction
  • Q2. Data types, variable, string, control flows
  • Q3. Explain about java
  • Ans. 

    Java is a popular programming language known for its platform independence and object-oriented approach.

    • Java is a high-level, class-based, object-oriented programming language.

    • It is designed to have as few implementation dependencies as possible, making it platform-independent.

    • Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM).

    • Java has a rich set of APIs and libraries, m...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I would like to turn out to be software professional where I can work as a team member to secure a position where I can efficiently contribute my skills and abilities to growth of the organization and my professional career.

Skills evaluated in this interview

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

2 hrs probablity questions

Round 2 - Technical 

(2 Questions)

  • Q1. Find max element from array
  • Q2. Binary seeach algo
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Find the dominations

Round 2 - Technical 

(2 Questions)

  • Q1. Implement min stack
  • Ans. 

    Implement a stack that supports finding the minimum element in constant time.

    • Create a stack to store elements and another stack to store minimum values.

    • When pushing an element, check if it is smaller than the current minimum and push it to the min stack if so.

    • When popping an element, check if it is the current minimum and pop from the min stack if so.

    • To get the minimum element, simply return the top element of the min

  • Answered by AI
  • Q2. Find the lca of a given nodes
  • Ans. 

    The lowest common ancestor (LCA) of two nodes in a tree is the shared ancestor that is located farthest from the root.

    • Traverse the tree from the root to find the paths from the root to each node.

    • Compare the paths to find the last common node between the two paths, which is the LCA.

    • If one node is an ancestor of the other, return that node as the LCA.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - it was good

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Opps concept How u used the concept in your framework or us previous project
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java Concepts and coding
  • Q2. Seleniun Concepts and examples
  • Ans. 

    Selenium is a popular automation testing tool used for web applications.

    • Selenium is used for automating web browsers.

    • It supports multiple programming languages like Java, Python, C#, etc.

    • Selenium WebDriver is the most commonly used component for writing test scripts.

    • Selenium Grid is used for parallel testing across different browsers and environments.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Write Java program to print factorial or number.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between veification and validation
  • Ans. 

    Verification ensures the product is built right, while validation ensures the right product is built.

    • Verification focuses on process of building the product correctly

    • Validation focuses on whether the product meets the customer's needs and requirements

    • Verification is done before validation

    • Examples: Verification - code reviews, walkthroughs, inspections; Validation - testing, user feedback

  • Answered by AI
  • Q2. Write mcdc for a requirement
  • Ans. 

    MCDC testing involves creating test cases that ensure every condition in a decision has been tested at least once.

    • Identify all conditions in the decision

    • Create test cases that cover all possible combinations of conditions

    • Ensure each condition is tested at least once in each test case

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Im in freshar in BE engineering is complete

Round 2 - Aptitude Test 

Coding test in second round

Round 3 - Coding Test 

C programming, microcomputer

Interview Preparation Tips

Topics to prepare for Accenture Softwaretest Engineer interview:
  • C programming
Interview preparation tips for other job seekers - Aptitude
Codeing in c

Bharatpay Interview FAQs

How many rounds are there in Bharatpay Softwaretest Engineer interview?
Bharatpay interview process usually has 2 rounds. The most common rounds in the Bharatpay interview process are Coding Test and Technical.
What are the top questions asked in Bharatpay Softwaretest Engineer interview?

Some of the top questions asked at the Bharatpay Softwaretest Engineer interview -

  1. How to select a dedicated server schedu...read more
  2. using configurations in any real time data b...read more
  3. how to reduce load on...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Bharatpay interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Sales Executive
6 salaries
unlock blur

₹2.2 L/yr - ₹3.5 L/yr

Field Sales Executive
6 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Territory Sales Manager
5 salaries
unlock blur

₹3.6 L/yr - ₹6.2 L/yr

Sales Officer
4 salaries
unlock blur

₹1.8 L/yr - ₹2.4 L/yr

Business Development Executive
4 salaries
unlock blur

₹2.8 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Bharatpay with

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

4.0
Compare

Freecharge

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview