Upload Button Icon Add office photos

Filter interviews by

Cleareye.ai Interview Questions and Answers

Updated 10 Apr 2025
Popular Designations

7 Interview questions

An Associate Trade Operations was asked 2mo ago
Q. What do you know about Trade Finance?
Ans. 

Trade finance facilitates international trade by providing financial instruments and services to manage risks and ensure payment.

  • Trade finance includes instruments like letters of credit, which guarantee payment to exporters.

  • It helps mitigate risks such as currency fluctuations and non-payment by buyers.

  • For example, a letter of credit can assure a seller that they will receive payment once they fulfill the terms o...

An Associate Trade Operations was asked 2mo ago
Q. What are some examples of trade finance documents?
Ans. 

Trade finance documents facilitate international trade by ensuring payment and reducing risks for exporters and importers.

  • Letter of Credit (LC): A bank guarantee for payment to the seller upon meeting specified conditions.

  • Bill of Lading (B/L): A document issued by a carrier acknowledging receipt of cargo for shipment.

  • Commercial Invoice: A document detailing the sale transaction between buyer and seller, including ...

A Python Developer Intern was asked 12mo ago
Q. What factors would you consider when creating a function that takes a date and a number of days as input and returns the date after adding the specified number of days?
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

View all Python Developer Intern interview questions
A Python Developer Intern was asked 12mo ago
Q. What are the differences between lists 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)

View all Python Developer Intern interview questions
A Jr Python Developer was asked
Q. What are the differences between lists and tuples in Python?
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.

View all Jr Python Developer interview questions
A Jr Python Developer was asked
Q. 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'.

View all Jr Python Developer interview questions
A Business Analyst was asked
Q. 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

View all Business Analyst interview questions
Are these interview questions helpful?

Cleareye.ai Interview Experiences

5 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

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
  • Q1. They asked all about collection and Lc
  • Q2. Some question on error making by the team member
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

Interview Questions & Answers

user image Anonymous

posted on 10 Apr 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Tell me about yourself
  • Q2. What do you know about Trade Finance?
  • Ans. 

    Trade finance facilitates international trade by providing financial instruments and services to manage risks and ensure payment.

    • Trade finance includes instruments like letters of credit, which guarantee payment to exporters.

    • It helps mitigate risks such as currency fluctuations and non-payment by buyers.

    • For example, a letter of credit can assure a seller that they will receive payment once they fulfill the terms of the...

  • Answered by AI
  • Q3. Examples of trade finance documents
  • Ans. 

    Trade finance documents facilitate international trade by ensuring payment and reducing risks for exporters and importers.

    • Letter of Credit (LC): A bank guarantee for payment to the seller upon meeting specified conditions.

    • Bill of Lading (B/L): A document issued by a carrier acknowledging receipt of cargo for shipment.

    • Commercial Invoice: A document detailing the sale transaction between buyer and seller, including terms...

  • Answered by AI
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

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Cleareye.ai?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What are the activities that you have performed?
  • Q2. Some important journal entries

Interview Preparation Tips

Interview preparation tips for other job seekers - I would advice to be more confident on subject amd have a crisp cv which actually shows what you have done in your last company. After walkin, it is your cv which would create an impression of yours because in walkin, it is difficult to remember the candidate. I got call after 1 month and it was all because they liked my cv.
Be confident and practice all what you have done.

I appeared for an interview in Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 40 minutes
Round difficulty - Easy

  • Q1. 

    Count Subsequences Problem Statement

    Given an integer array ARR of size N, your task is to find the total number of subsequences in which all elements are equal.

    Explanation:

    A subsequence of an array i...

  • Ans. 

    Count the total number of subsequences in which all elements are equal in an integer array.

    • Iterate through the array and count the frequency of each element.

    • Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1) / 2).

    • Sum up the total number of subsequences for all elements and return the result modulo 10^9 + 7.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaNoWipro Limited interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Do practice as much as you can
Tip 2 : Coding is key to crack

Application resume tips for other job seekers

Tip 1 : It should look nice
Tip 2 : Skills should be mentioned properly

Final outcome of the interviewRejected

Skills evaluated in this interview

Are these interview questions helpful?

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

Interview Questionnaire 

1 Question

  • Q1. How to change the process

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview panel is good but working with manger is not

I applied via Company Website and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. After 5 year in which position you will be

Interview Preparation Tips

Interview preparation tips for other job seekers - You should must improve your communication skills.

You have basic knowledge of your qualifications

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. General knowledge in coding and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Nooooooooooo noooooooooooooooooooooooooooo

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 Automation Testing.
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. What do you know about Trade Finan...read more
  3. Difference between list and tup...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 4 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
View all

Cleareye.ai Reviews and Ratings

based on 17 reviews

3.3/5

Rating in categories

3.7

Skill development

3.1

Work-life balance

3.0

Salary

3.4

Job security

3.0

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 17 Reviews and Ratings
Senior Developer

Thiruvananthapuram

5-8 Yrs

Not Disclosed

Lead Developer

Thiruvananthapuram

8-12 Yrs

Not Disclosed

Explore more jobs
QA Engineer
24 salaries
unlock blur

₹4.2 L/yr - ₹4.2 L/yr

Machine Learning Engineer
13 salaries
unlock blur

₹7 L/yr - ₹8.1 L/yr

Business Analyst
7 salaries
unlock blur

₹7.5 L/yr - ₹16 L/yr

Product Engineer
5 salaries
unlock blur

₹3.8 L/yr - ₹14.3 L/yr

Senior Product Engineer
5 salaries
unlock blur

₹4.2 L/yr - ₹13 L/yr

Explore more salaries
Compare Cleareye.ai with

TCS

3.6
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview