Upload Button Icon Add office photos

Filter interviews by

Solveda Software Interview Questions, Process, and Tips

Updated 12 Jun 2024

Top Solveda Software Interview Questions and Answers

View all 7 questions

Solveda Software Interview Experiences

Popular Designations

6 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is custom caching
  • Ans. 

    Custom caching is the process of storing data in a cache that is specifically tailored to the needs of a particular application or system.

    • Custom caching allows developers to control how data is stored, retrieved, and invalidated in the cache.

    • Developers can define custom cache keys, expiration policies, and storage mechanisms based on the specific requirements of their application.

    • Examples of custom caching include usin...

  • Answered by AI
  • Q2. What are event emitters
  • Ans. 

    Event emitters are objects in Node.js that allow for communication between different parts of a program by emitting named events.

    • Event emitters are a core feature of Node.js for implementing the observer pattern.

    • They allow one part of a program to signal that an event has occurred, and other parts to register to listen for that event.

    • Listeners can be added to an event emitter using the 'on' method, and events can be em...

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

(2 Questions)

  • Q1. Multi site single realm architecture
  • Q2. Localization in sfra
  • Ans. 

    Localization in SFRA refers to the process of adapting a website to different languages, regions, and cultures.

    • SFRA provides built-in support for localization through the use of resource bundles.

    • Developers can create separate resource bundles for each language or region supported by the website.

    • Localization in SFRA involves translating text strings, images, and other content to make the website accessible to a global a

  • Answered by AI

Skills evaluated in this interview

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
Add answer
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Feb 2023. There were 4 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 - Assignment 

Scenario based Manual testing Assesment

Round 3 - Technical 

(1 Question)

  • Q1. Basics of Manual Testing Explain your project What was your role Sql Joins Basic knowledge of Automation
Round 4 - Technical 

(1 Question)

  • Q1. Real time scenario based testing questions

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have strong command in testing concepts

Ability to explain your project and role

practised scenario based questions

Quality Assurance Tester Interview Questions asked at other Companies

Q1. Can ypu creater few test Cases, what is bug life cycle?
View answer (1)

Software Engineer Interview Questions & Answers

user image IT 46 Vistar Gupta

posted on 11 Jan 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. Name some API methods
  • Ans. 

    API methods are functions that allow software applications to interact with each other.

    • GET - retrieves data from a server

    • POST - sends data to a server to create a resource

    • PUT - sends data to a server to update a resource

    • DELETE - sends a request to a server to delete a resource

    • PATCH - sends a request to a server to update a resource partially

  • Answered by AI
  • Q2. Whats undefined and null in javascript
  • Ans. 

    Undefined means a variable has been declared but has not yet been assigned a value. Null is an assignment value that represents no value or no object.

    • Undefined is a type in JavaScript that represents a variable that has not been assigned a value

    • Null is a type in JavaScript that represents a deliberate non-value or no object

    • Undefined is returned by functions that do not explicitly return a value

    • Null is often used to ind...

  • Answered by AI
  • Q3. Name some string methods in javascript
  • Ans. 

    JavaScript string methods are used to manipulate and work with strings.

    • charAt() - returns the character at a specified index

    • concat() - joins two or more strings

    • indexOf() - returns the index of the first occurrence of a specified value

    • replace() - replaces a specified value with another value in a string

    • slice() - extracts a part of a string and returns a new string

    • split() - splits a string into an array of substrings

    • toLo...

  • Answered by AI
  • Q4. Types of Inheritance?
  • Ans. 

    Types of inheritance include single, multiple, multilevel, hierarchical, hybrid, and multipath.

    • Single inheritance involves a child class inheriting from a single parent class.

    • Multiple inheritance involves a child class inheriting from multiple parent classes.

    • Multilevel inheritance involves a child class inheriting from a parent class, which in turn inherits from another parent class.

    • Hierarchical inheritance involves mu...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Name your weaknesses
  • Q2. How you see yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack, though interviews had bad habit of not coming on time

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Easy question java spring boot basic
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and about company policy

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)

Solveda Software interview questions for popular designations

 Software Engineer

 (2)

 Java Developer

 (1)

 Quality Assurance Tester

 (1)

 Senior Software Developer

 (1)

 Test Engineer

 (1)

I applied via LinkedIn and was interviewed before Nov 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Core Java Interview questions 1. Overloading 2. Overriding 3. Collection Framework 4. Java8 features
  • Q2. SQL 1. Basic questions on joins, aggregate functions

Interview Preparation Tips

Topics to prepare for Solveda Software Java Developer interview:
  • java
  • Core Java
Interview preparation tips for other job seekers - > Prepare for basic questions in Java
> Previous project experience
> Accomplishments or project works

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Get interview-ready with Top Solveda Software Interview Questions

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Mar 2022

Round 1 - Technical 

(1 Question)

  • Q1. Basic testing questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well basic testing questions

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

Interview questions from similar companies

Apprentice Interview Questions & Answers

HyScaler user image Radharani Rath

posted on 25 Nov 2024

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

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

4 easy level questions will be asked basically from arrays and strings.

Round 2 - Assignment 

Assignment will be given after clearing coding round. In my case ELearning Platform project was given and 7 days time was given to complete.

Round 3 - One-on-one 

(4 Questions)

  • Q1. DBMS questions like ACID properties, database transaction. Etc
  • Q2. Project related questions
  • Q3. Basic and conceptual questions of frameworks you know
  • Q4. Basic coding questions like armstrong number, palendromic sequence, recursion

Interview Preparation Tips

Interview preparation tips for other job seekers - Give focus on conceptual and theory questions of your known framework
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Verbal communicatiom, attention to detail, email writing part

Round 2 - One-on-one 

(2 Questions)

  • Q1. General question with maths
  • Q2. Percentage related sums
Round 3 - One-on-one 

(2 Questions)

  • Q1. Interview question with maths
  • Q2. Percentage , profit related sums
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Basic aptitude assessment along with some theoretical components.

Round 2 - Technical 

(1 Question)

  • Q1. Basic questions in Java, SQL and React
Round 3 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. Coding question->Reverse String(World Hello), pattern, prime number
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What are the different osi layers
  • Ans. 

    The OSI (Open Systems Interconnection) model consists of 7 layers that define the functions of a network communication system.

    • Physical Layer: Deals with physical connections and transmission of raw data.

    • Data Link Layer: Manages data frames and error detection/correction.

    • Network Layer: Handles routing and logical addressing.

    • Transport Layer: Ensures end-to-end communication and data flow control.

    • Session Layer: Establishe...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Basic details about yourself
Round 3 - Technical 

(1 Question)

  • Q1. What are some ways to avoid deadlock?
  • Ans. 

    Avoid deadlock by implementing proper resource allocation strategies and using techniques like timeouts and resource ordering.

    • Implement proper resource allocation strategies to prevent multiple processes from holding resources indefinitely.

    • Use timeouts to limit the amount of time a process can wait for a resource before releasing it.

    • Follow a strict resource ordering protocol to ensure processes request and release reso...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure your cs basics are clear such as netwerking, os, and tech stacks used in projects

Solveda Software Interview FAQs

How many rounds are there in Solveda Software interview?
Solveda Software interview process usually has 2-3 rounds. The most common rounds in the Solveda Software interview process are Technical, Resume Shortlist and HR.
How to prepare for Solveda Software 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 Solveda Software. The most common topics and skills that interviewers at Solveda Software expect are Javascript, Java, CSS, J2Ee and JQuery.
What are the top questions asked in Solveda Software interview?

Some of the top questions asked at the Solveda Software interview -

  1. Whats undefined and null in javascr...read more
  2. Name some string methods in javascr...read more
  3. what is custom cach...read more

Tell us how to improve this page.

Solveda Software Interview Process

based on 4 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
View all

Solveda Software Reviews and Ratings

based on 45 reviews

4.1/5

Rating in categories

4.1

Skill development

3.9

Work-life balance

4.2

Salary

3.9

Job security

4.0

Company culture

4.0

Promotions

3.8

Work satisfaction

Explore 45 Reviews and Ratings
Software Developer
48 salaries
unlock blur

₹3.2 L/yr - ₹12.5 L/yr

Senior Software Developer
15 salaries
unlock blur

₹9 L/yr - ₹21 L/yr

UI Developer
11 salaries
unlock blur

₹5 L/yr - ₹9.5 L/yr

QA Engineer
9 salaries
unlock blur

₹3.3 L/yr - ₹14 L/yr

Scrum Master
6 salaries
unlock blur

₹7.5 L/yr - ₹16 L/yr

Explore more salaries
Compare Solveda Software 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