Upload Button Icon Add office photos

Filter interviews by

Karvy Next Team Lead Interview Questions and Answers for Experienced

Updated 30 Oct 2021

Karvy Next Team Lead Interview Experiences for Experienced

1 interview found

Team Lead Interview Questions & Answers

user image Anonymous

posted on 30 Oct 2021

I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is your experience.
  • Ans. 3 Years working in last mile as a DC Support Myntra.com and 2 Years Operation Exucative in Ecom Express.
  • Answered Anonymously
  • Q2. You Handling 100 Delivery Exucative in Bihar.
  • Ans. 

    I have experience handling a team of 100 delivery executives in Bihar.

    • Implemented efficient routing strategies to ensure timely deliveries

    • Trained and mentored delivery executives to improve performance

    • Monitored key performance indicators and implemented corrective actions

    • Managed logistics and inventory to optimize delivery operations

    • Collaborated with cross-functional teams to resolve customer issues

  • Answered by AI
  • Q3. Your Sitting Location in Lakhisarai (Bihar)
  • Ans. 

    I am currently located in Lakhisarai, Bihar.

    • I am situated in the town of Lakhisarai in Bihar.

    • Lakhisarai is a district headquarters in Bihar.

    • It is located in the eastern part of the state.

    • Lakhisarai is known for its historical and cultural significance.

    • The town is surrounded by lush green fields and scenic beauty.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Your work not hard only smart work.

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. They asked my previous development related question
  • Q2. Migrate mvc
  • Q3. Using of version control
  • Ans. 

    Version control is essential for managing code changes and collaborating with team members.

    • Version control allows for tracking changes made to code over time.

    • It enables collaboration between team members by allowing multiple people to work on the same codebase simultaneously.

    • It provides a way to revert to previous versions of code if necessary.

    • Popular version control systems include Git, SVN, and Mercurial.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. For Pega, Questions depend on the topics which we mentioned in the resume.

I applied via Recruitment Consultant and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Easy java, spark and kafka ques
  • Q2. How to submit spark job

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare basics well and google interview questions on java and spark. Easy to crack interview if basics are all clear.

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

Interview Questionnaire 

2 Questions

  • Q1. How is the interview
  • Q2. How is work life balance
  • Ans. 

    Work life balance is important to me and my employer supports it through flexible schedules and remote work options.

    • My employer offers flexible schedules to accommodate personal needs

    • Remote work options are available for certain roles

    • I prioritize my workload and manage my time effectively to maintain balance

    • I make time for hobbies and activities outside of work to recharge

    • I communicate openly with my team and manager a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer asked basic questions and some programming questions

I applied via LinkedIn and was interviewed before Jun 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 

(1 Question)

  • Q1. SQL Basics Power BI Basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your basics and focus on the clarity of the thought.

I applied via Recruitment Consulltant 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 - Technical 

(1 Question)

  • Q1. In Death questions related to oop , c# and .net techology and SQL server .

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for theory related questions and coding related use case.

I applied via Referral and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basics question like current roles and tasks. Questions related to new features in HTML5,css3,JavaScript. Basic questions on angular. Decorator, interceptor, event delegation , hostbinding and listener, ob...

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics clear

I applied via Company Website and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. What is executequery, execute scalar, executenon query in SQL
  • Ans. 

    executequery, execute scalar, executenon query are SQL methods for executing queries.

    • ExecuteQuery is used to execute a SELECT statement and returns a ResultSet object.

    • ExecuteScalar is used to execute a SELECT statement that returns a single value.

    • ExecuteNonQuery is used to execute INSERT, UPDATE, DELETE statements and returns the number of rows affected.

  • Answered by AI
  • Q2. Explain about types of State management in client and server side
  • Ans. 

    State management in client and server side

    • Client-side state management: cookies, local storage, session storage, and query parameters

    • Server-side state management: session state and application state

    • Cookies are small text files stored on the client's computer

    • Local storage and session storage are HTML5 web storage APIs

    • Session state is stored on the server and associated with a user's session

    • Application state is stored on

  • Answered by AI
  • Q3. What is 'inproc' in state management?
  • Ans. 

    Inproc is a state management mode where data is stored in the application's memory.

    • Inproc stands for 'in-process'.

    • Data is stored in the application's memory, making it fast to access.

    • This mode is suitable for small applications with low traffic.

    • If the application is restarted, all data stored in inproc mode is lost.

    • Examples of inproc state management include ASP.NET's in-process session state and Cache API.

  • Answered by AI
  • Q4. Why state management techniques are required ?
  • Ans. 

    State management techniques are required to manage the state of an application and ensure data consistency.

    • State management helps in maintaining the state of an application and ensures that data is consistent across different components.

    • It helps in managing complex applications with multiple components and data sources.

    • State management techniques like Redux, MobX, and Context API provide a centralized store for managin...

  • Answered by AI
  • Q5. Disadvantages of viewstate technique ?
  • Ans. 

    Viewstate technique can lead to performance issues and security vulnerabilities.

    • Viewstate increases the size of the page, leading to slower load times.

    • Viewstate can be tampered with, leading to security vulnerabilities.

    • Viewstate is stored on the client side, leading to potential data privacy issues.

    • Viewstate can cause issues with scalability in web applications.

    • Alternative techniques like session state or caching can b

  • Answered by AI
  • Q6. Inline attribute in html ?
  • Ans. 

    The inline attribute in HTML is used to specify that a particular element should be displayed inline.

    • The inline attribute can be used with elements like <span>, <strong>, <em>, <a>, etc.

    • It allows the element to be displayed on the same line as adjacent elements.

    • Example: <span inline>Inline element</span>

  • Answered by AI
  • Q7. A brief explanation of Ajax ?
  • Ans. 

    Ajax is a technique for creating fast and dynamic web pages without reloading the entire page.

    • Ajax stands for Asynchronous JavaScript and XML

    • It allows for asynchronous communication between the client and server

    • It can update parts of a web page without requiring a full page reload

    • Examples of Ajax include auto-suggest search bars and real-time chat applications

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm from Asp.net background and I'm working as support analyst now. Study completely about your current project, what are all techniques used, what are new alternative technologies are released and all. For asp.net, c# related developers can study MVC , asp.net web app, windows app, deployment, version control, jQuery, ajax, js.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic Angular, Basic .NET questions with scenarios.
Round 2 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please confirm about your project with the HR if possible.

Karvy Next Interview FAQs

What are the top questions asked in Karvy Next Team Lead interview for experienced candidates?

Some of the top questions asked at the Karvy Next Team Lead interview for experienced candidates -

  1. You Handling 100 Delivery Exucative in Biha...read more
  2. Your Sitting Location in Lakhisarai (Biha...read more

Tell us how to improve this page.

Karvy Next Team Lead Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

3.0

Work-life balance

5.0

Salary

1.0

Job security

5.0

Company culture

1.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Assistant Manager
8 salaries
unlock blur

₹4.2 L/yr - ₹8.5 L/yr

Team Lead Operations
6 salaries
unlock blur

₹2.7 L/yr - ₹3.2 L/yr

Project Manager
5 salaries
unlock blur

₹8.8 L/yr - ₹12 L/yr

Assistant Manager Operations
5 salaries
unlock blur

₹5.1 L/yr - ₹7 L/yr

HR Executive
4 salaries
unlock blur

₹1.8 L/yr - ₹3.7 L/yr

Explore more salaries
Compare Karvy Next with

Cognizant

3.7
Compare

Virtusa Consulting Services

3.7
Compare

Hexaware Technologies

3.5
Compare

CGI Group

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