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 Senior Software Engineer Interview Questions and Answers

Updated 31 Jan 2024

Intelliswift - An LTTS Company Senior Software Engineer Interview Experiences

2 interviews found

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

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jan 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 - Technical 

(2 Questions)

  • Q1. Kafka architecture and APIs
  • Q2. Java and microservices

Interview Preparation Tips

Topics to prepare for Apexon Senior Software Engineer interview:
  • Java
  • Devops
  • Cloud Computing
Interview preparation tips for other job seekers - Keep your concepts clear and your answers precise.

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

Interview Questionnaire 

1 Question

  • Q1. Core java question. and basic question on angular 8. Difference between promise and graph

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up basic.

I applied via Approached by Company and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical interview with my primary skill set Where all details asked about technology And given one program to do using primary skill
Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion Questions about why to change org And More specific to HR questions About yourself
Round 3 - Managiral 

(1 Question)

  • Q1. Question about last project work About Yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is growing with different skillset and domain

I applied via Recruitment Consulltant and was interviewed before Oct 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 

They will ask you simple programs to check your logical abilities.

Round 3 - HR 

(2 Questions)

  • Q1. Normal Salary discussion round
  • Q2. Questions about family and location

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well whatever you have mentioned in your resume and be confident about it.

I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. DS Questions 1. kth largest element. 2. Implement merge sort
  • Q2. Springboot basics, oops, collection api

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepeare DS well

Interview Questionnaire 

2 Questions

  • Q1. 1.Implement merge sort. 2. Kth largest element.
  • Ans. 

    Implement merge sort and find kth largest element in an array.

    • Merge sort is a divide and conquer algorithm that recursively divides the array into two halves, sorts them and then merges them.

    • Kth largest element can be found using quick select algorithm or by sorting the array and returning the kth element from the end.

    • Merge sort has a time complexity of O(nlogn) and space complexity of O(n).

    • Quick select has a time comp...

  • Answered by AI
  • Q2. Springboot RestTemplate, singleton, oops

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before Jun 2021. There were 5 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 

Its a simple hackathon MCQ questions based on your skills.

Round 3 - Technical 

(3 Questions)

  • Q1. Technical round from Xoriant was easy but tricky, question based on Agile Methodology, All the technologies and projects you mentioned in resume, random questions on development/testing experience and othe...
  • Q2. Tell me about your team you worked previously, team size, team contribution, roles of the team, modules worked in team or independently.
  • Q3. Tell me about any different technical challeng/issue/problems you faced in last project.
Round 4 - Technical 

(1 Question)

  • Q1. Project Technical Interview
Round 5 - HR 

(2 Questions)

  • Q1. What is your preferred location
  • Q2. Are you able to relocate

Interview Preparation Tips

Interview preparation tips for other job seekers - Take time to prepare your resume carefully.
Prepare each and everything written in resume.
Work on Leet codes or on DSA, algorithms.
Be confident 😊

I appeared for an interview in Aug 2020.

Interview Questionnaire 

8 Questions

  • Q1. Position was for UI - Fundamentals of JavaScript (Closure, Promises, Event Loop, filter vs map, Event delegation)
  • Q2. Lifecycle of React Component, State vs Props, Optimization techniques, Redux vs Context
  • Q3. Coding challenge (JS) - remove duplicate entries from array
  • Ans. 

    Remove duplicate entries from array of strings using JavaScript

    • Use Set to remove duplicates

    • Convert Set back to array

    • Use spread operator to convert Set to array

  • Answered by AI
  • Q4. Coding Challenge (JS) - determine if words in given array are anagram or not
  • Ans. 

    Determines if words in given array are anagram or not using JS

    • Create a function that takes an array of strings as input

    • Loop through the array and sort each string alphabetically

    • Compare the sorted strings to check if they are equal

    • Return true if all strings are anagrams, else false

  • Answered by AI
  • Q5. Client Round (1) - Questions on design system, coding challenge - Let's try to create a modal component in React JS from scratch
  • Q6. Client Round (2) - Questions based on scenarios to test your thinking ability and problem solving approach
  • Q7. Client Round (3) - Questions on all the technologies that you have mentioned in your CV. Additional questions on Agile, DevOps and your understanding of CI-CD.
  • Q8. Client Round (4) - Coding challenge - implement/rewrite any inbuilt method provided by JS (e.g. Array.map, Array.filter, function.bind)

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for fundamentals of JS.
Answering questions of React would be easy if you already work on it.
Try to solve at least 5 problems on Hacker Rank or Hacker Earth, before appearing for interview.
That would help you prepare mentally and logically to bare with the process and develop an attitude of keep trying.

Good luck!

Skills evaluated in this interview

Intelliswift - An LTTS Company Interview FAQs

How many rounds are there in Intelliswift - An LTTS Company Senior Software Engineer interview?
Intelliswift - An LTTS Company interview process usually has 1-2 rounds. The most common rounds in the Intelliswift - An LTTS Company interview process are Technical and One-on-one Round.
How to prepare for Intelliswift - An LTTS Company 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 Intelliswift - An LTTS Company. The most common topics and skills that interviewers at Intelliswift - An LTTS Company expect are Software Engineering, Java, Web Technologies, ASP and C#.
What are the top questions asked in Intelliswift - An LTTS Company Senior Software Engineer interview?

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

  1. How to select event rows from the table using sql que...read more
  2. What is the SOLID and explain in detail with exampl...read more
  3. Sql related questions likr cursor,views. .net wcf vs web api Rest vs rest...read more

Tell us how to improve this page.

Intelliswift - An LTTS Company Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more
Intelliswift - An LTTS Company Senior Software Engineer Salary
based on 142 salaries
₹7.9 L/yr - ₹25.5 L/yr
9% more than the average Senior Software Engineer Salary in India
View more details

Intelliswift - An LTTS Company Senior Software Engineer Reviews and Ratings

based on 15 reviews

2.7/5

Rating in categories

2.4

Skill development

2.9

Work-life balance

2.9

Salary

2.2

Job security

2.8

Company culture

2.4

Promotions

2.6

Work satisfaction

Explore 15 Reviews and Ratings
Technical Recruiter
168 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Senior Software Engineer
142 salaries
unlock blur

₹7.9 L/yr - ₹25.5 L/yr

Software Engineer
81 salaries
unlock blur

₹5 L/yr - ₹16.9 L/yr

Senior Software Associate
60 salaries
unlock blur

₹6.5 L/yr - ₹25.5 L/yr

Technical Lead
52 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
Did you find this page helpful?
Yes No
write
Share an Interview