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

Filter interviews by

Infinite Computer Solutions Softwaretest Engineer Interview Questions and Answers

Updated 24 May 2024

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 you encounter a blocker defect the day before the release date ... read more
Q3. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q4. Write an SQL query to display the total number of students from t ... read more
Q5. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... 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 were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - 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

What people are saying about Infinite Computer Solutions

View All
an associate software engineer
2w
Does company certification vouchers create hurdles?
Hi Friends, I just need your help. actually I am preparing for the 'Databricks certified Data Engineer associate' certification. Certification costs around 20K and I got a 50% voucher through company email. So will there be any issues if I use vouchers and put the resignation?
Got a question about Infinite Computer Solutions?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2022. 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 - Coding Test 

SQL, DBMS, ETL, UNIX, SQL JOIN, putty and TIDAL

Round 3 - HR 

(2 Questions)

  • Q1. Experience on ETL REASON FOR CHANGE
  • Q2. Reason for change Availability of interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident at SQL and ETL concepts
SQL JOIN
Unix command
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Spring boot , java 8 questions
  • Q2. Streams questions and how to give distinct list using streams.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with core Java and spring boot questions
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 - HR 

(2 Questions)

  • Q1. Do you have any offer?
  • Q2. What are your Weakeness?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't tell them any if you have , if you have lower than nagrro then ok you can tell them
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There will be online interview aptitude questions.

Round 2 - Assignment 

Assignment involving Selenium and your technology stack for testing.

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
-

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. Deep technical and hand own working scenario and challanges faced
Round 2 - HR 

(1 Question)

  • Q1. Salary, expectations
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. List list =Arrays.asList("pen", "pensil","book","notebook"); 1) find the string start with p 2) or second word is "o" Use java 8 stream only
  • Ans. 

    Use Java 8 streams to filter a list of strings based on specific criteria: starting with 'p' or having 'o' as the second character.

    • Stream Creation: Convert the list to a stream using list.stream().

    • Filtering: Use filter() to apply conditions: startsWith('p') or second character is 'o'.

    • Collecting Results: Use collect(Collectors.toList()) to gather the filtered results into a new list.

    • Example Code: List<String> filt...

  • Answered by AI
  • Q2. What is the most repeated word in the string "test is test in java spring test"?

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 Manual Testing, Testing, Automation Testing, SQL and JIRA.
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.

Overall Interview Experience Rating

3.8/5

based on 4 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more
Join Infinite Computer Solutions Digitally Engineering Tomorrow, Today
Infinite Computer Solutions Softwaretest Engineer Salary
based on 630 salaries
₹3 L/yr - ₹11 L/yr
12% more than the average Softwaretest Engineer Salary in India
View more details

Infinite Computer Solutions Softwaretest Engineer Reviews and Ratings

based on 72 reviews

4.0/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.7

Salary

3.6

Job security

3.7

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 72 Reviews and Ratings
Software Test Engineer

Noida

2-6 Yrs

Not Disclosed

Software Test Engineer

Pune

2-5 Yrs

₹ 5-8.3 LPA

Explore more jobs
Software Engineer
1.6k salaries
unlock blur

₹4.7 L/yr - ₹11 L/yr

Senior Software Engineer
1.4k salaries
unlock blur

₹10.7 L/yr - ₹20 L/yr

Technical Lead
972 salaries
unlock blur

₹14.3 L/yr - ₹25 L/yr

Associate Software Engineer
787 salaries
unlock blur

₹3.5 L/yr - ₹7 L/yr

Softwaretest Engineer
626 salaries
unlock blur

₹4.3 L/yr - ₹10 L/yr

Explore more salaries
Compare Infinite Computer Solutions with

DXC Technology

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare

Virtusa Consulting Services

3.7
Compare
write
Share an Interview