Upload Button Icon Add office photos

Filter interviews by

CU Rise Analytics Interview Questions and Answers

Updated 24 Jun 2024

CU Rise Analytics Interview Experiences

Popular Designations

3 interviews found

Statistician Interview Questions & Answers

user image Anonymous

posted on 24 Jun 2024

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. SQL related questions
  • Q2. Python questions
  • Q3. Statistics questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Statistics questions used in banking
  • Q2. Banking domain questions
Round 3 - HR 

(2 Questions)

  • Q1. Why are you changing the job
  • Q2. What is your goal in career

Interview Preparation Tips

Interview preparation tips for other job seekers - Horrible experience with the budget team, they gave me very nice feedback and offered a CTC amount that was

Statistician Interview Questions asked at other Companies

Q1. Have you work on designing work book for MBBS, MPH, nursing students.
Add answer

Data Analyst Interview Questions & Answers

user image Prachi Dave

posted on 2 Mar 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Equation for logistic regression
  • Ans. 

    Logistic regression is a statistical model used to predict the probability of a binary outcome based on one or more predictor variables.

    • Logistic regression equation: P(Y=1|X) = 1 / (1 + e^-(b0 + b1X1 + b2X2 + ... + bnXn))

    • The equation calculates the probability of the dependent variable being 1 given the values of the independent variables.

    • The coefficients (b0, b1, b2, ..., bn) are estimated using maximum likelihood est...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary expectations

Skills evaluated in this interview

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Interview Questionnaire 

1 Question

  • Q1. First interview was easy and asked some SQL queries and second interview was by a statistician and asked questions on basic state

Senior Data Science Analyst Interview Questions asked at other Companies

Q1. 1. Confusion Matrix 2. What is recall and precision? 3. Explain about ROC curve 4. Based on what RFE eliminate the features? 5. SQL question which requires grouping 6. How to read a dataframe, display top 5 rows, how to find summary statist... read more
View answer (1)

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: Verbal-correction of sentences, 2 passages,antonyms,synonyms logical reasoning - all models are in r.s agarwal
Total Questions: 75

Round: Technical Interview
Experience: Regular hr questions like tell about ur self,hobbies,strengths,any team activities, about paper presented and questions on that, questions on leadership qualities, asked to talk about 'conservation of energy' for few minutes, asked abouts functions or events organised.

College Name: NIT WARANGAL

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume based shortlisting initially.

Round: Interview
Experience: 3 rounds of interviews (15-20 minutes each)
 All topics were Metallurgy related
 Heat transfer, Phase diagrams (very basic Fe-C diagram), FEM-based technical questions, are concepts asked.
Tips: If they look interested in a particular aspect, pursue it, and drive the interview.
Be ready to be grilled on the things mentioned in your resume.
 For consulting companies alone (McKinsey and BCG), look at certain case studies. The book "Case in point", is a really good source.
 For most other core companies (like Reliance, Tata Steel, etc.), refreshing Iron and steel and Mechanical Metallurgy courses will help a lot.

College Name: IIT Madras

Interview Questionnaire 

1 Question

  • Q1. Basic HR questions, your understanding of your projects, biggest achievement so far??

Interview Preparation Tips

Round: Resume Shortlist
Tips: Get to know your resume very well, have a story for each of your resume point

Round: Test
Experience: Written test. Basic Quant and one short essay to test your English.

Round: Interview
Experience: They were looking for people with good math skills and team player.

Round: Interview
Experience: Prepare for all the basic HR questions beforehand, write them down. for core get your basic fundamentals perfect.
Tips: I started preparing for placements from Nov starting but starting early will be better.

General Tips: Prepare for all the basic HR questions beforehand, write them down. 
For core, get your basic fundamentals perfect.
Skills: Basic fundamentals
College Name: IIT-Madras

Interview Preparation Tips

Round: Resume Shortlist
Experience: CGPA + resume + online test - based shortlisting

Round: Test
Experience: Online Test:Quant, DI, verbal, and coding45 minutes coding + 15 minutes verbal + 30 minutes quant
Tips: Time constraint will be the major problem. CAT preparation would sufficeBrush up your coding skills- concentrate in either C or C++ or whichever language you're comfortable withE.g.: The coding question- Write a function to find if a number is palindromeBrush up through basic data structuresGraph theory and few sorting algorithms
Duration: 90 minutes

Round: Interview
Experience: (2 interviews, 20 minutes each)Resume- basedCoding skills and the approach towards the problem will also be tested
Tips: Be thorough with the work done in your internships and projects. Be ready to answer why you are interested in the company.Maintain your confidence level in the interviews. They also look for good communication skills, and even leadership, which is evident from the way you conduct yourself through the interview.Practice quant questions, prepare answers for all the basic HR questions.Coding, go through sorting algorithms, FOR, Graph theory.Digital IC design is very important courses. You should be through with this courses if you are interested in digital profile.

College Name: IIT Madras

Interview Preparation Tips

Round: Interview
Experience: Quizzed on opinions of the Construction Industry.

General Tips: 1. Be prepared on the courses and project works that you mention in your resume2. Read newspapers, blogs about the construction industry and keep yourself updated
Skill Tips: """"
Skills: Infrastructure Planning, Infrastructure Management, Construction Management, Project Management
College Name: VIT Chennai

Interview Questions & Answers

HCLTech user image Anonymous

posted on 11 Apr 2015

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Q2. Why should I hire you
  • Q3. Are you willing to relocate

Interview Preparation Tips

Round: Test
Experience: One written test. It contains four sections. Each section is of 15 minutes duration.
Tips: Prepare for general aptitude and learn the basics of C, C++ and Java.
Duration: 60 minutes

Round: HR Interview
Experience: General HR round questions were asked.
Tips: You must show your confidence and maintain eye contact with the interviewer.

General Tips: Brush up all the basics of your core subjects.
Skills: Good technical skills., Good communication skills.
College Name: NA

Interview Questionnaire 

8 Questions

  • Q1. Give a brief introduction about yourself
  • Q2. Explain any one topic from your area of interest
  • Q3. Do you know C language? If yes then write a program to print numbers from 1 to 10 excluding 5
  • Ans. 

    Yes, I know C language. Here's a program to print numbers from 1 to 10 excluding 5.

    • Use a loop to iterate from 1 to 10

    • Inside the loop, check if the current number is equal to 5

    • If it is not equal to 5, print the number

  • Answered by AI
  • Q4. Recall any question from the quantitative ability section of the test and explain how did you approach the problem
  • Ans. 

    The question was about finding the average of a set of numbers.

    • I approached the problem by first summing all the numbers in the set.

    • Then, I divided the sum by the total number of elements in the set to find the average.

    • I used a loop to iterate through the set and keep track of the sum and count of elements.

  • Answered by AI
  • Q5. What all does it take for a person from an electronics background to go into the programming field?
  • Q6. Where are you from?
  • Q7. How was your technical interview round?
  • Q8. Are you willing to relocate?

Interview Preparation Tips

Round: Test
Experience: The online test was of an average difficulty level. There was sufficient time to complete all the questions on time. and there was a negative marking of 0.25.
Tips: One should be thorough with the basics of english, and quantitative ability. Reasoning section needed a lot of practice so as to save time.
Duration: 60 minutes
Total Questions: 50

Round: Technical Interview
Experience: I had a very good experience answering the aforementioned questions as i was confident in all my answers. i did not have a thorough knowledge of c language, So i told the interviewer that i am not adept with programming but i can still try. Hence the interviewer told me that even if i go wrong in programming, he won't be marking me on that basis.
Tips: Always speak the truth whether you know a particular subject or not. This helps the interviewer form an overall idea about you.Put forward your views in a soft and gentle but assertive tone.

Round: HR Interview
Experience: The HR round of interviews was a more general round concerned in knowing the candidate as a person, irrespective of his/ her merits and achievements. It focussed on forming an idea about our personality as an individual
Tips: Be calm, composed and patient in front of the interviewer.

General Tips: One should not be scared or nervous about placements. Patience and confidence should be maintained throughout the recruitment process. Practice placement papers from various websites and also keep yourself updated with current affairs.
Skill Tips: A lot of practice is required to gain speed in doing calculations.
Skills: Speed, Knowledge , Communication Skills
College Name: SRM UNIVERSITY
Motivation: The main motivation for applying to iGATE was the company is a major IT service provider and had been listed in the 100 fastest growing companies by Fortune magazine. Since i had been rejected in companies like Wipro, CTS, Infosys, i applied to this company in the hope of getting selected. Other motivations were my college seniors and teachers.
Funny Moments: When the technical interviewer asked me to explain any topic from my area of interest, I was shocked for a minute because i could not believe that i had been granted so much liberty of choosing any topic from my subject.To crosscheck what i had hear was true or not, i reassured myself by asking him whether he was sure or not. Then the interviewer smiled and told me to proceed.

Skills evaluated in this interview

CU Rise Analytics Interview FAQs

How many rounds are there in CU Rise Analytics interview?
CU Rise Analytics interview process usually has 2-3 rounds. The most common rounds in the CU Rise Analytics interview process are One-on-one Round, HR and Technical.
How to prepare for CU Rise Analytics 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 CU Rise Analytics . The most common topics and skills that interviewers at CU Rise Analytics expect are SQL, Python, Javascript, Power Bi and Predictive Modeling.
What are the top questions asked in CU Rise Analytics interview?

Some of the top questions asked at the CU Rise Analytics interview -

  1. Equation for logistic regress...read more
  2. First interview was easy and asked some SQL queries and second interview was by...read more
  3. Statistics questions used in bank...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 CU Rise Analytics interviews
Referral
Job Portal
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
WNS Interview Questions
3.4
 • 957 Interviews
Mu Sigma Interview Questions
2.7
 • 221 Interviews
Fractal Analytics Interview Questions
4.0
 • 196 Interviews
Crisil Interview Questions
3.7
 • 181 Interviews
View all

CU Rise Analytics Reviews and Ratings

based on 26 reviews

3.4/5

Rating in categories

3.1

Skill development

3.3

Work-Life balance

3.0

Salary & Benefits

2.7

Job Security

3.4

Company culture

2.9

Promotions/Appraisal

3.0

Work Satisfaction

Explore 26 Reviews and Ratings
Senior Analyst
16 salaries
unlock blur

₹4.5 L/yr - ₹11.5 L/yr

Analyst
14 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Data Analyst
14 salaries
unlock blur

₹5.1 L/yr - ₹9 L/yr

Senior Consultant
6 salaries
unlock blur

₹14 L/yr - ₹19.5 L/yr

Senior Data Analyst
6 salaries
unlock blur

₹7 L/yr - ₹15 L/yr

Explore more salaries
Compare CU Rise Analytics with

Crisil

3.7
Compare

Fractal Analytics

4.0
Compare

Mu Sigma

2.7
Compare

TCS

3.7
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