Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Open Financial Technologies Private Limited Team. If you also belong to the team, you can get access from here

Filter interviews by

Open Financial Technologies Private Limited QA Engineer Interview Questions and Answers

Updated 16 Jan 2025

Open Financial Technologies Private Limited QA Engineer Interview Experiences

2 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Jan 2025

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

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Class and object . explain hierarchial inheritence.
  • Ans. 

    Class is a blueprint for creating objects, while objects are instances of classes. Hierarchical inheritance is when a class inherits properties and behaviors from another class.

    • Class is a template for creating objects with similar properties and behaviors

    • Objects are instances of classes that have specific values for their properties

    • Hierarchical inheritance is when a class inherits properties and behaviors from a parent...

  • Answered by AI
  • Q2. Difference bertween deep copy and shallow copy.
  • Ans. 

    Deep copy creates a new copy of an object with all nested objects also copied, while shallow copy creates a new object with references to the original nested objects.

    • Deep copy duplicates all levels of nested objects, ensuring changes in the original object do not affect the copied object.

    • Shallow copy only duplicates the top-level object, with nested objects being referenced, so changes in nested objects affect both the

  • Answered by AI

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Aug 2022

I applied via LinkedIn and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic Testing question
  • Q2. Api testing questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Architecture of 3 tier app
  • Ans. 

    A 3 tier app has a presentation layer, application layer, and database layer.

    • Presentation layer handles user interface and input/output

    • Application layer processes logic and business rules

    • Database layer stores and retrieves data

    • Each layer communicates with the layer above and below it

    • Example: Web app with front-end (presentation), server-side code (application), and database (data)

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Frame work question related to test automation

Interview Preparation Tips

Interview preparation tips for other job seekers - Know ur basics strong and we ready for real time scenarios

QA Engineer Interview Questions Asked at Other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many mi ... read more
Q2. Suppose your manager gave you one task which has to be complete i ... read more
Q3. how to access amazon page directly directly with out using driver ... read more
Q4. 100 apples in 5 consecutive days, each day 6 more than the previo ... read more
Q5. 7)how do you drive your data in automation , how do you validate ... read more

Interview questions from similar companies

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

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

Round 1 - Assignment 

The test went well. Questions were on testing and OOPS concepts

I applied via Company Website and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basics of Data structures
  • Q2. Basics on oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Data Structures and oops concept in depth
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Coding Test 

I was asked to perform the low-level design of a microservice.

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

(1 Question)

  • Q1. LLD/Machine coding - Design a social media application with users, posts, comments, likes, etc. There is also an admin who needs to approve post creation and can delete any post they want. Create appropria...
Round 2 - Technical 

(1 Question)

  • Q1. High-level design - Design a chat-based application like WhatsApp with only user-to-user chat feature (no group chats). Explain and draw out the E2E design by mentioning all the components and design decis...
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring Manager - basic questions like why Razorpay, what are your career goals, what does career growth look like for you, etc.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

Basic DS Question, Medium level difficulty , followed with some puzzles

Round 3 - One-on-one 

(1 Question)

  • Q1. System Design : Design in memory Database
  • Ans. 

    Designing an in-memory database involves optimizing data storage and retrieval for fast performance.

    • Use data structures like hash tables or B-trees for efficient indexing and searching

    • Implement caching mechanisms to reduce disk I/O and improve read/write speeds

    • Consider data durability and consistency mechanisms to prevent data loss in case of system failures

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Discussion with Manager, on projects/work experience and questions around challenges, more on resume /work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume screening, so keep that update and clean
1st Round DS Question are usually very easy/medium level, can be easily passed.

Don't write in resume which u haven't work on /have no idea abut. cause last round will have a lot of discussion on yopur past projects/experience

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MySQL and MongoDB

    • Familiar with version control systems like Git and project management tools like Jira

  • Answered by AI
  • Q2. Past work expert
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Design Rating Review System
  • Ans. 

    Design a system to rate and review products or services.

    • Allow users to rate products on a scale of 1-5 stars.

    • Include written reviews for users to provide more detailed feedback.

    • Implement a system to filter and display reviews based on relevance or helpfulness.

    • Consider incorporating user profiles and past review history to personalize recommendations.

  • Answered by AI
  • Q2. General Engineering questions, system design concepts

Skills evaluated in this interview

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

Basic DSA and android questions

Round 2 - Coding Test 

Live coding round for android

Round 3 - HR 

(1 Question)

  • Q1. Explain your past experiences?

Open Financial Technologies Private Limited Interview FAQs

How many rounds are there in Open Financial Technologies Private Limited QA Engineer interview?
Open Financial Technologies Private Limited interview process usually has 2 rounds. The most common rounds in the Open Financial Technologies Private Limited interview process are One-on-one Round.
What are the top questions asked in Open Financial Technologies Private Limited QA Engineer interview?

Some of the top questions asked at the Open Financial Technologies Private Limited QA Engineer interview -

  1. what is Class and object . explain hierarchial inheriten...read more
  2. Difference bertween deep copy and shallow co...read more
  3. Architecture of 3 tier ...read more

Tell us how to improve this page.

Open Financial Technologies Private Limited QA Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Razorpay Interview Questions
3.6
 • 154 Interviews
Revolut Interview Questions
2.5
 • 100 Interviews
Rupeek Interview Questions
3.7
 • 61 Interviews
Freecharge Interview Questions
3.8
 • 53 Interviews
ACKO Interview Questions
3.7
 • 50 Interviews
Yubi Interview Questions
3.0
 • 39 Interviews
Kissht Finance Interview Questions
3.9
 • 33 Interviews
Slice Interview Questions
3.2
 • 32 Interviews
Jupiter Money Interview Questions
3.3
 • 30 Interviews
View all

Fast track your campus placements

View all
Open Financial Technologies Private Limited QA Engineer Salary
based on 8 salaries
₹4 L/yr - ₹8.5 L/yr
At par with the average QA Engineer Salary in India
View more details
Software Engineer
88 salaries
unlock blur

₹4.5 L/yr - ₹16.7 L/yr

Senior Software Engineer
68 salaries
unlock blur

₹11.2 L/yr - ₹31.5 L/yr

Business Development Specialist
24 salaries
unlock blur

₹4 L/yr - ₹10.5 L/yr

Product Support Engineer
24 salaries
unlock blur

₹1.5 L/yr - ₹10 L/yr

Product Manager
22 salaries
unlock blur

₹15 L/yr - ₹32 L/yr

Explore more salaries
Compare Open Financial Technologies Private Limited with

Rupeek

3.7
Compare

Razorpay

3.6
Compare

ACKO

3.7
Compare

Kissht Finance

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