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
3.4

based on 1.4k Reviews

Filter interviews by

Infinite Computer Solutions Software Engineer Trainee Interview Questions and Answers

Updated 22 Aug 2024

Infinite Computer Solutions Software Engineer Trainee Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Just-a-minute 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Small talk (mostly topics from google or you can talk about anything of your choice)
Round 2 - Group Discussion 

I did not have GD, the company official shortlisted us based on our resume, which again was not as scrutinized as you'd expect. The shortlisted 17-18 out of 20 candidates to the next round. Some slots did have GD tho.

Round 3 - Aptitude Test 

Around 125 students from my college and many more from previous batches and other colleges had to take up the aptitude test. It consisted of 50 questions. The split up is 20 aptitude, 20 java and 10 DBMS questions. All questions carry negative marks. Aptitude section mainly consisted questions from mensuration.

Round 4 - One-on-one 

(2 Questions)

  • Q1. Fully resume based questions were asked.
  • Q2. There were three panels, in the other panels DSA questions were asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Passed out batches were "onboarded" while current final years were told that they were "shortlisted" and have to sit for the HR round. The day 1 process went on till 8pm. Other than that, overall the interview process was decent, the results were intimated on time.

Interview questions from similar companies

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

Questions in flow charts and their outputs

Round 2 - Technical 

(1 Question)

  • Q1. Related to project and internship and some questions on c.
Round 3 - HR 

(1 Question)

  • Q1. Location discussion and shifts and leaves discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude Questions

Round 2 - Coding Test 

MCQs and 2 coding questions

Round 3 - HR 

(1 Question)

  • Q1. My Introduction

I applied via Telegram links and was interviewed before Dec 2021. There were 5 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 - Assignment 

Aptitude including strong DSA coding 2 programmes. Please be prepared its not gonna be that easy.

Round 3 - Technical 

(3 Questions)

  • Q1. Questions from resume. All java questions.
  • Q2. Merge sort quick sort
  • Q3. Dsa questions from basic concepts and time and space complexities and sorting technique comparisons.
Round 4 - Technical 

(2 Questions)

  • Q1. Some more java based questions
  • Q2. Coding questions to be written there online
Round 5 - HR 

(1 Question)

  • Q1. Basic hr questions what ever u get online.

Interview Preparation Tips

Topics to prepare for EPAM Systems Software Engineer Trainee interview:
  • Java
  • DSA
  • Sorting
  • Searching
  • Coding
Interview preparation tips for other job seekers - Be prepared well with all core java with all types of concepts in it. Be prepared to be hit by dsa questions not too hard. All basic coding questions and all searching and sorting codes and their time complexities. Be practiced enough to write code then and there.

I applied via Company Website and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. First-round was an aptitude/Programming based online test, then there was an online coding round there were three questions based on data structures and algorithm of leetcode medium level. In interview, th...

Interview Preparation Tips

Interview preparation tips for other job seekers - Should Have good knowledge of Data structure and algorithms.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Regarding all basic java , sprint boot questions
  • Q2. More focused on Spring and microservices
Round 2 - Technical 

(1 Question)

  • Q1. Advance java questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Aptitude, electronics

Round 2 - Technical 

(2 Questions)

  • Q1. Transformer and power supply
  • Q2. What is a pointer
  • Ans. 

    A pointer is a variable that stores the memory address of another variable.

    • Pointers are used to access and manipulate memory locations directly.

    • They are commonly used in programming languages like C and C++.

    • Example: int *ptr; // declares a pointer to an integer variable

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What all thinks happen on powering on a device.
  • Ans. 

    When a device is powered on, several processes occur including booting up the operating system, initializing hardware components, loading necessary drivers, and launching user interface.

    • Booting up the operating system

    • Initializing hardware components

    • Loading necessary drivers

    • Launching user interface

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study btech project.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Simple task to fetch cart and display items in the cart
  • Ans. 

    Fetch cart items and display them

    • Create a function to fetch cart items from database

    • Display the items in the cart on the user interface

    • Handle empty cart scenarios

    • Consider pagination for large number of items

  • Answered by AI
  • Q2. React hooks, life cycle methods, error boundaries, hoc
Round 2 - Technical 

(1 Question)

  • Q1. Simple task to fetch characters and their movies
  • Ans. 

    Fetch characters and their movies

    • Use API like IMDb or The Movie Database to fetch movie data

    • Parse the data to extract characters and their associated movies

    • Store the characters and movies in an array of strings

  • Answered by AI
Round 3 - Cultural 

(1 Question)

  • Q1. Culture based questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain advantages of Angular
  • Ans. 

    Angular offers advantages such as two-way data binding, dependency injection, and modular architecture.

    • Two-way data binding allows automatic synchronization of data between the model and the view, reducing the need for manual DOM manipulation.

    • Dependency injection helps manage dependencies and promotes code reusability by allowing components to be easily injected with their dependencies.

    • Modular architecture enables deve...

  • Answered by AI
  • Q2. Explain about ngmodel
  • Ans. 

    ngModel is a directive in AngularJS that binds the value of HTML controls to application data.

    • ngModel is used for two-way data binding in AngularJS.

    • It can be used with input, select, textarea, and custom form controls.

    • Example:

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Java coding questions
  • Q2. Core java and spring questions
Round 3 - HR 

(1 Question)

  • Q1. Salary expectation

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

OS questions, locking and threads etc

Round 2 - Coding Test 

Basic questions on Linked list

Round 3 - Technical 

(2 Questions)

  • Q1. IPC mechanisms in OS, process management
  • Ans. 

    IPC mechanisms in OS facilitate communication between processes, while process management involves creating, scheduling, and terminating processes.

    • IPC mechanisms include shared memory, message passing, and sockets.

    • Shared memory allows processes to share a portion of memory for communication.

    • Message passing involves sending and receiving messages between processes.

    • Sockets enable communication between processes over a ne...

  • Answered by AI
  • Q2. Fibonacci series code
Round 4 - Behavioral 

(1 Question)

  • Q1. What challenging work you did in previous company
  • Ans. 

    Implemented a real-time data processing system to handle large volumes of data efficiently.

    • Designed and implemented a distributed system using Apache Kafka for real-time data processing.

    • Optimized data processing algorithms to handle large volumes of data without impacting performance.

    • Collaborated with cross-functional teams to ensure seamless integration of the system with existing infrastructure.

  • Answered by AI

Skills evaluated in this interview

Infinite Computer Solutions Interview FAQs

How many rounds are there in Infinite Computer Solutions Software Engineer Trainee interview?
Infinite Computer Solutions interview process usually has 4 rounds. The most common rounds in the Infinite Computer Solutions interview process are Group Discussion, Aptitude Test and One-on-one Round.
What are the top questions asked in Infinite Computer Solutions Software Engineer Trainee interview?

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

  1. There were three panels, in the other panels DSA questions were ask...read more
  2. Fully resume based questions were ask...read more

Tell us how to improve this page.

Join Infinite Computer Solutions Digitally Engineering Tomorrow, Today
Software Engineer
1.4k salaries
unlock blur

₹3.6 L/yr - ₹14 L/yr

Senior Software Engineer
1.2k salaries
unlock blur

₹6.6 L/yr - ₹22 L/yr

Technical Lead
799 salaries
unlock blur

₹8.2 L/yr - ₹28.3 L/yr

Associate Software Engineer
701 salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

Softwaretest Engineer
605 salaries
unlock blur

₹3 L/yr - ₹10.7 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.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview