i
Intelizign Lifecycle
Services
Filter interviews by
Data view and List view are different ways of presenting data. Data view focuses on individual records, while List view displays multiple records in a tabular format.
Data view presents data in a detailed manner, showing all the fields and values of a single record.
List view displays multiple records in a condensed format, usually in a table with selected fields.
Data view is useful for examining and editing individ...
Mendix supports REST API implementation for building web services.
Mendix provides a built-in REST module that allows you to create and consume RESTful APIs.
To implement a REST API in Mendix, you can define a microflow or a nanoflow that handles the incoming requests and processes the data.
You can use the 'Expose as REST service' option in the microflow or nanoflow properties to make it accessible as a REST API.
Men...
Microflows are used in Mendix to define the logic and flow of an application. They consist of various activities.
Create object activity - creates a new object in the database
Change object activity - modifies the attributes of an existing object
Commit activity - saves changes made to objects in the database
Retrieve activity - retrieves objects from the database based on specified criteria
Loop activity - iterates ov...
Yes
Setting security for Sub Microflows is important to ensure data integrity and prevent unauthorized access.
Sub Microflows may contain sensitive data or perform critical operations, so securing them is crucial.
Access control can be implemented by defining user roles and permissions for Sub Microflows.
Authentication and authorization mechanisms should be enforced to restrict access to Sub Microflows.
Examples of se...
Before commit and After commit Microflows are used in Mendix to perform actions before and after committing changes to the database.
Before commit Microflows are executed before the changes are committed to the database.
They are used to perform validations, calculations, or any other actions that need to be done before saving the data.
After commit Microflows are executed after the changes are committed to the datab...
Microflows and nanoflows are both used in Mendix for defining business logic, but they differ in their scope and complexity.
Microflows are used for larger and more complex processes, while nanoflows are used for smaller and simpler processes.
Microflows can have multiple activities and can be triggered by events, while nanoflows have a single activity and are typically called from microflows.
Microflows can have inp...
Mendix uses a multi-model database called Mendix Data Hub.
Mendix Data Hub is a unified data layer that integrates with various databases.
It supports both SQL and NoSQL databases.
Examples of databases that can be used with Mendix include MySQL, PostgreSQL, MongoDB, and Oracle.
Mendix Data Hub provides a visual interface for managing data models and relationships.
It allows developers to easily connect and interact wi...
Various association in Mendix
Association is a relationship between two entities in Mendix
There are several types of associations: 1:1, 1:N, N:1, and N:N
Associations can be uni-directional or bi-directional
Associations can have attributes and constraints
Examples: Customer has multiple Orders (1:N), Product belongs to a Category (N:1)
I appeared for an interview before Apr 2023.
General Aptitude, times and distance, Ages, Profit loss, equations.
C++ objective and programming question, constructor, Virtual function concept, pointers, memory handling, casting., inheritance
Data structure programming.
I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 3 interview rounds.
Microflows and nanoflows are both used in Mendix for defining business logic, but they differ in their scope and complexity.
Microflows are used for larger and more complex processes, while nanoflows are used for smaller and simpler processes.
Microflows can have multiple activities and can be triggered by events, while nanoflows have a single activity and are typically called from microflows.
Microflows can have input an...
Yes
Setting security for Sub Microflows is important to ensure data integrity and prevent unauthorized access.
Sub Microflows may contain sensitive data or perform critical operations, so securing them is crucial.
Access control can be implemented by defining user roles and permissions for Sub Microflows.
Authentication and authorization mechanisms should be enforced to restrict access to Sub Microflows.
Examples of securit...
Before commit and After commit Microflows are used in Mendix to perform actions before and after committing changes to the database.
Before commit Microflows are executed before the changes are committed to the database.
They are used to perform validations, calculations, or any other actions that need to be done before saving the data.
After commit Microflows are executed after the changes are committed to the database.
T...
Microflows are used in Mendix to define the logic and flow of an application. They consist of various activities.
Create object activity - creates a new object in the database
Change object activity - modifies the attributes of an existing object
Commit activity - saves changes made to objects in the database
Retrieve activity - retrieves objects from the database based on specified criteria
Loop activity - iterates over a ...
Mendix uses a multi-model database called Mendix Data Hub.
Mendix Data Hub is a unified data layer that integrates with various databases.
It supports both SQL and NoSQL databases.
Examples of databases that can be used with Mendix include MySQL, PostgreSQL, MongoDB, and Oracle.
Mendix Data Hub provides a visual interface for managing data models and relationships.
It allows developers to easily connect and interact with da...
Various association in Mendix
Association is a relationship between two entities in Mendix
There are several types of associations: 1:1, 1:N, N:1, and N:N
Associations can be uni-directional or bi-directional
Associations can have attributes and constraints
Examples: Customer has multiple Orders (1:N), Product belongs to a Category (N:1)
Mendix supports REST API implementation for building web services.
Mendix provides a built-in REST module that allows you to create and consume RESTful APIs.
To implement a REST API in Mendix, you can define a microflow or a nanoflow that handles the incoming requests and processes the data.
You can use the 'Expose as REST service' option in the microflow or nanoflow properties to make it accessible as a REST API.
Mendix a...
Data view and List view are different ways of presenting data. Data view focuses on individual records, while List view displays multiple records in a tabular format.
Data view presents data in a detailed manner, showing all the fields and values of a single record.
List view displays multiple records in a condensed format, usually in a table with selected fields.
Data view is useful for examining and editing individual r...
I applied via Naukri.com and was interviewed before Jul 2021. There were 4 interview rounds.
Remove duplicate from an given array, max min,
Top trending discussions
I applied via Naukri.com and was interviewed before Apr 2021. There was 1 interview round.
posted on 6 Oct 2021
I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 4 interview rounds.
posted on 2 May 2021
React lifecycle, Fragment vs React.Fragment, React.PureComponent
React lifecycle consists of mounting, updating, and unmounting phases
Fragment is a shorthand for React.Fragment, used to group multiple elements
React.PureComponent is a class component that implements shouldComponentUpdate method for performance optimization
JavaScript hoisting and differences between let, var and const.
Hoisting is a JavaScript mechanism where variables and function declarations are moved to the top of their scope.
Var declarations are hoisted to the top of their scope, while let and const declarations are not.
Var can be redeclared and reassigned, let can be reassigned but not redeclared, and const cannot be reassigned or redeclared.
Using const is recommend...
Prevent rerendering of a child component in React
Use shouldComponentUpdate() lifecycle method
Use React.memo() to memoize functional components
Use PureComponent instead of Component
Pass props as a callback function to avoid unnecessary re-renders
Use React.PureComponent for class components
Use React.memo() for functional components
posted on 30 Sep 2021
I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.
posted on 22 Apr 2024
Implement LinkedList and insert element at last
Create a Node class with data and next pointer
Create a LinkedList class with head and tail pointers
Implement a method in LinkedList class to insert element at the end
based on 1 interview experience
Difficulty level
Duration
based on 26 reviews
Rating in categories
Software Engineer
374
salaries
| ₹4 L/yr - ₹9.1 L/yr |
Senior Software Engineer
293
salaries
| ₹8.2 L/yr - ₹15 L/yr |
Design Engineer
232
salaries
| ₹2.5 L/yr - ₹7.2 L/yr |
Software Developer
88
salaries
| ₹4.5 L/yr - ₹11.7 L/yr |
Senior Implementation Engineer
59
salaries
| ₹6 L/yr - ₹14 L/yr |
ITC Infotech
3i Infotech
Sify Technologies
Microland