i
Infinite Computer Solutions
Filter interviews by
Covid 19 topic related
I applied via Naukri.com and was interviewed in Jun 2023. There were 4 interview rounds.
I applied via Recruitment Consulltant and was interviewed before Jan 2023. There was 1 interview round.
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
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 ...
I applied via Naukri.com and was interviewed before Sep 2022. There was 1 interview round.
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
Infinite Computer Solutions interview questions for designations
Top trending discussions
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...
Simple DSA questions based on arrays and linkedlist
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.
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
posted on 10 Mar 2024
I applied via Job Fair and was interviewed in Feb 2024. There were 3 interview rounds.
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
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...
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
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.
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
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
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.
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
posted on 22 Mar 2024
I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.
This round if the count is more they will have it or less means they will have one to one technical round
posted on 16 Oct 2024
I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.
Try to solve leetcode questions as much as possible
based on 62 reviews
Rating in categories
Software Engineer
1.4k
salaries
| ₹3.7 L/yr - ₹14 L/yr |
Senior Software Engineer
1.2k
salaries
| ₹6.7 L/yr - ₹22 L/yr |
Technical Lead
794
salaries
| ₹8.2 L/yr - ₹28.3 L/yr |
Associate Software Engineer
708
salaries
| ₹2.5 L/yr - ₹7.8 L/yr |
Softwaretest Engineer
598
salaries
| ₹3 L/yr - ₹10.6 L/yr |
TCS
Wipro
HCLTech
Tech Mahindra