Upload Button Icon Add office photos

Filter interviews by

Cyware Interview Questions, Process, and Tips

Updated 14 Dec 2024

Top Cyware Interview Questions and Answers

View all 9 questions

Cyware Interview Experiences

Popular Designations

12 interviews found

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

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

Round 1 - Aptitude Test 

Aptitude + Coding round
duration was 1 hr 30 mins
Topics were basic aptitude for interviews
Coding topics was - Stack and Greedy

Round 2 - Technical 

(3 Questions)

  • Q1. Why python and explain about list.
  • Ans. 

    Python is a popular programming language known for its simplicity and readability. Lists in Python are versatile data structures that can hold multiple items of different types.

    • Python is widely used in software development due to its ease of use and readability.

    • Lists in Python are ordered collections of items, which can be of different data types.

    • Lists can be modified, appended, sorted, and sliced in Python.

    • Example: li

  • Answered by AI
  • Q2. Print Spiral matrix (twisted leetcode question)
  • Q3. Print the summation of all the digit until the length of the digit is 1
  • Ans. 

    Sum all digits until single digit is reached

    • Iterate through each digit and add them together

    • Repeat the process until the sum is a single digit

    • Example: For input 1234, sum = 1+2+3+4 = 10, then sum = 1+0 = 1

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cyware Software Development Engineer Test interview:
  • DSA
  • Leetcode
  • Resume
Interview preparation tips for other job seekers - Be confident, speak out loud, and be interactive.

Software Development Engineer Test Interview Questions asked at other Companies

Q1. Tell me about yourself What is Software What is Framework What are the characteristics of Software What are different SDLC models available? What is Debugging? Difference between Validation and Verification? What is Software Scope? What are... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding question one easy one medium

Round 2 - Technical 

(2 Questions)

  • Q1. MAx sum of non adjacent elements
  • Ans. 

    Find the maximum sum of non-adjacent elements in an array.

    • Create an array to store the maximum sum at each index

    • Iterate through the input array and calculate the maximum sum considering the current element and the previous non-adjacent element

    • Return the maximum sum found

  • Answered by AI
  • Q2. Optimize it further
  • Ans. 

    Utilize efficient algorithms, minimize redundant code, optimize database queries

    • Use data structures like hash maps or binary trees for faster lookups

    • Minimize nested loops and unnecessary iterations

    • Optimize database queries by using indexes and avoiding unnecessary joins

  • Answered by AI

Skills evaluated in this interview

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 (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Apr 2024.

Round 1 - Coding Test 

3 coding questions and some McQ questions

Round 2 - Technical 

(2 Questions)

  • Q1. Asked DSa question of TWO sum
  • Q2. Dsa question of three sum
Round 3 - Technical 

(3 Questions)

  • Q1. Dsa question of merge sort
  • Q2. DBMS interview questions
  • Q3. Operating system questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare best with the fundamentals of core subjects like computer networks , operating system and DBMS

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 (38)

Devops Engineer Interview Questions & Answers

user image RAUNAK SHARMA (RA2111003010935)

posted on 9 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Reverse a string
  • Ans. 

    Reverse a string by using built-in functions or manually iterating through the characters.

    • Use built-in functions like reverse() in Python or StringBuilder.reverse() in Java.

    • Manually iterate through the characters of the string and append them in reverse order to a new string.

    • Consider edge cases like empty string or null input.

  • Answered by AI

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (1)

Cyware interview questions for popular designations

 Product Manager

 (3)

 Software Developer Intern

 (2)

 Devops Engineer

 (1)

 Senior Content Writer

 (1)

 Software Developer

 (1)

 Software Development Engineer Test

 (1)

 Software Engineer

 (1)

 Solution Architect

 (1)

Product Interview Questions & Answers

user image Anonymous

posted on 18 Sep 2024

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

(1 Question)

  • Q1. About product experiences
Round 2 - One-on-one 

(1 Question)

  • Q1. Product experiences
  • Ans. 

    Product experiences are crucial for customer satisfaction and loyalty.

    • Product experiences can greatly impact customer satisfaction and loyalty.

    • Positive product experiences can lead to repeat purchases and word-of-mouth recommendations.

    • Negative product experiences can result in customer churn and negative reviews.

    • Examples: Apple's seamless user experience, Tesla's innovative features, Amazon's convenient shopping experi

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Work ex related questions
Round 2 - Case Study 

To test knowledge in Cybersecurity

Round 3 - Case Study Presentation 

(1 Question)

  • Q1. Share the understanding and present case study
Round 4 - One-on-one 

(1 Question)

  • Q1. With the management for behavioural fit

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

Jobs at Cyware

View all

Product Manager Interview Questions & Answers

user image Samidha Singh

posted on 13 Apr 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself, past experiences, resume walkthrough

Interview Preparation Tips

Interview preparation tips for other job seekers - Please make sure you ask their budget beforehand. I gave 5 rounds of interviews with a take home assignment and also 3 rounds conducted in-office and later they did not send an offer later since the compensation expectation did not align (which I had already pre mentioned)

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

We had some aptitude and coding questions

Round 2 - Aptitude Test 

Topics like time work, permutations etc

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 (4)

Software Engineer Interview Questions & Answers

user image Yeshwanth Konka

posted on 20 Mar 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Median streaming problem print
  • Ans. 

    The median streaming problem involves finding the median of a stream of numbers as they are being inputted.

    • Maintain two heaps - a max heap for the lower half of the numbers and a min heap for the higher half.

    • Keep the heaps balanced by ensuring the size difference is at most 1.

    • If the total number of elements is odd, the median is the root of the max heap. If even, average the roots of both heaps.

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (178)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Design a website for children
  • Ans. 

    A colorful and interactive website designed to engage and educate children through games, videos, and interactive activities.

    • Use bright colors and fun animations to capture children's attention

    • Include interactive games and puzzles to make learning fun

    • Incorporate educational videos and interactive activities to keep children engaged

    • Ensure the website is easy to navigate and user-friendly for children of all ages

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Aptitude for PM and domain discussion
Round 3 - One-on-one 

(1 Question)

  • Q1. What factors to pay attention to when creating REST API
  • Ans. 

    Factors to consider when creating REST API

    • Define clear and consistent naming conventions for endpoints and resources

    • Use proper HTTP methods (GET, POST, PUT, DELETE) for CRUD operations

    • Implement proper error handling and status codes

    • Ensure security measures such as authentication and authorization are in place

    • Optimize performance by considering caching and pagination

    • Document the API thoroughly for developers to easily u

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and answer confidently

Skills evaluated in this interview

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

Cyware Interview FAQs

How many rounds are there in Cyware interview?
Cyware interview process usually has 2-3 rounds. The most common rounds in the Cyware interview process are One-on-one Round, Technical and Coding Test.
How to prepare for Cyware 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 Cyware. The most common topics and skills that interviewers at Cyware expect are Automation, Python, Health Insurance, Operations and Packaging.
What are the top questions asked in Cyware interview?

Some of the top questions asked at the Cyware interview -

  1. print the summation of all the digit until the length of the digit i...read more
  2. Why python and explain about li...read more
  3. What factors to pay attention to when creating REST ...read more

Tell us how to improve this page.

Cyware Interview Process

based on 12 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

HyScaler Interview Questions
4.5
 • 90 Interviews
McAfee Interview Questions
4.0
 • 31 Interviews
Gen Interview Questions
4.0
 • 17 Interviews
FireEye Interview Questions
4.3
 • 5 Interviews
Trend Micro Interview Questions
4.3
 • 1 Interview
View all

Cyware Reviews and Ratings

based on 23 reviews

3.0/5

Rating in categories

3.5

Skill development

2.8

Work-life balance

3.4

Salary

2.8

Job security

2.9

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 23 Reviews and Ratings
Explore more jobs
Software Engineer
20 salaries
unlock blur

₹10 L/yr - ₹32 L/yr

Senior Software Engineer
12 salaries
unlock blur

₹13.9 L/yr - ₹40 L/yr

Solution Architect
8 salaries
unlock blur

₹24 L/yr - ₹28 L/yr

Senior Product Manager
7 salaries
unlock blur

₹35 L/yr - ₹38.5 L/yr

Principal Software Engineer
7 salaries
unlock blur

₹34 L/yr - ₹46 L/yr

Explore more salaries
Compare Cyware with

Seqrite

1.7
Compare

QUICK HEAL TECHNOLOGIES

3.7
Compare

Trend Micro

4.3
Compare

Palo Alto Networks

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