Upload Button Icon Add office photos

Filter interviews by

Microworld Technologies Delphi Developer Interview Questions and Answers

Updated 19 Feb 2024

Microworld Technologies Delphi Developer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic altitude test comes with the coding questions on pascal c++ as well theory questions might be asked too.

Round 2 - Technical 

(1 Question)

  • Q1. In second round java or any other programming language you have mentioned. Basic questions on that will be asked.
Round 3 - One-on-one 

(2 Questions)

  • Q1. It's managerial round.
  • Q2. Communication will be checkes. Binary to decimal Decimal to binary code will be asked.

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(5 Questions)

  • Q1. What is your introduction?
  • Q2. What is your technology
  • Q3. What is html and what is block and inline function?
  • Q4. What is css ? And what is client side and server side ?
  • Q5. What is javascript? And what is use in framework
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(8 Questions)

  • Q1. How much exp in docker?
  • Ans. 

    I have 2 years of experience working with Docker in various projects.

    • 2 years of experience working with Docker in various projects

    • Proficient in creating Docker containers, managing images, and orchestrating containers using Docker Compose

    • Familiar with Docker Swarm and Kubernetes for container orchestration

    • Experience in troubleshooting Docker-related issues and optimizing container performance

  • Answered by AI
  • Q2. Do you have exp in Kubernetes?
  • Ans. 

    Yes, I have experience in Kubernetes.

    • I have worked on deploying and managing applications on Kubernetes clusters.

    • I am familiar with creating and managing Kubernetes resources such as pods, deployments, services, and ingresses.

    • I have experience in using tools like kubectl and Helm for interacting with Kubernetes clusters.

    • I have implemented CI/CD pipelines using Kubernetes for automated deployment and scaling of applicat

  • Answered by AI
  • Q3. What is OOP?
  • Ans. 

    OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOP focuses on creating objects that contain data and methods to manipulate that data.

    • Encapsulation, inheritance, and polymorphism are key principles of OOP.

    • Examples of OOP languages include Java, C++, and Python.

  • Answered by AI
  • Q4. Types of polymorphism
  • Ans. 

    Polymorphism in Java refers to the ability of a method to do different things based on the object it is acting upon.

    • Types of polymorphism in Java include method overloading and method overriding.

    • Method overloading is when multiple methods have the same name but different parameters.

    • Method overriding is when a subclass provides a specific implementation of a method that is already defined in its superclass.

  • Answered by AI
  • Q5. Thread in java
  • Ans. 

    Threads in Java allow multiple tasks to run concurrently within a single program.

    • Threads are lightweight sub-processes that share the same memory space.

    • They are used to improve performance by allowing tasks to run simultaneously.

    • Examples include creating a new thread using the Thread class or implementing the Runnable interface.

  • Answered by AI
  • Q6. Knowledge in which spring modules
  • Q7. What is spring profile
  • Ans. 

    Spring profile is a way to segregate parts of your application configuration and make it only available in certain environments.

    • Spring profiles allow you to define different configurations for different environments such as development, testing, and production.

    • You can use @Profile annotation to specify which beans should be loaded based on the active profile.

    • Profiles can be activated in various ways such as through app...

  • Answered by AI
  • Q8. What is @PreAuthorize and @PostAuthorize
  • Ans. 

    Annotations used in Spring Security to apply authorization rules before and after a method is called.

    • Used in Spring Security to define authorization rules

    • @PreAuthorize is used to apply authorization rules before a method is called

    • @PostAuthorize is used to apply authorization rules after a method is called

    • Both annotations support SpEL expressions for defining rules

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Deloitte Java Developer interview:
  • Basics in java
  • Spring security
  • Spring Boot
  • Docker
  • Cloud Computing
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I was interviewed in Dec 2024.

Round 1 - Technical 

(7 Questions)

  • Q1. Started with introduction
  • Q2. Asked about projects
  • Q3. Asked Architecture related questions and design pattern related questions
  • Q4. If you have 1 million requests how will you manage that
  • Ans. 

    I would use load balancing, caching, and scaling techniques to manage the 1 million requests.

    • Implement load balancing to distribute requests evenly across multiple servers.

    • Utilize caching to store frequently accessed data and reduce response times.

    • Scale horizontally by adding more servers to handle the increased load.

    • Optimize code and database queries to improve performance.

    • Monitor system performance and make adjustmen

  • Answered by AI
  • Q5. React vs SAP UI5
  • Ans. 

    React is a popular JavaScript library for building user interfaces, while SAP UI5 is a framework for developing enterprise-ready web applications.

    • React is more flexible and widely used in the industry.

    • SAP UI5 is specifically designed for SAP applications and has built-in support for SAP technologies.

    • React has a larger community and ecosystem with more resources and libraries available.

    • SAP UI5 provides a consistent user...

  • Answered by AI
  • Q6. Node VS JAVA
  • Ans. 

    Node.js is a runtime environment for executing JavaScript code outside of a browser, while Java is a general-purpose programming language often used for building enterprise applications.

    • Node.js is single-threaded and event-driven, making it ideal for handling asynchronous operations like I/O operations.

    • Java is a statically typed language with a strong emphasis on object-oriented programming, making it suitable for larg...

  • Answered by AI
  • Q7. Multitenancy in sap btp
  • Ans. 

    Multitenancy in SAP BTP allows multiple customers to share the same application instance while keeping their data isolated.

    • Multitenancy allows multiple customers (tenants) to use the same application instance.

    • Each tenant's data is isolated and secure from other tenants.

    • Tenants can customize their own settings, branding, and configurations within the shared application.

    • SAP BTP provides tools and features to manage multi...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Arrays and strings - 90 mins

Round 2 - Coding Test 

Create Modules, railway reservation system - 60 mins

Round 3 - Technical 

(5 Questions)

  • Q1. Difference between hashmap and hasptable
  • Q2. Why typescript over javascript
  • Q3. Find the percentage of increace in the quantity of item after making it price 20% extra
  • Q4. What is normalization
  • Q5. Date and time api available
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Aptitude, core concepts and a code

Round 2 - HR 

(2 Questions)

  • Q1. What is the one thing you learnt from college club?
  • Ans. 

    I learned the importance of teamwork and collaboration from my college club.

    • Developed strong communication skills by working with diverse group of individuals

    • Learned how to delegate tasks effectively to achieve common goals

    • Gained experience in problem-solving and conflict resolution through group projects

  • Answered by AI
  • Q2. What is the one thing you want to expereince?
  • Ans. 

    I want to experience living in a different country and immersing myself in a new culture.

    • Traveling to a foreign country and learning about their customs and traditions

    • Trying new foods and experiencing different ways of life

    • Making friends with locals and exploring the local attractions

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Difference between relational and non relational dbms
  • Ans. 

    Relational DBMS stores data in tables with predefined relationships, while non-relational DBMS stores data in flexible, schema-less formats.

    • Relational DBMS uses structured query language (SQL) for querying data

    • Non-relational DBMS can store data in various formats like key-value pairs, document-based, graph databases

    • Relational DBMS ensures data integrity through normalization and constraints

    • Non-relational DBMS offers be...

  • Answered by AI
  • Q2. Difference betweeen class,abstract class,interface in python
  • Ans. 

    Class is a blueprint for creating objects, abstract class cannot be instantiated and can have abstract methods, interface is a contract for classes to implement certain methods.

    • Class is a blueprint for creating objects with attributes and methods.

    • Abstract class cannot be instantiated and can have abstract methods that must be implemented by subclasses.

    • Interface is a contract for classes to implement certain methods, bu

  • Answered by AI
  • Q3. Project related questions were asked

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Coding test was the first round of interview

Round 2 - Technical 

(1 Question)

  • Q1. What is virtual dom in react and what makes it faster ?
Round 3 - One-on-one 

(1 Question)

  • Q1. It was HR round
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Numerical appitude test
Logical appitude test

Round 2 - Group Discussion 

Case study GD
Topic based GD

Round 3 - HR 

(5 Questions)

  • Q1. Can you tell me yourself?
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Worked on developing web applications using Java Spring framework

    • Proficient in database management with SQL

  • Answered by AI
  • Q2. What do you know our company
  • Ans. 

    Your company is a leading software development firm specializing in creating innovative solutions for various industries.

    • Your company has a strong reputation for delivering high-quality software products.

    • You have a diverse portfolio of clients from different industries.

    • Your company values innovation and creativity in software development.

    • Your team is known for their expertise in cutting-edge technologies like AI and bl...

  • Answered by AI
  • Q3. How did you hear about this role?
  • Ans. 

    I found the role through a job posting on LinkedIn.

    • Saw job posting on LinkedIn

    • Applied through company website

    • Referred by a friend who works at the company

  • Answered by AI
  • Q4. What are your greatest strength and weekness?
  • Ans. 

    My greatest strength is my problem-solving skills and attention to detail. My weakness is that I can be overly critical of my own work.

    • Strength: Strong problem-solving skills - I enjoy tackling complex issues and finding creative solutions.

    • Strength: Attention to detail - I take pride in producing high-quality work and ensuring accuracy.

    • Weakness: Overly critical of my own work - I sometimes struggle to recognize when a ...

  • Answered by AI
  • Q5. Do you have any questions for me ?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between Hashset and Treeset
  • Q2. Final Finally and finalize difference
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

LeetCode , hard questions on dynamic programming, graphs, and more.

Round 2 - Coding Test 

DSA, Cn, os, DBMS, ML

Round 3 - One-on-one 

(2 Questions)

  • Q1. Is relocation a possibility for this position?
  • Q2. Senior role is there

Microworld Technologies Interview FAQs

How many rounds are there in Microworld Technologies Delphi Developer interview?
Microworld Technologies interview process usually has 3 rounds. The most common rounds in the Microworld Technologies interview process are Aptitude Test, Technical and One-on-one Round.
How to prepare for Microworld Technologies Delphi Developer 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 Microworld Technologies. The most common topics and skills that interviewers at Microworld Technologies expect are C++, Delphi, MySQL, Pascal and Postgresql.
What are the top questions asked in Microworld Technologies Delphi Developer interview?

Some of the top questions asked at the Microworld Technologies Delphi Developer interview -

  1. In second round java or any other programming language you have mentioned. Basi...read more
  2. Communication will be checkes. Binary to decimal Decimal to binary code will b...read more
  3. It's managerial rou...read more

Tell us how to improve this page.

Microworld Technologies Delphi Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.9k Interviews
Teleperformance Interview Questions
3.9
 • 1.8k Interviews
Nagarro Interview Questions
4.0
 • 778 Interviews
iEnergizer Interview Questions
4.6
 • 593 Interviews
Zoho Interview Questions
4.3
 • 516 Interviews
HSBC Group Interview Questions
4.0
 • 490 Interviews
FIS Interview Questions
3.9
 • 480 Interviews
Dell Interview Questions
4.0
 • 392 Interviews
SAP Interview Questions
4.2
 • 308 Interviews
View all
Technical Support Engineer
30 salaries
unlock blur

₹1.8 L/yr - ₹4.8 L/yr

Software Developer
20 salaries
unlock blur

₹2.8 L/yr - ₹5.5 L/yr

Business Development Executive
11 salaries
unlock blur

₹2.5 L/yr - ₹4.8 L/yr

Technical Support Executive
10 salaries
unlock blur

₹2.1 L/yr - ₹3.7 L/yr

Territory Manager
10 salaries
unlock blur

₹4.1 L/yr - ₹7.3 L/yr

Explore more salaries
Compare Microworld Technologies with

QUICK HEAL TECHNOLOGIES

3.7
Compare

Trend Micro

4.3
Compare

Gen

4.0
Compare

Kaspersky Lab

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