Premium Employer

i

This company page is being actively managed by FNZ Team. If you also belong to the team, you can get access from here

FNZ Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

FNZ Test Engineer Interview Questions and Answers

Updated 18 Jan 2025

FNZ Test Engineer Interview Experiences

2 interviews found

Test Engineer Interview Questions & Answers

user image RUDRA PRASAD MAHARANA

posted on 18 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. OOPS concept implementation in TAF.
  • Ans. 

    OOPS concepts like inheritance, encapsulation, and polymorphism can be implemented in Test Automation Framework (TAF) to improve code reusability and maintainability.

    • Inheritance: Create a base test class with common methods and properties, then extend it in specific test classes.

    • Encapsulation: Use access modifiers to control the visibility of methods and properties, ensuring data integrity.

    • Polymorphism: Implement metho...

  • Answered by AI
  • Q2. String manipulation coding question.

Test Engineer Interview Questions & Answers

user image shreya agarwal

posted on 13 Sep 2024

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

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

Round 1 - Aptitude Test 

2hrs. and 2 DB codes to execute along with mcq

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a dedicated Test Engineer with 5 years of experience in software testing and quality assurance.

    • 5 years of experience in software testing and quality assurance

    • Proficient in test planning, test case design, and execution

    • Strong knowledge of testing tools like Selenium and JIRA

    • Experience in both manual and automated testing

    • Excellent problem-solving skills and attention to detail

  • Answered by AI
  • Q2. What is bug lifecyscle
  • Ans. 

    Bug lifecycle refers to the stages a bug goes through from identification to resolution in software testing.

    • Bug is identified by tester

    • Bug is reported in a bug tracking system

    • Bug is assigned to a developer

    • Developer fixes the bug

    • Bug is retested by tester

    • If bug is fixed, it is closed. If not, it is reopened

    • Bug lifecycle can include stages like New, Assigned, Fixed, Retest, Closed

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to change the company?
  • Ans. 

    I am seeking new challenges and opportunities for growth in my career.

    • Looking for a more challenging role to further develop my skills

    • Interested in working with new technologies or industries

    • Seeking a company with better career advancement opportunities

    • Wanting to work in a more collaborative team environment

  • Answered by AI
  • Q2. How will you handle team as a lead?
  • Ans. 

    I will handle the team as a lead by setting clear goals, providing support and guidance, fostering open communication, and recognizing achievements.

    • Set clear goals and expectations for the team to ensure everyone is aligned towards the same objectives.

    • Provide support and guidance to team members to help them overcome challenges and improve their skills.

    • Foster open communication within the team to encourage collaboratio...

  • Answered by AI

Skills evaluated in this interview

Test Engineer Interview Questions Asked at Other Companies

asked in Infosys
Q1. 1. What is the frame work u have worked and explain the framework ... read more
asked in Info Edge
Q2. Consecutive Characters Problem Statement Given a matrix of lowerc ... read more
asked in GlobalStep
Q3. What are the problems we faced in the old generation video game c ... read more
Q4. what is a type of testing? What are the principles?
asked in Info Edge
Q5. Remove Duplicates Problem Statement You are given an array of int ... 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 Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Same as posted in advice

Interview Preparation Tips

Interview preparation tips for other job seekers - JavaScript-based interview.
In-depth questions around JS topics such as promises, polyfills, output questions, event loops, web APIs, context, closures, and this.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

1 hour 10 mins, MERN Stack, Face to Face. Mongodb, medium DSA Question, callback, eventloop, NodeJS asynchronous working

Interview Preparation Tips

Interview preparation tips for other job seekers - you should have prior experience in coding

I applied via Approached by company and was interviewed in Dec 2021. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions. 1 was basic level. 2 was of medium level.

Round 2 - One-on-one 

(2 Questions)

  • Q1. An ambiguous problem statement was given. Asking relevant questions revealed the problem to be largest island in a binary matrix. Was asked to code on an ide. And reduce space complexity to O(1).
  • Q2. Maximum sum path from root to leaf in an N-ary tree. Was asked to design an appropriate data structure. Then code the solution in O(n) time and O(1) space.
Round 3 - One-on-one 

(3 Questions)

  • Q1. Through discuss of projects. Methods used.
  • Q2. First missing positive number in an array of integer in O(n) time O(1) space.
  • Ans. 

    Find first missing positive number in an array in O(n) time and O(1) space.

    • Traverse the array and mark the presence of each positive integer by changing the sign of the corresponding index.

    • Traverse the array again and return the index of the first positive integer.

    • If all integers are present, return the length of the array + 1.

    • Example: [3, 4, -1, 1] => mark 3rd and 4th index as negative => return 2.

    • Example: [1, 2, 0] =...

  • Answered by AI
  • Q3. Given an integer, print the relevant column name in an excel sheet. Ex: 1- A , 2-B.......... 26-Z , 27-AA, 28-AB........ Was asked code on an ide and test cases were given.
  • Ans. 

    Given an integer, print the relevant column name in an excel sheet.

    • Create a string array of alphabets from A to Z

    • Use modulo operator to get remainder and divide by 26 to get quotient

    • Append the corresponding alphabet to the result string

    • Reverse the result string

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DSA and past experience.

Skills evaluated in this interview

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

Maths,quant for 1 hour duration

Round 2 - Coding Test 

Arrays, strings, linked list, palindrome

Interview Questionnaire 

1 Question

  • Q1. Online Test: First was the online test for 1hr you have to solve 2 coding questions.(Street light coverage & Candy distribution) After clearing the coding round, HR called me scheduling for technical in...

I applied via Naukri.com and was interviewed in Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Check if one string is an anagram of another string. OOPs questions. Check the list of cities in an api response is in lexicographical order.

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA

I was interviewed before Mar 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

  • Q1. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. 

    Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.

    • Use Floyd's Cycle Detection Algorithm to determine if there is a cycle in the linked list.

    • Maintain two pointers, one moving at double the speed of the other, if they meet at any point, there is a cycle.

    • If one of the pointers reaches the end of the list (null), there is no cycle.

  • Answered by AI
  • Q2. 

    Next Greater Element Problem Statement

    Given a list of integers of size N, your task is to determine the Next Greater Element (NGE) for every element. The Next Greater Element for an element X is the firs...

  • Ans. 

    Find the Next Greater Element for each element in a list of integers.

    • Iterate through the list of integers from right to left.

    • Use a stack to keep track of elements for which the Next Greater Element is not yet found.

    • Pop elements from the stack until a greater element is found or the stack is empty.

    • Assign the Next Greater Element as the top element of the stack or -1 if the stack is empty.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. How would you design an ATM machine?
  • Ans. 

    Designing an ATM machine involves considering user interface, security measures, transaction processing, and hardware components.

    • User interface should be intuitive and easy to navigate for users of all ages.

    • Implement security measures such as PIN entry, card authentication, and encryption to protect user data.

    • Transaction processing should be fast and reliable, with options for cash withdrawals, deposits, transfers, and...

  • Answered by AI
Round 3 - HR 

Round duration - 45 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNAGroww interview preparation:Topics to prepare for the interview - DSA, Database Systems, OOP, Operating Systems, Computer NetworksTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice DSA daily
Tip 2 : Try to think of the solution first before jumping to the solution
Tip 3 : Go through interview experience
Tip 4 : Have mock interviews

Application resume tips for other job seekers

Tip 1 : Know in depth what is there in your resume
Tip 2 : Mention your skills and work properly

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Preparation Tips

Topics to prepare for Angel One Software Developer interview:
  • Python
  • SQL
Interview preparation tips for other job seekers - Very nice and smooth interview process and quick responses.

FNZ Interview FAQs

How many rounds are there in FNZ Test Engineer interview?
FNZ interview process usually has 2 rounds. The most common rounds in the FNZ interview process are Aptitude Test, Technical and HR.
What are the top questions asked in FNZ Test Engineer interview?

Some of the top questions asked at the FNZ Test Engineer interview -

  1. what is bug lifecys...read more
  2. OOPS concept implementation in T...read more
  3. String manipulation coding questi...read more

Tell us how to improve this page.

FNZ Test Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Join FNZ Join us as we open up wealth

Interview Questions from Similar Companies

FIS Interview Questions
3.9
 • 482 Interviews
PayPal Interview Questions
3.9
 • 207 Interviews
Visa Interview Questions
3.5
 • 138 Interviews
Angel One Interview Questions
3.9
 • 135 Interviews
MasterCard Interview Questions
3.9
 • 134 Interviews
Kotak Securities Interview Questions
3.6
 • 116 Interviews
HDFC Securities Interview Questions
3.6
 • 104 Interviews
Sharekhan Interview Questions
3.9
 • 81 Interviews
CapitalOne Interview Questions
3.7
 • 78 Interviews
View all
Test Analyst
106 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare FNZ with

Zerodha

4.1
Compare

Upstox

3.7
Compare

Groww

3.7
Compare

Paytm Money

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