Upload Button Icon Add office photos

Filter interviews by

InfraCloud Technologies Senior Software Engineer Interview Questions and Answers for Experienced

Updated 28 Mar 2025

InfraCloud Technologies Senior Software Engineer Interview Experiences for Experienced

3 interviews found

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

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Assignment on URL shortener. Interview questions were focused on improvement of the same assignment
  • Q2. Questions specific to programming languages and discussion on the resume

I appeared for an interview in Jun 2022.

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 

They generally give a system design by code as assignment. Ample time to finish. Write containerised solutions and proper test cases for points.
README files to explain process.

Round 3 - Group Discussion 

We talk about the solution in hand and what, where and how the solution can be tweaked.
Scenario shared and asked to accommodate within your solution.
Demo the app built.

Round 4 - Technical 

(2 Questions)

  • Q1. As I was from Golang background was asked related Threading and communication between goroutines.
  • Q2. Difference between Arrays and slices and how does one help
  • Ans. 

    Arrays are fixed-size collections of elements while slices are dynamic and can grow or shrink.

    • Arrays have a fixed size while slices can grow or shrink dynamically

    • Slices are references to arrays and can be used to manipulate the underlying array

    • Slices are commonly used in Go for their flexibility and ease of use

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - GitHub or OSS contributions help immensely.
Do highlight projects briefly and OSS Links so those can be verified and viewed.

Senior Software Engineer Interview Questions Asked at Other Companies for Experienced

Q1. Duplicate Integer in Array Given an array ARR of size N, containi ... read more
asked in Visa
Q2. Given a grid containing 0s and 1s and source row and column, in h ... read more
asked in Capgemini
Q3. Kth Largest Number Problem Statement You are given a continuous s ... read more
asked in Mphasis
Q4. Trapping Rain Water Problem Statement Given a long type array/lis ... read more
Q5. Anagram Pairs Verification In this task, you need to verify if tw ... read more

I applied via Cutshort

Round 1 - Coding Test 

Rest Api sample flask application (Url Shortner ) - Take home assignment.

Round 2 - Technical 

(1 Question)

  • Q1. Live changes on the same application previously developed. Changes - Having same flask endpoint and multiple routes , Send data in json format , test cases .
  • Ans. 

    Answering a question about live changes on a previously developed Flask application.

    • Ensure the Flask endpoint remains the same

    • Implement multiple routes to handle different requests

    • Send data in JSON format for better compatibility

    • Write test cases to ensure the changes do not break existing functionality

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up on rest api application.
Curl commands.
Kubernetes concepts.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.

I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant 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 - Aptitude Test 

25 MCQ questions online with time limit

Round 3 - Assignment 

Create webapp . Frontend, Backend , data encryption

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

(2 Questions)

  • Q1. What is oops in python
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP allows for organizing code into reusable components called classes.

    • In Python, classes are defined using the 'class' keyword.

    • Classes can have attributes (variables) and methods (functions).

    • Inheritance allows classes to inherit attributes and methods from other classes.

    • Polymorphism allows objec...

  • Answered by AI
  • Q2. What is ternary operant in python
  • Ans. 

    Ternary operator in Python is a conditional expression that evaluates to a value based on a condition.

    • Ternary operator is written as 'value_if_true if condition else value_if_false'

    • It is a shorthand way of writing an if-else statement in a single line

    • Example: x = 10 if a > b else 20

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. All about core java
  • Q2. Front end and My Sql
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 Jul 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 

I have given the coding test in python language. Out of 5 questions, we have to attain a minimum of 3 questions.

Round 3 - Technical 

(1 Question)

  • Q1. The questions in technical round is related to the task which were given to us and also they ask basics questions related to technical.
Round 4 - HR 

(1 Question)

  • Q1. The interview was about the personality check, overeally it was good .

Interview Preparation Tips

Interview preparation tips for other job seekers - This is the best place for the freshers to start their career.

InfraCloud Technologies Interview FAQs

How many rounds are there in InfraCloud Technologies Senior Software Engineer interview for experienced candidates?
InfraCloud Technologies interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the InfraCloud Technologies interview process for experienced candidates are Technical, Coding Test and Resume Shortlist.
How to prepare for InfraCloud Technologies Senior Software Engineer interview for experienced candidates?
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 InfraCloud Technologies. The most common topics and skills that interviewers at InfraCloud Technologies expect are Postgresql, Trading and team.
What are the top questions asked in InfraCloud Technologies Senior Software Engineer interview for experienced candidates?

Some of the top questions asked at the InfraCloud Technologies Senior Software Engineer interview for experienced candidates -

  1. Live changes on the same application previously developed. Changes - Having sa...read more
  2. Difference between Arrays and slices and how does one h...read more
  3. As I was from Golang background was asked related Threading and communication ...read more

Tell us how to improve this page.

InfraCloud Technologies Senior Software Engineer Interview Process for Experienced

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 32 Interviews
NexTurn Interview Questions
4.1
 • 29 Interviews
View all
InfraCloud Technologies Senior Software Engineer Salary
based on 11 salaries
₹15 L/yr - ₹35 L/yr
73% more than the average Senior Software Engineer Salary in India
View more details

InfraCloud Technologies Senior Software Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

2.0

Job security

3.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Site Reliability Engineer
22 salaries
unlock blur

₹9.7 L/yr - ₹36 L/yr

Software Engineer
17 salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Senior Site Reliability Engineer
15 salaries
unlock blur

₹24 L/yr - ₹43 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹15 L/yr - ₹35 L/yr

Devops Engineer
9 salaries
unlock blur

₹8 L/yr - ₹21 L/yr

Explore more salaries
Compare InfraCloud Technologies with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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