Upload Button Icon Add office photos

CMIE

Compare button icon Compare button icon Compare

Filter interviews by

CMIE Interview Questions and Answers

Updated 1 Jun 2024

CMIE Interview Experiences

Popular Designations

4 interviews found

Analyst Interview Questions & Answers

user image Anonymous

posted on 1 Jun 2024

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

I applied via Indeed and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy written test with a descriptive question

Round 2 - HR 

(1 Question)

  • Q1. Joining date discussed

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask questions and discuss leaves

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)

I applied via Company Website 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 - One-on-one 

(1 Question)

  • Q1. Existing job profile question?

Interview Preparation Tips

Interview preparation tips for other job seekers - Existing job profile question, existing job profile question, existing job profile question, etc

Interview Questionnaire 

1 Question

  • Q1. Financial ratios like ROCE, Debt to equity, Current ratio, Inventory turnover, PE, EPS, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with all the formulas of financial ratios.

Business Development Interview Questions asked at other Companies

Q1. Which is most important features to develop ur company?
View answer (17)

I applied via Company Website and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Peoples source of income..,no. of home members..,employment
  • Q2. Unemployment problem..(berojgari)!!!

Interview Preparation Tips

Interview preparation tips for other job seekers - Knowledge of our field work..,,doing our work exilent..,

Data Entry Operator Interview Questions asked at other Companies

Q1. What is skills matrix of Return center Department?
View answer (45)

CMIE interview questions for popular designations

 Analyst

 (1)

 Business Development

 (1)

 Business Relationship Manager

 (1)

 Data Entry Operator

 (1)

Interview questions from similar companies

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

Interview Questionnaire 

4 Questions

  • Q1. API testing methods
  • Ans. 

    API testing methods involve functional, performance, security, and exploratory testing.

    • Functional testing ensures that the API meets the requirements and specifications.

    • Performance testing checks the API's response time, throughput, and resource utilization.

    • Security testing verifies the API's authentication, authorization, and encryption mechanisms.

    • Exploratory testing involves ad-hoc testing to discover defects and usa...

  • Answered by AI
  • Q2. Difference between sanity and smoke
  • Ans. 

    Sanity and Smoke are types of software testing. Sanity tests a specific functionality while Smoke tests the entire system.

    • Sanity testing is a narrow and deep testing approach while Smoke testing is a broad and shallow testing approach.

    • Sanity testing is performed after a small change in code while Smoke testing is performed after a major change in code.

    • Sanity testing is used to check if the critical functionalities are ...

  • Answered by AI
  • Q3. Difference between retesting and regression
  • Ans. 

    Retesting is testing the same functionality again after fixing the defects. Regression is testing the unchanged functionality after making changes.

    • Retesting is done to ensure that the defects have been fixed and the functionality is working as expected.

    • Regression is done to ensure that the changes made to the software have not affected the existing functionality.

    • Retesting is a subset of regression testing.

    • Retesting is ...

  • Answered by AI
  • Q4. Bug life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - It was technical based interview round.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. SOLID principles examples in depth,given to design user management database in sql(just flow diagram,and in which table which value is used),some basic c# questions related to how you log in c#

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. SQL window functions
  • Q2. Basic SQL queries
  • Q3. Basic Power BI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be kind and humble and don't cheat. The interview will be a cup of cake if you even have some decent experience. Just get your basic right. There won't be much scenarios and coding questions

I applied via Campus Placement and was interviewed before Oct 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 - One-on-one 

(3 Questions)

  • Q1. DS Algo, Backend and DB
  • Q2. Stack(DS) question and DB based questions
  • Q3. Scaling (Horizontal, Vertical) with use cases
  • Ans. 

    Scaling refers to increasing capacity of a system. Horizontal scaling adds more machines, while vertical scaling adds more resources to a machine.

    • Horizontal scaling involves adding more machines to a system to increase capacity

    • Vertical scaling involves adding more resources to a machine to increase capacity

    • Use cases for horizontal scaling include handling increased traffic or adding redundancy

    • Use cases for vertical sca...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Junglee Games Software Developer interview:
  • Backend
  • Data Structures
  • Database
Interview preparation tips for other job seekers - Keep your DS concepts clear and be clear on your answers

I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions based or percentage, profit loss, ratio

Round 2 - Technical 

(2 Questions)

  • Q1. Explain about stacks
  • Ans. 

    Stacks are a data structure that follows the Last In First Out (LIFO) principle.

    • Elements are added and removed from the top of the stack

    • Common operations include push (add element) and pop (remove element)

    • Stacks can be implemented using arrays or linked lists

    • Examples of stack usage include function call stack and undo/redo functionality in text editors

  • Answered by AI
  • Q2. To find middle number in the linked list
  • Ans. 

    To find the middle number in a linked list.

    • Traverse the linked list using two pointers, one moving twice as fast as the other.

    • When the fast pointer reaches the end, the slow pointer will be at the middle node.

    • If the linked list has even number of nodes, there will be two middle nodes. Return either one.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduction , hobbies, goals
  • Q2. Strength, weakness, short term and long term goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at data structures and oops concepts

Skills evaluated in this interview

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

(2 Questions)

  • Q1. About academic project
  • Q2. About language used in my project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready for interview and practice your coading well.

CMIE Interview FAQs

How many rounds are there in CMIE interview?
CMIE interview process usually has 2 rounds. The most common rounds in the CMIE interview process are Aptitude Test, HR and Resume Shortlist.
What are the top questions asked in CMIE interview?

Some of the top questions asked at the CMIE interview -

  1. Financial ratios like ROCE, Debt to equity, Current ratio, Inventory turnover, ...read more
  2. Peoples source of income..,no. of home members..,employme...read more
  3. Unemployment problem..(berojgari)...read more

Tell us how to improve this page.

CMIE Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.6
 • 40 Interviews
ConsultAdd Interview Questions
3.5
 • 36 Interviews
Junglee Games Interview Questions
3.1
 • 32 Interviews
View all

CMIE Reviews and Ratings

based on 34 reviews

3.4/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

2.7

Salary

2.8

Job security

3.2

Company culture

2.5

Promotions

3.3

Work satisfaction

Explore 34 Reviews and Ratings
Software Developer
13 salaries
unlock blur

₹3 L/yr - ₹6.4 L/yr

Research Analyst
9 salaries
unlock blur

₹1.5 L/yr - ₹2.4 L/yr

Financial Analyst
8 salaries
unlock blur

₹1.9 L/yr - ₹12 L/yr

Analyst
6 salaries
unlock blur

₹3.5 L/yr - ₹9 L/yr

Relationship Manager
4 salaries
unlock blur

₹4.2 L/yr - ₹7 L/yr

Explore more salaries
Compare CMIE with

Maxgen Technologies

4.5
Compare

Value Point Systems

3.7
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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