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 4 Mar 2025

Top Infinite Computer Solutions Interview Questions and Answers

View all 86 questions

Infinite Computer Solutions Interview Experiences

Popular Designations

144 interviews found

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

I applied via Naukri.com

Round 1 - One-on-one 

(1 Question)

  • Q1. Introduction and prior experience
Round 2 - HR 

(1 Question)

  • Q1. Salary Expectation

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

UI and UX Design Lead Interview Questions & Answers

user image SAJILESH KUMAR

posted on 13 Nov 2023

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Utter waste experience with the interviewer Name Jabeer Basha, doesnt know the little knowledge in taking interview. All time he was mute and I am Keep asking for the confirmation on my conversation whether it was audible or not. Why this company assigned this kind of mo ron's to waste a job seeking candidates valuable time. Good for nothing, He asked only questions and in between I called the call schedule person and escalate her into the call. Even she too confirmed this is a pathetic and unfruitful time, Requesting you find any good person to take interview rather than this kind of Brainless Mo rons. Finally I came to know that they find the people from there Bench itself, Really waste of time.

Just asked two questions for a name sake.
1. Tell something about urself... Silence for 3mins...
2. What all tools you know... Again silence

Round 2 - Technical 

(1 Question)

  • Q1. Mentioned above

Interview Preparation Tips

Interview preparation tips for other job seekers - Please advice to the people to find good behaviour people to take the interview. Otherwise, you will waste a valuable time in your life for good for nothing,

UI and UX Design Lead Interview Questions asked at other Companies

Q1. What is the UX Process you are following to do project?
View answer (1)
Infinite Computer Solutions Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Apptitute test English round

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process is easy and company is employee friendly it is good to start your career here

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 (196)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Not Selected
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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Difference between UDP and TCP protocol
  • Ans. 

    UDP is connectionless and unreliable, while TCP is connection-oriented and reliable.

    • UDP stands for User Datagram Protocol, while TCP stands for Transmission Control Protocol.

    • UDP does not guarantee delivery of packets, while TCP ensures delivery through error checking and retransmission.

    • UDP is faster but less reliable, while TCP is slower but more reliable.

    • Examples of UDP applications include DNS and video streaming, wh...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Details on LTE and 4G networks

Interview Preparation Tips

Interview preparation tips for other job seekers - They have tie up with third party for taking screening interview. According to me they are actually not qualified enough and ask theoretical questions rather than experience based. I could crack the interview anyway. Coding is around Java8 streams.

Skills evaluated in this interview

Technical Architect Interview Questions asked at other Companies

Q1. How to manage clients, how to handle critical issues with example
View answer (3)

Infinite Computer Solutions interview questions for popular designations

 Software Engineer

 (14)

 Senior Software Engineer

 (9)

 Associate Software Engineer

 (8)

 Technical Lead

 (6)

 Senior Technical Lead

 (5)

 Softwaretest Engineer

 (4)

 Support Engineer

 (3)

 Software Developer

 (3)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 21 Sep 2023

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. How to get 3rd highest salary?
Round 3 - Technical 

(1 Question)

  • Q1. What is the difference between primary key and unique key?
  • Ans. 

    Primary key uniquely identifies each record in a table, while unique key ensures that all values in a column are distinct.

    • Primary key does not allow NULL values, while unique key allows one NULL value.

    • A table can have only one primary key, but multiple unique keys.

    • Primary key automatically creates a unique index, while unique key does not.

    • Primary key is used to establish relationships between tables, while unique key i

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Will you work from office in hybrid mode?

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst interview experience.
I have selected all rounds of the interview
And they finalised salary as well and mentioned like going to send offer letter but EOD HR was bargaining about Salary
If we are reducing salary then they are again bargaining.

They wasted my time to fill all documents as well.

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

Get interview-ready with Top Infinite Computer Solutions Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Session management
  • Q2. Oops concepts..
Round 3 - One-on-one 

(2 Questions)

  • Q1. Solid and design principles
  • Ans. 

    Solid and design principles are fundamental concepts in software engineering that help in creating maintainable and scalable code.

    • SOLID principles include Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion.

    • Design principles like DRY (Don't Repeat Yourself) and KISS (Keep It Simple, Stupid) help in writing clean and efficient code.

    • Applying SOLID and design principles...

  • Answered by AI
  • Q2. Senerio based managerial questions too

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Jobs at Infinite Computer Solutions

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

I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Describe your views on global warming

Interview Preparation Tips

Interview preparation tips for other job seekers - Just don't give any breaks. And be confident while speaking

Customer Support Associate Interview Questions asked at other Companies

Q1. How can you tackle your customer in real time scenario?
View answer (33)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Please do not join this company they are very bad they hire then they blame you that you are not doing well and they fire you as a Spanish speaking as well as don't join the company worst company

Testing Engineering Analyst Interview Questions asked at other Companies

Q1. Check the quality of any products and find out what is wrong or what is wrong in the use of which you should pay attention to the food and work properly.
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 11 Mar 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Feb 2024.

Round 1 - Coding Test 

Sql questies programming

Round 2 - One-on-one 

(1 Question)

  • Q1. About yourself and checked communication skills
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

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

Nutanix

No Interviews

INTERVIEWS

Accenture

No Interviews

INTERVIEWS

ServiceNow

No Interviews

SALARIES

Infinite Computer Solutions

INTERVIEWS

Maruti Suzuki

No Interviews

Tell us how to improve this page.

Infinite Computer Solutions Interview Process

based on 151 interviews

Interview experience

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

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
Nagarro Interview Questions
4.0
 • 759 Interviews
KPIT Technologies Interview Questions
3.4
 • 281 Interviews
View all

Infinite Computer Solutions Reviews and Ratings

based on 1.5k reviews

3.4/5

Rating in categories

3.0

Skill development

3.3

Work-life balance

3.1

Salary

3.0

Job security

3.1

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 1.5k Reviews and Ratings
Senior Software Engineer

Chennai

8-13 Yrs

Not Disclosed

Software Engineer

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Senior Technical Lead

Bangalore / Bengaluru

9-16 Yrs

₹ 10.8-21 LPA

Explore more jobs
Software Engineer
1.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
1.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
813 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
730 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
616 salaries
unlock blur

₹0 L/yr - ₹0 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.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent