Upload Button Icon Add office photos

Filter interviews by

Infinity Infotech Parks Software Engineer Interview Questions and Answers

Updated 6 Oct 2024

Infinity Infotech Parks Software Engineer Interview Experiences

2 interviews found

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

(2 Questions)

  • Q1. What is hoisting
  • Ans. 

    Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope.

    • Variable and function declarations are hoisted to the top of their scope during the compilation phase.

    • Only the declarations are hoisted, not the initializations.

    • Function declarations take precedence over variable declarations when hoisted.

  • Answered by AI
  • Q2. Hoisting is a default behaviours of javascript
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

First round was an aptitude round

Round 2 - Technical 

(1 Question)

  • Q1. It was an face to face technical round

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well most specifically in java

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Preqin user image Vinay Madhamanchi1

posted on 7 Dec 2024

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

Quantitative interview

Round 2 - Coding Test 

Java coding and c language

Round 3 - HR 

(2 Questions)

  • Q1. C language question
  • Q2. Java language question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Behaviour of js
  • Ans. 

    JavaScript is a dynamic programming language commonly used for web development.

    • JavaScript is a high-level, interpreted language.

    • It is known for its flexibility and ability to manipulate the DOM.

    • Commonly used for client-side scripting in web development.

    • Supports object-oriented, imperative, and functional programming styles.

  • Answered by AI
  • Q2. Call by value, call by reference
Round 2 - Coding Test 

Reverse fibonacci using recursion

Skills evaluated in this interview

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

I was interviewed in Jul 2023.

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 

3 programs to write in arrays linked lists and trees

Round 3 - Technical 

(1 Question)

  • Q1. Was asked questions on core Java, spring framework, apis and micro services
Round 4 - HR 

(2 Questions)

  • Q1. What expertise will you bring to cme group of you join?
  • Q2. Why are you quitting your current company?

I applied via LinkedIn and was interviewed in Jun 2021. There were 7 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python - Create a dictionary
  • Ans. 

    Creating a dictionary in Python

    • Use curly braces {} to create an empty dictionary

    • Add key-value pairs using colon :

    • Separate multiple key-value pairs using comma ,

    • Access values using keys

    • Example: my_dict = {'name': 'John', 'age': 30}

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Tech (Python) interviewer is inexperienced and unskilled himself. He'll accept anyone

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Great interview and great discussion with hr

Round 2 - Assignment 

Website based on shopping and fashion

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

I applied via LinkedIn and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

IT was for 2hr basic question where ask from differe programing language

Round 2 - HR 

(1 Question)

  • Q1. Question where base on your resume
Round 3 - Technical 

(1 Question)

  • Q1. DSA question ,oops,DBMS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Fr Conceicao Rodrigues College of Engineering, Mumbai and was interviewed in Nov 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 - Aptitude Test 

Basic aptitude questions and 2 hard DP questions in the Online Test .

Round 3 - One-on-one 

(4 Questions)

  • Q1. Basic SQL queries
  • Q2. OOP questions Java
  • Q3. Puzzles from Geeksforgeeks
  • Q4. DSA questions - medium level

I applied via Naukri.com and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Very easy mcq Question on google form.

Round 2 - Technical 

(1 Question)

  • Q1. Java basic theory Question
Round 3 - One-on-one 

(2 Questions)

  • Q1. There was a linked list question without using libraries
  • Q2. Among 20 sphere, one sphere weight is larger than other 19 sphere. how will you find that ball without seeing it. Explain logic and code.
  • Ans. 

    Finding the heavier sphere among 20 spheres without seeing it.

    • Divide the spheres into groups of 3, weigh any two groups against each other.

    • If both groups weigh the same, the heavier sphere is in the third group.

    • If one group is heavier, weigh two spheres from that group against each other.

    • If they weigh the same, the heavier sphere is the remaining one.

    • If they don't weigh the same, the heavier sphere is the one that weig

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They asked Java questions. They made me very comfortable during interview and it was more like discussion than interview. They made me understand the Questions which I gave wrong answers to. More than coding the logic was tested.

Infinity Infotech Parks Interview FAQs

How many rounds are there in Infinity Infotech Parks Software Engineer interview?
Infinity Infotech Parks interview process usually has 1-2 rounds. The most common rounds in the Infinity Infotech Parks interview process are Aptitude Test, Technical and One-on-one Round.
What are the top questions asked in Infinity Infotech Parks Software Engineer interview?

Some of the top questions asked at the Infinity Infotech Parks Software Engineer interview -

  1. What is hoist...read more
  2. Hoisting is a default behaviours of javascr...read more
  3. it was an face to face technical ro...read more

Tell us how to improve this page.

Infinity Infotech Parks Software Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

K Raheja Corp Interview Questions
4.3
 • 43 Interviews
Prestige Group Interview Questions
4.3
 • 35 Interviews
Brigade Group Interview Questions
4.1
 • 32 Interviews
ICICI Direct Interview Questions
3.7
 • 24 Interviews
Lentra AI Interview Questions
2.9
 • 21 Interviews
View all
Shift Engineer
16 salaries
unlock blur

₹1.5 L/yr - ₹3.2 L/yr

Assistant Manager
9 salaries
unlock blur

₹2.5 L/yr - ₹9.3 L/yr

Facility Manager
6 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Manager
5 salaries
unlock blur

₹6.5 L/yr - ₹7.8 L/yr

Vice President
4 salaries
unlock blur

₹24 L/yr - ₹30 L/yr

Explore more salaries
Compare Infinity Infotech Parks with

DLF CYBER CITY DEVELOPERS

4.1
Compare

Embassy REIT

3.8
Compare

RMZ Corp

3.7
Compare

Prestige Group

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