Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Solsynch Technologies Team. If you also belong to the team, you can get access from here

Solsynch Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Solsynch Technologies Interview Questions and Answers

Updated 15 Jul 2023

Solsynch Technologies Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jun 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. Types of function module
  • Ans. 

    Function modules in SAP ABAP are categorized into different types based on their functionality and usage.

    • Remote-enabled function modules

    • Local function modules

    • Grouped function modules

    • RFC function modules

    • Update function modules

  • Answered by AI
  • Q2. BDC, BADI , Adobe form etc
  • Q3. Types of Tables , types of views
  • Ans. 

    Types of tables include transparent, pooled, and cluster tables. Types of views include database views and projection views.

    • Types of tables: transparent tables store data directly in the database, pooled tables store data in a pool shared by multiple tables, cluster tables store data from multiple tables in a single table

    • Types of views: database views are virtual tables based on select statements, projection views are

  • Answered by AI
  • Q4. Cds view and declare internal table
Round 3 - HR 

(1 Question)

  • Q1. Ready for bond and strength weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - They are very rudely take interview they don't know how to treat a fresher they ask questions very rudely and if don't know answer they insult you I give interview on 10 July 2023 it's walk drive 1st technical round that round interviewer insults me but they give me paper and say declare internal table of 6 SD MODULE table but I am writing whole program with internal tables they says me why you are writing Mahabharata I ask only internal table then HR call me and mail me you are selected for next round I don't go because this company have don't know how to behave employee and full of attitude that's why I rejected this offer

Skills evaluated in this interview

SAP Abap Developer Interview Questions asked at other Companies

Q1. What are the objects generated after TMG is created
View answer (2)

Jobs at Solsynch Technologies

View all

Interview questions from similar companies

I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Technical 

(1 Question)

  • Q1. 1 Project Explanation 2 SDLC & STLC. 3 Differentiate Smoke vs Sanity 4 What is Regression testing? 5 Bug life cycle. 6 Scenarios on real time example. 7 Questions on agile
  • Ans. 

    Interview questions for Software Engineer position

    • Project explanation should include details on the project's purpose, scope, and technologies used

    • SDLC (Software Development Life Cycle) and STLC (Software Testing Life Cycle) are methodologies used in software development and testing respectively

    • Smoke testing is a type of testing that checks if the basic functionalities of the software are working fine, while Sanity tes...

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

(1 Question)

  • Q1. All basic HR questions and salary discussion.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Duration is around 1 hour

Round 3 - Technical 

(1 Question)

  • Q1. 1. Basic programming concepts 2. OOP concepts and basic problem solving skills
Round 4 - Technical 

(1 Question)

  • Q1. Programming question
Round 5 - HR 

(1 Question)

  • Q1. 1. Basic questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Second largest number in an array
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the strings to numbers for comparison.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
  • Q2. Pairs with given sum
  • Ans. 

    Find pairs in an array that sum up to a given target value.

    • Use a hash set to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hash set.

    • Return the pairs that sum up to the target value.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS based questions
  • Q2. Basic language based questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Questions regards node js and java script concept, event loop, why node is single threaded, how event loop works in node js, database queries and previous work experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was absolutely amazing and fantastic.
Advice:
Answer question with confidence.
Feel comfortable with interviewer.

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. To find if a number is Prime or not and optimise your written code.
  • Ans. 

    Check if a number is prime and optimize the code.

    • Start by checking if the number is less than 2, in which case it is not prime.

    • Iterate from 2 to the square root of the number and check if any of them divide the number evenly.

    • If a divisor is found, the number is not prime. Otherwise, it is prime.

  • Answered by AI
  • Q2. Css question related to flex box, Grid and cross browser compatibility
  • Q3. To call an API in react and optimise your written code.
  • Ans. 

    To optimise API calls in React, use asynchronous functions and caching techniques.

    • Use async/await to handle API calls

    • Implement caching to reduce network requests

    • Use memoization to avoid unnecessary re-renders

    • Consider using a state management library like Redux

    • Use performance profiling tools like React DevTools

  • Answered by AI
  • Q4. Questions on JS concepts like Objects and Prototype Inheritance.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your basic concepts and prepare well for the interview.

Skills evaluated in this interview

I applied via Campus Placement

Round 1 - Coding Test 

Online Coding Test included some aptitude questions, technical questions followed by 3 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. My technical interview included an introduction about myself followed by my background, projects I've made, internships I've done, and in which language I was comfortable. and the interviewer asked me to w...

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer confidently and give examples. and you can also connect the questions asked to your past projects.

I applied via Campus Placement

Round 1 - Aptitude Test 

In this round you have to clear Aptitude and Basic Coding

Round 2 - Coding Test 

It is pure coding test which is conduct on hacker rank platform. You have to complete 4 question(1 easy + 2 medium + 1 hard)

Round 3 - Technical 

(2 Questions)

  • Q1. Coding question base on Sorting and Array
  • Q2. Some of theory question base on your Project technology and DSA
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your basic concepts and coding skills.

Solsynch Technologies Interview FAQs

How many rounds are there in Solsynch Technologies interview?
Solsynch Technologies interview process usually has 3 rounds. The most common rounds in the Solsynch Technologies interview process are Resume Shortlist, Technical and HR.
How to prepare for Solsynch Technologies 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 Solsynch Technologies. The most common topics and skills that interviewers at Solsynch Technologies expect are SAP ABAP, SAP MM, OO ABAP, SAP Project Management and ABAP.
What are the top questions asked in Solsynch Technologies interview?

Some of the top questions asked at the Solsynch Technologies interview -

  1. Types of Tables , types of vi...read more
  2. Types of function mod...read more
  3. Cds view and declare internal ta...read more

Tell us how to improve this page.

Solsynch Technologies Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 30 Interviews
View all

Solsynch Technologies Reviews and Ratings

based on 12 reviews

3.0/5

Rating in categories

3.6

Skill development

2.5

Work-life balance

2.6

Salary

2.9

Job security

3.0

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 12 Reviews and Ratings
Senior SAP ABAP Consultant (ABAP2503)

Mumbai

8-12 Yrs

Not Disclosed

Artificial Intelligence (AI)

Mumbai

2-5 Yrs

Not Disclosed

Senior Java Developer

Mumbai

4-6 Yrs

Not Disclosed

Explore more jobs
Software Developer
9 salaries
unlock blur

₹2.2 L/yr - ₹7.5 L/yr

SAP Fico Consultant
8 salaries
unlock blur

₹2 L/yr - ₹8.5 L/yr

SAP MM Consultant
7 salaries
unlock blur

₹3.2 L/yr - ₹7 L/yr

SAP Abap Consultant
6 salaries
unlock blur

₹1.6 L/yr - ₹5 L/yr

SAP SD Consultant
4 salaries
unlock blur

₹4.5 L/yr - ₹6.7 L/yr

Explore more salaries
Compare Solsynch Technologies with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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