i
Cyntexa
Filter interviews by
I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.
String , array,recursion.pattern question
The numbers should be sorted in ascending order: 0 1 2
Use a sorting algorithm like bubble sort, selection sort, or insertion sort
Compare each number with the next one and swap if necessary
Repeat the process until the array is sorted
Only basic dsa questions
I applied via campus placement at Poornima College of Engineering, Jaipur and was interviewed in Aug 2023. There were 3 interview rounds.
Only Coding test :
First Coding Test : Pattern, Math 30min (2 out of 3)
Coding Test : Arrays, String, Matrix (5 Questions need to attempt out of 7)
I applied via Walk-in and was interviewed in Jul 2022. There were 4 interview rounds.
Round one was basic coding text and as the process was moving forward it became rigorous.
Some good coding problems were there and consisted collection frameworks too.
It was the pI round where they gave us some hard problems and checked instantly our approach of solving them
Cyntexa interview questions for designations
posted on 17 Oct 2024
I applied via Walk-in
To implement a queue using a stack, use two stacks and simulate the queue operations.
Use two stacks, one for enqueue operation and one for dequeue operation.
For enqueue operation, simply push elements onto the stack used for enqueueing.
For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.
Then pop from the dequeue stack to simulate dequeue operation.
A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.
Create a Node class with data and next pointer
Initialize a head pointer to null
Add nodes by updating next pointers
Traverse the list by following next pointers
Print unique numbers in list
Iterate through the list and store each number in a set to keep track of unique numbers
Print out the numbers in the set to display the unique numbers
I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.
Duration:30 min
Question from percentage,ratios ,HCF/LCM etc.,
Logical reasoning, English
Reverse a string by grouping 'm' characters together
Iterate through the string in groups of 'm' characters
Reverse each group of 'm' characters
Concatenate the reversed groups to get the final reversed string
I applied via Cocubes and was interviewed in Jan 2022. There were 2 interview rounds.
Most rounds were regarding English proficiency and 1 round regarding logical reasoning
posted on 14 Sep 2021
I was interviewed in Jan 2021.
Round duration - 30 minutes
Round difficulty - Medium
It was in the morning around 9:00Am-9:30AM. Platform used for this round was hacerrank. Questions were of moderate to difficult level.
A simple method is to traverse through each subarray to find the total number of subarrays with the XOR of all elements present in the subarray equal to X.
To obtain the total number of rounds after each operation, we will maintain a variable ans, which stores the total number of subarrays. We will iterate the variable index from 0 to N - 1 and in each iteration, we will iterate pos from index to N - 1....
If the same string can be gen...
We can generate all possible subsequences of the string, and for each subsequence check if it contains any character multiple times. If it doesn’t contain any character multiple times, append it into our result.
Algorithm:
Round duration - 15 minutes
Round difficulty - Easy
It was in the night around 8:00PM-8:20PM. Interviewer was very calm in questioning. Platform used for this round was Skype and the questions focused more on personality rather than total.
What do you know about our company?
Who is your role model?
Tip 1 : Your answer has to be short, crisp and to the point. Here are some possible high-impact answers to help you leave a great impression.
Tip 2 : Don’t fall into the interviewer’s trap. This question is shot at you to check your confidence level.
Tip 1 : Practice aptitude questions a lot.
Tip 2 : Do some projects
Tip 3 : Research about company thoroughly
Tip 1 : It should be in proper format.
Tip 2 : Each skills should be mentioned properly.
Reverse array of strings
Iterate through the array and swap elements from start to end
Use two pointers, one at the beginning and one at the end, and swap elements until they meet
Reverse a given string
Use built-in functions like reverse() or loop through the string in reverse order
Create a new string and append characters from the original string in reverse order
Convert the string to an array of characters, reverse the array, and then join it back into a string
Calculate sum of all elements in a given array of strings
Iterate through the array and convert each element to integer before adding to sum
Handle edge cases like empty array or non-numeric elements
Return the final sum after iterating through all elements
based on 25 reviews
Rating in categories
Salesforce Developer
87
salaries
| ₹2.6 L/yr - ₹9.2 L/yr |
Associate Software Developer
71
salaries
| ₹3 L/yr - ₹5.5 L/yr |
Software Developer
21
salaries
| ₹3 L/yr - ₹12 L/yr |
Business Analyst
18
salaries
| ₹3.2 L/yr - ₹6 L/yr |
Associate Software Engineer
13
salaries
| ₹3.8 L/yr - ₹4.8 L/yr |
TCS
Infosys
Wipro
HCLTech