Upload Button Icon Add office photos

Filter interviews by

Softforce Consultants Private Senior PHP Developer Interview Questions and Answers

Updated 26 Jun 2022

Softforce Consultants Private Senior PHP Developer Interview Experiences

1 interview found

Round 1 - Technical 

(1 Question)

  • Q1. Very basics questions
Round 2 - Technical 

(1 Question)

  • Q1. Client round more advanced questions How mysql indexes are internally implemented.

Interview Preparation Tips

Interview preparation tips for other job seekers - This really worst company
By the time of applying i informed my expected ctc as 8 to 10and they agreed . After selection they offer me 7 lpa fixes my current ctc 6

How can they expected to jump after 5 years for 1 lpa (8 years exp)

This is not as per industry standard but hr completely argu with me

HR is very rude person

Pls don't attend the interview.

Note they change the office locations due to every one made bad comments on this company

Interview questions from similar companies

Software Developer Interview Questions & Answers

Optum user image Preeti Charishma

posted on 26 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Aptitude, core concepts and a code

Round 2 - HR 

(2 Questions)

  • Q1. What is the one thing you learnt from college club?
  • Ans. 

    I learned the importance of teamwork and collaboration from my college club.

    • Developed strong communication skills by working with diverse group of individuals

    • Learned how to delegate tasks effectively to achieve common goals

    • Gained experience in problem-solving and conflict resolution through group projects

  • Answered by AI
  • Q2. What is the one thing you want to expereince?
  • Ans. 

    I want to experience living in a different country and immersing myself in a new culture.

    • Traveling to a foreign country and learning about their customs and traditions

    • Trying new foods and experiencing different ways of life

    • Making friends with locals and exploring the local attractions

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Difference between relational and non relational dbms
  • Ans. 

    Relational DBMS stores data in tables with predefined relationships, while non-relational DBMS stores data in flexible, schema-less formats.

    • Relational DBMS uses structured query language (SQL) for querying data

    • Non-relational DBMS can store data in various formats like key-value pairs, document-based, graph databases

    • Relational DBMS ensures data integrity through normalization and constraints

    • Non-relational DBMS offers be...

  • Answered by AI
  • Q2. Difference betweeen class,abstract class,interface in python
  • Ans. 

    Class is a blueprint for creating objects, abstract class cannot be instantiated and can have abstract methods, interface is a contract for classes to implement certain methods.

    • Class is a blueprint for creating objects with attributes and methods.

    • Abstract class cannot be instantiated and can have abstract methods that must be implemented by subclasses.

    • Interface is a contract for classes to implement certain methods, bu

  • Answered by AI
  • Q3. Project related questions were asked

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Basic DSA from the hacker rank website

Round 2 - Technical 

(1 Question)

  • Q1. Basic to medium questions on javascript, nodejs, MySQL joints, html5 tags
Round 3 - Technical 

(1 Question)

  • Q1. Real life problems, Use cases

Interview Preparation Tips

Interview preparation tips for other job seekers - I have applied for Full stack developer role. Be strong at real time implementations and use cases
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is JWT Authentication
  • Q2. Design Patterns
  • Q3. Different Types of Routing in MVC
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Technology advantage or not

Round 2 - Aptitude Test 

All aptitude topics,logical reasoning

Round 3 - Technical 

(2 Questions)

  • Q1. Oops,2 coding questions
  • Q2. Palindrome,even number
Round 4 - HR 

(2 Questions)

  • Q1. What do you know
  • Q2. Do you have any questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Similar to tcs,infosys pattern
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Dependency Injection?
  • Ans. 

    Dependency Injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Allows for easier testing by providing mock dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Examples: Constructor injection, Setter injection, Interface injection

  • Answered by AI
  • Q2. How to handle exception in java
  • Ans. 

    In Java, exceptions can be handled using try-catch blocks to catch and handle specific exceptions.

    • Use try-catch blocks to catch exceptions and handle them gracefully

    • Use multiple catch blocks to handle different types of exceptions

    • Use finally block to execute code regardless of whether an exception is thrown or not

    • Throw custom exceptions using throw keyword

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. In Java8, different between flatmap and map
  • Ans. 

    map transforms each element in a stream, while flatMap transforms each element into multiple elements

    • map applies a function to each element in a stream and returns a new stream of the results

    • flatMap applies a function that returns a stream for each element in the original stream, then flattens the streams into a single stream

    • Example: map - stream.map(x -> x * x), flatMap - stream.flatMap(str -> Arrays.stream(str.split(

  • Answered by AI
  • Q2. How to handle the ConcureentModificationException
  • Ans. 

    ConcurrentModificationException occurs when a collection is modified while iterating over it.

    • Use Iterator to iterate over the collection instead of foreach loop.

    • If modification is necessary, use Iterator's remove() method instead of collection's remove() method.

    • Consider using synchronized collections or ConcurrentHashMap to avoid ConcurrentModificationException.

  • Answered by AI

Skills evaluated in this interview

Java Developer Interview Questions & Answers

ValueLabs user image syed gajini ahmed

posted on 18 Nov 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. Spring Security Implementation
  • Q2. Api design Implementation
  • Ans. 

    API design implementation involves creating a well-structured and user-friendly interface for interacting with software applications.

    • Understand the requirements and use cases for the API

    • Design clear and consistent endpoints with proper documentation

    • Implement secure authentication and authorization mechanisms

    • Follow RESTful principles for creating APIs

    • Consider scalability and performance optimizations

  • Answered by AI
  • Q3. Stream API coding question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basics of java like string ,string builder ,Buffer,scp
  • Q2. Spring boot annotaions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. RPA lifecycle desciption
Round 2 - Technical 

(1 Question)

  • Q1. DOM selectors in web automation
  • Ans. 

    DOM selectors are used in web automation to locate and interact with elements on a webpage.

    • DOM selectors are used to identify elements on a webpage using attributes like id, class, name, etc.

    • Common DOM selectors include getElementById(), getElementsByClassName(), querySelector(), etc.

    • Using the correct DOM selector is crucial for successful web automation.

    • Example: document.getElementById('elementId') will select an elem

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Oct 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. What is sas, on Prem
  • Ans. 

    SAS on Prem refers to SAS software installed and operated on-premises rather than in the cloud.

    • SAS on Prem stands for SAS software that is deployed and managed on the organization's own servers.

    • It allows organizations to have full control over their data and infrastructure.

    • SAS on Prem is often preferred by organizations with strict data security and compliance requirements.

    • Examples of SAS on Prem solutions include SAS

  • Answered by AI
  • Q2. API automation explain?
  • Ans. 

    API automation involves using software tools to automatically test and interact with APIs.

    • API automation involves using scripts or tools to send requests to an API and validate the responses.

    • It helps in automating the testing of APIs to ensure they function correctly and meet requirements.

    • API automation can be done using tools like Postman, SoapUI, or programming languages like Python with libraries like requests.

  • Answered by AI
  • Q3. Explain about iqbot
  • Ans. 

    IQ Bot is an AI-powered cognitive automation solution that can learn from human behavior to handle unstructured data.

    • IQ Bot uses cognitive technology to extract and process unstructured data like emails, PDFs, and images.

    • It can learn from human corrections to improve accuracy over time.

    • IQ Bot can be integrated with RPA platforms like UiPath to automate end-to-end processes.

    • It is used in industries like finance, healthc...

  • Answered by AI

Skills evaluated in this interview

Softforce Consultants Private Interview FAQs

How many rounds are there in Softforce Consultants Private Senior PHP Developer interview?
Softforce Consultants Private interview process usually has 2 rounds. The most common rounds in the Softforce Consultants Private interview process are Technical.
How to prepare for Softforce Consultants Private Senior PHP Developer 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 Softforce Consultants Private. The most common topics and skills that interviewers at Softforce Consultants Private expect are CakePHP, Drupal, Joomla, Magento and MySQL.
What are the top questions asked in Softforce Consultants Private Senior PHP Developer interview?

Some of the top questions asked at the Softforce Consultants Private Senior PHP Developer interview -

  1. Client round more advanced questions How mysql indexes are internally implement...read more
  2. Very basics questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
Software Developer
10 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Software Engineer
6 salaries
unlock blur

₹3.7 L/yr - ₹8 L/yr

Senior HR Executive
3 salaries
unlock blur

₹4.2 L/yr - ₹5 L/yr

Lead Developer
3 salaries
unlock blur

₹10.9 L/yr - ₹14 L/yr

Explore more salaries
Compare Softforce Consultants Private with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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