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, Process, and Tips for Experienced

Updated 18 Apr 2024

Top Intelizign Lifecycle Services Senior Software Engineer Interview Questions and Answers for Experienced

View all 8 questions

Intelizign Lifecycle Services Senior Software Engineer Interview Experiences for Experienced

2 interviews found

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

Senior Software Engineer Interview Questions Asked at Other Companies for Experienced

Q1. Duplicate Integer in Array Given an array ARR of size N, containi ... read more
asked in Visa
Q2. Given a grid containing 0s and 1s and source row and column, in h ... read more
asked in Capgemini
Q3. Kth Largest Number Problem Statement You are given a continuous s ... read more
asked in Mphasis
Q4. Trapping Rain Water Problem Statement Given a long type array/lis ... read more
asked in Xoriant
Q5. String is immutable but what happens if we assign another value t ... read more

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Basic oops concept. Code : linked list, deleting middle element in array.

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask questions about the project you are supposed to work on. Reality can be totally different from what you are expecting. In my case I was hired for Development team. But I got support with no coding at all.

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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java related questions core java

Interview Questionnaire 

2 Questions

  • Q1. How many columns can be created in table?
  • Ans. 

    The number of columns that can be created in a table depends on the database management system being used.

    • The limit varies depending on the DBMS

    • For MySQL, the limit is 4096 columns per table

    • For Oracle, the limit is 1000 columns per table

    • The number of columns can also be limited by the available memory and disk space

  • Answered by AI
  • Q2. Which is master database
  • Ans. 

    Master database is the primary database that stores all the important data of an organization.

    • Master database is the central repository of all the important data of an organization

    • It is used to store and manage critical data such as customer information, financial data, and employee records

    • It is usually the most secure and highly available database in an organization

    • Examples of master databases include Oracle, SQL Serv

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Some basic questions were asked

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain promise in js
  • Ans. 

    Promises in JavaScript are objects that represent the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations such as fetching data from an API or reading a file.

    • They provide a cleaner and more readable way to write asynchronous code compared to using callbacks.

    • Promises have three states: pending, fulfilled, or rejected.

    • They can be chained together using methods l...

  • Answered by AI
  • Q2. Explain setTimeout()
  • Ans. 

    setTimeout() is a function in JavaScript that allows you to delay the execution of a function for a specified amount of time.

    • setTimeout() takes two parameters: a function to be executed and a delay time in milliseconds

    • The function passed to setTimeout() is executed once after the specified delay

    • setTimeout() returns a unique identifier (timeout ID) that can be used to cancel the execution of the function using clearTime...

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed before Nov 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 - Aptitude Test 

Reasoning Aptitude Test and some logical questions

Round 3 - Technical 

(1 Question)

  • Q1. Basic Java Questions of java 8, Collection, SpringBoot annotations, hibernate and jpa annotations,
Round 4 - Technical 

(1 Question)

  • Q1. Java 8, Logical question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare well in java 8 spring boot annotations, questions of collection

I appeared for an interview in Nov 2022.

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 - One-on-one 

(2 Questions)

  • Q1. Client interview about previous projects
  • Q2. Scenario based solution design explanation
  • Ans. 

    Scenario-based solution design involves identifying and addressing potential issues in a given situation.

    • Identify the problem or challenge presented in the scenario

    • Consider possible solutions and their potential outcomes

    • Evaluate the feasibility and effectiveness of each solution

    • Select the best solution and develop a plan for implementation

    • Continuously monitor and adjust the solution as needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This is for Appian Developer role. Interview is good. Prepare for the scenario based questions and solution design.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 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 

(1 Question)

  • Q1. Basic Questions about .net core and angular Q.1. Basic concept of Oop Q.2. Dotnet core(Middle ware Q.3. Angular 2+

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise your basics or learn again from a good source

Intelizign Lifecycle Services Interview FAQs

How many rounds are there in Intelizign Lifecycle Services Senior Software Engineer interview for experienced candidates?
Intelizign Lifecycle Services interview process for experienced candidates usually has 4 rounds. The most common rounds in the Intelizign Lifecycle Services interview process for experienced candidates are Resume Shortlist, Technical and Coding Test.
How to prepare for Intelizign Lifecycle Services Senior Software Engineer interview for experienced candidates?
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 for experienced candidates?

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

  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.

Intelizign Lifecycle Services Senior Software Engineer Salary
based on 269 salaries
₹4.7 L/yr - ₹16.1 L/yr
31% less than the average Senior Software Engineer Salary in India
View more details

Intelizign Lifecycle Services Senior Software Engineer Reviews and Ratings

based on 20 reviews

3.6/5

Rating in categories

3.2

Skill development

3.5

Work-life balance

3.1

Salary

3.3

Job security

3.5

Company culture

2.8

Promotions

3.4

Work satisfaction

Explore 20 Reviews and Ratings
Software Engineer
343 salaries
unlock blur

₹1.8 L/yr - ₹11 L/yr

Senior Software Engineer
269 salaries
unlock blur

₹4.7 L/yr - ₹16.1 L/yr

Design Engineer
208 salaries
unlock blur

₹1.5 L/yr - ₹7 L/yr

Software Developer
81 salaries
unlock blur

₹2.5 L/yr - ₹10.9 L/yr

Junior Engineer
50 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Explore more salaries
Compare Intelizign Lifecycle Services with

ITC Infotech

3.6
Compare

3i Infotech

3.5
Compare

Sify Technologies

3.8
Compare

Microland

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