Upload Button Icon Add office photos

Filter interviews by

Infinite Computing Systems Interview Questions and Answers

Updated 31 Oct 2024

Infinite Computing Systems Interview Experiences

Popular Designations

5 interviews found

Interview Questions & Answers

user image Anonymous

posted on 17 Apr 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. Project management activities end to end and revenue tracking as well as Quality knowledge
  • Q2. How do u do conflict resolution
  • Q3. How to manage Delivery Slippage
  • Ans. 

    Delivery slippage can be managed by identifying the root cause, adjusting timelines, and communicating with stakeholders.

    • Identify the root cause of the slippage and take corrective actions.

    • Adjust timelines and prioritize tasks to ensure timely delivery.

    • Communicate with stakeholders regularly to keep them informed of the progress and any changes in timelines.

    • Implement risk management strategies to mitigate potential del...

  • Answered by AI
  • Q4. What Plans are part of Project Plan
  • Ans. 

    Project plans typically include scope, schedule, budget, quality, risk, communication, and resource plans.

    • Scope plan outlines the project's objectives, deliverables, and requirements.

    • Schedule plan defines the project timeline and milestones.

    • Budget plan outlines the project's financial resources and constraints.

    • Quality plan outlines the project's quality standards and processes.

    • Risk plan identifies potential risks and o...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 2 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. Technical Round-1 , 2 ,Managerial Round and HR round
  • Q2. How to find the duplicate?
  • Ans. 

    To find duplicates, compare each element with all other elements and mark the duplicates.

    • Iterate through the array and compare each element with all other elements

    • If a duplicate is found, mark it or remove it

    • Use a hash table or set to keep track of seen elements for faster lookup

    • For large datasets, consider sorting the array and then finding duplicates

    • Examples: comparing strings in an array, finding duplicate numbers i

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in you technical evaluation and work on scenario based questions.

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)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain different design patterns
  • Ans. 

    Design patterns are reusable solutions to common problems in software design.

    • Design patterns help in creating flexible, maintainable, and scalable software.

    • Some common design patterns include Singleton, Factory, Observer, and Strategy.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Factory pattern creates objects without specifying the exact class of object that will ...

  • Answered by AI
  • Q2. Explain OOPS concepts
  • Ans. 

    OOPS concepts refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detail

  • Answered by AI

Skills evaluated in this interview

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. What are steps involved in consolidation of MIS?
  • Ans. 

    Consolidation of MIS involves several steps to gather, organize, and analyze data from various sources.

    • Identify the data sources and determine the scope of the consolidation.

    • Extract data from different sources, such as databases, spreadsheets, and reports.

    • Clean and validate the data to ensure accuracy and consistency.

    • Transform the data into a standardized format for easy comparison and analysis.

    • Merge the data from diff...

  • Answered by AI

Assistant Manager Interview Questions asked at other Companies

Q1. You are Handling cash operations then how you manage operations with sales ?
View answer (89)

Infinite Computing Systems interview questions for popular designations

 Technical Lead

 (1)

 Technical Recruiter Team Lead

 (1)

 Senior Software Developer

 (1)

 Assistant Manager

 (1)

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

I applied via Naukri.com and was interviewed before Sep 2022. There were 2 interview rounds.

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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. About your previous experience
  • Q2. About your experience in US IT

Interview Preparation Tips

Interview preparation tips for other job seekers - Not a great place to work

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Everything HTML CSS SQL and core java

Interview Questionnaire 

1 Question

  • Q1. Simple questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well enough for the position

Interview Questionnaire 

1 Question

  • Q1. What js difference between === and ==
  • Ans. 

    === compares value and type, while == only compares value

    • === is stricter than == in type checking

    • === returns true only if both operands are of the same type and have the same value

    • == performs type coercion, which can lead to unexpected results

    • For example, '5' == 5 returns true, but '5' === 5 returns false

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your basics, oops concepts, advance framework

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. C# standard QA,Azure

Interview Preparation Tips

Interview preparation tips for other job seekers - 1)C# program --like find second largest number
2)sql query writing like using group by etc
3)standard C# Q/A
4)Scenario based ques like - how you troubleshoot any web page low performance
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic ques related to resume

Infinite Computing Systems Interview FAQs

How many rounds are there in Infinite Computing Systems interview?
Infinite Computing Systems interview process usually has 1-2 rounds. The most common rounds in the Infinite Computing Systems interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for Infinite Computing Systems 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 Computing Systems. The most common topics and skills that interviewers at Infinite Computing Systems expect are Recruitment, IT Recruitment, Talent Acquisition, US Staffing and Technical Recruitment.
What are the top questions asked in Infinite Computing Systems interview?

Some of the top questions asked at the Infinite Computing Systems interview -

  1. What are steps involved in consolidation of M...read more
  2. What Plans are part of Project P...read more
  3. How to find the duplica...read more

Tell us how to improve this page.

Infinite Computing Systems Interview Process

based on 9 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k 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
 • 796 Interviews
Cyient Interview Questions
3.7
 • 288 Interviews
View all

Infinite Computing Systems Reviews and Ratings

based on 49 reviews

3.4/5

Rating in categories

3.1

Skill development

3.4

Work-life balance

3.4

Salary

3.0

Job security

3.1

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 49 Reviews and Ratings
Technical Lead
58 salaries
unlock blur

₹11.5 L/yr - ₹29 L/yr

Senior Software Engineer
50 salaries
unlock blur

₹6.5 L/yr - ₹23.3 L/yr

Software Developer
39 salaries
unlock blur

₹3.8 L/yr - ₹10 L/yr

Software Engineer
29 salaries
unlock blur

₹4 L/yr - ₹10.1 L/yr

Talent Acquisition Specialist
13 salaries
unlock blur

₹2.5 L/yr - ₹4 L/yr

Explore more salaries
Compare Infinite Computing Systems with

Pitney Bowes

3.8
Compare

Dataflow Group

3.0
Compare

Sapphire Software Solutions (India)

4.5
Compare

Sagitec Solutions

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