Upload Button Icon Add office photos

Filter interviews by

Cleareye.ai Interview Questions, Process, and Tips

Updated 6 Jun 2024

Top Cleareye.ai Interview Questions and Answers

Cleareye.ai Interview Experiences

Popular Designations

3 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

3 question on python basics

Round 2 - HR 

(1 Question)

  • Q1. It was friendly
Round 3 - Technical 

(3 Questions)

  • Q1. Simple python question over video call
  • Q2. Diff betweenlist and tupple
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List can be modified (add, remove, change elements), tuple cannot be modified.

    • List is defined using square brackets [], tuple is defined using parentheses ().

    • List is used when we have a collection of items that may need to be changed, tuple is used when we have a collection of items that should not change.

  • Answered by AI
  • Q3. Dict and it's functions
  • Ans. 

    Dict is a built-in data type in Python used to store key-value pairs.

    • Dict functions include keys(), values(), items(), get(), pop(), update(), clear().

    • Example: dict.keys() returns a list of all keys in the dictionary.

    • Example: dict.get('key') returns the value associated with 'key'.

  • Answered by AI

Skills evaluated in this interview

Jr Python Developer Interview Questions asked at other Companies

Q1. Alice has n candies, where each candy is a different type. She wants to split them equally with her brother, Bob. The Doctor advised Alice to only eat n?2 of the candies she has. Return the maximum number of unique candy types Alice can hav... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between list and tuples
  • Ans. 

    Lists are mutable, tuples are immutable data structures in Python.

    • Lists are enclosed in square brackets [], tuples in parentheses ().

    • Lists can be modified (add, remove, change elements), tuples cannot be modified once created.

    • Lists are used for collections of items that may need to be changed, tuples are used for fixed collections of items.

    • Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)

  • Answered by AI
  • Q2. What are the things which you will consider when u are creating a function where the date and no. of days will be given we have to output the date after adding the no. of days to the inputed date.
  • Ans. 

    Consider input validation, handling leap years, and using datetime library for accurate date calculations.

    • Validate input date format and ensure it is a valid date

    • Account for leap years when adding days to the date

    • Use datetime library in Python for accurate date calculations

  • Answered by AI

Skills evaluated in this interview

Python Developer Intern Interview Questions asked at other Companies

Q1. what is python? what is a list? what is a tuple? what is set? Difference between list and tuple. Class and object. lambda function. map function filter function inheritance deep copy and shallow copy what is a dictionary? monkey patching. w... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Type of Letter of credit
  • Ans. 

    Types of letter of credit

    • Revocable letter of credit

    • Irrevocable letter of credit

    • Confirmed letter of credit

    • Transferable letter of credit

    • Standby letter of credit

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good experience

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Jobs at Cleareye.ai

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Simple mcq questions from java, msql, html, css, javascript

Round 2 - Technical 

(1 Question)

  • Q1. They asked everything mentioned in resume, asked situation based coding questions and the projects.

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

Interview Questionnaire 

2 Questions

  • Q1. Explain your project in PowerBI.
  • Q2. What is Append and Merge?
  • Ans. 

    Append and Merge are two methods used to combine data from multiple sources into a single dataset.

    • Append adds new rows to an existing dataset.

    • Merge combines two or more datasets based on a common column or key.

    • Append is useful when adding new data to an existing dataset, while Merge is useful for combining datasets with related information.

    • Example: Appending new sales data to an existing sales dataset.

    • Example: Merging ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Since I applied for the role of PowerBI developer, I was asked questions on PowerBI and statistics which mainly included probability.

Skills evaluated in this interview

I applied via Referral and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic SQL questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through fundamental of SQL , how null behaves with all joins, Cte and other objects .

I applied via Naukri.com and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

SQL test has been conducted nearer to 12-15 questions.

Round 3 - HR 

(2 Questions)

  • Q1. Normal discussion, about salary negotiation
  • Q2. Asked about my past company experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck.
They have lots of opportunities.....................

I applied via LinkedIn and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions on the data structure and algorithms
  • Q2. Questions on the database like MySQL and Cassandra

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer is good and understands the response appropriately

Interview Questionnaire 

1 Question

  • Q1. Interview proceas was very nice. They asked question based CV and the interviewers made very comfortable throughout the process
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic QA related Questions

Cleareye.ai Interview FAQs

How many rounds are there in Cleareye.ai interview?
Cleareye.ai interview process usually has 1-2 rounds. The most common rounds in the Cleareye.ai interview process are Technical, Coding Test and HR.
How to prepare for Cleareye.ai 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 Cleareye.ai. The most common topics and skills that interviewers at Cleareye.ai expect are Python, Machine Learning, Deep Learning, Kubernetes and Docker.
What are the top questions asked in Cleareye.ai interview?

Some of the top questions asked at the Cleareye.ai interview -

  1. What are the things which you will consider when u are creating a function wher...read more
  2. Difference between list and tup...read more
  3. Diff betweenlist and tup...read more

Tell us how to improve this page.

Cleareye.ai Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 229 Interviews
Tiger Analytics Interview Questions
3.7
 • 222 Interviews
Fractal Analytics Interview Questions
4.0
 • 204 Interviews
Tredence Interview Questions
3.6
 • 123 Interviews
Gramener Interview Questions
4.3
 • 12 Interviews
AbsolutData Interview Questions
3.6
 • 9 Interviews
Algonomy Interview Questions
4.0
 • 9 Interviews
View all

Cleareye.ai Reviews and Ratings

based on 12 reviews

3.7/5

Rating in categories

4.0

Skill development

3.4

Work-life balance

3.4

Salary

3.6

Job security

3.1

Company culture

3.0

Promotions

3.6

Work satisfaction

Explore 12 Reviews and Ratings
Machine Learning Engineer

Thiruvananthapuram

4-7 Yrs

Not Disclosed

Devops Architect

Thiruvananthapuram

10-15 Yrs

Not Disclosed

Explore more jobs
QA Engineer
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Machine Learning Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Product Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Cleareye.ai with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

Tiger Analytics

3.7
Compare

LatentView Analytics

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