Upload Button Icon Add office photos

Filter interviews by

Cibirix Software Developer Interview Questions and Answers

Updated 31 Aug 2024

Cibirix Software Developer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Redux is used for many frame
  • Q2. Tell about your projets
  • Ans. 

    I have worked on various projects including web development, mobile app development, and data analysis.

    • Developed a web application for a retail company to manage inventory and sales data

    • Created a mobile app for a fitness tracking platform

    • Implemented data analysis algorithms to optimize marketing strategies for an e-commerce website

  • Answered by AI

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Project Architecture
Round 2 - Technical 

(1 Question)

  • Q1. Informatica tech questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Functional interface
  • Q2. Find if array of numbers, which are prime, using streams
  • Ans. 

    Use streams to find prime numbers in an array

    • Use Java streams to filter out non-prime numbers from the array

    • Check if a number is prime by dividing it by all numbers less than its square root

    • Create a method to check if a number is prime

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics, functional interfaces, REST security

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

DP graphs strings it was good

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a linkded list
  • Ans. 

    Reverse a linked list by changing the direction of pointers

    • Start with three pointers: current, previous, and next

    • Iterate through the list, updating pointers to reverse the direction

    • Return the new head of the reversed list

  • Answered by AI
  • Q2. Print fibonacci series
  • Ans. 

    The Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • Start with two variables initialized to 0 and 1

    • Loop through desired number of iterations, adding the previous two numbers to get the next number

    • Print or store each number in the series

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response
Round 1 - One-on-one 

(2 Questions)

  • Q1. SOLID Principle
  • Q2. Throw vs throw ex
  • Ans. 

    throw vs throw ex is used in exception handling in C#

    • throw is used to rethrow the current exception without losing the original stack trace

    • throw ex is used to throw a new exception while preserving the original exception information

    • It is recommended to use throw without specifying ex to avoid losing important exception details

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Dependency injection
  • Q2. What are oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on data encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (class)

    • Inheritance: ability of a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for different data types

    • Abstraction: hiding the complex implementation details

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Why do you want to switch
  • Ans. 

    I want to switch to explore new technologies and challenges in a different industry.

    • Interested in learning new skills and technologies

    • Seeking new challenges and opportunities for growth

    • Want to explore different industry perspectives

  • Answered by AI
  • Q2. Salry expectations
Round 2 - Technical 

(2 Questions)

  • Q1. Question on oop concepts
  • Q2. Coding questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Calaender based questions

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Internshala and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

DSA and array with graph skills 2:00 hours , leetcode

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in building web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MongoDB and MySQL

    • Familiar with version control systems like Git and deployment tools like Heroku

    • Strong problem-solving skills and ability

  • Answered by AI
  • Q2. Why we should considered

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at SRM university (SRMU) and was interviewed in Jul 2023. There were 5 interview rounds.

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 

Hackerank (2-Easy,1-Medium,1-Hard) 90 mins

Round 3 - One-on-one 

(2 Questions)

  • Q1. Mostly it was about my resume and the projects I did
  • Q2. Some behavioural and leadership questions
Round 4 - Technical 

(4 Questions)

  • Q1. Binary search and the code
  • Q2. Two sum problem and the code
  • Q3. Quicksort and the code
  • Q4. Some hr questions here and there
Round 5 - BR 

(3 Questions)

  • Q1. C++ programming, calloc, malloc, global variable
  • Q2. Palindrome of a string
  • Ans. 

    A palindrome of a string is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • Check if the string is equal to its reverse to determine if it is a palindrome.

    • Ignore spaces and punctuation when checking for palindromes.

    • Examples: 'racecar', 'madam', 'A man, a plan, a canal, Panama!'

  • Answered by AI
  • Q3. Puzzles like the there are 4 mens and they have to travel across a bridge only two can go at a time and there is only one torch time take for mens to travel(A-1min B-3min C-7min D-10min)

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Skills evaluated in this interview

Cibirix Interview FAQs

How many rounds are there in Cibirix Software Developer interview?
Cibirix interview process usually has 1 rounds. The most common rounds in the Cibirix interview process are HR.

Tell us how to improve this page.

Cibirix Software Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
SEO Analyst
5 salaries
unlock blur

₹4.8 L/yr - ₹6.2 L/yr

Front end Developer
5 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

SEO Strategist
4 salaries
unlock blur

₹6.6 L/yr - ₹8 L/yr

Project Manager
4 salaries
unlock blur

₹14 L/yr - ₹14 L/yr

Graphic Designer
4 salaries
unlock blur

₹2.8 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Cibirix 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