Premium Employer

i

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

Infinite Computer Solutions Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 1.4k Reviews

Filter interviews by

Infinite Computer Solutions Softwaretest Engineer Interview Questions, Process, and Tips

Updated 24 May 2024

Top Infinite Computer Solutions Softwaretest Engineer Interview Questions and Answers

Infinite Computer Solutions Softwaretest Engineer Interview Experiences

4 interviews found

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

(1 Question)

  • Q1. Healthcare related
Round 2 - Group Discussion 

Covid 19 topic related

Round 3 - HR 

(1 Question)

  • Q1. General questions
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

(1 Question)

  • Q1. Technical questions related to ur skill set
Round 3 - Technical 

(1 Question)

  • Q1. More a kind of real time probem solving questions in our experience
Round 4 - HR 

(1 Question)

  • Q1. General disscussion with hr

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 experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. EDI basics on 837 files
  • Q2. Healthcare topic questions
  • Q3. Loops in 837 EDI file
  • Ans. 

    Loops in 837 EDI file are used to repeat a segment or a group of segments multiple times.

    • Loops in 837 EDI file are defined by a loop identifier and a loop repeat count.

    • Each loop contains a set of segments that are repeated based on the loop repeat count.

    • For example, Loop 2010AA in the 837 file contains information about the billing provider.

    • Loops can be nested within each other to represent complex hierarchical data st

  • Answered by AI
  • Q4. Provider types in healthcare
  • Q5. Difference between retesting and regression testing
  • Ans. 

    Retesting is testing the same functionality again to ensure the defect is fixed, while regression testing is testing the unchanged parts of the software to ensure new changes have not affected existing functionality.

    • Retesting focuses on the defect fixes, while regression testing focuses on ensuring existing functionality is not impacted by new changes.

    • Retesting is done after a defect is fixed, while regression testing ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Sep 2022. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Medium Interview
  • Q2. Asked basic question
  • Q3. Tools used for testing
  • Ans. 

    Various tools are used for testing software, such as Selenium, JUnit, TestNG, Postman, and JIRA.

    • Selenium - for automated testing of web applications

    • JUnit - for unit testing in Java

    • TestNG - for testing in Java

    • Postman - for API testing

    • JIRA - for issue tracking and project management

  • Answered by AI
  • Q4. Day to day activity
  • Q5. Previous company overview

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident

Skills evaluated in this interview

Infinite Computer Solutions interview questions for designations

 Software Engineer

 (12)

 Network Engineer

 (2)

 Test Engineer

 (1)

 Data Engineer

 (1)

 Devops Engineer

 (1)

 Senior Software Engineer

 (8)

 Associate Software Engineer

 (7)

 Senior Systems Engineer

 (3)

Softwaretest Engineer Jobs at Infinite Computer Solutions

View all

Interview questions from similar companies

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

(2 Questions)

  • Q1. Automation Framework
  • Q2. Which Framework you use Test NG, BDD. Explain?
  • Ans. 

    I use TestNG for unit testing and BDD (Behavior Driven Development) for integration testing.

    • TestNG is used for unit testing to validate individual units of code.

    • BDD is used for integration testing to validate the behavior of the system.

    • TestNG allows for easy setup of test cases using annotations like @Test, @BeforeMethod, @AfterMethod.

    • BDD frameworks like Cucumber use plain English sentences to define test scenarios.

    • Tes...

  • Answered by AI

Skills evaluated in this interview

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

Simple DSA questions based on arrays and linkedlist

Round 2 - Technical 

(2 Questions)

  • Q1. Remove duplicates from the string.
  • Ans. 

    Use a set to remove duplicates from a string array.

    • Create a set to store unique strings.

    • Iterate through the array and add each string to the set.

    • Convert the set back to an array to get the unique strings.

  • Answered by AI
  • Q2. Write a code for binary search
  • Ans. 

    Binary search code implementation in Python

    • Define a function that takes a sorted array and a target value as input

    • Initialize variables for low and high indices

    • Use a while loop to continue searching until low is less than or equal to high

    • Calculate mid index and compare value at mid with target

    • Update low or high based on comparison result

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join Epam?
  • Q2. What are your strengths and weakness?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just decent DSA and knowledge of your projects is enough to get through the company

Skills evaluated in this interview

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

(1 Question)

  • Q1. Java memory model in java
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Reverse a string with spaces present in same position Ex: i am indian o/p:n ai dnimai
  • Ans. 

    To reverse a string with spaces present in the same position, we can split the string by spaces, reverse each word, and then join them back together.

    • Split the string by spaces to get individual words

    • Reverse each word

    • Join the reversed words back together with spaces in between

  • Answered by AI
  • Q2. Difference between put and post in sql
  • Ans. 

    PUT is used to update an existing resource in SQL, while POST is used to create a new resource.

    • PUT is idempotent, meaning multiple identical requests will have the same effect as a single request.

    • POST is not idempotent, meaning multiple identical requests may have different effects.

    • PUT is used to update specific resources identified by the request URI.

    • POST is used to create new resources under the request URI.

    • PUT is ty...

  • Answered by AI
  • Q3. What is bad request in api testing
  • Ans. 

    A bad request in API testing is when the server cannot process the request due to incorrect syntax or missing parameters.

    • Bad request status code is 400

    • Common causes include missing or incorrect parameters, invalid data format, or unauthorized access

    • Examples: missing required parameters, incorrect data type in request body

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. Permutations of string of length n in string of length m
  • Ans. 

    Generate all permutations of a string of length n within a string of length m.

    • Use recursion to generate all possible permutations of the string of length n.

    • Iterate through the string of length m and insert the permutations at different positions.

    • Return an array of strings containing all permutations of the string of length n within the string of length m.

  • Answered by AI
  • Q2. Count ocurrence of characters in digit
  • Ans. 

    Count occurrences of characters in a digit

    • Iterate through each digit in the input array

    • For each digit, convert it to a string and iterate through each character

    • Use a hashmap to keep track of the count of each character

  • Answered by AI
  • Q3. Find second highest salary in sql
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find the second highest salary.

    • Use ORDER BY clause to sort the salaries in descending order

    • Use LIMIT 1,1 to get the second row after skipping the first row

    • Consider handling cases where there might be ties for the highest salary

  • Answered by AI
  • Q4. Http status in API
  • Ans. 

    HTTP status codes are used to indicate the result of a HTTP request made to an API.

    • HTTP status codes range from 1xx to 5xx, with each range representing a different type of response.

    • Some common HTTP status codes include 200 (OK), 404 (Not Found), and 500 (Internal Server Error).

    • Status codes starting with 2 indicate success, 4 indicate client errors, and 5 indicate server errors.

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. Explain about your project
  • Q2. How do you run your automation Regression scripts
  • Ans. 

    I run automation Regression scripts using a test automation framework and scheduling tools.

    • I organize regression scripts into test suites based on functionality

    • I use a test automation framework like Selenium or Appium to execute the scripts

    • I schedule the regression runs using tools like Jenkins or TeamCity

    • I analyze the test results and report any failures for further investigation

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

This round if the count is more they will have it or less means they will have one to one technical round

Round 2 - One-on-one 

(1 Question)

  • Q1. It will be like technical round
Round 3 - HR 

(1 Question)

  • Q1. For document verifications

Interview Preparation Tips

Topics to prepare for Lavender Technology Softwaretest Engineer interview:
  • Java
  • C
  • C++
  • MySQL
  • SQL
  • Data Structures
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Try to solve leetcode questions as much as possible

Interview Preparation Tips

Interview preparation tips for other job seekers - go through leetcode

Infinite Computer Solutions Interview FAQs

How many rounds are there in Infinite Computer Solutions Softwaretest Engineer interview?
Infinite Computer Solutions interview process usually has 2-3 rounds. The most common rounds in the Infinite Computer Solutions interview process are Technical, Resume Shortlist and HR.
How to prepare for Infinite Computer Solutions 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 Infinite Computer Solutions. The most common topics and skills that interviewers at Infinite Computer Solutions expect are Testing, Manual Testing, Automation Testing, SQL and Test Cases.
What are the top questions asked in Infinite Computer Solutions Softwaretest Engineer interview?

Some of the top questions asked at the Infinite Computer Solutions Softwaretest Engineer interview -

  1. Difference between retesting and regression test...read more
  2. Loops in 837 EDI f...read more
  3. Tools used for test...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 Infinite Computer Solutions interviews
Job Portal
67%
33% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Join Infinite Computer Solutions Digitally Engineering Tomorrow, Today
Infinite Computer Solutions Softwaretest Engineer Salary
based on 598 salaries
₹3 L/yr - ₹10.6 L/yr
8% more than the average Softwaretest Engineer Salary in India
View more details

Infinite Computer Solutions Softwaretest Engineer Reviews and Ratings

based on 62 reviews

3.9/5

Rating in categories

3.4

Skill development

3.8

Work-Life balance

3.4

Salary & Benefits

3.4

Job Security

3.6

Company culture

3.3

Promotions/Appraisal

3.5

Work Satisfaction

Explore 62 Reviews and Ratings
Software Test Engineer

Bangalore / Bengaluru

1-5 Yrs

₹ 4-8.5 LPA

Software Test Engineer

Visakhapatnam

2-5 Yrs

Not Disclosed

Software Test Engineer

Noida

2-5 Yrs

Not Disclosed

Explore more jobs
Software Engineer
1.4k salaries
unlock blur

₹3.7 L/yr - ₹14 L/yr

Senior Software Engineer
1.2k salaries
unlock blur

₹6.7 L/yr - ₹22 L/yr

Technical Lead
794 salaries
unlock blur

₹8.2 L/yr - ₹28.3 L/yr

Associate Software Engineer
708 salaries
unlock blur

₹2.5 L/yr - ₹7.8 L/yr

Softwaretest Engineer
598 salaries
unlock blur

₹3 L/yr - ₹10.6 L/yr

Explore more salaries
Compare Infinite Computer Solutions with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview