Clean Power Research Interview Questions

Clean Power Research Interview Guides

Click or hover over a slice to explore questions for that topic.
Data Structures & Algorithms
(72)
SQL
(58)
Machine Learning
(50)
Probability
(30)
Statistics
(20)

Overview

  • Clean Power Research® is revolutionizing the energy landscape by powering the energy transformation with its cutting-edge cloud software. We create innovative solutions that streamline, inform, and add value to energy decisions and processes for utilities, energy professionals, and consumers. Our growing customer base includes 10 out of 10 Fortune 500 utilities and the largest renewable energy companies in the U.S.

Join a culture where every voice matters and creativity thrives. At Clean Power Research, you'll be challenged to solve the industry’s most pressing problems while enjoying a work-life balance and thriving in a start-up-like environment backed by the stability of an established firm. Dive into this guide to uncover our dynamic interview process and prepare for your path to Clean Power Research.

Clean Power Research Interview Questions

Practice for the Clean Power Research interview with these recently asked interview questions.

QuestionTopicDifficulty
Machine Learning
Easy

Write a function calculate_rmse to calculate the root mean squared error of a regression model. The function should take in two lists, one that represents the predictions y_pred and another with the target values y_true.

Input:

Example 1: 

y_pred = [3,4,5]
y_true = [3,4,5]

def calculate_rmse(y_pred,y_true) -> 0

Example 2:

y_pred = [3,4,5]
y_true = [5,4,3]

def calculate_rmse(y_pred,y_true) -> 1.63
SQL
Easy
SQL
Easy
Loading pricing options

View all Clean Power Research questions

Challenge

Check your skills...
How prepared are you for working at Clean Power Research?

Discussion & Interview Experiences

?
There are no comments yet. Start the conversation by leaving a comment.

Discussion & Interview Experiences

There are no comments yet. Start the conversation by leaving a comment.

Jump to Discussion