Upload Button Icon Add office photos

Filter interviews by

Cerebry Interview Questions and Answers

Updated 31 Oct 2024

Cerebry Interview Experiences

Popular Designations

7 interviews found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Python coding test regarding to some educational questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Python. Latex

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA round with 2 medium level coding question

Round 2 - HR 

(1 Question)

  • Q1. Strength and weaknesses and some situation based questions

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Internshala and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Simple Introduction other then that aptitude and puzzle questions were asked.
Round 2 - Technical 

(1 Question)

  • Q1. 3 medium level code questions : get the best solution and code it.

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
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Assignment 

Latex coding of questions and some verbal questions of maths

Round 2 - HR 

(1 Question)

  • Q1. What is your expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Latex, basic maths

Software Tester Interview Questions asked at other Companies

Q1. Which is a best technique to generate automated test report ?
View answer (1)

Cerebry interview questions for popular designations

 Python Developer Intern

 (1)

 Software Developer

 (1)

 Software Engineer Intern

 (1)

 Senior Software Engineer

 (1)

 Software Tester

 (1)

 Intern

 (1)

 Software Developer Intern

 (1)

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

I appeared for an interview before Sep 2022.

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 - Coding Test 

Coding teat about to integrate some third party api

Round 3 - One-on-one 

(1 Question)

  • Q1. Management related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Not choose this company for better career there is no learning opportunities no salary at a time.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Intern Interview Questions & Answers

user image Anonymous

posted on 23 Feb 2024

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

I applied via AngelList and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Generic leetcode easy question

Round 2 - Coding Test 

Generic leetcode easy/medium question

Round 3 - HR 

(1 Question)

  • Q1. Leetcode medium/hard question

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AngelList and was interviewed before Nov 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Check if a pair exists with given sum in given array.
  • Ans. 

    Check if a pair exists with given sum in given array.

    • Iterate through the array and for each element, check if the difference between the given sum and the current element exists in the array.

    • Use a hash table to store the elements of the array and their indices for faster lookup.

    • If the sum is even, check for pairs of equal values that add up to half the sum.

    • If the array is sorted, use two pointers to traverse the array

  • Answered by AI
  • Q2. Binary tree maximum path sum.
  • Ans. 

    Find the maximum sum of a path in a binary tree.

    • Traverse the tree recursively and calculate the maximum sum of left and right subtrees.

    • Update the maximum sum if the current node value + left subtree sum + right subtree sum is greater.

    • Return the maximum sum found.

    • Consider negative values in the tree as well.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cerebry Software Engineer Intern interview:
  • Data Structures
  • Algorithms
Interview preparation tips for other job seekers - Just be prepared with basic data structures and algorithms.

Skills evaluated in this interview

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, your task is to determine whether these two trees are mirrors of each other. Explanation: Two trees are considered mirror of each other if: The roots of both the trees are the... read more
View answer (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Why do you want to change?
  • Q2. 2. What is your goal?
  • Q3. 3. Critical project you have handled?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be yourself and provide short and to the point answer

Cerebry Interview FAQs

How many rounds are there in Cerebry interview?
Cerebry interview process usually has 2-3 rounds. The most common rounds in the Cerebry interview process are Coding Test, HR and Resume Shortlist.
What are the top questions asked in Cerebry interview?

Some of the top questions asked at the Cerebry interview -

  1. Check if a pair exists with given sum in given arr...read more
  2. Binary tree maximum path s...read more
  3. Simple Introduction other then that aptitude and puzzle questions were ask...read more

Tell us how to improve this page.

Cerebry Interview Process

based on 10 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 848 Interviews
View all

Cerebry Reviews and Ratings

based on 21 reviews

1.9/5

Rating in categories

2.2

Skill development

1.8

Work-life balance

1.9

Salary

1.5

Job security

1.7

Company culture

1.6

Promotions

1.8

Work satisfaction

Explore 21 Reviews and Ratings
SME
18 salaries
unlock blur

₹3 L/yr - ₹4.8 L/yr

Software Developer
12 salaries
unlock blur

₹5.5 L/yr - ₹9 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹9.5 L/yr - ₹16 L/yr

Software Engineer
4 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Maths Subject Matter Expert
4 salaries
unlock blur

₹3.4 L/yr - ₹14.4 L/yr

Explore more salaries
Compare Cerebry with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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