Upload Button Icon Add office photos

Filter interviews by

Foundry Interview Questions and Answers

Updated 23 Nov 2024

Foundry Interview Experiences

Popular Designations

3 interviews found

Software Consultant Interview Questions & Answers

user image Ganesh Darandale

posted on 23 Nov 2024

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

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

They gave you task so based on that you have to complete it within given time

Round 2 - One-on-one 

(5 Questions)

  • Q1. Whats are oops concept?
  • Ans. 

    OOPs concepts refer to Object-Oriented Programming principles such as inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation det

  • Answered by AI
  • Q2. Tringle pattern question
  • Q3. Class casting question
  • Q4. Spring boot annotations
  • Q5. Mvc architecture

Software Consultant Interview Questions asked at other Companies

Q1. Palindrome String Validation Determine if a given string 'S' is a palindrome, considering only alphanumeric characters and ignoring spaces and symbols. Note: The string 'S' should be evaluated in a case-insensitive manner. Example: Input: "... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Assignment 

They will give the assignment and you have to complete it in within given period

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is innerclass?
  • Ans. 

    Innerclass is a class defined within another class in Java.

    • Innerclass can access all members of the outer class, including private members.

    • Innerclass can be static or non-static.

    • Innerclass is useful for grouping related classes together.

    • Example: public class OuterClass { class InnerClass {}}

  • Answered by AI
  • Q2. Tell me spring boot annotations?
  • Ans. 

    Spring Boot annotations are used to simplify the development process by providing shortcuts and configurations.

    • Annotations like @SpringBootApplication, @RestController, @Autowired, @Component are commonly used in Spring Boot applications.

    • These annotations help in defining the application entry point, creating RESTful web services, injecting dependencies, and marking classes as Spring components.

    • For example, @SpringBoot...

  • Answered by AI

Skills evaluated in this interview

Software Consultant Interview Questions asked at other Companies

Q1. Palindrome String Validation Determine if a given string 'S' is a palindrome, considering only alphanumeric characters and ignoring spaces and symbols. Note: The string 'S' should be evaluated in a case-insensitive manner. Example: Input: "... read more
View answer (1)
Round 1 - One-on-one 

(1 Question)

  • Q1. Mathematics caluculation speed
  • Ans. Timely manage man power and field work quickly
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company dcm engineering products
Experience is important for any jobs so pls join any company in india

Shift Incharge Interview Questions asked at other Companies

Q1. Tell me about power factor and how to keep always .80?
View answer (5)

Jobs at Foundry

View all

Interview questions from similar companies

Interview experience
3
Average
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 - Coding Test 

Refer geeks for geeks
Proficient english

Round 3 - Technical 

(2 Questions)

  • Q1. Java developer role - questions on spring boot
  • Q2. Palindrome string Annotations Database questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Telll me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Not sharing interview feedback

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

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

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

Foundry Interview FAQs

How many rounds are there in Foundry interview?
Foundry interview process usually has 1-2 rounds. The most common rounds in the Foundry interview process are One-on-one Round, Assignment and Coding Test.
How to prepare for Foundry 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 Foundry. The most common topics and skills that interviewers at Foundry expect are Agile, Blasting, Case, Cfo and Data Analysis.
What are the top questions asked in Foundry interview?

Some of the top questions asked at the Foundry interview -

  1. Tell me spring boot annotatio...read more
  2. whats are oops conce...read more
  3. What is innercla...read more

Tell us how to improve this page.

Foundry Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 794 Interviews
View all

Foundry Reviews and Ratings

based on 21 reviews

3.7/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

3.8

Salary

3.0

Job security

4.0

Company culture

3.5

Promotions

4.0

Work satisfaction

Explore 21 Reviews and Ratings
Product Manager III (5-10 years) Pool Blocks

Bangalore / Bengaluru

6-9 Yrs

Not Disclosed

Explore more jobs
Web Designer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Mechanical Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Electrical Maintenance Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Production Supervisor
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Incharge
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Foundry with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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