Upload Button Icon Add office photos

Filter interviews by

Litmus Information Systems Interview Questions and Answers

Updated 3 Sep 2022

Litmus Information Systems Interview Experiences

2 interviews found

Interview Questions & Answers

user image Anonymous

posted on 3 Sep 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 - Technical 

(1 Question)

  • Q1. SDLC Cycle and Agile Framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for the technical round and do well in the Panel

I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Networking question in ROUTER, SWITCHES, FIREWALL, MPLS

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and focus on your skills...

Network Engineer Interview Questions asked at other Companies

Q1. TCP/IP layers, why is transport needed for communication? What is Subnet mask and how does it help in data communication. Why is Vlan needed? Based on what information does a switch and router send a packet or frame? Types of arp, What is p... read more
View answer (2)

Jobs at Litmus Information Systems

View all

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Sep 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 - Coding Test 

Mcqs on javascript,. 1 coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Campus recruitment
1 online coding
2 technical rounds DSA
1 tech managerial
1 hr

Os, DBMS, DSA, stacks, trees,
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Assignment 

Based on my CV, they assigned me a task related to data migration.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Project reviews
  • Q2. Attendance regarding

Intern Interview Questions & Answers

Zidio Development user image Rajveer Choubisa

posted on 19 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. React hooks related How to use them
  • Q2. About web socket real time messaging
  • Q3. About react router dom

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself well for interview Do mot panic
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

There was an OA on hackerearth of an hour. In that there were 20 MCQs and two DSA questions easy to medium on Heap, Hashmap and Subarray

Round 2 - Technical 

(3 Questions)

  • Q1. Asked about previous worked project in last company
  • Q2. Asked one medium DSA question (DNA sequencing) and asked to design some schema
  • Q3. Asked one puzzle If there are 1000 bottles and one is poisonous, a rat will diw after one hour of drinking and you have only one hour to find out which bottle is poisonous, How many minimum rats you need ?

Software Engineer Interview Questions & Answers

FloBiz user image Vishal Kathpalia

posted on 22 Jan 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Referral and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Leetcode Medium Question -- Container most water
Round 2 - Technical 

(1 Question)

  • Q1. LLD, Design patterns, Operating system
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and experienced professional with a strong background in project management and team leadership.

    • Over 8 years of experience in project management

    • Successfully led cross-functional teams to deliver projects on time and within budget

    • Strong communication and interpersonal skills

    • Proven track record of driving results and exceeding goals

  • Answered by AI
  • Q2. Why should we hire you
  • Ans. 

    I have a proven track record of delivering exceptional results and possess the skills and experience necessary to excel in this role.

    • Proven track record of exceeding performance targets

    • Strong communication and leadership skills

    • Extensive experience in the industry

    • Ability to work effectively in a team environment

    • Passion for continuous learning and professional development

  • Answered by AI
  • Q3. Why should we buy your product
  • Ans. 

    Our product offers innovative solutions to streamline processes, increase efficiency, and drive growth.

    • Our product has been proven to save companies time and money by automating repetitive tasks.

    • We provide excellent customer support and training to ensure successful implementation.

    • Our product is constantly updated with new features and improvements based on customer feedback.

    • Competitive pricing compared to similar prod...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be real and active listener to the question.

I appeared for an interview in Mar 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Easy

Timing was 10:00 AM. Platform was good.

  • Q1. 

    Subarray With Given Sum Problem Statement

    Given an array ARR of N integers and an integer S, determine if there exists a contiguous subarray within the array with a sum equal to S. If such a subarray exis...

  • Ans. 

    Given an array of integers, find a subarray with a given sum S.

    • Iterate through the array while keeping track of the current sum and start index.

    • Use a hashmap to store the sum and its corresponding index.

    • If the current sum - S is found in the hashmap, a subarray with sum S exists.

    • Return the start index and current index as the end index.

  • Answered by AI
  • Q2. 

    Remove Consecutive Duplicates Problem Statement

    Given a string S, your task is to recursively remove all consecutive duplicate characters from the string.

    Input:

    String S

    Output:

    Output string

    Constr...

  • Ans. 

    Recursively remove consecutive duplicate characters from a string.

    • Use recursion to check if the current character is the same as the next character, if so skip the next character

    • Base case: if string length is 1, return the string

    • Example: Input: 'aabbc' Output: 'abc'

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Chitkara University. I applied for the job as SDE - 1 in MumbaiEligibility criteriaAbove 8 CGPAGoComet interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice Data structure questions.
Tip 2 : Do some projects.
Tip 3 : Have knowledge of DBMS.

Application resume tips for other job seekers

Tip 1 : Keep it short.
Tip 2 : Do not put false things on resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

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

There are three sections: -
1. Quants
2. English
3. Reasoning
All sections are accessible medium but you have maintained the speed and accuracy.
after that coding snippet are in java/python.

Round 2 - Coding Test 

Code snippets are there in coding sections.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare all basic concepts and try to do good as well as u know.

Litmus Information Systems Interview FAQs

How many rounds are there in Litmus Information Systems interview?
Litmus Information Systems interview process usually has 2 rounds. The most common rounds in the Litmus Information Systems interview process are Resume Shortlist and Technical.
How to prepare for Litmus Information Systems 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 Litmus Information Systems. The most common topics and skills that interviewers at Litmus Information Systems expect are Switching, Firewall, Router, Routing and Communication Skills.
What are the top questions asked in Litmus Information Systems interview?

Some of the top questions asked at the Litmus Information Systems interview -

  1. Networking question in ROUTER, SWITCHES, FIREWALL, M...read more
  2. SDLC Cycle and Agile Framew...read more

Tell us how to improve this page.

Litmus Information Systems Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 27 Interviews
FloBiz Interview Questions
3.6
 • 23 Interviews
GoComet Interview Questions
4.5
 • 23 Interviews
Bonami Software Interview Questions
4.1
 • 22 Interviews
Koantek Interview Questions
3.4
 • 17 Interviews
WinZO Interview Questions
4.0
 • 14 Interviews
Ivanti Interview Questions
3.5
 • 14 Interviews
TestVagrant Interview Questions
3.4
 • 13 Interviews
View all

Litmus Information Systems Reviews and Ratings

based on 31 reviews

4.1/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.5

Salary

3.8

Job security

3.6

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 31 Reviews and Ratings
Network Engineer

Mumbai,

Navi Mumbai

4-9 Yrs

Not Disclosed

Network Engineer

Mumbai,

Navi Mumbai

+1

2-6 Yrs

Not Disclosed

Application Performance Management (APM) Specialist

Mumbai Suburban,

Navi Mumbai

+1

5-10 Yrs

Not Disclosed

Explore more jobs
Associate Consultant
25 salaries
unlock blur

₹1.8 L/yr - ₹7 L/yr

Application Support Engineer
17 salaries
unlock blur

₹1.5 L/yr - ₹4.3 L/yr

Network Engineer
11 salaries
unlock blur

₹2.7 L/yr - ₹5 L/yr

Oracle Database Administrator
10 salaries
unlock blur

₹2.7 L/yr - ₹8 L/yr

Senior Executive
8 salaries
unlock blur

₹3.8 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Litmus Information Systems with

NexTurn

4.1
Compare

FloBiz

3.5
Compare

Kanerika Software

4.5
Compare

Smarter BIZ Technologies

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