Upload Button Icon Add office photos

Filter interviews by

FIGMD Software Engineer Interview Questions and Answers

Updated 21 Apr 2021

FIGMD Software Engineer Interview Experiences

1 interview found

I applied via Referral and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why object oriented programming is good?
  • Ans. 

    Object-oriented programming allows for modular, reusable, and maintainable code.

    • Encapsulation allows for hiding implementation details and reducing complexity.

    • Inheritance allows for code reuse and promotes consistency.

    • Polymorphism allows for flexibility and extensibility.

    • Objects can model real-world entities and interactions.

    • Design patterns can be easily implemented and applied.

    • Examples: Java, C++, Python, Ruby, Swift.

  • Answered by AI
  • Q2. Tell oops fractures
  • Ans. 

    Oops fractures refer to the violations of object-oriented programming principles.

    • Violation of Single Responsibility Principle

    • Violation of Open/Closed Principle

    • Violation of Liskov Substitution Principle

    • Violation of Interface Segregation Principle

    • Violation of Dependency Inversion Principle

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Answers in calm mind and show your skills through your personality.

Interview questions from similar companies

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

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Starts with a introduction, Core Java concepts, OOPS concepts, Singleton design pattern, Spring boot annotations like service, restcontroller.
  • Q2. DSA logical questions like 2nd highest number. How to find missing number from an array.
Round 2 - Behavioral 

(4 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Bachelor's degree in Computer Science from XYZ University

  • Answered by AI
  • Q2. Tell me about your family.
  • Ans. 

    I come from a close-knit family of five, including my parents, older sister, and younger brother.

    • Close-knit family of five

    • Parents, older sister, and younger brother

    • We enjoy spending time together traveling and trying new restaurants

  • Answered by AI
  • Q3. Why do you want to change the company
  • Ans. 

    Seeking new challenges and opportunities for growth in a different environment.

    • Desire for new challenges and learning opportunities

    • Seeking a better work-life balance

    • Interested in working with new technologies or industries

    • Looking for a more collaborative team environment

  • Answered by AI
  • Q4. After that interviewer describes my work and position in the company.

Interview Preparation Tips

Interview preparation tips for other job seekers - I have applied for Java position through the referral. I have received a call on Thursday that we want to schedule your interview on Saturday. And on Saturday both the rounds happened with positive feedback.
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 Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Focusing on moderate level patterns

Round 2 - Technical 

(4 Questions)

  • Q1. Discuss object oriented principles in depth
  • Ans. 

    Object oriented principles are fundamental concepts in software development that focus on organizing code into objects with properties and behaviors.

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

    • Inheritance: Allowing a new class to inherit properties and behaviors from an existing class.

    • Polymorphism: The ability for objects of different classes to respond to the same message in di...

  • Answered by AI
  • Q2. Deep discuss of interface
  • Q3. Deep discuss of exception, multithreading
  • Q4. Deep discuss of oop
Round 3 - HR 

(1 Question)

  • Q1. Asked some tricky question related to real life problems

Interview Preparation Tips

Interview preparation tips for other job seekers - All Good 👍🏻
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Coding Test 

Leet code medium level question

Round 2 - Technical 

(2 Questions)

  • Q1. About Java Streams
  • Q2. Restful API coding completion based on given file
Round 3 - HR 

(2 Questions)

  • Q1. To check your attitude
  • Q2. Given detailed about company and what project you are going to work on?
Round 4 - One-on-one 

(5 Questions)

  • Q1. Hashmap working
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • Hashmap uses a hashing function to map keys to indices in an array.

    • It allows for constant time complexity O(1) for insertion, deletion, and retrieval operations.

    • Example: HashMap<String, Integer> map = new HashMap<>(); map.put("key", 123); int value = map.get("key");

  • Answered by AI
  • Q2. Multithreading cases
  • Q3. Scenario specific on how to handle multiple events on a single variable to have accurate result
  • Q4. Database indexing
  • Q5. Architecture level
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Springboot notations
  • Q2. How to handle multiple request on springboot
  • Ans. 

    Use thread pooling and asynchronous processing to handle multiple requests efficiently in Spring Boot.

    • Implement thread pooling to manage multiple requests concurrently.

    • Use asynchronous processing to handle requests without blocking the main thread.

    • Consider using reactive programming with Spring WebFlux for better scalability.

    • Optimize database queries and external API calls to reduce response times.

    • Implement caching mec...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is server and abap server
  • Ans. 

    A server is a computer or software that provides functionality for other programs or devices. ABAP server is a server that runs ABAP programs.

    • A server is a computer or software that provides services or resources to other computers or programs.

    • ABAP server is a server that runs ABAP (Advanced Business Application Programming) programs, commonly used in SAP systems.

    • ABAP server handles requests from clients and executes A...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Coding question
  • Q2. Asked to make some component in react
Round 2 - Technical 

(2 Questions)

  • Q1. Javascript questions
  • Q2. Normal js questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is angular
  • Ans. 

    Angular is a popular open-source front-end web application framework developed by Google.

    • Angular is used for building dynamic web applications.

    • It allows for the creation of single-page applications.

    • Angular uses TypeScript for building applications.

    • It provides features like data binding, dependency injection, and routing.

    • Angular has a large community and ecosystem with many libraries and tools available.

  • Answered by AI
  • Q2. What is an angular
  • Ans. 

    Angular is a popular open-source web application framework developed by Google.

    • Angular is used for building dynamic web applications.

    • It allows for the creation of single-page applications.

    • Angular uses TypeScript for building applications.

    • It provides features like data binding, dependency injection, and routing.

    • Angular has a large community and ecosystem with many libraries and tools available.

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at National Institute of Technology, (NIT), Sikkim and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Behavioral 

(1 Question)

  • Q1. General aptitude question
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical Questions and some coding questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Prime number , factorial

Round 2 - Technical 

(2 Questions)

  • Q1. Question asked from OOPs , DSA
  • Q2. WAP to print prime number
  • Ans. 

    A program to print prime numbers

    • Iterate through numbers and check if each number is prime

    • A prime number is only divisible by 1 and itself

    • Start checking from 2 onwards

    • Optimization: Only check up to square root of the number

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the DSA topics

FIGMD Interview FAQs

How to prepare for FIGMD Software Engineer 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 FIGMD. The most common topics and skills that interviewers at FIGMD expect are ASP.Net, C#, Microservices and Unit Testing.
What are the top questions asked in FIGMD Software Engineer interview?

Some of the top questions asked at the FIGMD Software Engineer interview -

  1. Why object oriented programming is go...read more
  2. Tell oops fractu...read more

Tell us how to improve this page.

FIGMD Software Engineer Salary
based on 165 salaries
₹1 L/yr - ₹10.3 L/yr
28% less than the average Software Engineer Salary in India
View more details

FIGMD Software Engineer Reviews and Ratings

based on 16 reviews

3.4/5

Rating in categories

2.7

Skill development

3.1

Work-life balance

2.8

Salary

3.1

Job security

3.0

Company culture

2.9

Promotions

2.9

Work satisfaction

Explore 16 Reviews and Ratings
Software Engineer
165 salaries
unlock blur

₹1 L/yr - ₹10.3 L/yr

Associate Software Engineer
125 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Senior Software Engineer
77 salaries
unlock blur

₹7 L/yr - ₹22.2 L/yr

Software Developer
66 salaries
unlock blur

₹2.6 L/yr - ₹10.5 L/yr

Test Engineer
58 salaries
unlock blur

₹3.1 L/yr - ₹10 L/yr

Explore more salaries
Compare FIGMD with

Practo

3.1
Compare

Lybrate

3.5
Compare

PharmEasy

3.7
Compare

Netmeds.com

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