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 Senior Engineer Interview Questions and Answers

Updated 28 Feb 2024

Infinite Computer Solutions Senior Engineer Interview Experiences

1 interview found

Senior Engineer Interview Questions & Answers

user image Bhavadutta Pratihasta

posted on 28 Feb 2024

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

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Diameter/Gx/Gy/Rx/Sy call flow
  • Ans. Read basics call flow from ETSIG
  • Answered by Bhavadutta Pratihasta
  • Q2. Call flow of Gx
  • Ans. 

    Gx is a protocol used in 3G and 4G networks for policy and charging control.

    • Gx is used for communication between the Policy and Charging Rules Function (PCRF) and the Policy and Charging Enforcement Function (PCEF)

    • It is used to establish and manage Quality of Service (QoS) policies for data traffic

    • Gx messages include Credit-Control-Request (CCR) and Credit-Control-Answer (CCA)

  • Answered by AI
  • Q3. Call flow of Diameter
  • Ans. 

    Diameter is a protocol used in telecommunications for authentication, authorization, and accounting (AAA) purposes.

    • Diameter is an evolution of the RADIUS protocol, designed to address its limitations.

    • It is used in various network elements like AAA servers, gateways, and proxies.

    • Diameter messages consist of header, flags, command code, application ID, and AVPs.

    • It supports various applications like Diameter Credit-Contro...

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

(1 Question)

  • Q1. Just salary discussion

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response
Round 1 - Coding Test 

Conduct a live coding test accompanied by fundamental questions on core Java.

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on Collections, multi threading along with basic questions on streams
  • Q2. Questions on Spring Boot along with some basic coding questions
Round 3 - Technical 

(2 Questions)

  • Q1. Questions on Reactjs
  • Q2. Questions on things mentioned on resume
Round 4 - HR 

(1 Question)

  • Q1. Salary Expectation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude qyestions

Round 2 - Coding Test 

! simple and 1 medium levelleetcode questions

Round 3 - Technical 

(3 Questions)

  • Q1. Generic Python Based questions
  • Q2. Python Data structures
  • Q3. Generators, Decorators
Round 4 - Technical 

(1 Question)

  • Q1. LLD and` Web framework based questions

Interview Preparation Tips

Topics to prepare for Nagarro Senior Engineer interview:
  • DSA
  • Algorithims
  • SQL
  • Web Frameworks
  • GIT
Interview preparation tips for other job seekers - Strong basics can make you clear interview

Senior Engineer Interview Questions & Answers

Movate user image SHIVVACHAN PANDEY

posted on 29 Nov 2024

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

(3 Questions)

  • Q1. Angular life cycle
  • Q2. NgRX state management
  • Q3. Let var const difference, this keyword
  • Ans. 

    var, let, const are used to declare variables in JavaScript. 'this' keyword refers to the current object.

    • var is function-scoped, let is block-scoped, const is block-scoped and cannot be reassigned

    • 'this' keyword refers to the current object in which it is used

    • Example: var x = 10; let y = 20; const z = 30; this.name = 'John';

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Assignment 

A backend service to be created for product management.

Round 2 - Technical 

(2 Questions)

  • Q1. Logical implementation of set theory
  • Ans. 

    Set theory is a branch of mathematical logic that studies sets, which are collections of objects.

    • Set theory deals with the study of sets and their properties.

    • Sets can be defined by listing their elements or by using set-builder notation.

    • Operations on sets include union, intersection, and complement.

    • Venn diagrams are often used to visualize relationships between sets.

    • Set theory forms the foundation of many branches of m...

  • Answered by AI
  • Q2. Java features and details
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Leetcode problem
Round 2 - Technical 

(1 Question)

  • Q1. Questions related to security
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response
Round 1 - Coding Test 

1st round was consist of mcq questions the difficulty level was moderate to hard.

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

(1 Question)

  • Q1. Aws related question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 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 

(3 Questions)

  • Q1. TMAY, project work, tools
  • Q2. What is your project
  • Q3. Technology worked on
  • Ans. 

    I have worked on various technologies including Java, Python, AWS, and Docker.

    • Proficient in Java programming language and its frameworks like Spring and Hibernate

    • Experience in developing and deploying applications on AWS cloud platform

    • Familiarity with Python and its libraries like NumPy and Pandas

    • Expertise in containerization using Docker and Kubernetes

    • Hands-on experience in database technologies like MySQL and MongoDB

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Project you worked on
  • Q2. Domain of project you worked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine and confident
Follow dress code
Keep background clear
Greet interviewer
Prepare for technical questions

Skills evaluated in this interview

Round 1 - Aptitude Test 

Technical questions related to SQL , java , hibernate, spring boot ,oops, restful webservices

Round 2 - Technical 

(1 Question)

  • Q1. How to write Immutable class in java
  • Ans. 

    Immutable class in Java

    • Make the class final

    • Make all fields private and final

    • Do not provide any setter methods

    • If mutable objects are used, return a copy instead of the original object

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is difference between spring MVC and spring Boot
  • Ans. 

    Spring MVC is a web framework while Spring Boot is an opinionated configuration of Spring.

    • Spring MVC requires manual configuration while Spring Boot provides auto-configuration.

    • Spring Boot includes an embedded server while Spring MVC requires a separate server.

    • Spring Boot simplifies dependency management while Spring MVC requires manual dependency management.

    • Spring Boot is ideal for microservices while Spring MVC is be

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and project related information

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep up-to-date knowledge in hand
Camera should be on
no network issue
And all the best

Skills evaluated in this interview

Infinite Computer Solutions Interview FAQs

How many rounds are there in Infinite Computer Solutions Senior Engineer interview?
Infinite Computer Solutions interview process usually has 2 rounds. The most common rounds in the Infinite Computer Solutions interview process are Technical and One-on-one Round.
What are the top questions asked in Infinite Computer Solutions Senior Engineer interview?

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

  1. Call flow of Diame...read more
  2. call flow of...read more
  3. Diameter/Gx/Gy/Rx/Sy call f...read more

Tell us how to improve this page.

Join Infinite Computer Solutions Digitally Engineering Tomorrow, Today
Infinite Computer Solutions Senior Engineer Salary
based on 23 salaries
₹6 L/yr - ₹18 L/yr
32% more than the average Senior Engineer Salary in India
View more details

Infinite Computer Solutions Senior Engineer Reviews and Ratings

based on 2 reviews

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-Life balance

2.0

Salary & Benefits

1.0

Job Security

1.0

Company culture

1.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 2 Reviews and Ratings
Software Engineer
1.4k salaries
unlock blur

₹3.6 L/yr - ₹14 L/yr

Senior Software Engineer
1.2k salaries
unlock blur

₹6.7 L/yr - ₹22 L/yr

Technical Lead
794 salaries
unlock blur

₹8.2 L/yr - ₹28.3 L/yr

Associate Software Engineer
707 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Softwaretest Engineer
598 salaries
unlock blur

₹3 L/yr - ₹10.6 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