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

Updated 18 Apr 2024

Top Intelizign Lifecycle Services Senior Software Engineer Interview Questions and Answers

View all 8 questions

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 was interviewed 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

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 Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

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

Intelizign Lifecycle Services interview questions for designations

 Software Engineer

 (4)

 Software Engineer Trainee

 (1)

 Software Developer

 (3)

 Software Tester

 (1)

 Software Trainee

 (1)

 Jr. Software Trainee

 (1)

 Senior Design Engineer

 (1)

 Devops Engineer

 (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(3 Questions)

  • Q1. What are closures
  • Ans. 

    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.

  • Answered by AI
  • Q2. What is virtual DOM
  • Ans. 

    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

  • Answered by AI
  • Q3. What are the data types in JS
  • Ans. 

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

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Write react code for counter
  • Ans. 

    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

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - it was good

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What are the OOPS concepts
  • Q2. MultiThreading, synchronization
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic JS related question
  • Q2. Angular Basic + Advance Question
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test with aptitude based questions

Round 2 - Technical 

(2 Questions)

  • Q1. What is variable hoisting.
  • Ans. 

    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.

  • Answered by AI
  • Q2. What is closures in js
  • Ans. 

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

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How do you read an external text file
  • Ans. 

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

  • Answered by AI
  • Q2. Write a java program to find the occurrences of characters
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hard work is a must

Skills evaluated in this interview

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

Coding test was on Java programs. Basically for loop programs.

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.

Intelizign Lifecycle Services Senior Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Intelizign Lifecycle Services Senior Software Engineer Salary
based on 244 salaries
₹6 L/yr - ₹16.7 L/yr
28% 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
331 salaries
unlock blur

₹2.4 L/yr - ₹10 L/yr

Senior Software Engineer
244 salaries
unlock blur

₹6 L/yr - ₹16.8 L/yr

Design Engineer
198 salaries
unlock blur

₹1.5 L/yr - ₹8 L/yr

Software Developer
77 salaries
unlock blur

₹2.5 L/yr - ₹11 L/yr

Senior Design Engineer
56 salaries
unlock blur

₹3.8 L/yr - ₹9.1 L/yr

Explore more salaries
Compare Intelizign Lifecycle Services with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

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