Upload Button Icon Add office photos

Filter interviews by

Synthesis Systems India Interview Questions and Answers

Updated 13 Feb 2024

Synthesis Systems India Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

Learn all basics to intermediate question for the required programming language. Especially patterns.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and calm.

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)

Jobs at Synthesis Systems India

View all

Interview questions from similar companies

Member of Technical Staff -3 Interview Questions & Answers

Exotel user image Anonymous

posted on 7 Nov 2024

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

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Find length of substring with longest distinct characters(non-repeating characters) eg - input "abcdab" result - "4(abcd)"
  • Q2. Interviewer was not clear on the question herself, here is what i deduced, If you want to build a scheduler service which takes in jobs to run at certain intervals and you cannot use things like cronjob, e...
  • Q3. Current project and roles and responsibilities. what is the most difficult technical problem you solved, again i think interviewer was lost on the problem i explained.
  • Ans. 

    I worked on a project involving developing a new algorithm for optimizing network traffic. My role was to design and implement the algorithm, as well as test and debug it.

    • Researched existing algorithms and identified their limitations

    • Designed a new algorithm that addressed the limitations and improved network performance

    • Implemented the algorithm in code and tested it in a simulated network environment

    • Debugged issues an...

  • Answered by AI
  • Q4. Scalability question on one of the project i was explaining

Interview Preparation Tips

Interview preparation tips for other job seekers - Ideally avoid the recruitment process if you are paired with a junior developer interviewing for very senior roles. On inquiring about the team that i would be paired with, she told me that she is part of a different team, there were no people available to take interview for the team that was actually hiring.

Skills evaluated in this interview

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

I was interviewed in Nov 2024.

Round 1 - Coding Test 

Hacker Rack Test with medium to high difficulty

Round 2 - Technical 

(2 Questions)

  • Q1. Explain your current project
  • Ans. 

    I am currently working on developing a mobile application for tracking fitness goals and progress.

    • Developing a mobile app using React Native

    • Implementing features such as goal setting, progress tracking, and workout logging

    • Integrating with wearable devices like Fitbit for data synchronization

  • Answered by AI
  • Q2. Questions about kakfa, ES and Java 8
Round 3 - Technical 

(1 Question)

  • Q1. Similar questions on your current project and questions around kafka
Round 4 - Coding Test 

Basic Coding Java and algorithm questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Behavioural round which is similar to psychometric tests
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(4 Questions)

  • Q1. Create basic react app with dummy data fetched from JSON API
  • Ans. 

    Create a basic React app with dummy data fetched from a JSON API.

    • Set up a new React project using create-react-app

    • Create a component to fetch data from a JSON API using fetch or axios

    • Display the fetched data in the component

  • Answered by AI
  • Q2. Array methods and Flatten array
  • Q3. Event loop
  • Q4. HTML and Javascript basics
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal Aptitude and Basics of the Computer Core Questions

Round 2 - Technical 

(2 Questions)

  • Q1. Tell about Yourself
  • Ans. 

    I am a software developer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. Write the code abt the right binary tree?
Round 3 - HR 

(1 Question)

  • Q1. Normal Hr Questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Concept of Hoisting in Javascript
  • Ans. 

    Hoisting is a JavaScript behavior where variable and function declarations are moved to the top of their containing scope during compilation.

    • Variable declarations are hoisted to the top of their scope, but not their initializations.

    • Function declarations are fully hoisted, including their definitions.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
  • Q2. What is arrow function
  • Ans. 

    Arrow functions are a concise way to write functions in JavaScript.

    • Arrow functions are anonymous functions defined using the '=>' syntax.

    • They have a shorter syntax compared to traditional function expressions.

    • Arrow functions do not have their own 'this' keyword, instead they inherit it from the parent scope.

  • Answered by AI
  • Q3. Polyfill of Promise
  • Ans. 

    Polyfill of Promise is a code that adds Promise functionality to browsers that do not support it natively.

    • Polyfill is a piece of code that provides the technology that you expect the browser to provide natively.

    • Polyfill for Promise adds Promise functionality to browsers that do not support it, allowing developers to use Promises in their code.

    • Examples of Promise polyfills include 'es6-promise' and 'promise-polyfill'.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Implementation of carousel
  • Ans. 

    Implementing a carousel for displaying multiple images or content in a rotating manner.

    • Use a library like Slick or Owl Carousel for easy implementation

    • Ensure images/content are responsive for different screen sizes

    • Add navigation arrows or dots for user interaction

    • Consider adding autoplay feature with customizable speed

    • Optimize performance by lazy loading images

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. SQL Questions - Constraints- how to optimize long SQL query without changing the output
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Knowledge about API, ERP, SAP, DBMS, RDBMS, Joins, Normalisation, Codd Rules, Relational Algebra. May ask based on two given tables.
  • Q2. JSON, XML, OAuth, REST API, SOAP, GraphQL, HTTP Methods
  • Q3. HR questions, basic background, knowledge about B2B, B2C, e-commerce,
Round 2 - Technical 

(4 Questions)

  • Q1. Details on project, API, procedures of API, knowledge on e-commerce, business aspects of your own projects, Core DBMS, RDBMS, Difference between SQL and NoSQL
  • Q2. May give 2 tables and check whether they are normalised or not. If not what should be done. Join them using left join or right join.
  • Q3. API, Types of Auth tokens (OAuth, Google Auth, JWT)
  • Q4. Procedures of ERP
  • Ans. 

    Procedures of ERP involve defining business processes, configuring the system, testing, training, and ongoing support.

    • Define business processes to align with ERP system capabilities

    • Configure the ERP system based on defined processes

    • Test the system to ensure functionality and data accuracy

    • Provide training to users on how to use the ERP system effectively

    • Offer ongoing support for system maintenance and troubleshooting

  • Answered by AI

Interview Preparation Tips

Topics to prepare for APPSeCONNECT ERP Functional Consultant interview:
  • DBMS
  • RDBMS
  • ERP
  • API
  • REST API
Interview preparation tips for other job seekers - Very Good knowledge on DBMS needed. And clear idea about your job role. Read the JD thoroughly.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Jun 2024. There were 5 interview rounds.

Round 1 - Intro Round - CV Based 

(1 Question)

  • Q1. Question based on CV
Round 2 - Coding Test 

1 hour - NodeJS Based

Round 3 - Technical 

(1 Question)

  • Q1. High Level System Design
  • Ans. 

    High level system design involves creating an overall architecture for a software system.

    • Identify the main components of the system

    • Define the interactions between the components

    • Consider scalability, reliability, and performance

    • Use diagrams to visualize the design

    • Example: Designing a social media platform with user profiles, posts, and messaging functionality

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Low Level System Design
  • Ans. 

    Low level system design involves designing the internal components of a software system.

    • Focus on the architecture of the system at a detailed level

    • Consider how different components interact with each other

    • Optimize for performance and efficiency

    • Think about scalability and maintainability

    • Examples: designing a database schema, creating algorithms for data processing

  • Answered by AI
Round 5 - Behavioral 

(1 Question)

  • Q1. Culture Fit Round - Strength, Challenges etc

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Js concepts like debouncing,event loop, and other output-based questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Js concepts in depth
Round 3 - HR 

(2 Questions)

  • Q1. Hiring manager round, questions around my project
  • Q2. Optimization techniques
  • Ans. 

    Optimization techniques are methods used to improve the efficiency and performance of software applications.

    • Use algorithms like greedy, dynamic programming, or divide and conquer to optimize code

    • Minimize time complexity by avoiding nested loops and unnecessary iterations

    • Utilize data structures like hash tables, arrays, and trees for efficient storage and retrieval

    • Profile code to identify bottlenecks and optimize critic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basics, interviewers were very helpful

Synthesis Systems India Interview FAQs

How many rounds are there in Synthesis Systems India interview?
Synthesis Systems India interview process usually has 1 rounds. The most common rounds in the Synthesis Systems India interview process are Coding Test.
How to prepare for Synthesis Systems India 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 Synthesis Systems India . The most common topics and skills that interviewers at Synthesis Systems India expect are Medical Billing, CRM, ERP Systems, SDLC and Salesforce.

Tell us how to improve this page.

Synthesis Systems India Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Synthesis Systems India Reviews and Ratings

based on 19 reviews

3.9/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.4

Salary

3.3

Job security

3.7

Company culture

2.6

Promotions

3.5

Work satisfaction

Explore 19 Reviews and Ratings
OBRM Senior Consultant

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Senior Zuora Consultant

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Senior Salesforce Consultant

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Explore more jobs
Senior Consultant
31 salaries
unlock blur

₹13.5 L/yr - ₹31 L/yr

Salesforce Developer
15 salaries
unlock blur

₹4.5 L/yr - ₹14 L/yr

Software Developer
9 salaries
unlock blur

₹5 L/yr - ₹6.5 L/yr

Consultant
7 salaries
unlock blur

₹5.5 L/yr - ₹8 L/yr

Salesforce Consultant
7 salaries
unlock blur

₹4.5 L/yr - ₹24.1 L/yr

Explore more salaries
Compare Synthesis Systems India with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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