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

Filter interviews by

Infinite Computer Solutions Interview Questions, Process, and Tips

Updated 5 Apr 2025

Top Infinite Computer Solutions Interview Questions and Answers

View all 90 questions

Infinite Computer Solutions Interview Experiences

Popular Designations

150 interviews found

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

(2 Questions)

  • Q1. Explain your project in details.
  • Q2. What is your role in your current company?

Senior Sdet Engineer Interview Questions asked at other Companies

Q1. Optimize an existing system. The system currently makes an API call and stores data in its memory. When it tries to serve a request from another component it refers to the memory location by searching the entire memory.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Basic questions on previous project and technology.
  • Q2. Are you comfortable on working shifts, relocate?
  • Q3. Salary expectations?
  • Q4. Can you join immediately?
  • Q5. Willing to relocate?

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process is not hard. They always look for immediate joiners. If you have any better offer under pipeline, wait for it. Accept if you do not have any other offer.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Apti 20 Java 20 and SQL 20 questions were there

Round 2 - Technical 

(3 Questions)

  • Q1. Palindrome program
  • Q2. Array program and string program
  • Q3. Sql and dbms questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Suppose we have list contains abc1, abcd,1231,null, empty then write java 8 code to find numbers only
  • Ans. 

    Using Java 8 stream to filter out numbers from a list of strings.

    • Use Java 8 stream to filter out numbers using regex.

    • Use filter() method along with regex pattern to check for numbers.

    • Collect the filtered numbers into a new list.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Infinite Computer Solutions interview questions for popular designations

 Software Engineer

 (14)

 Senior Software Engineer

 (10)

 Associate Software Engineer

 (8)

 Technical Lead

 (6)

 Senior Technical Lead

 (5)

 Softwaretest Engineer

 (4)

 Support Engineer

 (3)

 Software Developer

 (3)

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

The test consisted of 3 sections - English, Logical and Coding questions. The questions were not to difficult to answer, if you have good knowledge you are likely to crack it.

Round 2 - Group Discussion 

GD will be conducted between 10-12 people in batches, You will get you topic and 2 mins to prepare something on it and then round is open to speak. If you keep your calm and speak the right things at the right time, you are good to go.

Round 3 - Technical 

(2 Questions)

  • Q1. I was asked which language was my go to and then I was asked further questions on that.
  • Q2. Questions were asked on core Java concepts. A block of code was given and I was asked what would be the output.
Round 4 - HR 

(1 Question)

  • Q1. A basic HR round discussing the CTC and your job location.

Top Infinite Computer Solutions Software Engineer Interview Questions and Answers

Q1. Which library do you use to automate tasks in aws?
View answer (3)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)

Get interview-ready with Top Infinite Computer Solutions Interview Questions

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

(2 Questions)

  • Q1. Basic SQL based Questions
  • Q2. Machine Learning RNN LSTM related questions

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)

Jobs at Infinite Computer Solutions

View all
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is joins in SQL?
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column between them.

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;

  • Answered by AI
  • Q2. Difference between DROP and TRUNCATE?
  • Ans. 

    DROP deletes the table structure and data, while TRUNCATE deletes only the data.

    • DROP removes the table from the database, including all data and structure.

    • TRUNCATE removes all data from the table, but keeps the table structure intact.

    • DROP is a DDL (Data Definition Language) command, while TRUNCATE is a DML (Data Manipulation Language) command.

  • Answered by AI
  • Q3. What is substring in SQL?
  • Ans. 

    Substring in SQL is a function that extracts a portion of a string based on a specified starting position and length.

    • Substring function is used to extract a part of a string based on the starting position and length provided.

    • Syntax: SUBSTRING(string_expression, start, length)

    • Example: SELECT SUBSTRING('Hello World', 1, 5) will return 'Hello'

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infinite Computer Solutions Database Admin interview:
  • SQL
  • PL SQL

Skills evaluated in this interview

Database Admin Interview Questions asked at other Companies

Q1. What is the difference between classification and clustering in the context of database management systems?
View answer (1)

Associate Engineer Interview Questions & Answers

user image Aryan Kumar Mohapatra

posted on 12 Aug 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Group Discussion 

Topic:-
Budget in a tip
time:- 20 mins

Round 2 - Aptitude Test 

90 mins
Quantitative(time and work, distance , ratio, percentage)
java
database

Round 3 - Technical 

(2 Questions)

  • Q1. Java Collection framework
  • Q2. Static Keyword?

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview process

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. What are the day-to-day activities of a Major Incident Manager?
  • Ans. 

    A Major Incident Manager oversees incident response, ensuring effective communication and resolution during critical service disruptions.

    • Monitor incident management tools for alerts and escalations.

    • Coordinate with cross-functional teams during major incidents, e.g., IT, operations, and support.

    • Facilitate incident review meetings to analyze root causes and improve processes.

    • Communicate updates to stakeholders and manage...

  • Answered by AI
  • Q2. What problem have you handled in your previous experience?
  • Ans. 

    Handled a major incident involving a critical system outage, coordinating cross-functional teams to restore services swiftly.

    • Identified the root cause of a server failure that impacted multiple services.

    • Coordinated with IT, network, and application teams to implement a fix.

    • Communicated updates to stakeholders every hour to keep them informed.

    • Conducted a post-incident review to analyze response effectiveness and prevent

  • Answered by AI

Major Incident Manager Interview Questions asked at other Companies

Q1. Have you handle most difficult incident? If Is! What is your approach and what is the learning
View answer (2)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is MVC Pattern.
  • Ans. 

    MVC is a software design pattern that separates an application into three main components: Model, View, and Controller.

    • Model represents the data and business logic of the application.

    • View is responsible for displaying the data to the user.

    • Controller acts as an intermediary between Model and View, handling user input and updating the Model accordingly.

    • MVC helps in achieving separation of concerns, making the code more o...

  • Answered by AI

Skills evaluated in this interview

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (12)

Infinite Computer Solutions Interview FAQs

How many rounds are there in Infinite Computer Solutions interview?
Infinite Computer Solutions interview process usually has 2-3 rounds. The most common rounds in the Infinite Computer Solutions interview process are Technical, HR and Resume Shortlist.
How to prepare for Infinite Computer Solutions 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 SQL, Troubleshooting, Javascript, Python and Healthcare.
What are the top questions asked in Infinite Computer Solutions interview?

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

  1. Which library do you use to automate tasks in a...read more
  2. in which layer the Ip address is working on if it working on L3 so how can we a...read more
  3. what is the OSI model and describe about the each and every layer of that layer...read more
How long is the Infinite Computer Solutions interview process?

The duration of Infinite Computer Solutions interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Infinite Computer Solutions Interview Process

based on 157 interviews

Interview experience

3.8
  
Good
View more
Join Infinite Computer Solutions Digitally Engineering Tomorrow, Today

Interview Questions from Similar Companies

Nagarro Interview Questions
4.0
 • 763 Interviews
Publicis Sapient Interview Questions
3.5
 • 621 Interviews
GlobalLogic Interview Questions
3.6
 • 593 Interviews
EPAM Systems Interview Questions
3.7
 • 556 Interviews
UST Interview Questions
3.8
 • 518 Interviews
CGI Group Interview Questions
4.0
 • 493 Interviews
View all

Infinite Computer Solutions Reviews and Ratings

based on 1.6k reviews

3.3/5

Rating in categories

3.0

Skill development

3.3

Work-life balance

3.2

Salary

3.0

Job security

3.1

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 1.6k Reviews and Ratings
React JS Team Lead / Senior Software Engineer

Hyderabad / Secunderabad,

Chennai

+1

7-12 Yrs

Not Disclosed

Front End Developer

Noida

1-3 Yrs

Not Disclosed

Technical Lead

Pune

10-14 Yrs

Not Disclosed

Explore more jobs
Software Engineer
1.4k salaries
unlock blur

₹3 L/yr - ₹12.3 L/yr

Senior Software Engineer
1.3k salaries
unlock blur

₹6.8 L/yr - ₹22.5 L/yr

Technical Lead
832 salaries
unlock blur

₹9.8 L/yr - ₹28.9 L/yr

Associate Software Engineer
749 salaries
unlock blur

₹2.5 L/yr - ₹8.5 L/yr

Softwaretest Engineer
601 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Explore more salaries
Compare Infinite Computer Solutions with

Sutherland Global Services

3.6
Compare

Optum Global Solutions

4.0
Compare

Hexaware Technologies

3.5
Compare

FIS

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