Upload Button Icon Add office photos

Filter interviews by

Manappuram Comptech and Consultants Interview Questions and Answers

Updated 3 Dec 2024

Manappuram Comptech and Consultants Interview Experiences

Popular Designations

3 interviews found

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

(1 Question)

  • Q1. Just basic questions
Round 2 - HR 

(1 Question)

  • Q1. Salary package, and other common cases

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain concept of OOPs
  • Q2. What technologies are you familiar with

Interview Preparation Tips

Interview preparation tips for other job seekers - Main focus was with how long you are going to stay. They want employees that stay. Also they want to know that you really need the job. So act accordingly.

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2->... read more
View answer (4)

Tax Assistant Interview Questions & Answers

user image Anonymous

posted on 27 Sep 2024

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. TAXATION INDIRECT
  • Q2. TAXATION DIRECT TAXATION
  • Q3. TDS QURTAERILY FILING RELATED AND REMITTANCE

Tax Assistant Interview Questions asked at other Companies

Q1. What is your reason for wanting to switch to foreign taxation?
View answer (1)

Interview questions from similar companies

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Introduce yourself
  • Q2. What has been your experience with framework design and implementation?
  • Q3. What is the tech and languages you are comfortable with? Rate yourself on each.
  • Q4. What is your experience with finance?
  • Q5. What is TDD and BDD? What are the differences and which one do you prefer?
Round 2 - Technical 

(6 Questions)

  • Q1. Write a program to find the frequency of word in a sentence
  • Q2. Write a program to check if the sum of digits of.the given number is a prime number
  • Q3. Write an SQL query to get the second highest salary in the table
  • Q4. What is the difference between abstract class and interface? Give a use case for both.
  • Q5. Explain static and give it's use case.
  • Q6. Where are objects stored in memory?

Interview Preparation Tips

Interview preparation tips for other job seekers - Thoroughly practice and study language of your choice
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Interview was taken in malad on interface 7 building The relationship officer Vaibhav Panchal . He assigned Interviewer the way he was talking he was not able to speak in english half of the question i was...
  • Q2. His english was poor How you will get the customer count who speak in english? he didn't gave me which table to fetch from ? * question changed get the customer from one table and count from the other ...

Interview Preparation Tips

Interview preparation tips for other job seekers - They intend to hire from internal referrals, why waste our time and your
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(6 Questions)

  • Q1. Explain your last project and your role in this project
  • Q2. Overall working experience with other companies
  • Q3. Why choose kafka over MQ ? what challenges you faced during kafka implementation ?
  • Q4. Monolith to microservice migration journey ? what all decisions needs to be taken and how the entire migration took place.
  • Q5. If worked for RestAPI ? what is the use of swagger ? what is the content of Swagger documentation ?
  • Q6. Only this was asked to me , and rejected

Interview Preparation Tips

Interview preparation tips for other job seekers - Get your interview scheduled only through referals , as at least you can get what went wrong if not selected .
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Nov 2024.

Round 1 - Case Study 

Here’s a simple framework to approach a case study effectively:


---

Case Study Framework

1. Understand the Problem

Read the case thoroughly and identify the key issue.

Ask clarifying questions if needed (if in a live setting).

Summarize the problem in your own words.



2. Analyze the Situation

SWOT Analysis (Strengths, Weaknesses, Opportunities, Threats)

Identify relevant stakeholders.

Gather data or key insights from the case text.



3. Identify Alternatives

Brainstorm possible solutions to the problem.

Consider multiple approaches (e.g., short-term vs. long-term solutions).



4. Evaluate the Alternatives

Weigh the pros and cons of each solution.

Assess feasibility, costs,

Round 2 - Technical 

(2 Questions)

  • Q1. What are the common performance issues that can occur in a system?
  • Ans. 

    Common performance issues in a system include slow response times, high resource usage, bottlenecks, and crashes.

    • Slow response times can be caused by inefficient code, network latency, or overloaded servers.

    • High resource usage can lead to system slowdowns and crashes, often caused by memory leaks or inefficient algorithms.

    • Bottlenecks occur when a component of the system becomes a limiting factor, such as a database ser...

  • Answered by AI
  • Q2. What is your experience with software bug fixing?
  • Ans. 

    I have experience in identifying and resolving software bugs through thorough testing and collaboration with developers.

    • Identifying bugs by reproducing issues reported by users

    • Collaborating with developers to understand root cause of bugs

    • Testing bug fixes to ensure they are effective

    • Utilizing bug tracking tools like Jira or Bugzilla

    • Experience with regression testing to prevent reoccurrence of bugs

  • Answered by AI
Round 3 - Coding Test 

Shortcut Tips for Coding Tests: 1. Master the Basics: Familiarize yourself with arrays, strings, loops, and conditional statements. 2. Learn Patterns: Concentrate on sliding window, two-pointer techniques, recursion, and divide-and-conquer methods. 3. Use Standard Algorithms: Study breadth-first search (BFS), depth-first search (DFS), sorting algorithms, and dynamic programming principles. 4. Understand Data Structures: Practice with stacks, queues, linked lists, and trees. 5. Practice Edge Cases: Consider scenarios involving empty inputs, duplicates, and large datasets. 6. Write Pseudocode: Outline your plan before starting to code. 7. Optimize Early: Always strive for efficiency in your solutions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Quick Tips for Job Seekers:

1. Know Your Strengths: Identify skills and tailor your resume.


2. Network: Leverage LinkedIn, industry events, and connections.


3. Customize Applications: Align resumes and cover letters to job descriptions.


4. Prepare for Interviews: Research companies and practice answers.


5. Upskill: Learn in-demand tools, certifications, and soft skills.


6. Stay Organized: Track applications and follow-ups.


7. Be Positive: Handle rejections as learning opportunities.


8. Leverage Social Media: Optimize LinkedIn and maintain professionalism online.


9. Consider All Opportunities: Explore freelance, contract, or adjacent roles.


10. Follow Up: Send thank-you notes and stay connected with recruiters.



Stay consistent and persistent—your opportunity is ahead!
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Filters in Tableau
  • Q2. Blending and joins in Tableau
  • Q3. LOD expressions in Tableau
  • Q4. Different types of Joins in SQL, difference between TRUNCATE and DELETE
Round 2 - One-on-one 

(2 Questions)

  • Q1. About my technical experience
  • Q2. What will you do if you get the offer from multiple companies

Interview Preparation Tips

Interview preparation tips for other job seekers - I had 2 rounds of interviews for the position at Wells Fargo. The first round was a teams interview where I was asked questions on Tableau, SQL, and logical reasoning, which I answered successfully and cleared. The second round was an in-person interview on Monday, which required me to take time off from work. This was a managerial interview with no technical questions, except for one about the difference between rank and dense rank.

After the second round, I did not receive any feedback for several days, so I contacted HR to inquire about the status. They assured me they would provide an update, but I did not hear back. I reached out again and was told that I was not selected because I was "not technically strong." This reason seemed misleading, as the second round was not even technical in nature.

My impression is that my current salary expectations may have exceeded their budget for the role. Rather than acknowledging this, it seems they opted to cite a technical deficiency as the reason for my rejection, which I believe was not accurate.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. Introduction, be prepared to have knowledge on your resume
  • Q2. Mathematical questions like percentage
  • Q3. Critical thinking. They asked a question with a given situation what you'll do .
  • Q4. The past 4 days been climate be stroming . And current was cut off due to rain and flood , you have a important assignment to finish, what you'll do

Interview Preparation Tips

Interview preparation tips for other job seekers - I went to citi for the interview of operation specialist other day. I been waitied for around 4 hours just to get my first round of interview. The interviewer seems exhausted due to overwhelming candidate. And one thing is shown upon the scheduling of the interview is lack of people management and schedules. The interviewer seems nice even though i didn't selected
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

During the coding test, I was asked to write a program to check the frequency of characters in a string.

Round 2 - Technical 

(5 Questions)

  • Q1. What is Java , what are the four pillars of java
  • Q2. Related to collection framework
  • Q3. What is recursion, write a code for it
  • Q4. Why we don't use pointers in java
  • Q5. What are the difference between array and arraylist

Interview Preparation Tips

Interview preparation tips for other job seekers - well prepare for all the questions like Java and oops

Manappuram Comptech and Consultants Interview FAQs

How many rounds are there in Manappuram Comptech and Consultants interview?
Manappuram Comptech and Consultants interview process usually has 1-2 rounds. The most common rounds in the Manappuram Comptech and Consultants interview process are One-on-one Round, Technical and HR.
How to prepare for Manappuram Comptech and Consultants 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 Manappuram Comptech and Consultants. The most common topics and skills that interviewers at Manappuram Comptech and Consultants expect are Customer Service, ASP.Net, Compliance, Operations and Policies.
What are the top questions asked in Manappuram Comptech and Consultants interview?

Some of the top questions asked at the Manappuram Comptech and Consultants interview -

  1. What technologies are you familiar w...read more
  2. TDS QURTAERILY FILING RELATED AND REMITTA...read more
  3. Explain concept of O...read more

Tell us how to improve this page.

Manappuram Comptech and Consultants Interview Process

based on 3 interviews in last 1 year

Interview experience

3
  
Average

People are getting interviews through

based on 2 Manappuram Comptech and Consultants interviews
Referral
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Muthoot Fincorp Interview Questions
4.5
 • 449 Interviews
Shriram Finance Interview Questions
4.1
 • 319 Interviews
Bajaj Finance Interview Questions
4.0
 • 289 Interviews
Muthoot Finance Interview Questions
3.6
 • 248 Interviews
Mahindra Finance Interview Questions
4.1
 • 144 Interviews
L&T Finance Interview Questions
4.0
 • 144 Interviews
Edelweiss Interview Questions
3.9
 • 57 Interviews
View all

Manappuram Comptech and Consultants Reviews and Ratings

based on 34 reviews

3.3/5

Rating in categories

2.8

Skill development

3.2

Work-Life balance

2.4

Salary & Benefits

3.5

Job Security

2.4

Company culture

1.9

Promotions/Appraisal

2.8

Work Satisfaction

Explore 34 Reviews and Ratings
DOT NET Developer
31 salaries
unlock blur

₹1.7 L/yr - ₹4.2 L/yr

Software Developer
25 salaries
unlock blur

₹1.8 L/yr - ₹4.1 L/yr

Angular Developer
16 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

Softwaretest Engineer
11 salaries
unlock blur

₹1 L/yr - ₹3.6 L/yr

Junior Officer
10 salaries
unlock blur

₹2.4 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Manappuram Comptech and Consultants with

Muthoot Finance

3.6
Compare

Muthoot Fincorp

4.5
Compare

Shriram Finance

4.1
Compare

Bajaj Finance

4.0
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