i
Intelizign Lifecycle Services
Filter interviews by
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...
A class is a blueprint for creating objects, which are instances of classes that have attributes and behaviors.
Classes define the structure and behavior of objects.
Objects are instances of classes that have attributes (fields) and behaviors (methods).
Classes can inherit attributes and behaviors from other classes through inheritance.
Example: Class 'Car' can have attributes like 'color' and behaviors like 'drive'. An ob...
OOPs principles are the foundation of object-oriented programming, including concepts like 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 compl...
Code to print second largest element from list in Java
Sort the list in descending order
Access the element at index 1 to get the second largest element
State is mutable data managed within a component, while props are immutable data passed from parent to child components.
State is managed within a component and can be updated using setState() method
Props are passed from parent to child components and cannot be changed within the child component
State is used for managing component-specific data, while props are used for passing data between components
State is mutable data managed by a component, while props are read-only data passed from parent to child components.
State is managed within a component and can be updated using setState() method
Props are passed from parent to child components and cannot be modified by the child component
State is used for managing component-specific data, while props are used for passing data between components
Life cycle methods in React.js are special methods that are automatically called at specific points in a component's life cycle.
Life cycle methods include componentDidMount, componentDidUpdate, componentWillUnmount, etc.
componentDidMount is called after the component has been rendered to the DOM.
componentDidUpdate is called after the component's state or props have been updated.
componentWillUnmount is called before the
Redux flow in ReactJS is the process of managing application state using a centralized store.
Actions are dispatched by components to update the state
Reducers specify how the state should change in response to actions
The updated state is then passed down to components via props
useEffect hook in Reactjs is used to perform side effects in function components.
Used to perform side effects in function components
Similar to componentDidMount and componentDidUpdate in class components
Takes a function as its first argument and an optional array of dependencies as its second argument
Dependencies array controls when the effect is re-run
I appeared for an interview in Feb 2025.
Creating planes in CAD involves various methods to define 2D surfaces for modeling and design.
Using the 'Plane' tool to create a standard plane at a specified location.
Defining a plane through three points in 3D space for custom orientations.
Creating a plane parallel to an existing face or surface for alignment.
Utilizing construction geometry to establish reference planes for complex designs.
Employing offset planes to ...
Intelizign Lifecycle Services interview questions for popular designations
Get interview-ready with Top Intelizign Lifecycle Services Interview Questions
The port number used for SSH is 22.
The default port number for SSH is 22.
SSH (Secure Shell) is a network protocol used for secure communication between a client and a server.
Port 22 is used for establishing secure connections over an unsecured network.
Changing the default port number for SSH is a common security practice to prevent unauthorized access.
Program to find the second largest element in an array
Iterate through the array to find the largest element
Then iterate again to find the second largest element
Handle edge cases like empty array or array with only one element
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
Enum is a data type in programming used to define a set of named constants.
Enums help in making code more readable and maintainable by giving meaningful names to constants.
Enums can be used to restrict the possible values of a variable.
Enums are often used in switch statements to handle different cases.
Example: enum Color { RED, GREEN, BLUE }
Example: enum Days { MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY }
Unique pointer is a smart pointer in C++ that ensures only one pointer owns the resource, preventing memory leaks.
Unique pointer is part of C++11 standard library.
It is used to manage dynamically allocated memory.
Unique pointer cannot be copied, only moved.
Example: std::unique_ptr
I applied via Campus Placement and was interviewed before Dec 2023. There were 3 interview rounds.
It was during the campus recruitment round, which included a pen-and-paper aptitude test.
I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.
MCQ test and coding questions
Top trending discussions
The duration of Intelizign Lifecycle Services interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 30 interviews
Interview experience
based on 234 reviews
Rating in categories
Software Engineer
343
salaries
| ₹1.8 L/yr - ₹11 L/yr |
Senior Software Engineer
269
salaries
| ₹4.7 L/yr - ₹16.1 L/yr |
Design Engineer
208
salaries
| ₹1.5 L/yr - ₹7 L/yr |
Software Developer
81
salaries
| ₹2.5 L/yr - ₹10.9 L/yr |
Junior Engineer
50
salaries
| ₹1.8 L/yr - ₹4 L/yr |
ITC Infotech
3i Infotech
Sify Technologies
Microland