
Synactive Interview Questions
& Process
Real candidates share what happened, how many rounds they had,
and how the experience turned out.
Based on 7 interview experiences · FREE TO READ
Which role are you interviewing for?
3 roles · 7 reportsCandidate interview experiences
First-hand accounts from people who interviewed at Synactive.
Software Engineer Intern
So, first I had a phone interview with like 3 engineers, and they were asking me stuff about binary trees and algorithms. They had me write code in a shared doc which was cool. Then the onsite interview, it started with a quick chat with HR, she asked me some behavioral questions about my strengths and weaknesses. After that, I met the hiring manager, and he gave me the rundown on what the company does and what his team is all about. He then asked me about my background, my projects, and why I'm interested in joining them. Following that, I met with two engineers and they hit me with a technical question about arrays and the strcpy function. Then came this written test, about 8 questions long. The whole thing took about 2.5 hours. Basically, if you brush up on your data structures (searching, sorting, trees, hashing), algorithms, pointers, arrays, linked lists, and OOP, you'll nail it!
- What is a class, and what is an object? Also, explain inheritance. What's the difference between function overloading and overriding?
- Can you explain the difference in how these two lines are executed: const char* p; char const *p;?
- Will these lines compile and run? Explain why: char p[4]; strcpy (p, "This is a copy"); What's the output of these lines? How is it different from the previous question? char *buf = new char[4]; strcpy (buf, "This is a copy");
Employee
So I had a phone interview and then an in-person interview after that.
- Tell me about the type of work environment where you do your best.
- What kind of work setting helps you perform at your peak?
Solutions Engineer
It was an onsite interview. I met the hiring manager first who asked me more about my personality and resume. He also asked brain teasers and a technical interview on JavaScript and MySQL which was conducted by the team members. I also interviewed with the head of the Asia branch. It went well and I'm glad I experienced different interview styles. I didn't get an offer, but it's okay.
- Can you join two tables using SQL?
- How would you select a certain attribute using SQL?
- Write an SQL query to delete an entry from the table.
Email Marketing Specialist
First they schedule a telephonic interview. If you are selected then they schedule for the next round video call interview. If it is required they will go for one more final round of interview.
- Can you introduce yourself and explain your motivation for this role?
- What is your understanding of email marketing?
- How would you approach generating leads through email marketing?
Synactive Interview Questions
Quoted word for word from Synactive interview reports.
“Difference between the execution of these lines const char* p; char const *p;”
Read reports →“Write a program that checks to see if a string is a palindrome.”
Read reports →“What is your estimate for the number of gas stations in California?”
Read reports →“Write a program to add 1 to the middle element of a given palindrome. For example, if INPUT = 121 then OUTPUT should be 131. If INPUT = 23432 then OUTPUT should be 23532.”
Read reports →“Write an SQL query to delete an entry from the table.”
Read report →“Write a program that inputs a number and outputs all the prime numbers less than that number. For example, if INPUT = 10 your OUTPUT should be 2 3 5 7.”
Read report →“Will the following lines run and compile? Please explain: char p[4]; strcpy (p, "This is a copy");”
Read report →“What is the output of the following lines? How is it different from the question above? char *buf = new char[4]; strcpy (buf, "This is a copy");”
Read report →“Can you explain the difference in how these two lines are executed: const char* p; char const *p;?”
Read report →Formats, difficulty and experience
Across all 7 Synactive interview reports.