i
Intelizign Lifecycle Services
Filter interviews by
I was interviewed 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,
Intelizign Lifecycle Services interview questions for designations
Top trending discussions
posted on 11 Nov 2024
Closures are functions that have access to variables from their containing scope even after the scope has closed.
Closures allow functions to access variables from their outer function even after the outer function has finished executing.
They are commonly used in event handlers, callbacks, and asynchronous programming.
Closures help in maintaining state in functional programming.
Virtual DOM is a lightweight copy of the actual DOM used for efficient updates in web development.
Virtual DOM is a concept used in frameworks like React to improve performance by minimizing actual DOM manipulations.
When changes are made to the virtual DOM, a comparison is done with the actual DOM to determine the minimal updates needed.
This approach reduces the number of costly DOM operations, resulting in faster rende
Data types in JavaScript include number, string, boolean, object, function, undefined, and null.
Number - represents numeric data, e.g. 10, 3.14
String - represents textual data, e.g. 'hello', '123'
Boolean - represents true or false values, e.g. true, false
Object - represents complex data structures, e.g. { key: 'value' }
Function - represents executable code, e.g. function() { }
Undefined - represents a variable that has ...
React code for a simple counter
Create a functional component for the counter
Use useState hook to manage the count state
Render the count value and buttons to increment and decrement the count
posted on 27 Nov 2024
Aptitude test with aptitude based questions
Variable hoisting is a behavior in JavaScript where variable declarations are moved to the top of their scope during compilation.
Variable declarations are hoisted to the top of their function or global scope.
Only the declarations are hoisted, not the initializations.
This can lead to unexpected behavior if variables are accessed before they are declared.
Closures in JavaScript allow functions to access variables from an outer function even after the outer function has finished executing.
Closures are created whenever a function is defined within another function.
Inner functions have access to the outer function's variables even after the outer function has returned.
Closures are commonly used to create private variables and functions in JavaScript.
Example: function outer...
posted on 24 Jul 2024
To read an external text file, you can use file handling techniques in programming languages like Python or Java.
Use file handling functions like open(), read(), and close() in Python to read an external text file.
In Java, use classes like FileReader and BufferedReader to read text files.
Specify the file path and mode (read mode) when opening the file.
Read the contents of the file line by line or as a whole, depending ...
Java program to find occurrences of characters in a string
Create a HashMap to store characters and their counts
Iterate through the string and update the counts in the HashMap
Print the characters and their counts from the HashMap
posted on 12 Nov 2024
Coding test was on Java programs. Basically for loop programs.
based on 1 interview
Interview experience
based on 20 reviews
Rating in categories
Software Engineer
331
salaries
| ₹2.4 L/yr - ₹10 L/yr |
Senior Software Engineer
244
salaries
| ₹6 L/yr - ₹16.8 L/yr |
Design Engineer
198
salaries
| ₹1.5 L/yr - ₹8 L/yr |
Software Developer
77
salaries
| ₹2.5 L/yr - ₹11 L/yr |
Senior Design Engineer
56
salaries
| ₹3.8 L/yr - ₹9.1 L/yr |
TCS
Wipro
HCLTech
Tech Mahindra