Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by MEASUREONE SOLUTIONS Team. If you also belong to the team, you can get access from here

MEASUREONE SOLUTIONS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

MEASUREONE SOLUTIONS Interview Questions and Answers

Updated 5 May 2024

MEASUREONE SOLUTIONS Interview Experiences

1 interview found

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

(1 Question)

  • Q1. Find the 2nd highest from array.
  • Ans. 

    Find the 2nd highest string from an array of strings.

    • Sort the array in descending order

    • Return the element at index 1

  • Answered by AI

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)

Interview questions from similar companies

I applied via Referral and was interviewed before Jan 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SQL and plsql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Pre
Round 1 - Technical 

(2 Questions)

  • Q1. SQL windows functions
  • Q2. .Net framework quetions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and practice well, senior management to take the interviews so talk more about your visions and values you can bring to the organisation
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 

One form is given where different questions are to be answered. And some questions are on personal experience basis

Round 3 - Group Discussion 

Topic is given to discussion and 2 manager were there to observe

Round 4 - Technical 

(3 Questions)

  • Q1. Details about Depository participants. How to do audit, details about NSDL
  • Q2. How to do internal audit
  • Ans. 

    Internal audit involves reviewing and evaluating a company's financial and operational processes to ensure compliance and identify areas for improvement.

    • Establish audit objectives and scope

    • Gather and analyze data

    • Identify areas of risk and weakness

    • Develop recommendations for improvement

    • Present findings to management

    • Follow up on implementation of recommendations

  • Answered by AI
  • Q3. They asked about NSDL and it's working

Interview Preparation Tips

Interview preparation tips for other job seekers - Read about the latest circulars issued by sebi and NSDL

I applied via Naukri.com and was interviewed in Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. They ask you like pro management question. Infra planning, migration experience and it purely depend who is taking your interview. Because during my work i found people who take interview not to select any...
  • Q2. Infrastructure planning, capacity planning, performance tunning, virtualization and etc

Interview Preparation Tips

Interview preparation tips for other job seekers - No advice if you want retirement or don't to work then join the company. i can advise If you are passionate to work then join any company but not NSDL. No business standard no HR standard. Managers are not like manager they work like working college project and senior managers are below my college teacher skill set. Group discussion talks are like friends snapchat...
Hard to spend tym here so i started learning new things. Started giving my precious time to family...

I m executing quries and they call it deployment... Hahahahahah

I don't know what i am goning to do with my career future. Plan to leave it nsdl soon...
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Core java and spring framework questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are window functions and asked to find out the highest salary from each department.
  • Q2. What is Vlookup and formula of it
  • Ans. 

    Vlookup is a function in Excel used to search for a value in a table and return a corresponding value from another column.

    • Vlookup stands for 'Vertical Lookup'

    • It is used to search for a value in the first column of a table and return a value in the same row from a specified column

    • The syntax of Vlookup is =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])

    • Example: =VLOOKUP(A2, B2:D10, 3, FALSE) will search...

  • Answered by AI
Round 2 - HR 

(3 Questions)

  • Q1. What do you know about TU CIBIL
  • Ans. 

    TU CIBIL is a credit information company in India that provides credit scores and reports to individuals and businesses.

    • TU CIBIL stands for TransUnion CIBIL Limited.

    • It is one of the leading credit bureaus in India.

    • It collects and maintains credit information of individuals and businesses.

    • Lenders use TU CIBIL reports to assess the creditworthiness of borrowers.

    • A good credit score from TU CIBIL can help in getting better

  • Answered by AI
  • Q2. What is credit score
  • Ans. 

    Credit score is a numerical representation of a person's creditworthiness, based on their credit history.

    • Credit score ranges from 300 to 850, with higher scores indicating better creditworthiness.

    • Factors that influence credit score include payment history, credit utilization, length of credit history, types of credit used, and new credit accounts.

    • Lenders use credit scores to assess the risk of lending money to individu...

  • Answered by AI
  • Q3. How many credit bureau's are there

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. SQL basics Python Basics Linux Basics
  • Q2. Questions on date and time and joins.

Interview Preparation Tips

Interview preparation tips for other job seekers - Sharpen Linux and SQL basics Python basics.

Hadoop or abintio could be added advantage.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Promises in javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Answered by AI

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Resume based questions
  • Q2. Event loop in nodejs
  • Ans. 

    Event loop in Node.js manages asynchronous operations by executing callback functions when certain events occur.

    • Event loop is responsible for handling I/O operations, timers, and callbacks in Node.js

    • It allows Node.js to perform non-blocking operations efficiently

    • Event loop continuously checks the event queue for new events to execute

  • Answered by AI
  • Q3. Javascript es6 questions

Skills evaluated in this interview

MEASUREONE SOLUTIONS Interview FAQs

How many rounds are there in MEASUREONE SOLUTIONS interview?
MEASUREONE SOLUTIONS interview process usually has 1 rounds. The most common rounds in the MEASUREONE SOLUTIONS interview process are Technical.
How to prepare for MEASUREONE SOLUTIONS 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 MEASUREONE SOLUTIONS. The most common topics and skills that interviewers at MEASUREONE SOLUTIONS expect are Node.Js, Java, Data Structures, Hibernate and Algorithms.

Tell us how to improve this page.

MEASUREONE SOLUTIONS Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

MEASUREONE SOLUTIONS Reviews and Ratings

based on 11 reviews

3.0/5

Rating in categories

2.3

Skill development

2.9

Work-life balance

2.7

Salary

2.8

Job security

3.2

Company culture

2.4

Promotions

2.6

Work satisfaction

Explore 11 Reviews and Ratings
Software Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Process Associate
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Product Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare MEASUREONE SOLUTIONS with

CIBIL

4.2
Compare

Experian

3.8
Compare

Crif High Mark Credit Information Services

3.0
Compare

Equifax

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