I applied online. The process took 2 weeks. I interviewed at Cyntexa (Jaipur, Rajasthan) in Jan 2025
Interview
There are two rounds of interviews after the resume shortlisting and both rounds were occurred at their office. Both the rounds were based on DSA questions and we have to solve on paper the questions. The first round was easy medium but the second round was medium hard. The first round contains 2 rounds in itself, back to back, in both they asked dsa questions and if we performed well in both the rounds then only we will get shortlist for the next round which will happen after some days and in the next round, they gave 4-5 questions of medium hard level to solve and we need to solve them and then explain to the evaluators there and after that the HR round is there.
Good, question were of moderate level and can be done easily if you have done striver a2z sheet and yes the important topics are or I must say the gurantee all question will be from array and strings so prepare well accordingly
I applied online. I interviewed at Cyntexa (Jaipur, Rajasthan) in Jun 2026
Interview
I appeared for the Cyntexa Jaipur drive on 6 June 2026. The selection process started with a pen-and-paper coding test consisting of two rounds. Questions were focused on patterns, strings, arrays, matrices, and logical problem-solving. The overall difficulty level was easy to medium, and basic programming knowledge was sufficient to attempt most questions.
Given a string containing both characters and numbers (e.g., A1B2C3D4E5), separate the integers and store them into lists. Each list can contain only 2 values. If more numbers are present, create another list.
Example:
Input: A1B2C3D4E5
Output: [[1,2],[3,4],[5]]
Given a sentence, find the length of each word. If a word's length is odd, reverse only that word.
Example:
Input: "Hello I am Cyntexa"
Output: "olleH I am axetnyC"
Matrix question involving '*' characters. We had to modify or move the position of '*' and print the updated matrix. I don't remember the exact input/output format.
Array question involving positive and negative numbers. We had to process the array using an alternating sign pattern (+, -, +, -, ...).
Example:
Input: [10, -20, 30, -40, 50]
Calculation:
10 - (-20) + 30 - (-40) + 50
Output:
150
(Note: This is a similar example based on my recollection. I don't remember the exact input/output given in the test.)
4 round, basic coding then advance then tech interview and then hr interview , need to qualify each round to proceed to the next. The first coding round is of 30 mins and the advance one is of 90 mins.