Premium Employer

i

This company page is being actively managed by Infra.Market Team. If you also belong to the team, you can get access from here

Infra.Market Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Infra.Market Software Developer Intern Interview Questions and Answers for Freshers

Updated 24 Jul 2024

Infra.Market Software Developer Intern Interview Experiences for Freshers

1 interview found

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Number of Nodes in the sub-Tree with the same label
  • Ans. 

    Count the number of nodes in a sub-tree with the same label.

    • Traverse the tree using depth-first search (DFS)

    • Keep track of the count of nodes with the same label in each sub-tree

    • Return the count for each sub-tree

  • Answered by AI
Round 2 - HR 

(4 Questions)

  • Q1. Why should we hire you
  • Q2. Do you know cooking
  • Q3. How efficient are you in cooking
  • Ans. 

    I am fairly efficient in cooking and enjoy experimenting with new recipes.

    • I can follow recipes accurately and efficiently

    • I am good at multitasking in the kitchen

    • I enjoy trying new ingredients and techniques

    • I can cook a variety of cuisines, from Italian to Asian to Mexican

    • I am comfortable using kitchen appliances and tools

  • Answered by AI
  • Q4. What you like to make

Interview Preparation Tips

Topics to prepare for Infra.Market Software Developer Intern interview:
  • Go
  • Graph
  • DP
  • Linklist
Interview preparation tips for other job seekers - You don't need to join this, it's a unicorn just from the surface. Internal management is full of politics, especially HR. Especially all the working full-time developers are facing the same issue. One of them got fired just raising a valid question from mamagement.

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. About Yourself

Interview Preparation Tips

Round: Test
Experience: Test level was medium, as i also sat for mahindra, i found L&T test was harder than mahindra!
Tips: Just study RS agarwal

Round: Group Discussion
Experience: It was easy for me, coz i was aware about tips of GD
Tips: Be the leader, if possibleTalk in between, even if u dont know topic much
Duration: 20 minutes

Round: Interview
Experience: This question was damn easy for me, coz i can talk more based on my activities & resume
Tips: Dont hesitate, stay calm & describe yourself, but not family background

General Tips: Be yourself, no technical knowledge is required(depends on panel u get)
Skill Tips: ""
College Name: IIT Roorkee
Motivation: To get placed!

I applied via Company Website and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Nodejs basics,AWS S3,script file run command,how to catch db timeout
  • Q2. Connect db options,
  • Ans. 

    Connecting to a database has multiple options depending on the type of database and programming language used.

    • For SQL databases, options include using JDBC for Java, ODBC for C++, and ADO.NET for C#.

    • For NoSQL databases, options include using MongoDB's driver for Python or Node.js.

    • ORMs like Hibernate and Entity Framework can also be used to abstract away the database connection details.

    • Connection strings are used to spe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Db connection attributes need to prepare well

Interview Questionnaire 

1 Question

  • Q1. C++ Basic , malloc, calloc

I applied via Referral and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Do you know anything about cloud computing?
  • Ans. 

    Yes, cloud computing refers to the delivery of computing services over the internet.

    • Cloud computing allows users to access data and applications from anywhere with an internet connection.

    • It offers scalability, flexibility, and cost-effectiveness compared to traditional on-premises computing.

    • Examples of cloud computing services include Amazon Web Services, Microsoft Azure, and Google Cloud Platform.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very chill interview on the basis of profile.
Learn about new technology like cloud etc.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Nov 2019. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic C++, and Data structure focus on pointers and virtual function, vptr, vtable
  • Q2. Prepare about ur current project and process followed for entire development process thoroughly
  • Q3. Prepare common tools like. Linux, git, gdb
  • Q4. Prepare basics of data structures, OOPS, design patterns used

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep a steady approach, focus more and more on basics and working principle of concepts

I applied via Naukri.com and was interviewed before Jun 2019. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Implement stack data structure
  • Ans. 

    Implement stack data structure

    • Use an array or linked list to store elements

    • Push operation adds element to top of stack

    • Pop operation removes element from top of stack

    • Peek operation returns top element without removing it

  • Answered by AI
  • Q2. How global variable work , how its shared by all function
  • Ans. 

    Global variables are accessible from any part of the program and can be modified by any function.

    • Global variables are declared outside of any function.

    • They can be accessed and modified by any function in the program.

    • If a function modifies the value of a global variable, the new value is visible to all other functions.

    • Global variables can be useful for sharing data between functions.

    • However, overuse of global variables

  • Answered by AI
  • Q3. Program to transpose the matrix
  • Ans. 

    Program to transpose a matrix

    • Iterate through rows and columns of the matrix

    • Swap the elements at (i,j) and (j,i) positions

    • Return the transposed matrix

  • Answered by AI
  • Q4. Internal implementation of pre and post fix operator
  • Ans. 

    Pre and post fix operators are used to increment or decrement a value before or after it is used in an expression.

    • Pre-fix operator (++x) increments the value of x and returns the new value.

    • Post-fix operator (x++) returns the value of x and then increments it.

    • Both operators can be used with variables of numeric data types.

    • They can also be used with pointers to increment or decrement the memory address they point to.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare some standard problem from geekforgeeks.com

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Basic OOPs concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics.

Interview Questionnaire 

2 Questions

  • Q1. Asked sdlc of mcc.
  • Q2. Processes of request start and end.
  • Ans. 

    Request processes involve initiation, handling, and completion of user requests.

    • Requests are initiated by users through various means such as forms, APIs, or direct communication.

    • Requests are then handled by the system, which may involve validation, processing, and communication with external systems.

    • Finally, the request is completed and the user is notified of the outcome.

    • The process may involve multiple steps and sta...

  • Answered by AI

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. .net and db related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly the asking processes knowledge and programming knowledge

Infra.Market Interview FAQs

How many rounds are there in Infra.Market Software Developer Intern interview for freshers?
Infra.Market interview process for freshers usually has 2 rounds. The most common rounds in the Infra.Market interview process for freshers are Technical and HR.
What are the top questions asked in Infra.Market Software Developer Intern interview for freshers?

Some of the top questions asked at the Infra.Market Software Developer Intern interview for freshers -

  1. Number of Nodes in the sub-Tree with the same la...read more
  2. how efficient are you in cook...read more

Tell us how to improve this page.

Infra.Market Software Developer Intern Interview Process for Freshers

based on 1 interview

Interview experience

1
  
Bad
View more
Join Infra.Market India's leading construction materials company

Interview Questions from Similar Companies

Tata Steel Interview Questions
4.1
 • 836 Interviews
UltraTech Cement Interview Questions
4.2
 • 557 Interviews
Siemens Interview Questions
4.1
 • 431 Interviews
Grasim Industries Interview Questions
4.0
 • 206 Interviews
ACC Interview Questions
3.9
 • 189 Interviews
Shree Cement Interview Questions
3.8
 • 155 Interviews
View all
Assistant Manager
126 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Manager
104 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Executive
78 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive Accountant
74 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Sales Executive
63 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Infra.Market with

Tata Steel

4.1
Compare

UltraTech Cement

4.2
Compare

Larsen & Toubro Limited

4.0
Compare

ACC

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