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 for Experienced

Updated 4 Mar 2025

Top Infinite Computer Solutions Interview Questions and Answers for Experienced

View all 56 questions

Infinite Computer Solutions Interview Experiences for Experienced

Popular Designations

77 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Mar 2024.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Tell me about yourself.
  • Q2. OOPS Concept with real time examples
  • Ans. 

    OOPs concepts like encapsulation, inheritance, polymorphism, and abstraction are fundamental in software engineering.

    • Encapsulation: Bundling data and methods that operate on the data within one unit, e.g., a class representing a bank account.

    • Inheritance: A mechanism where a new class derives properties from an existing class, e.g., a 'Dog' class inheriting from an 'Animal' class.

    • Polymorphism: The ability to present the...

  • Answered by AI
  • Q3. What is deadlock or why synchronized key is used?
  • Ans. 

    Deadlock occurs when two or more threads are blocked forever, waiting for each other to release resources.

    • Deadlock happens in multi-threaded environments when threads hold resources and wait for others.

    • Example: Thread A holds Resource 1 and waits for Resource 2, while Thread B holds Resource 2 and waits for Resource 1.

    • To prevent deadlock, use synchronized blocks or methods to control access to shared resources.

    • Synchron...

  • Answered by AI
  • Q4. What is the query for fetching top 5 salaries of employee table?

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
Easy
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. My self Suresh I have data entry experience 3 years
  • Q2. What do you know? your experience data entry? how is typing speed?
  • Ans. 

    I have 3 years of experience in data entry with a typing speed of 70 words per minute.

    • I have 3 years of experience in data entry.

    • I am proficient in using Microsoft Excel and Word for data entry tasks.

    • My typing speed is 70 words per minute, with a high level of accuracy.

    • I have experience in entering large volumes of data accurately and efficiently.

    • I am detail-oriented and able to meet tight deadlines for data entry proj

  • Answered by AI

Data Entry Operator Interview Questions asked at other Companies

Q1. What is skills matrix of Return center Department?
View answer (44)

Interview Questions & Answers

user image Anonymous

posted on 5 Oct 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. Introduction Day to Day Activities 2G 3G &4G Call flows Architecture's Issues in Testing Types of issues Tools knowledge Etc.
  • Q2. Tools regarding knowledge.

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to prepare as per job requirements.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General questions about self family

Round 2 - Coding Test 

Some troubleshooting questi On citrix vpn active directory

Round 3 - HR 

(1 Question)

  • Q1. Discussion on salary part

Support Engineer Interview Questions asked at other Companies

Q1. How to handle escalations/ your approach to solve any issues/ why do you want to join support when already you are working on development
View answer (2)

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)

Executive Interview Questions & Answers

user image Sabbana Anurag Naidu

posted on 1 Mar 2025

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

I was interviewed before Mar 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What you know about technical process
  • Ans. 

    Technical process involves a series of steps or actions to achieve a specific goal or outcome.

    • Technical process typically involves planning, designing, implementing, and evaluating.

    • It often requires specialized knowledge, skills, and tools.

    • Examples include software development, manufacturing processes, and engineering design.

  • Answered by AI
  • Q2. What is DNS & how it works
  • Ans. 

    DNS stands for Domain Name System, it translates domain names to IP addresses to locate resources on the internet.

    • DNS is like a phone book for the internet, translating human-readable domain names (like google.com) to IP addresses (like 172.217.3.206).

    • DNS works by sending queries to a series of servers starting from the local DNS resolver, then to authoritative DNS servers for the specific domain.

    • DNS uses a hierarchica...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What makes you to work in our organisation
  • Ans. 

    I am drawn to your organization's innovative approach to solving complex problems and the opportunity to work with a talented team.

    • Your organization's reputation for cutting-edge technology and forward-thinking solutions

    • The chance to collaborate with top industry professionals and experts

    • The potential for personal and professional growth within the company

  • Answered by AI
  • Q2. What is the salary expectation
  • Ans. 

    I am looking for a competitive salary that reflects my experience and skills.

    • Research industry standards for similar positions

    • Consider cost of living in the area

    • Factor in benefits and perks offered by the company

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's doesn't matter whatever you speak of a particular topic but the vocabulary should be good.


The other person should understand and the choice of words should be relevant and the pronunciation has to be good

Executive Interview Questions asked at other Companies

Q1. How will you start RS method Development for known drug product?
View answer (16)

Get interview-ready with Top Infinite Computer Solutions Interview Questions

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

I applied via Approached by Company and was interviewed in Nov 2022. 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 

(3 Questions)

  • Q1. Explain few cypress commands
  • Ans. 

    Cypress is a JavaScript end-to-end testing framework. Few commands are - visit, get, click, type, wait, assert.

    • visit - navigates to a URL

    • get - selects an element

    • click - clicks on an element

    • type - types into an input field

    • wait - waits for an element to appear or disappear

    • assert - verifies that an element has certain text or attributes

  • Answered by AI
  • Q2. Exceptions handling in Selenium
  • Ans. 

    Exception handling in Selenium is crucial for maintaining test stability and reliability.

    • Exceptions can occur due to various reasons such as element not found, timeout, stale element reference, etc.

    • Handling exceptions can be done using try-catch blocks or using Selenium's built-in exception handling mechanism.

    • It is important to handle exceptions gracefully and provide meaningful error messages for debugging purposes.

    • Ex...

  • Answered by AI
  • Q3. How constructors work in Java
  • Ans. 

    Constructors are special methods used to initialize objects in Java.

    • Constructors have the same name as the class they belong to.

    • They are called automatically when an object is created.

    • Constructors can be overloaded to accept different parameters.

    • They can also call other constructors using the 'this' keyword.

    • If a class does not define a constructor, a default constructor is provided.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Explain your automation framework
  • Ans. 

    Our automation framework is a hybrid framework that combines data-driven and keyword-driven approaches.

    • We use Selenium WebDriver for UI automation and RestAssured for API automation

    • Our framework is built using Java and TestNG

    • We have a centralized configuration file for easy maintenance

    • We use Jenkins for continuous integration and delivery

    • We have a custom reporting mechanism that generates detailed reports with screensh...

  • Answered by AI
  • Q2. Difference between var and let keywords in Javascript
  • Ans. 

    var is function-scoped and let is block-scoped.

    • var declarations are hoisted to the top of their scope

    • let declarations are not hoisted

    • var can be redeclared in the same scope

    • let cannot be redeclared in the same scope

    • var can be declared without initialization

    • let must be initialized before use

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you want switch the job?

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic knowledge on Java & Javascript programming languages

Skills evaluated in this interview

Senior Software Test Engineer Interview Questions asked at other Companies

Q1. What is retest and regression testing ?, Difference between authentication and authorization, Black box testing, functionality testing, UAT, STLC, Bug life cycle, Bug tracking tool, traffic light scenario,
View answer (1)

Jobs at Infinite Computer Solutions

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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. Related to your technical skill set
Round 3 - One-on-one 

(1 Question)

  • Q1. Two interviewer for technical discussion
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation and some basics hr question

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for technical round thoroughly and be confident and ask whatever figure you have in mind

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. They ask about last project work.
  • Q2. They ask you about pressure handling.
  • Q3. They will ask you OTT testing question.
Round 2 - One-on-one 

(1 Question)

  • Q1. Managerial question was asked.

Senior Software Test Engineer Interview Questions asked at other Companies

Q1. What is retest and regression testing ?, Difference between authentication and authorization, Black box testing, functionality testing, UAT, STLC, Bug life cycle, Bug tracking tool, traffic light scenario,
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed before Oct 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 - Technical 

(2 Questions)

  • Q1. Write a program to find a prime number from 1 to n, where n is integer.?
  • Ans. 

    Program to find prime numbers from 1 to n

    • Iterate from 2 to n and check if each number is prime

    • Use a nested loop to check divisibility by numbers less than the current number

    • A prime number is only divisible by 1 and itself

  • Answered by AI
  • Q2. What deep copy and shallow copy write pollyfil for the same
  • Ans. 

    Deep copy creates a new copy of an object with all nested objects also copied, while shallow copy creates a new object with references to the original nested objects.

    • Deep copy involves recursively copying all nested objects, while shallow copy only copies the top-level object

    • Deep copy ensures that changes to the original object do not affect the copied object, while shallow copy may have shared references

    • In JavaScript,...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why you want to chnage compoany?
  • Ans. 

    Seeking new challenges, growth opportunities, and a better work-life balance.

    • Looking for new challenges and opportunities for growth

    • Seeking a better work-life balance

    • Interested in working with cutting-edge technologies or in a different industry

    • Want to expand my skill set and knowledge

  • Answered by AI

Skills evaluated in this interview

Top Infinite Computer Solutions Senior Technical Lead Interview Questions and Answers

Q1. How will you scale-up and scale-down Kubernetes pods?
View answer (1)

Senior Technical Lead Interview Questions asked at other Companies

Q1. What is containerization (Docker)? what are steps to create container, till it gets deploy on server.
View answer (1)

Technical Lead Interview Questions & Answers

user image Arkadev Ghosh

posted on 23 Oct 2024

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

I applied via Referral and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Linux commands for deployment
  • Ans. 

    Linux commands for deployment are essential for Technical Leads to efficiently manage and deploy applications.

    • Use 'scp' command to securely copy files between local and remote servers

    • Utilize 'rsync' command for efficient file synchronization and transfer

    • Leverage 'ssh' command for secure remote access to servers

    • Employ 'tar' command for archiving and compressing files before deployment

  • Answered by AI
  • Q2. Telecom questions on RAN core and OSS

Skills evaluated in this interview

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Infinite Computer Solutions Interview FAQs

How many rounds are there in Infinite Computer Solutions interview for experienced candidates?
Infinite Computer Solutions interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Infinite Computer Solutions interview process for experienced candidates are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Infinite Computer Solutions interview for experienced candidates?
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 for experienced candidates?

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

  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 for Experienced

based on 42 interviews

Interview experience

3.7
  
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
Associate Software Engineer

Visakhapatnam

0-2 Yrs

Not Disclosed

Associate Software Engineer

Visakhapatnam

0-1 Yrs

Not Disclosed

Associate Software Engineer

Visakhapatnam

0-3 Yrs

Not Disclosed

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
816 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