Upload Button Icon Add office photos

Filter interviews by

SolvEdge Interview Questions and Answers

Updated 9 Apr 2024

3 interviews found

Sort by: Popular

Programmer Analyst Interview Questions

user image Anonymous

posted on 9 Apr 2024

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

I applied via Naukri.com and was interviewed in Mar 2024.

2 Interview Rounds

1

Coding Test Round

Print reverse of a String ?

2

Technical Round (1 Question)

  • Q1. What is meant by inheritance? What is meant by instant of a class? Introduce about yourself

Sales Officer Interview Questions

user image Anonymous

posted on 12 Dec 2023

Interview experience
2
 Poor
Difficulty level
 -
Duration
 -
Result
 -

3 Interview Rounds

1

Resume Shortlist Round

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
2

HR Round (1 Question)

  • Q1. For past experience
3

One-on-one Round (1 Question)

  • Q1. Are you ready for new chalange

Interview Preparation Tips

Interview preparation tips for other job seekers - I think don't mind everything is fine

UX Designer Interview Questions

user image Anonymous

posted on 27 Jan 2022

2 Interview Rounds

1

Tips Round (2 Questions)

  • Q1. What is ux design and its process
  • Q2. Some basics laws and principles
2

Assignment Round

An application design to be done focused on easing the experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Get your basics right. Have a good foundation. You can learn a lot in the design team.

Skills evaluated in this interview

Jobs at SolvEdge

View all

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Sep 2024.

5 Interview Rounds

1

Aptitude Test Round

Round 1 was aptitude round, it consisted of java and c++ snippets and we had to guess the output. Apart from that there were problems on speed, velocity, distance and time. Problems on word-letter patterns were also asked. The aptitude round had 30 questions and time given was 30 minutes.

2

Coding Test Round

Aptitude round was the only elimination round. The next following 4 rounds were non-elimination rounds. Coding test included 3 questions - 1 and half hour was given to solve the same. It is fine if you don't perform well here, since it is a non-elimination round. But try to solve 1 and half or 2 questions atleast. The questions were mainly based on 1d arrays, 2D arrays, strings and string arrays.

3

Technical Round (11 Questions)

  • Q1. Introduce yourself.
  • Q2. Difference between Structure and object oriented languages
  • Q3. Explain of OOPS concepts and their real life examples.
  • Q4. What is static keyword and it's usage.
  • Q5. System architecture diagram for web application project.
  • Q6. Access Modifiers in java
  • Q7. What OOPS concepts are implemented in my project
  • Q8. DBMS core concepts
  • Q9. Overloading and Overriding
  • Q10. Approach to the coding questions asked in coding round.
  • Q11. Questions on what is cloud and what are some cloud platforms you know?
4

Case Study Round

A project is assigned to a group of students and we need to come up with an idea on how to implement that project as a team.

5

HR Round (2 Questions)

  • Q1. Introduce yourself
  • Q2. Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was completely resume-based. All the rounds were conducted on-campus within a single day. Aptitude round is the only elimination round. If you don't do well in any coding round, you can make it up in other rounds. Morning they started with the process and by evening all rounds were completed and results were declared.

Skills evaluated in this interview

Interview experience
3
 Average
Difficulty level
 Moderate
Duration
 -
Result
 Not Selected

I applied via LinkedIn and was interviewed in Nov 2024.

1 Interview Round

1

One-on-one Round (4 Questions)

  • Q1. Introduction, be prepared to have knowledge on your resume
  • Q2. Mathematical questions like percentage
  • Q3. Critical thinking. They asked a question with a given situation what you'll do .
  • Q4. The past 4 days been climate be stroming . And current was cut off due to rain and flood , you have a important assignment to finish, what you'll do

Interview Preparation Tips

Interview preparation tips for other job seekers - I went to citi for the interview of operation specialist other day. I been waitied for around 4 hours just to get my first round of interview. The interviewer seems exhausted due to overwhelming candidate. And one thing is shown upon the scheduling of the interview is lack of people management and schedules. The interviewer seems nice even though i didn't selected
Interview experience
2
 Poor
Difficulty level
 -
Duration
 -
Result
 -

3 Interview Rounds

1

Aptitude Test Round

Question related to Aptitude

2

Coding Test Round

2 coding question both are simple

3

Technical Round (3 Questions)

  • Q1. Introduction to youself, location?
  • Q2. Write code of react for login page
  • Q3. Do u have any question for me

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Technology also DSA, DBMS and if u don't have core knowledge it's ok.
Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via Campus Placement and was interviewed in Nov 2024.

2 Interview Rounds

1

Aptitude Test Round

The test will comprise a total of 60 questions, divided as follows: 70% of the questions will focus on finance and accounting, while the remaining questions will cover aptitude and English.

2

Technical Round (1 Question)

  • Q1. Zero coupon bonds, long-term liabilities, return on equity, debt-equity ratio, captial budgeting and techniques, bonds and its types, debt instruments meaning, ...read more

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview panel consists of two members: the team leader and the manager. They specifically asked me detailed questions regarding finance, which included my percentage in my MBA, inquiries related to my projects, and how I learned about the company. While responding to the questions, it is essential to remain confident, and if a question is unfamiliar, we can articulate our response in our own words. We should answer them slowly instead of hurrying. Overall I have a great experience while answering the questions and panel members were polite persons.

c++ associate Interview Questions

Morgan Stanley user image Anonymous

posted on 7 Oct 2024

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

I applied via Naukri.com and was interviewed in Sep 2024.

4 Interview Rounds

1

Technical Round (2 Questions)

  • Q1. Write your own implementation for shared pointer. How it will handle if it get assigned by another one. How will you use it in main method. How will you overloa...read more
  • Q2. Simple problem for binary search but input values are double not integer
2

Technical Round (2 Questions)

  • Q1. Given bst find two values from tree which will give you required sum. In two pointer is it better to use middle-out instead of starting from both end probabilis...read more
  • Q2. Design splitwise like add and explain
3

Technical Round (6 Questions)

  • Q1. Write signature of shared pointer
  • Q2. Design system similar to load balancer where if request comes again with same id it should go to server it went for first time. with constant space complexity
  • Q3. Design system where there is org hierarchy and you should be able to find all sub-ordinates Optimize is using array of pointer
  • Q4. Write lambda function and it's signature
  • Q5. Do you know about template Class and function template
  • Q6. How does auto work internally?
4

HR Round (1 Question)

  • Q1. Are you ready to shift to bengaluru

Skills evaluated in this interview

Interview experience
3
 Average
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

One-on-one Round (7 Questions)

  • Q1. Tell me about your self
  • Q2. Tell me about your experience
  • Q3. How to know chola
  • Q4. Do you have any experience about loan sales
  • Q5. How to handled pressure
  • Q6. How to manage travelling
  • Q7. Do you have experience of pure field work

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with confidence
All the best
Interview experience
3
 Average
Difficulty level
 Hard
Duration
 2-4 weeks
Result
Selected  Selected

I applied via Company Website and was interviewed in Aug 2024.

3 Interview Rounds

1

One-on-one Round (7 Questions)

  • Q1. Work experience and relevance of your resume for Amex
  • Q2. Why change to Amex? What attracted you the most about Amex?
  • Q3. Technology questions such as how API works and your experience in working with data?
  • Q4. How you used data management and analytics in your last role?
  • Q5. How you can make business decisions from data in your last role?
  • Q6. How you solved any disagreement with your boss in last role?
  • Q7. How will you approach different teams with requirements as a product manager?
2

One-on-one Round (4 Questions)

  • Q1. Logical Questions - Check out Geeks for Geeks Puzzles and memorise them all or atleast understand logic for each
  • Q2. 3 ants around a triangle problem
  • Q3. Find top 3 horses from 25 horses set
  • Q4. How will you approach conflicts at workplace?
3

One-on-one Round (4 Questions)

  • Q1. Behavioural questions
  • Q2. How will you manage work life balance?
  • Q3. What are the 3 pillars of data management?
  • Q4. How will you solve disputes and disagreements with your manager?

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay in touch with HR because their process is long and needs many approvals before you can join the company but worth every minute and effort because the company is top notch

Skills evaluated in this interview

SolvEdge Interview FAQs

How many rounds are there in SolvEdge interview?
SolvEdge interview process usually has 2-3 rounds. The most common rounds in the SolvEdge interview process are Assignment, Resume Shortlist and HR.
How to prepare for SolvEdge 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 SolvEdge. The most common topics and skills that interviewers at SolvEdge expect are Healthcare, Billing, CRM, Cold Calling and Scheduling.
What are the top questions asked in SolvEdge interview?

Some of the top questions asked at the SolvEdge interview -

  1. What is ux design and its proc...read more
  2. Some basics laws and princip...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 SolvEdge interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10k Interviews
Accenture Interview Questions
3.9
 • 7.8k Interviews
Infosys Interview Questions
3.7
 • 7.3k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Wipro Interview Questions
3.7
 • 5.2k Interviews
Capgemini Interview Questions
3.8
 • 4.6k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
HSBC Group Interview Questions
4.0
 • 520 Interviews
View all

SolvEdge Reviews and Ratings

based on 29 reviews

2.5/5

Rating in categories

3.1

Skill development

2.8

Work-Life balance

2.5

Salary & Benefits

3.2

Job Security

2.5

Company culture

2.7

Promotions/Appraisal

2.6

Work Satisfaction

Explore 29 Reviews and Ratings
Business Development Executive

Chennai

5-8 Yrs

Not Disclosed

AR Caller / Senior AR caller

Chennai

1-5 Yrs

Not Disclosed

Explore more jobs
Java Developer
18 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Software Developer
16 salaries
unlock blur

₹1.1 L/yr - ₹6 L/yr

Angular Developer
15 salaries
unlock blur

₹2 L/yr - ₹5.8 L/yr

Data Analyst
11 salaries
unlock blur

₹2.2 L/yr - ₹6 L/yr

UI/UX Designer
8 salaries
unlock blur

₹1.4 L/yr - ₹5 L/yr

Explore more salaries
Compare SolvEdge with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview