Upload Button Icon Add office photos

Filter interviews by

Solace Infotech Interview Questions and Answers

Updated 29 Apr 2024

Solace Infotech Interview Experiences

Popular Designations

5 interviews found

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 29 Apr 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain Oops concept
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating reusable code by organizing data and behavior into objects.

    • Key concepts include classes, objects, inheritance, polymorphism, and encapsulation.

    • Classes are blueprints for creating objects, which are instances of classes.

    • Inheritance allows a class to inherit properties and...

  • Answered by AI
  • Q2. Tell about encapsulation, polymorphism, abstraction
  • Ans. 

    Encapsulation, polymorphism, and abstraction are key concepts in object-oriented programming.

    • Encapsulation is the bundling of data and methods that operate on that data into a single unit. It helps in data hiding and prevents direct access to data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass. It enables flexibility and reusability in code.

    • Abstraction involves hiding t...

  • Answered by AI

Skills evaluated in this interview

PHP Developer Interview Questions asked at other Companies

Q1. How can we report errors in the log file while working on a core PHP project?
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Mysql queries,bootstrap,php string functions, and other basic php questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Another technical round practical test

Interview Preparation Tips

Interview preparation tips for other job seekers - nice experience

Senior Web Developer Interview Questions asked at other Companies

Q1. Can you elaborate on the design of a scalable invoicing system for small and medium enterprises (SMEs) that enables users to create, manage, and track invoices? Please include considerations for database schema, API design, and performance ... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. This is question one
  • Q2. Mostly DSA related questions?
  • Q3. This is interview questions
  • Q4. And this is anwer.

Interview Preparation Tips

Interview preparation tips for other job seekers - Ensure you are logically good.

Senior PHP Developer Interview Questions asked at other Companies

Q1. what are difference between function and method
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Asked questions regarding html, css dom manipulation and sql and basic php questions

Round 2 - Assignment 

Given Canvas building assignment

Round 3 - HR 

(1 Question)

  • Q1. Asked expectations

Associate Software Consultant Interview Questions asked at other Companies

Q1. Write a program for comparator interface.
View answer (1)

Solace Infotech interview questions for popular designations

 Senior Web Developer

 (1)

 PHP Developer

 (1)

 Senior PHP Developer

 (1)

 Android Developer

 (1)

 Associate Software Consultant

 (1)

I applied via Campus Placement and was interviewed in Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Hobbies?
  • Q2. Sql basics?
  • Q3. Php basics
  • Q4. Java basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Frankly speaking.... I'm very grateful to work as an intern in this company.... Very cooperative people's are working with great knowledge..

Android Developer Interview Questions asked at other Companies

Q1. BST Iterator Problem Statement You are tasked with creating a class named BSTIterator that acts as an iterator for the inorder traversal of a binary search tree. Implement the following functions: BSTIterator(Node root): A constructor that... read more
View answer (1)

Interview questions from similar companies

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

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

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a basic aptitude test.

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview was fine. Mostly asked about my final year project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with cool head. All the best.

Solace Infotech Interview FAQs

How many rounds are there in Solace Infotech interview?
Solace Infotech interview process usually has 2-3 rounds. The most common rounds in the Solace Infotech interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Solace Infotech 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 Solace Infotech. The most common topics and skills that interviewers at Solace Infotech expect are Javascript, PHP, HTML, Laravel and CSS.
What are the top questions asked in Solace Infotech interview?

Some of the top questions asked at the Solace Infotech interview -

  1. Tell about encapsulation, polymorphism, abstract...read more
  2. Explain Oops conc...read more
  3. mysql queries,bootstrap,php string functions, and other basic php questi...read more

Tell us how to improve this page.

Solace Infotech Interview Process

based on 5 interviews

Interview experience

3.8
  
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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
HCL Infosystems Interview Questions
3.9
 • 140 Interviews
View all

Solace Infotech Reviews and Ratings

based on 25 reviews

3.8/5

Rating in categories

3.8

Skill development

3.7

Work-life balance

3.3

Salary

3.6

Job security

3.8

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 25 Reviews and Ratings
Senior .Net Developer ( 5 - 6 Years)

Nashik,

Pune

5-6 Yrs

Not Disclosed

Junior Wordpress Developer ( 2-3 Years)

Nashik,

Pune

2-3 Yrs

Not Disclosed

Senior PHP Developer (3-4 Years)

Nashik,

Pune

3-4 Yrs

₹ 3.3-4.8 LPA

Explore more jobs
Associate Software Consultant
14 salaries
unlock blur

₹2.5 L/yr - ₹6.3 L/yr

Senior PHP Developer
13 salaries
unlock blur

₹3 L/yr - ₹8.8 L/yr

Senior Software Engineer
9 salaries
unlock blur

₹4.4 L/yr - ₹10 L/yr

Senior Software Consultant
8 salaries
unlock blur

₹4 L/yr - ₹7.1 L/yr

Software Developer
7 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Explore more salaries
Compare Solace Infotech 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