Upload Button Icon Add office photos
Engaged Employer

i

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

Insolutions Global Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Insolutions Global Softwaretest Engineer Interview Questions and Answers

Updated 26 Jun 2024

Insolutions Global Softwaretest Engineer Interview Experiences

2 interviews found

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

(2 Questions)

  • Q1. About work experience
  • Q2. Project related
Round 2 - Technical 

(2 Questions)

  • Q1. Project related
  • Q2. Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process is good,
They selected in interview,
But hr didn't respose email & call

2 technical rounds, selected
Not got offer letter.

They waste your time,
Hr want to come to office to give
You given your time there.
After all this hr is not responding.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of software testing principles like different types of testing and differences between them

Softwaretest Engineer Interview Questions Asked at Other Companies

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If u get a blocker defect just the previous day of ur release dat ... read more
Q3. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more
Q4. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q5. Write Sql query for displaying total number of students from chil ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to oops, c#, web API
  • Q2. Questions on Design Pattern
Round 2 - Technical 

(2 Questions)

  • Q1. Advanced questions on c#, mac and authentication
  • Q2. Security best practices
Round 3 - HR 

(1 Question)

  • Q1. Salary discussions
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 Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Functional Testing all concepts
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Assignment 

Write a script in python to test json

Round 2 - Technical 

(1 Question)

  • Q1. Oops concepts ML topics
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Data strutures based questions

Round 2 - Technical 

(2 Questions)

  • Q1. Coding question based on matrix
  • Q2. Oops concepts like abstracation,interface
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Online Coding Interview

Round 2 - Case Study 

Situational Case Study

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Palindrome String Validation

    Determine if a given string 'S' is a palindrome, considering only alphanumeric characters and ignoring spaces and symbols.

    Note:
    The string 'S' should be evaluated in a case...
  • Ans. 

    The task is to check whether a given string is a palindrome or not, considering only alphabets and numbers and ignoring symbols and whitespaces.

    • Convert the string to lowercase and remove all symbols and whitespaces.

    • Reverse the modified string and compare it with the original string.

    • If they are equal, then the string is a palindrome.

    • If not, then the string is not a palindrome.

  • Answered by AI
  • Q2. 

    Square Root (Integral) Problem Statement

    Given a number N, calculate its square root and output the integer part only.

    Example:

    Input:
    18
    Output:
    4
    Explanation:

    The square root of 18 is approximate...

  • Ans. 

    The task is to find the integral part of the square root of a given number.

    • Use the built-in square root function to find the square root of the number.

    • Convert the result to an integer by rounding down or using the floor function.

    • Print the integer part of the square root as the output.

  • Answered by AI
  • Q3. 

    Min Steps to One Using Dynamic Programming

    Given a positive integer N, your task is to determine the minimum number of steps required to reduce N to 1.

    Allowed Operations:

    1) Subtract 1 from it: n = n -...
  • Ans. 

    The task is to find the minimum number of steps required to reduce a positive integer to 1 using three given operations.

    • Use dynamic programming to solve the problem efficiently.

    • Create an array to store the minimum steps required for each number from 1 to N.

    • Iterate from 2 to N and calculate the minimum steps for each number based on the three operations.

    • Return the minimum steps for N.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

They started Fundamentals of OOP- Inheritance, Polymorphism

  • Q1. 

    Maximum Subarray Sum Problem Statement

    Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array.

    Example:

    Input:
    array = [34, -50, 42, 14, -5, 86]
    Out...
  • Ans. 

    The maximum sum of any contiguous subarray in an array is found using Kadane's algorithm in O(N) time.

    • Initialize two variables, maxSum and currentSum, both set to the first element of the array.

    • Iterate through the array from the second element.

    • For each element, update currentSum by adding the element to it.

    • If currentSum becomes negative, reset it to 0.

    • If currentSum is greater than maxSum, update maxSum.

    • After iterating ...

  • Answered by AI
Round 3 - HR 

Round duration - 30 Minutes
Round difficulty - Medium

Some people had two HR interviews but I only had one and interview went up till 11:30 pm and you get only 5-10 minutes to prepare for HR on Zoom

Interview Preparation Tips

Eligibility criteria7 cgpaMasterCard interview preparation:Topics to prepare for the interview - DBMS, Data Structures and Algorithms , OOP, Maths puzzles, Aptitude , CN, OSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Solve atleast 200 problems
Tip 2 : Focus on all data structures 
Tip 3 : Build some good projects

Application resume tips for other job seekers

Tip 1 : Keep it precise and concise.
Tip 2 : Build your resume yourself according your skills

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Feb 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About the project, Spring concepts, core Java, JUnits etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, know what you are speaking, clear your mind before the interview and get your thoughts together.

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

Interview Questionnaire 

1 Question

  • Q1. More about my technical side.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay connected with good data which may help in current situation for interview process.

Insolutions Global Interview FAQs

How many rounds are there in Insolutions Global Softwaretest Engineer interview?
Insolutions Global interview process usually has 1-2 rounds. The most common rounds in the Insolutions Global interview process are Technical.
How to prepare for Insolutions Global Softwaretest 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 Insolutions Global. The most common topics and skills that interviewers at Insolutions Global expect are Bug Tracking, ISTQB, SDLC, SQL and Selenium.
What are the top questions asked in Insolutions Global Softwaretest Engineer interview?

Some of the top questions asked at the Insolutions Global Softwaretest Engineer interview -

  1. Basics of software testing principles like different types of testing and diffe...read more
  2. Scenario based questi...read more
  3. Project rela...read more

Tell us how to improve this page.

Insolutions Global Softwaretest Engineer Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

PayPal Interview Questions
3.9
 • 211 Interviews
HighRadius Interview Questions
2.9
 • 186 Interviews
Fiserv Interview Questions
3.0
 • 174 Interviews
Razorpay Interview Questions
3.6
 • 154 Interviews
Visa Interview Questions
3.5
 • 140 Interviews
Angel One Interview Questions
4.0
 • 137 Interviews
MasterCard Interview Questions
3.9
 • 137 Interviews
Revolut Interview Questions
2.5
 • 100 Interviews
Rupeek Interview Questions
3.7
 • 61 Interviews
View all
Insolutions Global Softwaretest Engineer Salary
based on 17 salaries
₹2.4 L/yr - ₹6.5 L/yr
5% less than the average Softwaretest Engineer Salary in India
View more details

Insolutions Global Softwaretest Engineer Reviews and Ratings

based on 3 reviews

4.0/5

Rating in categories

3.9

Skill development

3.6

Work-life balance

3.8

Salary

4.6

Job security

3.9

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
390 salaries
unlock blur

₹1 L/yr - ₹9 L/yr

Processing Officer
188 salaries
unlock blur

₹1 L/yr - ₹4.2 L/yr

Software Developer
149 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Junior Processing Officer
123 salaries
unlock blur

₹1.1 L/yr - ₹3.6 L/yr

Senior Process Officer
97 salaries
unlock blur

₹2 L/yr - ₹4.8 L/yr

Explore more salaries
Compare Insolutions Global with

Fiserv

3.0
Compare

Angel One

4.0
Compare

HighRadius

2.8
Compare

Broadridge Financial Solutions

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