Upload Button Icon Add office photos

Filter interviews by

Slice Interview Questions, Process, and Tips

Updated 7 Jan 2025

Top Slice Interview Questions and Answers

View all 18 questions

Slice Interview Experiences

Popular Designations

28 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What do you know about about export services
  • Ans. 

    Export services refer to the sale of services to customers located outside the country of the service provider.

    • Export services involve providing services to customers in foreign countries

    • Taxation on export services may vary based on the country's tax laws

    • Export services can include consulting, IT services, marketing, etc.

    • Export services are often subject to VAT or GST exemptions

  • Answered by AI
  • Q2. Different forms of tds
  • Ans. 

    Different forms of TDS include salary, interest, rent, commission, and professional fees.

    • TDS on Salary

    • TDS on Interest

    • TDS on Rent

    • TDS on Commission

    • TDS on Professional Fees

  • Answered by AI
  • Q3. What is gstr1&3b
  • Ans. 

    GSTR-1 and GSTR-3B are two types of GST returns filed by businesses in India.

    • GSTR-1 is a monthly or quarterly return that contains details of outward supplies of goods or services.

    • GSTR-3B is a monthly summary return that provides details of outward and inward supplies along with the payment of taxes.

    • Both GSTR-1 and GSTR-3B are important for businesses to comply with GST regulations and ensure accurate tax reporting.

    • Fil...

  • Answered by AI
  • Q4. Blocked credit supplies

Interview Preparation Tips

Topics to prepare for Slice Manager Taxation interview:
  • Taxation
  • Indirect Taxation
Interview preparation tips for other job seekers - Aman the interviewer is very sharp witted person you cannot bluff your experience and get with it. You need to know the intrinsic details of GST.

Manager Taxation Interview Questions asked at other Companies

Q1. What is the form for gstr 3b reversals along with reasons of reversal
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic puzzles of medium complexity level. No improvement required

Round 2 - Coding Test 

DSA questions of easy level. Asked for memory optimisations.

Round 3 - Technical 

(1 Question)

  • Q1. High level system design of wallet payment system, took example of paytm. This was hld questions so just basic components
Round 4 - One-on-one 

(2 Questions)

  • Q1. Low level system design of parking lot system
  • Ans. 

    Design a parking lot system at a low level

    • Divide system into components like parking spots, ticketing system, payment system

    • Implement data structures like queues for managing parking spots

    • Use algorithms like least recently used for spot allocation

    • Consider scalability and performance in design

  • Answered by AI
  • Q2. Review of one of my projects at past company

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers were rude sometimes, seems like they are interviewing just for the sake of spending an hour. They did not look serious about actually testing the skillset, not much questions just hmm hmm.

Skills evaluated in this interview

Lead Software Engineer Interview Questions asked at other Companies

Q1. Square root (decimal)You have been given two integers 'N' and 'D', Your task is to find the square root of the number 'N' with precision up to 'D' decimal places i.e. the difference between your answer and the correct answer should be less ... read more
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Joins outputs for various types of joins
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left table

    • FU...

  • Answered by AI
  • Q2. Query using window functions
  • Ans. 

    Window functions are used to perform calculations across a set of table rows related to the current row.

    • Window functions are used in SQL to perform calculations on a set of rows related to the current row.

    • They allow you to perform calculations like ranking, moving averages, and cumulative sums.

    • Examples of window functions include ROW_NUMBER(), RANK(), and SUM() OVER().

  • Answered by AI

Skills evaluated in this interview

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (8)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asked basic questions on Protocols, Networking.

IOS Developer Interview Questions asked at other Companies

Q1. 1 - MVC PATTERN 2- CLOUSERS & it's type 3- Google SDK like Google maps 3- How u manage the constraints of any label , stick at every corner & center of view controller, when getting data from json.
View answer (1)

Slice interview questions for popular designations

 Analyst

 (2)

 Business Analyst

 (2)

 Android Developer

 (1)

 Associate Director

 (1)

 Associate Product Manager

 (1)

 Backend Developer

 (1)

 Campus Ambassador

 (1)

 Data Analyst

 (1)

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

(1 Question)

  • Q1. Questions on release management

Interview Preparation Tips

Interview preparation tips for other job seekers - The Interviewers were good and supportive, however, they will not give you hints about the direction in which they want the response to go, the open-ended questions, so good to clarify in the beginning.

Technical Program Manager Interview Questions asked at other Companies

Q1. consider a scenario where you are collaborating with multiple PoDs (product teams), each of these are working on business critical deliverables with dedicated engineering teams but a common QA team for all. How will you ensure that the QA b... read more
View answer (1)

Get interview-ready with Top Slice Interview Questions

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

(2 Questions)

  • Q1. Pod IP allocation in EKS
  • Ans. 

    Pod IP allocation in EKS involves assigning a unique IP address to each pod for communication within the cluster.

    • Pods in EKS are assigned IP addresses from the VPC CIDR block

    • Each pod gets a unique IP address for communication within the cluster

    • Pod IP addresses are managed by the Kubernetes control plane

  • Answered by AI
  • Q2. Network LoadBalancer vs Application Load Balancer
  • Ans. 

    Network Load Balancer is ideal for TCP traffic, while Application Load Balancer is best for HTTP/HTTPS traffic.

    • Network Load Balancer operates at the connection level (Layer 4), distributing traffic based on IP protocol data.

    • Application Load Balancer operates at the application level (Layer 7), distributing traffic based on content of the request.

    • Network Load Balancer is better suited for applications that require stati...

  • Answered by AI

Skills evaluated in this interview

DevOps Site Reliability Engineer Interview Questions asked at other Companies

Q1. How would you recover your VM, if You have lost its keypair file?
View answer (1)
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

Software Engineering Manager Interview Questions asked at other Companies

Q1. How do you implement Transactional statements using MyISAM Engine. Pros/Cons. Deep dive.
View answer (1)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduction about my experience
  • Q2. Basic knowledge of tele collection

Interview Preparation Tips

Interview preparation tips for other job seekers - Above mentioned

Tele Collection Executive Interview Questions asked at other Companies

Q1. Tell about banking
View answer (1)

KYC Associate Interview Questions & Answers

user image manju arokia

posted on 7 Feb 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is kyc associate what is aml what is aml kyc
  • Ans. 

    KYC Associate is responsible for verifying the identity of customers and ensuring compliance with anti-money laundering (AML) regulations.

    • KYC Associate verifies customer identities and ensures compliance with AML regulations.

    • AML stands for Anti-Money Laundering, which refers to the laws and regulations designed to prevent money laundering and terrorist financing.

    • KYC and AML are closely related processes in the financia...

  • Answered by AI

KYC Associate Interview Questions asked at other Companies

Q1. What do you mean by Negative new screening?
View answer (2)

Backend Developer Interview Questions & Answers

user image Shubham Bhalerao

posted on 11 Jun 2024

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

A basic coding question was asked regarding a buisness logic.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest, and practice your problem solving skills

Backend Developer Interview Questions asked at other Companies

Q1. Print a Binary Tree in Vertical OrderGiven a binary tree, return the vertical order traversal of the values of the nodes of the given tree. For each node at position (X, Y), (X-1, Y-1) will be its left child position while (X+1, Y-1) will b... read more
View answer (3)

Slice Interview FAQs

How many rounds are there in Slice interview?
Slice interview process usually has 2-3 rounds. The most common rounds in the Slice interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Slice 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 Slice. The most common topics and skills that interviewers at Slice expect are Medical Insurance, Billing, Credit Cards, Data Processing and Analytics.
What are the top questions asked in Slice interview?

Some of the top questions asked at the Slice interview -

  1. Whatsapp Engagement dropping- find the reaso...read more
  2. What do you know about about export servi...read more
  3. What is your understanding of Slice busin...read more
How long is the Slice interview process?

The duration of Slice interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Slice Interview Process

based on 15 interviews in last 1 year

Interview experience

4.2
  
Good
View more

People are getting interviews through

based on 18 Slice interviews
Job Portal
Referral
Company Website
44%
28%
22%
6% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

PhonePe Interview Questions
4.0
 • 297 Interviews
PayPal Interview Questions
3.9
 • 206 Interviews
LendingKart Interview Questions
3.2
 • 28 Interviews
Kissht Finance Interview Questions
4.0
 • 26 Interviews
ZestMoney Interview Questions
4.0
 • 14 Interviews
Axio Interview Questions
3.8
 • 8 Interviews
MoneyTap Interview Questions
3.4
 • 1 Interview
View all

Fast track your campus placements

View all

Slice Reviews and Ratings

based on 223 reviews

3.2/5

Rating in categories

3.0

Skill development

3.2

Work-Life balance

3.5

Salary & Benefits

2.8

Job Security

3.0

Company culture

2.8

Promotions/Appraisal

3.1

Work Satisfaction

Explore 223 Reviews and Ratings
KYC Associate
140 salaries
unlock blur

₹2.6 L/yr - ₹4.7 L/yr

Team Lead
55 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

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview