Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Cybercom Creation Team. If you also belong to the team, you can get access from here

Cybercom Creation Verified Tick

Compare button icon Compare button icon Compare
3.2

based on 20 Reviews

Filter interviews by

Cybercom Creation Interview Questions, Process, and Tips

Updated 10 Jan 2025

Top Cybercom Creation Interview Questions and Answers

View all 6 questions

Cybercom Creation Interview Experiences

Popular Designations

11 interviews found

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

There are a total of 100 questions, consisting of 60 aptitude questions and 40 technical questions.

Round 2 - Technical 

(2 Questions)

  • Q1. How many times does a for loop execute during traversal?
  • Q2. Recursion and array questions
Round 3 - Technical 

(1 Question)

  • Q1. Write a program that represents a given number in terms of powers of 2.

Backend Developer Interview Questions asked at other Companies

Q1. Print a Binary Tree in Vertical OrderGiven a binary tree, return the vertical order traversal of the values of the nodes of the given tree. For each node at position (X, Y), (X-1, Y-1) will be its left child position while (X+1, Y-1) will b... read more
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Technical 

(2 Questions)

  • Q1. All about loops and different condition of loops and DSA questions
  • Q2. They write the codes of loop and ask the output of code

PHP Developer Interview Questions asked at other Companies

Q1. How can we report errors in the log file while working on a core PHP project?
View answer (3)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(3 Questions)

  • Q1. Oops data types, array and my sql query
  • Q2. Java concept about datatype or variable
  • Q3. Multiple inheritance and type of it is
  • Ans. 

    Multiple inheritance is when a class can inherit attributes and methods from more than one parent class.

    • Allows a class to inherit from multiple parent classes

    • Can lead to the diamond problem where ambiguity arises if two parent classes have a method with the same name

    • Languages like JavaScript do not support multiple inheritance but can achieve similar functionality using mixins

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Family, goal , why cybercom , interest

Skills evaluated in this interview

Javascript Developer Interview Questions asked at other Companies

Q1. Can you tell me about promise, async in javascript
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About Android development

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Cybercom Creation interview questions for popular designations

 PHP Developer

 (3)

 Javascript Developer

 (2)

 Software Developer

 (2)

 Backend Developer

 (1)

 Quality Analyst

 (1)

 Quality Analyst Specialist

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptiude round consisted basic aptitude questions such as profit and loss,work and time etc and also technical questions of SQL, programmes output .Overall it was of intermediate level and can be cleared by some pratice of above mentioned topics.

Round 2 - Coding Test 

In this round various coding question were asked and we were supposed to give what will be their output.

Round 3 - HR 

(5 Questions)

  • Q1. It was the final round.
  • Q2. Tell me about yourself?
  • Q3. Where do you see yourself in the upcoming 5 years.
  • Q4. What technology are you interested in ?
  • Ans. 

    I am interested in learning more about artificial intelligence and machine learning technologies.

    • Artificial intelligence

    • Machine learning

    • Deep learning

    • Natural language processing

  • Answered by AI
  • Q5. Tell me about your strength and weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be shy or afraid to give the answer irrespective of it being right or wrong.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2022. There were 4 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 - Aptitude Test 

Simple basic core js and dbms questions and normal apptitude questions , easy to clear this round

Round 3 - Group Discussion 

There is one problem given like multiple for loop working and in which loop active first and other second question ia based on array there is 1 to 10 boxes so put odd numbers to empty box or just like this.....

Round 4 - HR 

(2 Questions)

  • Q1. No ask about your family background and ready to relocate? or asked are you comfortable to work on any technology .?? or other stuff
  • Q2. Are you allow the switch multiple technology?
  • Ans. 

    Yes, I am comfortable switching between multiple technologies.

    • I have experience working with multiple technologies such as PHP, Python, and Java.

    • I am adaptable and can quickly learn new technologies as needed.

    • Switching between technologies is a common requirement in software development.

    • I am comfortable working with both front-end and back-end technologies.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - if you are working on PHP then it is good company beacause it is work on magento e commerce mainly and laravel in short if you are interested in php the good else my advice looking other..

PHP Developer Interview Questions asked at other Companies

Q1. How can we report errors in the log file while working on a core PHP project?
View answer (3)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basic QA related question
  • Q2. Black box testing vs White box testing
  • Ans. 

    Black box testing focuses on testing the functionality of a system without knowledge of its internal code, while white box testing involves testing the internal code structure.

    • Black box testing is based on external expectations and requirements.

    • White box testing is based on internal code structure and logic.

    • Black box testing is more suitable for end-to-end testing scenarios.

    • White box testing is more suitable for unit t

  • Answered by AI
  • Q3. Sceniro based testing
Round 2 - One-on-one 

(1 Question)

  • Q1. Why do you want to be QA
  • Ans. 

    I am detail-oriented and enjoy ensuring quality standards are met.

    • I have a passion for identifying and fixing issues to improve overall product quality

    • I enjoy working with cross-functional teams to ensure quality standards are met

    • I have a strong attention to detail and enjoy problem-solving

    • I find satisfaction in ensuring that end-users have a positive experience with the product

  • Answered by AI

Skills evaluated in this interview

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Aptitude test. Normal to high complex

Round 3 - Technical 

(1 Question)

  • Q1. Test cases creation

PHP - Laravel Developer Interview Questions & Answers

user image Anonymous

posted on 5 Oct 2022

I applied via Campus Placement

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Just drow a pattern simple question.
Round 3 - HR 

(1 Question)

  • Q1. Some questions about DBMS and some related to personality.

Interview Preparation Tips

Interview preparation tips for other job seekers - The salary was very low to survive after all the deduction.

Interview Questionnaire 

1 Question

  • Q1. They are asking about for loop question like if you have 3 for loop so how many time it will run?

Javascript Developer Interview Questions asked at other Companies

Q1. Can you tell me about promise, async in javascript
View answer (1)

Cybercom Creation Interview FAQs

How many rounds are there in Cybercom Creation interview?
Cybercom Creation interview process usually has 2-3 rounds. The most common rounds in the Cybercom Creation interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for Cybercom Creation 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 Cybercom Creation. The most common topics and skills that interviewers at Cybercom Creation expect are Javascript, MySQL, Node.Js, Air Conditioning and Ajax.
What are the top questions asked in Cybercom Creation interview?

Some of the top questions asked at the Cybercom Creation interview -

  1. How many times does a for loop execute during travers...read more
  2. are you allow the switch multiple technolo...read more
  3. Write a program that represents a given number in terms of powers of...read more
How long is the Cybercom Creation interview process?

The duration of Cybercom Creation interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Cybercom Creation Interview Process

based on 4 interviews in last 1 year

Interview experience

4.3
  
Good

People are getting interviews through

based on 8 Cybercom Creation interviews
Campus Placement
WalkIn
75%
13%
12% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
View all

Cybercom Creation Reviews and Ratings

based on 20 reviews

3.2/5

Rating in categories

2.6

Skill development

3.2

Work-Life balance

2.8

Salary & Benefits

3.1

Job Security

2.9

Company culture

2.8

Promotions/Appraisal

2.8

Work Satisfaction

Explore 20 Reviews and Ratings
Software Developer
27 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Quality Analyst
8 salaries
unlock blur

₹3 L/yr - ₹4.2 L/yr

Data Executive
7 salaries
unlock blur

₹1.5 L/yr - ₹3.6 L/yr

Software Engineer
6 salaries
unlock blur

₹3.5 L/yr - ₹5.9 L/yr

Business Analyst
5 salaries
unlock blur

₹2.7 L/yr - ₹4.8 L/yr

Explore more salaries
Compare Cybercom Creation with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview