Upload Button Icon Add office photos

Filter interviews by

Cerebra Integrated Technologies Interview Questions and Answers

Updated 16 Aug 2024

Cerebra Integrated Technologies Interview Experiences

Popular Designations

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. Business discussions

Bdm Executive Interview Questions asked at other Companies

Q1. What are your weaknesses and how to channelize it to make it productive
View answer (1)

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

Interview Questionnaire 

3 Questions

  • Q1. About urself?
  • Q2. What is recruiting
  • Q3. Recruiting related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good interviewer and very easy interview

Domestic IT Recruiter Interview Questions asked at other Companies

Q1. How do I get a refund from Citymall? To refund money from XXXXXCity Mall for a wrong Product, you should immediately contact City Mall customer support:+91-810.0128.521 and Email ***** (available 24/7) report the issue.
View answer (1)

Interview questions from similar companies

I appeared for an interview before May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

It was in the morning. Because of covid test was from home. We had 50 MCQ and 1 coding question. The coding question was pretty easy. MCQ were mixed, we even had questions from machine learning.

  • Q1. 

    Maximum Path Sum Between Two Leaves

    Given a non-empty binary tree where each node has a non-negative integer value, determine the maximum possible sum of the path between any two leaves of the given tree.

    ...
  • Ans. 

    Find the maximum path sum between two leaf nodes in a binary tree.

    • Traverse the tree to find the maximum path sum between two leaf nodes

    • Consider both cases where the path passes through the root and where it doesn't

    • Keep track of the maximum sum while traversing the tree

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Interview round. Questions were based on projects, database and one coding question

  • Q1. 

    Longest Subarray Zero Sum Problem Statement

    Given an array of integers arr, determine the length of the longest contiguous subarray that sums to zero.

    Input:

    N (an integer, the length of the array)
    arr (...
  • Ans. 

    Find the length of the longest contiguous subarray that sums to zero in an array of integers.

    • Use a hashmap to store the cumulative sum and its corresponding index.

    • Iterate through the array, updating the sum and checking if the current sum exists in the hashmap.

    • If the sum exists in the hashmap, update the maximum length of subarray with sum zero.

    • Return the maximum length of subarray with sum zero.

  • Answered by AI
Round 3 - Telephonic Call 

Round duration - 40 minutes
Round difficulty - Easy

Managerial round. Was asked questions on projects and management

Round 4 - HR 

Round duration - 10 minutes
Round difficulty - Easy

HR just asked about basic stuffs and all. Nothing technical

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaAbove 7 CGOACisco interview preparation:Topics to prepare for the interview - Data structures, Computer Networking, DBMS, College projects, C++Time required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Practice leetcode questions
Tip 2 : Be very well aware of the projects
Tip 3 : Stay calm

Application resume tips for other job seekers

Tip 1 : Don't use fancy colour
Tip 2 : Write more about stuffs which you are confident like projects or any tech

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Company Website and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

8 Questions

  • Q1. Tell me about yourself?
  • Q2. Why do you want to relocate from Singapore to India. What is your salary expectation?
  • Q3. Why do you want to move from Commodity management where you have got more direct control over procurement decisions, into a procurement analytics role where you can only influence indirectly?
  • Q4. How did you build a sourcing strategy, what were the steps?
  • Ans. 

    To build a sourcing strategy, I followed these steps:

    • Identified the business needs and goals

    • Conducted market research to identify potential suppliers

    • Evaluated supplier capabilities and performance

    • Negotiated contracts and pricing

    • Developed a supplier relationship management plan

    • Monitored supplier performance and made adjustments as needed

  • Answered by AI
  • Q5. Are you comfortable with Bengaluru?
  • Q6. What is the total spend in your team and how much did you manage?
  • Q7. Can you mention the biggest bid you conducted and what was the outcome?
  • Ans. 

    I led a bid for a software implementation project worth $5 million, resulting in a successful contract with a major client.

    • Led bid for $5 million software implementation project

    • Negotiated contract terms with major client

    • Ensured project met client's requirements and deadlines

  • Answered by AI
  • Q8. Will you need relocation compensation?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest as much as possible. Confidence is key, even if you aren't able to recollect a number or you update wrongly, dont just stumble try to move on quickly. Make it interactive and converse rather than making it a question-answer session.

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

Interview Questionnaire 

1 Question

  • Q1. Question were fairly technical.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the basics , work on the project and be clear about that.

I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is OOPs concept?
  • Ans. 

    OOPs concept stands for Object-Oriented Programming concepts which includes encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation is the process of hiding the implementation details from the user.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Polymorphism allows objects to take on multiple forms or behaviors.

    • Abstraction is the process of hiding unnecessary details from

  • Answered by AI
  • Q2. What is lazy loading?
  • Ans. 

    Lazy loading is a technique used to defer the loading of non-critical resources until they are needed.

    • It improves page load time and performance.

    • It is commonly used for images, videos, and other media files.

    • It can be implemented using JavaScript libraries like LazyLoad or Intersection Observer API.

    • Lazy loading can also be used for modules and components in web applications.

    • It helps to reduce the initial load time of th

  • Answered by AI
  • Q3. What is eager loading?
  • Ans. 

    Eager loading is a technique used in software development to load related data in advance to avoid multiple database queries.

    • Eager loading is used to optimize database queries and improve performance.

    • It loads all the required data in a single query instead of making multiple queries.

    • It is commonly used in Object-Relational Mapping (ORM) frameworks like Hibernate, Entity Framework, etc.

    • Eager loading can be used with var...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Clearing Test is the key

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All about Linux..basic Linux.. listing file's.. searching pattern..NFS..lvm.. samba..iscsi..docker.. kubernets..

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare from basic

Interview Questionnaire 

2 Questions

  • Q1. Based on my cv
  • Q2. Nothing more

Interview Preparation Tips

Interview preparation tips for other job seekers - Time taking to get response

Interview Questionnaire 

6 Questions

  • Q1. Tell us about yourself ?
  • Q2. Any knowledge of Networks/DS?
  • Ans. 

    Yes

    • Knowledge of network protocols and architectures

    • Understanding of data structures and algorithms

    • Experience with network troubleshooting and analysis

    • Familiarity with network security and encryption

    • Proficiency in network programming and socket programming

  • Answered by AI
  • Q3. Which projects do you like the most?
  • Q4. How was your test ?
  • Ans. 

    The test went well, I was able to complete all the tasks within the given time frame.

    • I prepared well for the test by reviewing relevant materials

    • I managed my time effectively during the test

    • I was able to solve all the problems and complete all the tasks

    • I double-checked my work to ensure accuracy

  • Answered by AI
  • Q5. Why CISCO ? Tell something about it
  • Q6. Which companies have you applied for till day 4 ?

Interview Preparation Tips

Round: Test
Experience: 30 questions on Technical knowledge - Basic C, DS, Microprocessor, OS, Networks, Circuit Designs.
20 questions on Aptitude.
Total Questions: 50

Round: Technical Interview
Experience: It was a 25-30 minute round. Apart from the questions mentioned, they asked questions related to BTP(Signal Processing) and Microprocessor 8085.
Tips: Basic C, EE 370 and Microprocessor 8085 will be helpful. They will look for Networks related questions. Revise the related courses and attend PPTs.

Round: HR Interview
Experience: It was a 15-minute round.

General Tips: Analytical thinking is important and you should have good technical knowledge and a decent academic record.
College Name: IIT KANPUR

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: It was a blend of topics from IT,CSE and ECE. Try to concentrate on coding and networks for this round. mostly luck based

Round: Group Discussion
Experience: A very easy round. Can easily clear it if you have minimum skills

Round: Technical Interview
Experience: needs a sound knowledge in networking .

Round: HR Interview
Experience: your personality and the way you behave matters a lot. Try to be humble and truthful

General Tips: as I mentioned earlier keep trying never loose hope
Skills: communication skills, grasping power , knowledge
College Name: VIT VELLORE
Motivation: high package :P
Funny Moments: none . but had to go to bangalore for interview which was fun :)

Cerebra Integrated Technologies Interview FAQs

How many rounds are there in Cerebra Integrated Technologies interview?
Cerebra Integrated Technologies interview process usually has 1 rounds. The most common rounds in the Cerebra Integrated Technologies interview process are One-on-one Round.
How to prepare for Cerebra Integrated Technologies 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 Cerebra Integrated Technologies. The most common topics and skills that interviewers at Cerebra Integrated Technologies expect are HTML, Quality Assurance, Sales Executive Activities, Agile and Auditing.

Tell us how to improve this page.

Cerebra Integrated Technologies Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Cisco Interview Questions
4.2
 • 375 Interviews
Tejas Networks Interview Questions
4.0
 • 76 Interviews
Redington Interview Questions
4.0
 • 34 Interviews
Avantel Interview Questions
3.9
 • 13 Interviews
View all

Cerebra Integrated Technologies Reviews and Ratings

based on 25 reviews

4.5/5

Rating in categories

3.9

Skill development

4.2

Work-life balance

4.0

Salary

4.3

Job security

4.5

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 25 Reviews and Ratings
Regional Manager
6 salaries
unlock blur

₹5 L/yr - ₹18.6 L/yr

Business Development Executive
5 salaries
unlock blur

₹2.4 L/yr - ₹3 L/yr

Sales Manager
5 salaries
unlock blur

₹3 L/yr - ₹4.6 L/yr

Assistant Manager
4 salaries
unlock blur

₹4.2 L/yr - ₹8 L/yr

Business Development Manager
4 salaries
unlock blur

₹4.5 L/yr - ₹7.7 L/yr

Explore more salaries
Compare Cerebra Integrated Technologies with

Sterlite Technologies

3.8
Compare

Cisco

4.2
Compare

Redington

4.0
Compare

Vindhya Telelinks

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