Premium Employer

i

This company page is being actively managed by Lytx Team. If you also belong to the team, you can get access from here

Lytx Verified Tick

Compare button icon Compare button icon Compare
5.0

based on 1 Review

i

This rating is based on a small number of reviews, so it may not fully reflect the overall employee experience.

Filter interviews by

Lytx Senior Software Engineer Interview Questions and Answers

Updated 17 Jun 2024

Lytx Senior Software Engineer Interview Experiences

2 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. First round was managerial round.General scenario based questions were asked. It was very easy round.
Round 2 - Technical 

(2 Questions)

  • Q1. System design on upload download system
  • Ans. 

    Design a system for uploading and downloading files efficiently.

    • Use a distributed file storage system to handle large file uploads and downloads.

    • Implement a queuing system to manage incoming file requests and prioritize them based on size or type.

    • Utilize caching mechanisms to store frequently accessed files and reduce load on the system.

    • Implement access control mechanisms to ensure secure file uploads and downloads.

    • Con...

  • Answered by AI
  • Q2. I was not happy with second round. Even after good discussion I was not selected. Interviewer was not giving a chance to speak. He only had theoretical knowledge so was expecting to the point answers.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not attempt interview with Lytx. It was total waste of time.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Describe SOLID Principle
  • Ans. 

    SOLID Principle is a set of five design principles in object-oriented programming to make software designs more understandable, flexible, and maintainable.

    • 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: Objects of a superclass should be replaceable w...

  • Answered by AI

Skills evaluated in this interview

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

Interview questions from similar companies

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

(1 Question)

  • Q1. Basic all type questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Project related and technology se related
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. 2,3 Round technical
  • Q2. Basic .net ,MVC framework concepts,SQL logical questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2022. 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 

(1 Question)

  • Q1. Coading and technical
Round 3 - Technical 

(1 Question)

  • Q1. Coading and project related
Round 4 - HR 

(1 Question)

  • Q1. Package discussion will be done

Interview Preparation Tips

Interview preparation tips for other job seekers - Better look out for other organisation not secure for job
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company and was interviewed in Jul 2022. There were 3 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 - Technical 

(1 Question)

  • Q1. What is session? Where are session stored? Difference between 3tier architecture and 3layared architecture? What is SOA? Why we need WebApi? What is REST and RESTful? What are return types in WebApi?
  • Ans. 

    Questions related to web development and architecture

    • Session is a way to store user-specific data on the server-side

    • Session can be stored in-memory, on the server's file system, or in a database

    • 3-tier architecture separates presentation, application logic, and data storage

    • 3-layered architecture separates presentation, business logic, and data access

    • SOA is a design pattern where software components communicate with each...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Many scenario based questions based on the skills in resume and on the projects worked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on the skills mentioned in resume. Be confident on the responses.

Skills evaluated in this interview

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic MVC questions like routing,filters
  • Q2. Basic Sql questions like functions, Stored procedures
Round 2 - One-on-one 

(1 Question)

  • Q1. Manager round where questions where on deployments of projects, process etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good look at basics of MVC, Web api, SQL
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There was 1 interview round.

Round 1 - Assignment 

I had to evaluate a software and let them understand where this software could be implemented and the pros and cons of the software.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest about your work experience

I applied via Naukri.com and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Results from pseudo code or steps from an algorithm

Round 2 - Case Study 

Mainly the process of handling issues and development process

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be strong in c# oops concepts and sql logical queries

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

Round 1 - Coding Test 

Array and OOPS concept. Given set of questions to solve with each oops concept

Round 2 - One-on-one 

(3 Questions)

  • Q1. Out of box thinking. Given logical puzzles and ask you to analyze and provide your understanding
  • Q2. Explain the inheritance concept with car model
  • Ans. 

    Inheritance in car model refers to the ability of a new car model to inherit features and characteristics from an existing car model.

    • Inheritance allows for the creation of a new car model that shares common features with an existing car model

    • The new car model can add or modify features inherited from the existing car model

    • For example, a new sports car model can inherit features from a base car model such as engine, tra...

  • Answered by AI
  • Q3. Probability question with fruits and boxes

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with oops concept and be more creative. Dont find complex answers for simple questions.

Lytx Interview FAQs

How many rounds are there in Lytx Senior Software Engineer interview?
Lytx interview process usually has 1-2 rounds. The most common rounds in the Lytx interview process are One-on-one Round and Technical.
How to prepare for Lytx 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 Lytx. The most common topics and skills that interviewers at Lytx expect are Agile, Object Oriented Design, Product Management, Architecture and C++.
What are the top questions asked in Lytx Senior Software Engineer interview?

Some of the top questions asked at the Lytx Senior Software Engineer interview -

  1. System design on upload download sys...read more
  2. Describe SOLID Princi...read more
  3. I was not happy with second round. Even after good discussion I was not selecte...read more

Tell us how to improve this page.

Lytx Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more
Join Lytx Redefining Safety on our Roadways with Innovation Backed by Experience
Lytx Senior Software Engineer Salary
based on 4 salaries
₹28 L/yr - ₹42 L/yr
153% more than the average Senior Software Engineer Salary in India
View more details
Software Engineer III
7 salaries
unlock blur

₹27 L/yr - ₹38 L/yr

Test Engineer
4 salaries
unlock blur

₹8 L/yr - ₹14 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹28 L/yr - ₹42 L/yr

Director
3 salaries
unlock blur

₹58 L/yr - ₹76 L/yr

Software Engineer2
3 salaries
unlock blur

₹15 L/yr - ₹17.3 L/yr

Explore more salaries
Compare Lytx with

Geotab

4.0
Compare

Verizon Connect

5.0
Compare

Trimble

4.2
Compare

KeepTruckin

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