Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Intelliswift - An LTTS Company Team. If you also belong to the team, you can get access from here

Intelliswift - An LTTS Company Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Intelliswift - An LTTS Company Interview Questions and Answers

Updated 16 Jun 2025
Popular Designations

25 Interview questions

A Database Admin was asked
Q. How do you resolve high memory issues?
Ans. 

High memory issue can be resolved by identifying and optimizing memory-intensive processes.

  • Identify memory-intensive processes using task manager or performance monitor

  • Optimize memory usage by closing unnecessary programs and services

  • Increase virtual memory or add more RAM if necessary

  • Check for memory leaks in applications and fix them

  • Consider upgrading hardware if issue persists

View all Database Admin interview questions
A Senior Associate was asked
Q. What are different techniques for writing test cases?
Ans. 

Test case writing techniques include boundary value analysis, equivalence partitioning, decision table testing, and exploratory testing.

  • Boundary value analysis involves testing the boundaries of input values.

  • Equivalence partitioning involves dividing input values into groups that are expected to behave similarly.

  • Decision table testing involves creating a table to map inputs to expected outputs.

  • Exploratory testing ...

View all Senior Associate interview questions
A Senior Associate was asked
Q. What is non-functional testing?
Ans. 

Non-functional testing is the process of testing a software application for its non-functional requirements.

  • It includes testing for performance, scalability, reliability, usability, and security.

  • Non-functional testing ensures that the application meets the user's expectations in terms of speed, stability, and security.

  • Examples of non-functional testing include load testing, stress testing, security testing, and us...

View all Senior Associate interview questions
A Business Analyst was asked
Q. What are the key differences between Waterfall and Agile methodologies?
Ans. 

Waterfall is a linear approach to software development while Agile is iterative and incremental.

  • Waterfall follows a sequential design process while Agile follows an iterative approach.

  • Waterfall requires complete and detailed planning upfront while Agile allows for flexibility and changes throughout the development process.

  • Waterfall is best suited for projects with well-defined requirements while Agile is better fo...

View all Business Analyst interview questions
A Business Analyst was asked
Q. Explain the Scrum process.
Ans. 

Scrum is an agile framework for managing and completing complex projects.

  • Scrum involves a team of cross-functional members working together in sprints to deliver a potentially shippable product increment.

  • The process includes daily stand-up meetings, sprint planning, sprint review, and sprint retrospective.

  • The product backlog is a prioritized list of features or requirements that the team works on during each sprin...

View all Business Analyst interview questions
A Business Analyst was asked
Q. How do you write BRD and FRD?
Ans. 

BRD and FRD are documents that outline the requirements for a project. BRD focuses on business needs while FRD focuses on functional requirements.

  • BRD includes business objectives, scope, stakeholders, and high-level requirements.

  • FRD includes detailed functional requirements, use cases, and system specifications.

  • Both documents should be clear, concise, and easily understandable by all stakeholders.

  • It is important t...

View all Business Analyst interview questions
A Software Tester was asked
Q. When should you stop the testing process?
Ans. 

Testing process should be stopped when the testing objectives have been met or when the cost of testing outweighs the benefits.

  • Stop when all the test cases have been executed and passed

  • Stop when the testing objectives have been met

  • Stop when the cost of testing outweighs the benefits

  • Stop when the deadline for release is approaching

  • Stop when the software is stable and reliable

  • Stop when the risk of finding new defect...

View all Software Tester interview questions
Are these interview questions helpful?
A Software Tester was asked
Q. What does Quality Assurance mean in Software testing?
Ans. 

Quality Assurance in software testing refers to the process of ensuring that the software meets the required quality standards.

  • QA involves planning, designing, executing, and reporting on tests to ensure that the software meets the specified requirements.

  • It involves identifying defects and working with developers to fix them.

  • QA also involves ensuring that the software is user-friendly, reliable, and performs well ...

View all Software Tester interview questions
A Software Tester was asked
Q. Why is Software Testing required?
Ans. 

Software testing is required to ensure the quality, reliability, and functionality of software applications.

  • Identify and fix defects or bugs in the software

  • Ensure that the software meets the specified requirements

  • Validate that the software functions as intended

  • Enhance user experience by identifying usability issues

  • Prevent potential failures or errors in production

  • Increase customer satisfaction by delivering high-q...

View all Software Tester interview questions
A Software Tester was asked
Q. When should you start the testing process?
Ans. 

Testing process should start as early as possible in the software development life cycle.

  • Testing should start in the requirements gathering phase

  • Test cases should be created as soon as the requirements are finalized

  • Early testing helps in identifying defects and reduces the cost of fixing them

  • Testing should be an ongoing process throughout the development cycle

View all Software Tester interview questions

Intelliswift - An LTTS Company Interview Experiences

27 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. In Compose UI how do you prevent recomposition?
  • Ans. 

    In Compose UI, recomposition can be minimized using various techniques to optimize performance and maintain UI state.

    • Use `remember` to store state across recompositions: `val count = remember { mutableStateOf(0) }`.

    • Leverage `derivedStateOf` to create derived states that only recompute when their dependencies change.

    • Utilize `key` in lists to help Compose identify items and avoid unnecessary recompositions: `LazyColumn {...

  • Answered by AI
  • Q2. Basic algorithm of splittion words and reverse of a sentence
  • Ans. 

    This algorithm splits a sentence into words and reverses the order of those words.

    • 1. Split the sentence into words using a space as a delimiter. Example: 'Hello World' -> ['Hello', 'World']

    • 2. Reverse the array of words. Example: ['Hello', 'World'] -> ['World', 'Hello']

    • 3. Join the reversed array back into a string with spaces. Example: ['World', 'Hello'] -> 'World Hello'

    • 4. Handle punctuation and special charact...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had a less-than-ideal experience during the interview process with this company. The interviews were rescheduled multiple times, and despite clearing the rounds and being well-qualified, there was no proper communication from the HR team regarding the outcome. It was disappointing to be left without any closure after investing significant time and effort
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Nov 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. What is polymorphism
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Had an assessment with MCQs. Only 7 questions and 20 mins given to complete,

Round 2 - Technical 

(1 Question)

  • Q1. Basic javascript questions
Round 3 - Technical 

(1 Question)

  • Q1. Understanding of the tech stack and concepts

Software Associate Interview Questions & Answers

user image Harsh Borwal

posted on 11 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. .net related questions to WPC SESSIONS WCF card payment management scenario with proc sql entity framework

MIS Executive Interview Questions & Answers

user image Anonymous

posted on 13 Mar 2025

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Can you tell me about yourself?
  • Q2. What motivates you to want to work for this company?
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
No response

I applied via Approached by Company

Round 1 - One-on-one 

(1 Question)

  • Q1. Basics of c#,oops Init keyword Dependency injection for multiple classes with same interface
Round 2 - Technical 

(1 Question)

  • Q1. Sql related questions likr cursor,views. .net wcf vs web api Rest vs restful
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to select event rows from the table using sql query?
  • Ans. 

    To select event rows from a table using SQL query, use the SELECT statement with appropriate conditions.

    • Use the SELECT statement to specify the columns you want to retrieve from the table.

    • Use the FROM clause to specify the table from which you want to retrieve the rows.

    • Use the WHERE clause to specify the conditions that the rows must meet to be selected.

    • Example: SELECT * FROM events WHERE event_type = 'concert';

  • Answered by AI
  • Q2. What is the SOLID and explain in detail with examples?
  • Ans. 

    SOLID is a set of principles for designing software that is easy to maintain, understand, and extend.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open-Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Subtypes must be substitutable for their base types.

    • I - Interface Segregation Principle: Clients shou...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Sep 2023. There were 6 interview rounds.

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 - Coding Test 

Python,web development,html,css,js, django

Round 3 - Aptitude Test 

Oriented programming

Round 4 - HR 

(1 Question)

  • Q1. Python web development
Round 5 - Assignment 

Python, web development, html, css, js

Round 6 - Technical 

(1 Question)

  • Q1. Python, web development html css js
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jan 2023. 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 - Technical 

(2 Questions)

  • Q1. SQL coding questions
  • Q2. Looker, GCP based questions
Round 3 - Technical 

(1 Question)

  • Q1. It was a techno-managerial round, where questions were mostly behavioural and some technical questions on GCP, Bigquery.

Interview Preparation Tips

Topics to prepare for Intelliswift - An LTTS Company Senior Software Associate interview:
  • GCP
  • BigQuery
  • Looker
  • Tableau
  • SQL
Interview preparation tips for other job seekers - Deep knowledge on Looker, BigQuery, GCP tech stack and SQL.

Interview Questions & Answers

user image Anonymous

posted on 23 Jul 2023

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

I applied via Referral and was interviewed in Jan 2023. There were 4 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 - Coding Test 

2 DSA Questions and 40 MCQ including Front end and Backend Technologies

Round 3 - Technical 

(1 Question)

  • Q1. Basic Java related questions and Oops Concept
Round 4 - Technical 

(1 Question)

  • Q1. Core Java related questions

Top trending discussions

View All
Interview Tips & Stories
1w
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 Intelliswift - An LTTS Company?
Ask anonymously on communities.

Intelliswift - An LTTS Company Interview FAQs

How many rounds are there in Intelliswift - An LTTS Company interview?
Intelliswift - An LTTS Company interview process usually has 2-3 rounds. The most common rounds in the Intelliswift - An LTTS Company interview process are Technical, Resume Shortlist and HR.
How to prepare for Intelliswift - An LTTS Company 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 Intelliswift - An LTTS Company. The most common topics and skills that interviewers at Intelliswift - An LTTS Company expect are Java, SQL, Javascript, Spring Boot and Python.
What are the top questions asked in Intelliswift - An LTTS Company interview?

Some of the top questions asked at the Intelliswift - An LTTS Company interview -

  1. What are the things you should consider in test pla...read more
  2. What does Quality Assurance mean in Software testi...read more
  3. What is the difference between test scenario and test ca...read more
What are the most common questions asked in Intelliswift - An LTTS Company HR round?

The most common HR questions asked in Intelliswift - An LTTS Company interview are -

  1. Why are you looking for a chan...read more
  2. Why should we hire y...read more
How long is the Intelliswift - An LTTS Company interview process?

The duration of Intelliswift - An LTTS Company interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.4/5

based on 22 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 83%
4-6 weeks 8%
More than 8 weeks 8%
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.3
 • 287 Interviews
Altimetrik Interview Questions
3.7
 • 239 Interviews
Xoriant Interview Questions
4.1
 • 210 Interviews
INDIUM Interview Questions
4.1
 • 198 Interviews
Incedo Interview Questions
3.1
 • 193 Interviews
Globant Interview Questions
3.7
 • 181 Interviews
Iris Software Interview Questions
4.0
 • 177 Interviews
ThoughtWorks Interview Questions
3.9
 • 156 Interviews
View all

Intelliswift - An LTTS Company Reviews and Ratings

based on 333 reviews

3.3/5

Rating in categories

3.2

Skill development

3.4

Work-life balance

3.2

Salary

2.8

Job security

3.2

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 333 Reviews and Ratings
Technical Recruiter
168 salaries
unlock blur

₹2 L/yr - ₹7.5 L/yr

Senior Software Engineer
140 salaries
unlock blur

₹6.8 L/yr - ₹27.3 L/yr

Software Engineer
74 salaries
unlock blur

₹5 L/yr - ₹16.1 L/yr

Senior Software Associate
74 salaries
unlock blur

₹7.3 L/yr - ₹28.2 L/yr

Technical Lead
57 salaries
unlock blur

₹15.2 L/yr - ₹36 L/yr

Explore more salaries
Compare Intelliswift - An LTTS Company with

Xoriant

4.1
Compare

Photon Interactive

4.1
Compare

CitiusTech

3.3
Compare

Iris Software

4.0
Compare
write
Share an Interview