Upload Button Icon Add office photos

Filter interviews by

Hyland Software Solutions India LLP Test Engineer Interview Questions and Answers

Updated 24 Aug 2024

Hyland Software Solutions India LLP Test Engineer Interview Experiences

4 interviews found

Test Engineer Interview Questions & Answers

user image abhrajyoti kundu

posted on 11 Sep 2020

I was interviewed before Sep 2019.

Interview Questionnaire 

1 Question

  • Q1. Tell us something about day 2 day activity
  • Ans. 

    As a Test Engineer, day-to-day activities involve test planning, test case creation, test execution, bug reporting, and collaborating with the development team.

    • Creating test plans and strategies based on project requirements

    • Designing and developing test cases to ensure comprehensive test coverage

    • Executing test cases and documenting test results

    • Identifying and reporting software defects or issues

    • Collaborating with the d...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be proactive. Try to learn basic things of cross domain. Say if you are from Testing background, learn something on development stuff, Build and Deployment. Try to learn on side process as well

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Aug 2024

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

(2 Questions)

  • Q1. Sort an array of integer in Javascript
  • Ans. 

    Use the built-in sort() method in JavaScript to sort an array of integers.

    • Use the sort() method with a compare function to sort the array in ascending order.

    • For descending order, return b - a instead of a - b in the compare function.

    • Example: let arr = [3, 1, 5, 2]; arr.sort((a, b) => a - b);

  • Answered by AI
  • Q2. Rotate an array
  • Ans. 

    Rotate an array of strings by a specified number of positions.

    • Create a new array to store the rotated elements.

    • Use modulo operator to handle cases where the rotation count exceeds the array length.

    • Copy elements from original array to the new array based on the rotation count.

    • Return the rotated array.

  • 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

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Jul 2024

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

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on role.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself.

Hyland Software Solutions India LLP interview questions for designations

 Test Engineer 1

 (2)

 Software Engineer

 (2)

 Devops Engineer

 (1)

 Software Development Engineer

 (1)

 Software Development Engineer II

 (1)

 R&D Engineer

 (1)

 Cloud Engineer 1

 (1)

 Software Architect

 (1)

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. SQL query

Interview Preparation Tips

Interview preparation tips for other job seekers - More prepare on sql questions

I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Subject related

Interview Preparation Tips

Interview preparation tips for other job seekers - If you certified in ISTQB and you are the 1 or 2 years experience and you good at communication, you will definitely get the job in Planit.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduction, what is sdlc, what is bug life cycle, white box testing, functional testing,smoke and sanity testing.
  • Ans. 

    SDLC is Software Development Life Cycle, Bug Life Cycle is the process of a bug from detection to resolution, White Box Testing is testing based on internal code structure, Functional Testing is testing the functionality of the software, Smoke and Sanity Testing are initial tests to check basic functionality.

    • SDLC is a process followed for software development, consisting of phases like planning, design, coding, testing...

  • Answered by AI
  • Q2. What stlc and what is regression
  • Ans. 

    STLC stands for Software Testing Life Cycle, which is a process used to test software products. Regression testing is retesting of software after changes to ensure no new bugs are introduced.

    • STLC is a series of steps followed to ensure high-quality software testing, including planning, designing, executing, and reporting.

    • Regression testing is the process of retesting software to confirm that recent changes have not adv...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview level is not that hard for me .They focus on communication skills in most of the interviews.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Nov 2021. There were 2 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 

(4 Questions)

  • Q1. Roles and responsibilities
  • Q2. Tool evaluation briefly and experience
  • Q3. Tell about your past experience
  • Ans. 

    I have 5 years of experience as a Performance Test Engineer.

    • Worked on performance testing of web applications using tools like JMeter and LoadRunner

    • Designed and executed performance test scenarios to identify bottlenecks and optimize application performance

    • Analyzed test results and provided recommendations for performance improvements

    • Collaborated with development and operations teams to troubleshoot performance issues

    • I...

  • Answered by AI
  • Q4. Current project explanation
  • Ans. 

    I am currently working on a project to performance test a web application.

    • The project involves simulating high user loads to measure the application's performance.

    • I am using tools like JMeter and LoadRunner to create and execute performance test scripts.

    • The goal is to identify any performance bottlenecks and optimize the application's performance.

    • I am also analyzing the test results and providing recommendations for im...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and be confident. Brush your skills thoroughly .

I applied via Naukri.com and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Program to print right angle trigle of number pattern using python or language of your choice
  • Ans. 

    Program to print right angle triangle of number pattern using Python.

    • Use nested loops to print the pattern.

    • The outer loop will iterate through the rows.

    • The inner loop will iterate through the columns.

    • Use the range function to control the number of rows and columns.

    • Print the numbers in the pattern using string formatting.

  • Answered by AI
  • Q2. Previous Project related questions and Testing solution approach for given scenarios.
  • Q3. Program to merge and sort 2 lists using python or language of ur choice atleast
  • Ans. 

    Program to merge and sort 2 lists using Python.

    • Create two lists and merge them using the extend() method.

    • Sort the merged list using the sort() method.

    • Alternatively, use the sorted() function to sort the merged list.

    • Example: list1 = ['apple', 'banana', 'cherry'], list2 = ['orange', 'kiwi', 'mango']

    • Example: merged_list = list1 + list2

    • Example: merged_list.sort() or sorted(merged_list)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 4 rounds interveiw rounds.
1. hackerRank test
2. F2F technical
3. Discussion with Manger ( previous project experience related) may or may not ask for POCs
4. Discussion with higher manager to check ability to work with the company environment
Give ur best in all the round be honest with answers

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - First get prepared well for the interview then appear orelse its a waste of time for all

Hyland Software Solutions India LLP Interview FAQs

How many rounds are there in Hyland Software Solutions India LLP Test Engineer interview?
Hyland Software Solutions India LLP interview process usually has 1 rounds. The most common rounds in the Hyland Software Solutions India LLP interview process are Technical and One-on-one Round.
What are the top questions asked in Hyland Software Solutions India LLP Test Engineer interview?

Some of the top questions asked at the Hyland Software Solutions India LLP Test Engineer interview -

  1. Tell us something about day 2 day activ...read more
  2. Sort an array of integer in Javascr...read more
  3. Rotate an ar...read more

Tell us how to improve this page.

Hyland Software Solutions India LLP Test Engineer Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Test Engineer Interview Questions from Similar Companies

View all
Hyland Software Solutions India LLP Test Engineer Salary
based on 35 salaries
₹7 L/yr - ₹18.4 L/yr
102% more than the average Test Engineer Salary in India
View more details

Hyland Software Solutions India LLP Test Engineer Reviews and Ratings

based on 6 reviews

4.3/5

Rating in categories

3.5

Skill development

5.0

Work-life balance

3.8

Salary

4.1

Job security

4.4

Company culture

3.8

Promotions

3.6

Work satisfaction

Explore 6 Reviews and Ratings
Test Engineer - II
46 salaries
unlock blur

₹10 L/yr - ₹20.9 L/yr

Software Developer
45 salaries
unlock blur

₹5.6 L/yr - ₹22 L/yr

Cloud Specialist
44 salaries
unlock blur

₹3.4 L/yr - ₹8.5 L/yr

Solution Consultant
40 salaries
unlock blur

₹7 L/yr - ₹18.6 L/yr

Test Engineer
35 salaries
unlock blur

₹7 L/yr - ₹18.4 L/yr

Explore more salaries
Compare Hyland Software Solutions India LLP with

Oracle

3.7
Compare

SAP

4.2
Compare

Microsoft Corporation

4.0
Compare

IBM

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