Upload Button Icon Add office photos

Filter interviews by

ITILITE Interview Questions and Answers for Experienced

Updated 7 Apr 2024

ITILITE Interview Experiences for Experienced

Popular Designations

5 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Work profile experience
Round 3 - Case Study 

Business analysis excel sheet

Round 4 - One-on-one 

(1 Question)

  • Q1. General aptitude situation based

Enterprise Business Manager Interview Questions asked at other Companies

Q1. While doing a Account Mapping? What are the basics one needs to be aware while preparing this document: Eg: XYZ manufacturing company has various factories operating in Middle East, India & Africa region? Who would scope out each of the... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Sep 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Largest island (graph question)
  • Q2. SQL question related to joins
Round 3 - One-on-one 

(1 Question)

  • Q1. About the databases and questions from system design
Round 4 - One-on-one 

(1 Question)

  • Q1. Questions based on concurrency , suitable databases HLD,LLD,book my show design
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Interview Questionnaire 

8 Questions

  • Q1. What was Your previous job role and how good was you in that role?
  • Q2. I have explained properly what is was doing in previous organisation and how i used to do work and responsibility under went.
  • Q3. What was most challenging work in your previous organisation?
  • Q4. I have properly explained which work was more challenging for me and how i have over went it and resolve the issue.
  • Q5. What achievement you hold in previous organisation ?
  • Q6. Explained clearly how good i have handled the work at previous organisation for which i have achieved recognisation .
  • Q7. Education and background ?
  • Q8. Highest education pursued and questions related to particular highest education.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare question from CV what you submit for getting shortliested. Each and every question will be from CV and previous organisation worked for.

Senior Executive - Finance Interview Questions asked at other Companies

Q1. What are provisions, contingent liabilities, and contingent assets, and can you provide examples of each?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me something about your self
  • Q2. Introduce yourself and about your job description

Interview Preparation Tips

Interview preparation tips for other job seekers - Be optimistic in what you answer and continue the same

Subject Matter Expert(Sme) Interview Questions asked at other Companies

Q1. How would you manage high volume with low manpower?
View answer (2)

ITILITE interview questions for popular designations

 Senior Executive - Finance

 (2)

 Operations Associate

 (1)

 Senior Business Development Manager

 (1)

 Senior Software Engineer

 (1)

 Enterprise Business Manager

 (1)

 Subject Matter Expert(Sme)

 (1)

 Associate Software Engineer

 (1)

I applied via Referral and was interviewed before Nov 2021. 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 - HR 

(3 Questions)

  • Q1. Your communication skills will be tested and will be asked to brief about your experience in the first round
  • Q2. Manager/lead will take your second round testing your flexibility, communication, problem solving skills, how you handle pressure and few more things, also will ask you to explain a scenario based your exp...
  • Q3. Manager/department head will take your final round. For me it was the department head, he'll ask multiple questions based on your experience, your skills, few scenarios on how you will handle the client/cu...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and genuine with your answers, in operations they look for communication skills, mostly travel experience, should be able to work under pressure.

Operations Associate Interview Questions asked at other Companies

Q1. How do you get use to bulk of invoices comes at a time and how do you work on it
View answer (7)

Interview questions from similar companies

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1.  What are Option Strict and Option Explicit? What are all the differences between Dispose and Finalize()? What is the difference between System.String and System.StringBuilder classes? What is Delegate? ...
  • Ans. 

    Answers to common interview questions for Software Engineer position

    • Option Strict and Option Explicit are compiler directives in VB.NET

    • Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection

    • System.String is immutable while System.StringBuilder is mutable

    • Delegate is a type that represents a reference to a method

    • Value types store data directly while reference types store a referen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selection process-
1st round-online test(prpare all kind of logical, verbal, and .net related questions)
2nd round- technical round(prepare all .net interview questions,sql server questions, winforms, web api)
3rd round- hr discussion

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Will be given Requirement to write code for Restraunt. Based on that have write code for delivering orders by delivery boys.

Round 2 - Technical 

(1 Question)

  • Q1. OOPS Concepts, Java Basics, Collections, MultiThreading

Interview Preparation Tips

Topics to prepare for LogiNext Solutions Software Engineer interview:
  • Java
  • OOPS
  • MySQL
  • Pattern Programming
Interview preparation tips for other job seekers - Focus on DSA and Logical Programming
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Lazy loading in react
  • Ans. 

    Lazy loading in React is a technique used to improve performance by loading components only when they are needed.

    • Lazy loading helps reduce initial load time by splitting the code into smaller chunks.

    • React.lazy() and Suspense are commonly used for lazy loading in React.

    • Lazy loading is especially useful for large applications with many components.

  • Answered by AI
  • Q2. Cache bursting
  • Q3. Difference between == and ===
  • Ans. 

    The difference between == and === is that == checks for equality after type coercion, while === checks for equality without type coercion.

    • == is a loose equality operator that performs type coercion before comparing two values.

    • === is a strict equality operator that does not perform type coercion before comparing two values.

    • Example: 1 == '1' will return true, but 1 === '1' will return false.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic of react and redux
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Let var const difference
  • Ans. 

    var, let, and const are all used to declare variables in JavaScript, but they have different scopes and mutability.

    • var is function-scoped and can be redeclared and reassigned

    • let is block-scoped and can be reassigned but not redeclared

    • const is block-scoped and cannot be reassigned or redeclared

  • Answered by AI
  • Q2. Polyfills of bind method
  • Ans. 

    Polyfills of bind method provide a way to use the bind method in older browsers that do not support it natively.

    • Polyfill code typically checks if the bind method is available and if not, it creates a new function that mimics the behavior of bind.

    • One common polyfill for the bind method is the following: Function.prototype.bind = Function.prototype.bind || function() { // polyfill code here };

    • Polyfills are often used to ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Make a search bar in React
  • Ans. 

    Create a search bar component in React for filtering data

    • Create a functional component for the search bar

    • Use state to store the search query

    • Implement a onChange event handler to update the search query

    • Filter the data based on the search query

  • Answered by AI
  • Q2. React js core concepts
Round 3 - HR 

(2 Questions)

  • Q1. How you structure your work
  • Ans. 

    I structure my work by breaking down tasks, setting priorities, creating timelines, and regularly reviewing progress.

    • Break down tasks into smaller, manageable chunks

    • Set priorities based on deadlines and importance

    • Create timelines to track progress and ensure timely completion

    • Regularly review progress and adjust plans as needed

  • Answered by AI
  • Q2. How you make a project from scratch
  • Ans. 

    To make a project from scratch, start by defining requirements, creating a plan, designing the architecture, implementing the code, testing, and deploying.

    • Define project requirements and goals

    • Create a project plan with timelines and milestones

    • Design the architecture of the project, including database schema and system components

    • Implement the code following best practices and coding standards

    • Test the project thoroughly ...

  • Answered by AI

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Aug 2021. There were 3 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 - Coding Test 

Assignment to develop a prototype

Round 3 - One-on-one 

(3 Questions)

  • Q1. Face to face questions
  • Q2. Java Question Technical & coding
  • Q3. Mongodb & Mysql Question

ITILITE Interview FAQs

How many rounds are there in ITILITE interview for experienced candidates?
ITILITE interview process for experienced candidates usually has 3-4 rounds. The most common rounds in the ITILITE interview process for experienced candidates are One-on-one Round, Resume Shortlist and HR.
How to prepare for ITILITE 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 ITILITE. The most common topics and skills that interviewers at ITILITE expect are Python, Django, Javascript, AWS and B2B Sales.
What are the top questions asked in ITILITE interview for experienced candidates?

Some of the top questions asked at the ITILITE interview for experienced candidates -

  1. Manager/department head will take your final round. For me it was the departmen...read more
  2. Implement cache in the given architecture where read and write both are pretty ...read more
  3. Questions based on concurrency , suitable databases HLD,LLD,book my show des...read more

Tell us how to improve this page.

ITILITE Interview Process for Experienced

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

HALODOC Interview Questions
2.7
 • 12 Interviews
Unstop Interview Questions
4.0
 • 10 Interviews
Pagarbook Interview Questions
3.6
 • 10 Interviews
Xoxoday Interview Questions
3.7
 • 7 Interviews
SalesHandy Interview Questions
3.4
 • 6 Interviews
View all

Fast track your campus placements

View all

ITILITE Reviews and Ratings

based on 88 reviews

2.8/5

Rating in categories

2.7

Skill development

2.8

Work-life balance

2.8

Salary

2.2

Job security

2.8

Company culture

2.4

Promotions

2.7

Work satisfaction

Explore 88 Reviews and Ratings
Customer Support Specialist

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

Associate Travel Support (US)

Bangalore / Bengaluru

1-4 Yrs

Not Disclosed

Associate Travel Support

Bangalore / Bengaluru

0-2 Yrs

Not Disclosed

Explore more jobs
Software Engineer
40 salaries
unlock blur

₹6 L/yr - ₹18.8 L/yr

Senior Software Engineer
16 salaries
unlock blur

₹9 L/yr - ₹27.8 L/yr

Product Manager
16 salaries
unlock blur

₹13 L/yr - ₹23 L/yr

Sales Development Representative
14 salaries
unlock blur

₹7.2 L/yr - ₹14 L/yr

Operations Associate
14 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Explore more salaries
Compare ITILITE with

Pagarbook

3.6
Compare

Signzy Technologies

2.9
Compare

Xoxoday

3.7
Compare

Flixstock

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