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 Technical Architect Interview Questions and Answers

Updated 17 Oct 2023

Infinite Computer Solutions Technical Architect Interview Experiences

2 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Not Selected
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 - One-on-one 

(1 Question)

  • Q1. Difference between UDP and TCP protocol
  • Ans. 

    UDP is connectionless and unreliable, while TCP is connection-oriented and reliable.

    • UDP stands for User Datagram Protocol, while TCP stands for Transmission Control Protocol.

    • UDP does not guarantee delivery of packets, while TCP ensures delivery through error checking and retransmission.

    • UDP is faster but less reliable, while TCP is slower but more reliable.

    • Examples of UDP applications include DNS and video streaming, wh...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Details on LTE and 4G networks

Interview Preparation Tips

Interview preparation tips for other job seekers - They have tie up with third party for taking screening interview. According to me they are actually not qualified enough and ask theoretical questions rather than experience based. I could crack the interview anyway. Coding is around Java8 streams.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Oct 2022. There were 3 interview rounds.

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 - Case Study 

It was based on the project I did.

Round 3 - Technical 

(5 Questions)

  • Q1. It was based on the Infrastructure and Cloud.
  • Q2. Cloud Automation
  • Q3. Aws networking services
  • Q4. Cloud configuration tools like Ansible
  • Q5. Terraform related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this fraudulent company. You will be working as long as you are on the client project After that they will lay you off.

Technical Architect Interview Questions Asked at Other Companies

asked in IBM
Q1. How to manage clients, how to handle critical issues with example
asked in IBM
Q2. how you handle non functional requirements ? how you do capacity ... read more
asked in IBM
Q3. What are different modernizations you did on Mainframes ?
asked in IBM
Q4. What architectural principles / methodologies you know ?
asked in Altimetrik
Q5. ASP.NET page life cycle and events in it and how page will be ren ... read more

Technical Architect Jobs at Infinite Computer Solutions

View all

What people are saying about Infinite Computer Solutions

View All
slylychee
Verified Icon
2d (edited)
currently not working
Infinite Computer Solutions offer
Anyone working with @infinite computer solutions?? Verizon client How long does they take to release the offer letter?
Got a question about Infinite Computer Solutions?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Jun 2023. 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 - Coding Test 

To crack Hexaware interview you need to have good technical knowledge and code writing ability is must.

Round 3 - One-on-one 

(1 Question)

  • Q1. Coding test and there was senario based questions , design pattern and architectural questions are also there.
Round 4 - HR 

(1 Question)

  • Q1. Normal questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Managerial approval, that's it.

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. DevOps, CI/CD, Cloud, Security on very specific points in your day-to-day activities

Interview Preparation Tips

Interview preparation tips for other job seekers - The requirements are generic around all technologies both in and out of JD. At higher levels as well they have an logical reasoning, aptitude test, which is tough to comprehend.

I applied via Recruitment Consultant and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They covered the basics and ensured you have good foundation knowledge. The later rounds covered on approach to issues which they currently face.

Interview Preparation Tips

Interview preparation tips for other job seekers - They value loyalty and are looking for prospective long timers
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 Feb 2023. There were 2 interview rounds.

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

(2 Questions)

  • Q1. Basic question related to outsystems from their JD, basic question in round1
  • Q2. Basic question from the jd, preprare each keyword from jd

Interview Preparation Tips

Interview preparation tips for other job seekers - refer the jd and prepare for all keyword in it, basic question in round 1

Interview Questionnaire 

1 Question

  • Q1. Factory pattern
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. Programming language questions answers discussion
Round 3 - HR 

(1 Question)

  • Q1. Discussion with privious company details

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. What is difference between a static method and a class method in Python?
  • Ans. 

    Static methods are bound to a class and not an instance, while class methods are bound to a class and can access class-level variables.

    • Static methods are defined using the @staticmethod decorator and do not take any special parameters.

    • Class methods are defined using the @classmethod decorator and take the class itself as the first parameter.

    • Static methods are often used for utility functions that do not require access ...

  • Answered by AI
  • Q2. What are HTTP methods?
  • Ans. 

    HTTP methods are the actions that can be performed on a resource using HTTP protocol.

    • HTTP methods include GET, POST, PUT, DELETE, HEAD, OPTIONS, CONNECT, and TRACE.

    • GET is used to retrieve a resource, POST is used to create a new resource, PUT is used to update an existing resource, and DELETE is used to delete a resource.

    • HEAD is used to retrieve the headers of a resource without the body, OPTIONS is used to retrieve th...

  • Answered by AI
  • Q3. What are the components of HTTP request?
  • Ans. 

    HTTP request components include method, URL, headers, and body.

    • Method: GET, POST, PUT, DELETE, etc.

    • URL: Uniform Resource Locator

    • Headers: contain additional information about the request

    • Body: optional data sent with the request

    • Example: GET http://example.com HTTP/1.1

    • Example header: Accept-Language: en-US

    • Example body: {"name": "John", "age": 30}

  • Answered by AI
  • Q4. What are class dacorators?
  • Ans. 

    Class decorators are a way to modify the behavior of a class or its methods at runtime.

    • Class decorators are functions that take a class as input and return a modified class.

    • They can be used to add new methods or attributes to a class, or to modify existing ones.

    • They are applied using the @decorator syntax before the class definition.

    • Examples include @staticmethod, @classmethod, and @property.

    • Class decorators can also b...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for Python OOPS concepts properly, and be very confident with your approach. There could be few scenario based questions for experienced candidates.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I was interviewed before Feb 2023.

Round 1 - Assignment 

Job related question.

Round 2 - Technical 

(2 Questions)

  • Q1. Job related tec qu
  • Q2. What is sql,what is join operation
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases. Join operation combines rows from two or more tables based on a related column.

    • SQL is a language used to interact with databases

    • It allows users to create, modify, and retrieve data from databases

    • Join operation combines data from multiple tables based on a common column

    • Types of joins include inner join, left join, right join, and full...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. Questions sometimes is easy

Skills evaluated in this interview

Infinite Computer Solutions Interview FAQs

How many rounds are there in Infinite Computer Solutions Technical Architect interview?
Infinite Computer Solutions interview process usually has 3 rounds. The most common rounds in the Infinite Computer Solutions interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for Infinite Computer Solutions Technical Architect 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 Technical Architecture, Python, Troubleshooting, Linux and Architecture.
What are the top questions asked in Infinite Computer Solutions Technical Architect interview?

Some of the top questions asked at the Infinite Computer Solutions Technical Architect interview -

  1. Difference between UDP and TCP proto...read more
  2. It was based on the Infrastructure and Clo...read more
  3. Cloud configuration tools like Ansi...read more

Tell us how to improve this page.

Join Infinite Computer Solutions Digitally Engineering Tomorrow, Today
Infinite Computer Solutions Technical Architect Salary
based on 62 salaries
₹12.8 L/yr - ₹36 L/yr
12% less than the average Technical Architect Salary in India
View more details

Infinite Computer Solutions Technical Architect Reviews and Ratings

based on 7 reviews

2.2/5

Rating in categories

2.2

Skill development

2.8

Work-life balance

1.6

Salary

2.2

Job security

1.8

Company culture

1.6

Promotions

1.6

Work satisfaction

Explore 7 Reviews and Ratings
Technical Architect

Pune

11-18 Yrs

Not Disclosed

Technical Architect

Bangalore / Bengaluru

11-18 Yrs

Not Disclosed

Technical Architect

Bangalore / Bengaluru

11-18 Yrs

Not Disclosed

Explore more jobs
Software Engineer
1.4k salaries
unlock blur

₹3.6 L/yr - ₹12.2 L/yr

Senior Software Engineer
1.2k salaries
unlock blur

₹6.6 L/yr - ₹22 L/yr

Technical Lead
800 salaries
unlock blur

₹8.2 L/yr - ₹28.5 L/yr

Associate Software Engineer
698 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Softwaretest Engineer
607 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.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview