Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Cresce Technology Private Limited Team. If you also belong to the team, you can get access from here

Cresce Technology Private Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cresce Technology Private Limited MIS Executive Interview Questions, Process, and Tips for Experienced

Updated 1 Nov 2023

Cresce Technology Private Limited MIS Executive Interview Experiences for Experienced

1 interview found

MIS Executive Interview Questions & Answers

user image jayveer singh

posted on 1 Nov 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. What is filter formula
  • Ans. 

    A filter formula is a formula used to specify criteria for filtering data in a spreadsheet or database.

    • Filter formulas are used to extract specific data from a larger dataset based on certain conditions.

    • They can be used in various applications such as Excel, Google Sheets, and SQL databases.

    • Filter formulas typically involve logical operators (e.g., equals, greater than, less than) and functions (e.g., COUNTIF, SUMIF) t...

  • Answered by AI
  • Q2. What is use sumif formula
  • Ans. 

    SUMIF is a formula in Excel used to calculate the sum of values in a range based on specified criteria.

    • SUMIF formula is used to add up values in a range that meet a given condition.

    • It takes three arguments: range, criteria, and sum_range.

    • The range is the set of cells to be evaluated, criteria defines the condition, and sum_range is the range to be summed.

    • For example, =SUMIF(A1:A10, ">5", B1:B10) will sum the values in ...

  • Answered by AI
  • Q3. What is xlookup formula
  • Ans. 

    XLOOKUP is a formula in Excel that allows you to search for a value in a range and return a corresponding value from another range.

    • XLOOKUP is a powerful alternative to VLOOKUP and HLOOKUP formulas.

    • It can perform both vertical and horizontal lookups.

    • XLOOKUP can search for values in multiple columns or rows.

    • It can handle both exact and approximate matches.

    • XLOOKUP supports wildcard characters and can handle errors more ef...

  • Answered by AI
  • Q4. What is if function
  • Ans. 

    The IF function is a logical function in Excel that allows you to perform different actions based on a specified condition.

    • The IF function checks if a condition is true or false and returns different values or performs different actions accordingly.

    • It has three arguments: the condition to be tested, the value to be returned if the condition is true, and the value to be returned if the condition is false.

    • Example: =IF(A1...

  • Answered by AI
Round 3 - Aptitude Test 

Overall 12 question

Round 4 - One-on-one 

(1 Question)

  • Q1. Department head discussion
Round 5 - Group Discussion 

Analytics team discussion

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy questions of basic maths.

Round 2 - Technical 

(2 Questions)

  • Q1. Managerial questions.
  • Q2. Basic maths questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Study about the role and be confident .The questions are mostly resume based so go through that.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to productinize Data Pipelines
  • Ans. 

    To productinize Data Pipelines, one must automate, monitor, and scale the pipeline for efficient and reliable data processing.

    • Automate the data pipeline using tools like Apache Airflow or Kubernetes

    • Monitor the pipeline for errors, latency, and data quality issues using monitoring tools like Prometheus or Grafana

    • Scale the pipeline by optimizing code, using distributed computing frameworks like Spark, and leveraging clou...

  • Answered by AI
  • Q2. How does big query works
  • Ans. 

    BigQuery is a fully-managed, serverless data warehouse that enables scalable analysis over petabytes of data.

    • BigQuery uses a distributed architecture to process and analyze large datasets quickly.

    • It allows users to run SQL-like queries on datasets stored in Google Cloud Storage.

    • BigQuery automatically scales to handle large amounts of data and can be integrated with other Google Cloud services.

    • It supports real-time data...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn how to run a pipeline in production

Skills evaluated in this interview

I appeared for an interview in Aug 2021.

Interview Questionnaire 

4 Questions

  • Q1. Basic percentage and calculation Questions
  • Q2. Why u applied for this role?
  • Q3. What is accounting and inventory ?
  • Ans. 

    Accounting is the process of recording, classifying, and summarizing financial transactions to provide information that is useful in making business decisions. Inventory refers to the goods and materials that a business holds for the ultimate purpose of resale.

    • Accounting involves keeping track of financial transactions such as sales, purchases, and expenses

    • Inventory management involves tracking the quantity and value o...

  • Answered by AI
  • Q4. Difference between bill and invoice?
  • Ans. 

    A bill is a request for payment, while an invoice is a detailed record of a transaction.

    • A bill is typically sent before payment is due, while an invoice is sent after a transaction has occurred.

    • A bill may include a summary of charges, while an invoice provides a detailed breakdown of the goods or services provided.

    • Invoices are often used for accounting and tax purposes, while bills are more commonly used in everyday tr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just express yourself in interview. Basic aptitude and calculation skills is required to clear aptitude. You can have a good career and growth prospects here if you are really interested for this position and willing to work hard.

I applied via Approached by Company and was interviewed before May 2021. There were 3 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 - Aptitude Test 

Mathematical thinking Analytical Thinking

Round 3 - HR 

(1 Question)

  • Q1. Career intro, Mathematics

Interview Preparation Tips

Topics to prepare for Vyapar Sales Executive interview:
  • Aptitude
  • Basic mathematics
  • Accounting
Interview preparation tips for other job seekers - Organisation is good learnings will be there

Interview Questionnaire 

1 Question

  • Q1. What is Obser
  • Ans. 

    Obser is not a known term in software engineering.

    • Obser is not a known term in software engineering.

    • It is possible that the interviewer misspoke or meant to ask a different question.

    • It is important to clarify any unclear or confusing questions during an interview.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Monster and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is Nodejs and how is it useful + 1 leetcode hard problem
  • Ans. 

    Node.js is a runtime environment that allows you to run JavaScript on the server side, making it useful for building scalable network applications.

    • Node.js is built on Chrome's V8 JavaScript engine and uses an event-driven, non-blocking I/O model, making it lightweight and efficient.

    • It is commonly used for building web servers, APIs, real-time applications, and microservices.

    • Node.js has a large ecosystem of libraries an...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Grind Leetcode
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is ACID Prop?
  • Ans. 

    ACID Prop stands for Atomicity, Consistency, Isolation, Durability properties in database transactions.

    • Atomicity ensures that all operations in a transaction are completed successfully or none at all.

    • Consistency ensures that the database remains in a consistent state before and after the transaction.

    • Isolation ensures that multiple transactions can be executed concurrently without affecting each other.

    • Durability ensures...

  • Answered by AI
  • Q2. WHAT IS ER Dia?
  • Ans. 

    ER Dia stands for Entity-Relationship Diagram, a visual representation of entities and their relationships in a database.

    • ER Dia is used to design databases by showing the entities (such as customers, products, orders) and the relationships between them.

    • Entities are represented as rectangles, relationships as diamonds, and attributes as ovals.

    • For example, in a library database, you may have entities like 'Book', 'Author...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Dsa questions were asked
Round 3 - Technical 

(1 Question)

  • Q1. Dsa question were asked
Round 4 - HR 

(1 Question)

  • Q1. HR questions were asked
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me your Past experience and Proficiency
  • Q2. Basic About yourself
Round 2 - Coding Test 

Normal coding round with CSS and OOPS questions

Interview Preparation Tips

Interview preparation tips for other job seekers - As a Freshers you should join and Will be able to learn a lot

Cresce Technology Private Limited Interview FAQs

How many rounds are there in Cresce Technology Private Limited MIS Executive interview for experienced candidates?
Cresce Technology Private Limited interview process for experienced candidates usually has 5 rounds. The most common rounds in the Cresce Technology Private Limited interview process for experienced candidates are Resume Shortlist, Technical and Aptitude Test.
What are the top questions asked in Cresce Technology Private Limited MIS Executive interview for experienced candidates?

Some of the top questions asked at the Cresce Technology Private Limited MIS Executive interview for experienced candidates -

  1. What is filter form...read more
  2. What is use sumif form...read more
  3. What is xlookup form...read more

Tell us how to improve this page.

Cresce Technology Private Limited MIS Executive Interview Process for Experienced

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Vyapar Interview Questions
3.5
 • 55 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
Springworks Interview Questions
4.5
 • 23 Interviews
LambdaTest Interview Questions
4.5
 • 19 Interviews
ThoughtSpot Interview Questions
3.8
 • 19 Interviews
thinkbridge Interview Questions
3.4
 • 17 Interviews
Fourkites Interview Questions
3.8
 • 17 Interviews
View all
Inside Sales Associate
9 salaries
unlock blur

₹2.9 L/yr - ₹4.3 L/yr

Senior Business Consultant
5 salaries
unlock blur

₹3.3 L/yr - ₹3.4 L/yr

Business Consultant
5 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Business Development Associate
4 salaries
unlock blur

₹3 L/yr - ₹3.5 L/yr

Business Development Manager
4 salaries
unlock blur

₹3.5 L/yr - ₹6 L/yr

Explore more salaries
Compare Cresce Technology Private Limited with

Vyapar

3.5
Compare

Nowfloats Technologies

3.2
Compare

ShopKirana

3.8
Compare

Fleetx.io

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