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
-
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
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)
Infinite Computer Solutions Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed 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. 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)
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 (196)

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)

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)

Get interview-ready with Top Infinite Computer Solutions Interview Questions

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)

Jobs at Infinite Computer Solutions

View all

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
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 (11)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basics of Java and Python, along with Merge sort optimization and Algorithm concepts and some domain knowledge depending on project
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic discussion along with salary break down

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(14 Questions)

  • Q1. What is STP full form ?
  • Ans. 

    STP stands for Spanning Tree Protocol.

    • STP is a network protocol used to prevent loops in Ethernet networks.

    • It works by creating a loop-free logical topology by blocking redundant paths.

    • STP elects a root bridge and calculates the shortest path to it for each network segment.

    • It uses Bridge Protocol Data Units (BPDU) to exchange information between switches.

    • STP is defined by the IEEE 802.1D standard.

  • Answered by AI
  • Q2. What is the main function of the Root bridge switch ?
  • Ans. 

    The main function of the Root bridge switch is to control the flow of data traffic in a spanning tree network.

    • The Root bridge switch is elected as the central point of the spanning tree network.

    • It determines the shortest path for data traffic to reach all other switches in the network.

    • The Root bridge switch sends Bridge Protocol Data Units (BPDUs) to other switches to exchange information and maintain the spanning tree...

  • Answered by AI
  • Q3. In which layer the Ip address is working on if it working on L3 so how can we assisgn an Ip address on Layer 2 Switch descibe in the details ?
  • Ans. 

    The IP address works at Layer 3 of the OSI model. Assigning an IP address on a Layer 2 switch is not possible.

    • IP addresses are used for network layer communication (Layer 3)

    • Layer 2 switches operate at the data link layer (Layer 2)

    • Layer 2 switches use MAC addresses for communication within a local network

    • IP addresses are assigned to devices connected to Layer 2 switches, not to the switch itself

  • Answered by AI
  • Q4. What is the port number of dns and how it's work?
  • Ans. 

    DNS uses port number 53. It works by translating domain names into IP addresses and vice versa.

    • DNS stands for Domain Name System.

    • Port number 53 is used for both TCP and UDP protocols.

    • DNS works by resolving domain names to their corresponding IP addresses.

    • It uses a hierarchical distributed database system.

    • DNS queries and responses are sent over port 53.

    • DNS operates through a client-server model.

    • Example: When you type a ...

  • Answered by AI
  • Q5. What is the dhcp dora process?
  • Ans. 

    DHCP DORA process is the sequence of steps followed by a client to obtain an IP address from a DHCP server.

    • DORA stands for Discover, Offer, Request, and Acknowledge.

    • Discover: Client broadcasts a DHCP Discover message to find available DHCP servers.

    • Offer: DHCP servers respond with DHCP Offer messages containing IP address lease information.

    • Request: Client selects one DHCP Offer and sends a DHCP Request message to reques...

  • Answered by AI
  • Q6. What is the 2G and 3G and 5G service ?
  • Ans. 

    2G, 3G, and 5G are different generations of mobile network technology.

    • 2G refers to second-generation mobile network technology, which primarily provided voice and basic data services.

    • 3G refers to third-generation mobile network technology, which introduced faster data speeds and enabled mobile internet access.

    • 5G refers to fifth-generation mobile network technology, which offers significantly faster data speeds, lower l...

  • Answered by AI
  • Q7. Did you take a any participation in deployment activtiy if you have so described me about the roles and responsibilities for the deployment team ?
  • Q8. What is the HTTPS port number ?
  • Ans. 

    The HTTPS port number is 443.

    • HTTPS uses port 443 for secure communication.

    • It is the default port for secure HTTP connections.

    • HTTPS encrypts data using SSL/TLS protocols.

    • Examples: https://www.example.com:443 or https://192.168.0.1:443

  • Answered by AI
  • Q9. What is the HTTP port number ?
  • Ans. 

    The HTTP port number is 80.

    • The default port number for HTTP is 80.

    • It is used for communication between web servers and clients.

    • Other common port numbers for HTTP include 8080 and 8888.

  • Answered by AI
  • Q10. What is the ssh port number and why we used the ssh service ?
  • Ans. 

    SSH port number is 22. SSH service is used for secure remote access and secure file transfer.

    • SSH port number is 22 by default

    • SSH stands for Secure Shell

    • SSH service provides secure remote access to servers

    • It encrypts the data transmitted over the network

    • SSH service is used for secure file transfer (SFTP) and remote command execution

    • It provides authentication and encryption for secure communication

  • Answered by AI
  • Q11. What is the OSI model and describe about the each and every layer of that layer function and functionality?
  • Ans. 

    The OSI model is a conceptual framework that standardizes the functions of a communication system into seven layers.

    • Layer 1 (Physical): Deals with the physical transmission of data over the network.

    • Layer 2 (Data Link): Provides error-free transmission of data frames between nodes on the same network.

    • Layer 3 (Network): Handles routing and logical addressing to enable data transfer between different networks.

    • Layer 4 (Tra...

  • Answered by AI
  • Q12. What is the tcp/ip model and why we used this model in current scenario?
  • Ans. 

    The TCP/IP model is a network protocol suite that defines how data is transmitted over the internet.

    • The TCP/IP model consists of four layers: Network Interface, Internet, Transport, and Application.

    • It is used in the current scenario because it provides a standardized framework for communication between devices on a network.

    • The TCP/IP model allows for reliable and efficient data transmission, ensuring that data packets ...

  • Answered by AI
  • Q13. What is the dtp porotocol ?
  • Ans. 

    DTP (Dynamic Trunking Protocol) is a Cisco proprietary protocol used to negotiate trunking between switches.

    • DTP is used to automatically negotiate trunking on a link between Cisco switches.

    • It allows switches to dynamically form trunk links without manual configuration.

    • DTP operates in three modes: dynamic auto, dynamic desirable, and trunk.

    • Dynamic auto mode waits for the other end to initiate trunking.

    • Dynamic desirable ...

  • Answered by AI
  • Q14. Which series you have worked on router device and the vendors?
  • Ans. 

    I have worked on various router devices and vendors.

    • Cisco routers (e.g. Cisco 2900 series)

    • Juniper routers (e.g. Juniper MX series)

    • Huawei routers (e.g. Huawei NE series)

    • MikroTik routers (e.g. MikroTik RB series)

  • Answered by AI

Skills evaluated in this interview

Top Infinite Computer Solutions Network Support Engineer Interview Questions and Answers

Q1. in which layer the Ip address is working on if it working on L3 so how can we assisgn an Ip address on Layer 2 Switch descibe in the details ?
View answer (1)

Network Support Engineer Interview Questions asked at other Companies

Q1. what is protocol, how many type of protocol.
View answer (3)
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

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