Upload Button Icon Add office photos

Filter interviews by

Slice Software Engineering Manager Interview Questions and Answers

Updated 25 Sep 2024

Slice Software Engineering Manager Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. System Design of large scale system
  • Ans. 

    System design of large scale system involves designing the architecture, components, and interactions of a complex software system.

    • Identify the requirements and constraints of the system

    • Break down the system into smaller components/modules

    • Design the interactions between components using APIs and protocols

    • Consider scalability, reliability, and performance

    • Use distributed systems principles for fault tolerance and load ba

  • Answered by AI
  • Q2. Cultural fitment with the company
Round 2 - HR 

(2 Questions)

  • Q1. Salary Expectation
  • Q2. Nothing serious of that

Skills evaluated in this interview

Interview questions from similar companies

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

I was interviewed in Nov 2024.

Round 1 - Coding Test 

Asked to solve 2/3 dsa. Medium level

Round 2 - Technical 

(2 Questions)

  • Q1. Bfs shortest path
  • Q2. Sliding window question medium level
Round 3 - Technical 

(2 Questions)

  • Q1. Design book online store
  • Q2. Solid principles design calculator
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

It was a coding round of ReactJS and JS

Round 2 - Technical 

(1 Question)

  • Q1. Design Stopwatch in HTML CSS and JS

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and tell if you are not comfortable in particular language.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Write code for advance surrying in js

Round 2 - Coding Test 

Implement custom hook for api call

Round 3 - Behavioral 

(2 Questions)

  • Q1. Basic questions arounf my previous work
  • Q2. Technical questions around performance and code optimization
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

1. medium dp question on busrst ballon
2. graph quetion on flood fill

Round 2 - Technical 

(2 Questions)

  • Q1. Design File Search
  • Ans. 

    Design a file search feature for a software application.

    • Implement a search bar where users can input keywords or phrases to search for files.

    • Include filters for file type, date modified, and other relevant criteria.

    • Display search results in a user-friendly format with relevant file details.

    • Allow users to preview files before opening or downloading them.

    • Consider implementing search suggestions or autocomplete functional...

  • Answered by AI
  • Q2. Design BookMyShow
Round 3 - Coding Test 

TrieNode common prefix
Graph dkistra algo find least time to fill

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Coding Test 

1 hour , 1 medium and 1 hard
FInd Kth smallest element
Find Peak element

Round 2 - Technical 

(1 Question)

  • Q1. Parking Lot System design
  • Ans. 

    Design a parking lot system with features like parking, unparking, and checking availability.

    • Design classes for ParkingLot, ParkingSpot, Vehicle, etc.

    • Implement methods for parking a vehicle, unparking a vehicle, and checking spot availability.

    • Consider using data structures like HashMap or ArrayList to manage parking spots.

    • Include features like ticket generation, fee calculation, and spot reservation.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and say what the intereviewer wants

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Lazy loading and eager loading in Java in context of Singleton class
  • Ans. 

    Lazy loading defers the initialization of an object until it is actually needed, while eager loading initializes the object immediately.

    • Lazy loading is commonly used in Singleton pattern to delay the creation of the instance until it is requested.

    • Eager loading initializes the Singleton instance at the time of class loading.

    • Lazy loading can help improve performance by only creating the instance when needed, while eager ...

  • Answered by AI
  • Q2. Connect master and slave instances of a DB in spring boot project
  • Ans. 

    Use Spring Boot configuration to connect master and slave instances of a DB

    • Configure multiple data sources in application.properties or application.yml file

    • Use @Primary annotation for the master data source and @Qualifier annotation for the slave data source

    • Define separate DataSource, JdbcTemplate, and EntityManager beans for each data source

    • Use @Transactional annotation with the appropriate data source to specify whic

  • Answered by AI
  • Q3. Global Exception handler in Spring boot
  • Ans. 

    Global exception handler in Spring Boot handles all exceptions thrown by the application.

    • Global exception handler can be implemented using @ControllerAdvice annotation in Spring Boot.

    • It allows centralized exception handling for all controllers in the application.

    • You can define methods annotated with @ExceptionHandler to handle specific exceptions.

    • Global exception handler can return custom error responses or redirect to

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Design Search Engine
  • Ans. 

    Design a search engine

    • Consider using web crawling to index pages

    • Implement a ranking algorithm like PageRank

    • Include features like autocomplete and spell correction

    • Support advanced search operators like boolean operators and filters

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Assignment 

Data Structures Algorithms

Round 2 - Coding Test 

Data Structures and Algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for DSA
Round 1 - Aptitude Test 

Basic aptitude , same syllabus that of tcs

Round 2 - Coding Test 

Two debugging questions, of medium level

Round 3 - One-on-one 

(2 Questions)

  • Q1. What are react hooks, class based components ,linked list ,palindrome , state in components , virtual and real dom
  • Ans. 

    A set of concepts and tools used in React for managing state and rendering UI components.

    • React hooks are functions that allow you to use state and other React features without writing a class component.

    • Class based components are a way of defining React components using ES6 classes.

    • Linked list is a data structure that consists of a sequence of nodes, each containing a reference to the next node.

    • Palindrome is a word, phr...

  • Answered by AI
  • Q2. Sql quries, 2nd max salary, Nth max salary , Group by, deff between delete, truncate,drop

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn SQL thoroughly, practice top 50 gfg sql questions for interview, Know in detail all that you have mentioned in CV, and be fluent on your projects. extra preference if project is in financial domain

Skills evaluated in this interview

Slice Interview FAQs

How many rounds are there in Slice Software Engineering Manager interview?
Slice interview process usually has 2 rounds. The most common rounds in the Slice interview process are Technical and HR.
What are the top questions asked in Slice Software Engineering Manager interview?

Some of the top questions asked at the Slice Software Engineering Manager interview -

  1. System Design of large scale sys...read more
  2. Cultural fitment with the comp...read more
  3. Nothing serious of t...read more

Tell us how to improve this page.

Slice Software Engineering Manager Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

PhonePe Interview Questions
4.0
 • 298 Interviews
PayPal Interview Questions
3.9
 • 207 Interviews
HighRadius Interview Questions
2.9
 • 182 Interviews
Fiserv Interview Questions
3.0
 • 172 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Visa Interview Questions
3.5
 • 138 Interviews
Angel One Interview Questions
3.9
 • 135 Interviews
MasterCard Interview Questions
3.9
 • 134 Interviews
Revolut Interview Questions
2.5
 • 95 Interviews
View all

Fast track your campus placements

View all
KYC Associate
140 salaries
unlock blur

₹2.5 L/yr - ₹4.8 L/yr

Team Lead
57 salaries
unlock blur

₹4 L/yr - ₹10.7 L/yr

Collections Executive
47 salaries
unlock blur

₹2.5 L/yr - ₹4.5 L/yr

Customer Support Executive
40 salaries
unlock blur

₹3.1 L/yr - ₹6 L/yr

Customer Service Executive
25 salaries
unlock blur

₹3.2 L/yr - ₹6.1 L/yr

Explore more salaries
Compare Slice with

ZestMoney

4.0
Compare

Paysense Services India

3.7
Compare

EarlySalary Services

3.8
Compare

Kissht Finance

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