Upload Button Icon Add office photos

Temenos

Compare button icon Compare button icon Compare

Filter interviews by

Temenos Senior Test Engineer Interview Questions, Process, and Tips

Updated 25 May 2024

Top Temenos Senior Test Engineer Interview Questions and Answers

Temenos Senior Test Engineer Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. About testing process
  • Q2. Bugs I found in last project
  • Ans. 

    I found and reported 15 critical bugs in the last project, including issues with data validation and UI functionality.

    • Identified 5 bugs related to data validation errors

    • Discovered 7 UI functionality bugs affecting user experience

    • Reported 3 critical bugs impacting system performance

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Framework of test automation
  • Ans. 

    Framework of test automation refers to the structure and guidelines for implementing automated testing.

    • Framework provides a set of rules and guidelines for creating and organizing automated tests.

    • It includes tools, libraries, coding standards, and best practices for test automation.

    • Common types of test automation frameworks include data-driven, keyword-driven, and hybrid frameworks.

    • Frameworks help in improving test eff...

  • Answered by AI

Skills evaluated in this interview

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. Testing domain stock market primary
Round 3 - Technical 

(1 Question)

  • Q1. Stock market capital market
Round 4 - HR 

(1 Question)

  • Q1. Salary location timings

Interview Preparation Tips

Interview preparation tips for other job seekers - very talended
and
suppotive helpul and he is very

Senior Test Engineer Interview Questions Asked at Other Companies

asked in Sapiens
Q1. From Selenium -> Which Automation framework I have implemented ... read more
asked in LTIMindtree
Q2. What should be done when a defect is found in production?
asked in LTIMindtree
Q3. How do you performed incrimental load in your project?
asked in LTIMindtree
Q4. What is meant by regression and retesting?
asked in CGI Group
Q5. What is the difference between CHAR and VARCHAR2 data types in SQ ... read more

I applied via campus placement at PSG College of Technology, Coimbatore and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Difference between c and c++
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C++ supports classes and objects while C does not.

    • C++ has built-in support for polymorphism and inheritance while C does not.

    • C++ has a standard template library (STL) while C does not.

    • C++ allows function overloading while C does not.

    • C++ supports exception handling while C does not.

  • Answered by AI
  • Q2. Find second highest salary of employees
  • Q3. Find employee whose salary is greater than avg salary
  • Ans. 

    Query to find employees with salary greater than average salary

    • Calculate the average salary of all employees

    • Retrieve all employees with salary greater than the average salary

    • Use SQL query: SELECT * FROM employees WHERE salary > (SELECT AVG(salary) FROM employees)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DBMS, OS, Coding

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Good organization, not good pay looking into the current market

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare to the best, on oops , string , DBMS concepts for best interview

Interview Questionnaire 

1 Question

  • Q1. Cucumber advantage against testng ,api basic question like status code.selenum question related to xpatha type and usages.selenum actions class methods. Excel reader Apache poi jar how you are implementing...
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is oops ?
  • Ans. 

    Object-oriented programming paradigm that focuses on objects and classes for code organization and reusability.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: ability of a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for different data types

    • Abstraction: hiding the complex implementation details an

  • Answered by AI
  • Q2. Method overloading and overriding
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at SRM Institute of Science & Technology, Chennai and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Mcq and sql questions along with core subject mcq

Round 2 - Technical 

(2 Questions)

  • Q1. Dsa question and technical question were asked
  • Q2. Duplicates count in an array
  • Ans. 

    Count duplicates in an array of strings

    • Iterate through the array and use a HashMap to store the count of each string

    • Check if the count of a string is greater than 1, then it is a duplicate

    • Return the total count of duplicates found in the array

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Aptitude AI subject puzzles were asked

Skills evaluated in this interview

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

I was interviewed in Feb 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. EVPN VXLAN BGP peering
  • Q2. Underlay link - ebgp inet-unicast peering is done overlay link - ibgp evpn signalling
  • Q3. GRE vs IPSEC and whats the difference
  • Ans. 

    GRE and IPSEC are both protocols used for secure communication over networks, but they have different purposes and implementations.

    • GRE (Generic Routing Encapsulation) is a tunneling protocol used to encapsulate a wide variety of network layer protocols inside virtual point-to-point links. It does not provide encryption or authentication.

    • IPSEC (Internet Protocol Security) is a suite of protocols used to secure Internet ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Testing general questions and defects metrics
Round 2 - Technical 

(1 Question)

  • Q1. Overall testing concepts and latest trends
Round 3 - One-on-one 

(1 Question)

  • Q1. Logical question and situations related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview questions were general as per the JD mentioned
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 3 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 

(3 Questions)

  • Q1. SQL Joins - Inner Join
  • Q2. Identifying webelement - particularly xpath
  • Ans. 

    Identifying webelement using xpath involves locating elements based on their attributes and hierarchy in the HTML structure.

    • Use unique attributes like id, class, name, etc. to create xpath expressions

    • Avoid using absolute xpaths as they are prone to breaking with changes in the HTML structure

    • Use relative xpaths that are more robust and flexible

    • Consider using xpath axes like ancestor, descendant, sibling, etc. for comple

  • Answered by AI
  • Q3. Array List, other Data Structure
Round 3 - One-on-one 

(3 Questions)

  • Q1. Convert number to roman numeral logic
  • Ans. 

    Convert a given number to its equivalent Roman numeral representation.

    • Create a mapping of numbers to Roman numerals (e.g. 1 -> 'I', 5 -> 'V', 10 -> 'X', etc.)

    • Iterate through the mapping in descending order and subtract the largest possible numeral from the given number until it reaches 0.

    • Handle special cases like 4, 9, 40, 90, etc. by using subtraction rules.

    • Combine the Roman numerals obtained in the process to form th

  • Answered by AI
  • Q2. SQL Queries normal nested queries
  • Q3. Things to consider while designing automation framework
  • Ans. 

    Considerations for designing automation framework

    • Identify the scope and objectives of automation

    • Choose the right tools and technologies based on project requirements

    • Design a modular and scalable framework for easy maintenance

    • Implement best practices for code reusability and readability

    • Include error handling and reporting mechanisms for better debugging

    • Consider integration with CI/CD pipelines for continuous testing

    • Plan...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be to the point.

Skills evaluated in this interview

Temenos Interview FAQs

How many rounds are there in Temenos Senior Test Engineer interview?
Temenos interview process usually has 3 rounds. The most common rounds in the Temenos interview process are Technical, Resume Shortlist and HR.
How to prepare for Temenos Senior Test Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Temenos. The most common topics and skills that interviewers at Temenos expect are Recruitment, Core banking, Test Cases, Wealth Management and Test Planning.
What are the top questions asked in Temenos Senior Test Engineer interview?

Some of the top questions asked at the Temenos Senior Test Engineer interview -

  1. Find employee whose salary is greater than avg sal...read more
  2. Difference between c and ...read more
  3. Bugs I found in last proj...read more

Tell us how to improve this page.

Temenos Senior Test Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Temenos Senior Test Engineer Salary
based on 433 salaries
₹5.8 L/yr - ₹15 L/yr
At par with the average Senior Test Engineer Salary in India
View more details

Temenos Senior Test Engineer Reviews and Ratings

based on 28 reviews

3.3/5

Rating in categories

3.1

Skill development

3.0

Work-life balance

3.0

Salary

3.6

Job security

3.0

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 28 Reviews and Ratings
Senior Software Engineer
856 salaries
unlock blur

₹6 L/yr - ₹17.4 L/yr

Software Engineer
752 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Senior Test Engineer
433 salaries
unlock blur

₹5.8 L/yr - ₹15 L/yr

Test Engineer
372 salaries
unlock blur

₹4.5 L/yr - ₹9.5 L/yr

Business Analyst
232 salaries
unlock blur

₹5 L/yr - ₹14.9 L/yr

Explore more salaries
Compare Temenos with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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