Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Intelizign Lifecycle Services Team. If you also belong to the team, you can get access from here

Intelizign Lifecycle Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Intelizign Lifecycle Services Senior Software Engineer Interview Questions and Answers

Updated 18 Apr 2024

8 Interview questions

A Senior Software Engineer was asked
Q. What is the difference between Data view and List view?
Ans. 

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...

A Senior Software Engineer was asked
Q. How do you implement REST APIs in Mendix?
Ans. 

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...

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in GlobalLogic
Q4. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
Q5. If you have to prioritize between coding standards and project de ... read more
A Senior Software Engineer was asked
Q. What are the different activities available in Microflow?
Ans. 

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...

A Senior Software Engineer was asked
Q. Do we need to set security for a Sub Microflow?
Ans. 

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...

A Senior Software Engineer was asked
Q. What are Before commit and After commit Microflows?
Ans. 

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...

A Senior Software Engineer was asked
Q. What is the difference between a Microflow and a Nanoflow in Mendix?
Ans. 

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...

A Senior Software Engineer was asked
Q. Which database is used in Mendix?
Ans. 

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...

Are these interview questions helpful?
A Senior Software Engineer was asked
Q. Various association in Mendix
Ans. 

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)

Intelizign Lifecycle Services Senior Software Engineer Interview Experiences

4 interviews found

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

I appeared for an interview before Apr 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Questions were related to OOP concepts
Round 2 - Technical 

(1 Question)

  • Q1. Coding questions, singleton design pattern, Puzzle questions
Round 1 - Aptitude Test 

General Aptitude, times and distance, Ages, Profit loss, equations.

Round 2 - Coding Test 

C++ objective and programming question, constructor, Virtual function concept, pointers, memory handling, casting., inheritance
Data structure programming.

Round 3 - HR 

(1 Question)

  • Q1. General communication about experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Do hands-on C++ Programming and data structure

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. What is difference between Microflow and Nanoflow in Mendix?
  • Ans. 

    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...

  • Answered by AI
  • Q2. Do we need to set security for Sub Microflow?
  • Ans. 

    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...

  • Answered by AI
  • Q3. What is module role and project role?
  • Q4. What is Before commit and After commit Microflow?
  • Ans. 

    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...

  • Answered by AI
  • Q5. What are different activities available in Microflow?
  • Ans. 

    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 ...

  • Answered by AI
  • Q6. Which database is used in Mendix?
  • Ans. 

    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...

  • Answered by AI
  • Q7. Various association in Mendix
  • Ans. 

    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)

  • Answered by AI
  • Q8. Rest api implementation in Mendix?
  • Ans. 

    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...

  • Answered by AI
  • Q9. Difference between Data view and List view?
  • Ans. 

    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...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through Mendix documentation.
Rapid developer and intermediate learning course.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. JavaScript questions as well as react questions
  • Q2. Closure, Hoisting, let var const, OOP's Concepts
Round 3 - Coding Test 

Remove duplicate from an given array, max min,

Round 4 - HR 

(1 Question)

  • Q1. Where do u see yourself in next 5years

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on JavaScript as well as React. Also puzzle questions could be asked

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Intelizign Lifecycle Services?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. They specifically didn’t asked any questions by looking at my strong resume but just asked me if to come Hyderabad for training of a month

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are good in technical knowledge then it would be easy for you to get opportunity here at client site you will learn a lot as mostly you will be at your own, companies technical support is not very good so mostly you are on your own

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java collections, program to remove duplicate from array, cursor, indexes in database,stream api's , some questions of hibernate and spring boot

Interview Preparation Tips

Interview preparation tips for other job seekers - Atleast prepare core java fully along with some basic db concepts and all keys and prepare spring boot

Interview Questionnaire 

3 Questions

  • Q1. -React lifecycle?-Fragment vs React. Fragment? -React pure component?
  • Ans. 

    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

  • Answered by AI
  • Q2. JavaScript hoisting?- Let, var and cont difference?
  • Ans. 

    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...

  • Answered by AI
  • Q3. Dofferemt ways to prevent rerendering of a child component in react?
  • Ans. 

    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

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. OOPS concept based questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your basics and be confident about them
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. About Spring boot
  • Q2. About Java 8
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Implement LinkedList and insert element at last
  • Ans. 

    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

  • Answered by AI

Skills evaluated in this interview

Intelizign Lifecycle Services Interview FAQs

How many rounds are there in Intelizign Lifecycle Services Senior Software Engineer interview?
Intelizign Lifecycle Services interview process usually has 3 rounds. The most common rounds in the Intelizign Lifecycle Services interview process are Technical, Coding Test and HR.
How to prepare for Intelizign Lifecycle Services Senior 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 Intelizign Lifecycle Services. The most common topics and skills that interviewers at Intelizign Lifecycle Services expect are Automation Testing.
What are the top questions asked in Intelizign Lifecycle Services Senior Software Engineer interview?

Some of the top questions asked at the Intelizign Lifecycle Services Senior Software Engineer interview -

  1. What is difference between Microflow and Nanoflow in Mend...read more
  2. What are different activities available in Microfl...read more
  3. Do we need to set security for Sub Microfl...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Intelizign Lifecycle Services Senior Software Engineer Salary
based on 293 salaries
₹8.2 L/yr - ₹15 L/yr
33% less than the average Senior Software Engineer Salary in India
View more details

Intelizign Lifecycle Services Senior Software Engineer Reviews and Ratings

based on 26 reviews

3.8/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.4

Salary

3.6

Job security

3.8

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 26 Reviews and Ratings
Software Engineer
374 salaries
unlock blur

₹4 L/yr - ₹9.1 L/yr

Senior Software Engineer
293 salaries
unlock blur

₹8.2 L/yr - ₹15 L/yr

Design Engineer
232 salaries
unlock blur

₹2.5 L/yr - ₹7.2 L/yr

Software Developer
88 salaries
unlock blur

₹4.5 L/yr - ₹11.7 L/yr

Senior Implementation Engineer
59 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

Explore more salaries
Compare Intelizign Lifecycle Services with

ITC Infotech

3.7
Compare

3i Infotech

3.4
Compare

Sify Technologies

3.8
Compare

Microland

3.5
Compare
write
Share an Interview