Upload Button Icon Add office photos

Filter interviews by

Protechsoft Technologies Software Developer Interview Questions and Answers

Updated 11 Dec 2024

Protechsoft Technologies Software Developer Interview Experiences

3 interviews found

Software Developer Interview Questions & Answers

user image Prithvi rajan 4144

posted on 11 Dec 2024

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

It was straightforward and could be resolved.

Round 2 - Coding Test 

The primary question focused on the concepts of object-oriented programming (OOP).

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

I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

They asked basic questions in html, css, javascript

Round 2 - Technical 

(1 Question)

  • Q1. Basic question on html, css, javascript

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray SumGiven an array of numbers, find the maximum s ... read more
asked in Cognizant
Q2. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Rakuten
Q3. Merge two sorted arraysNinja has been given two sorted integer ar ... read more
asked in GlobalLogic
Q4. Terms Of APAyush is given a number ‘X’. He has been told that he ... read more
asked in Amazon
Q5. Minimum Number of Platform NeededYou are given the arrival and de ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 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 - Aptitude Test 

I have knowledge on aptitude questions

Round 3 - Coding Test 

Best array concept, String,solving program like number and pattern

Round 4 - Technical 

(1 Question)

  • Q1. Java concept like Oops,Exceptions handling, Multi threading,Collection framework
Round 5 - HR 

(1 Question)

  • Q1. Introduce myself and suitable for work environment

Interview Preparation Tips

Interview preparation tips for other job seekers - Only study we are get lot of knowledge and show them best skills

Interview questions from similar companies

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

I applied via Job Portal and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Given strings and asked to write down the first non-repeatable string
  • Q2. Palindrome program in java
  • Ans. 

    A palindrome program in Java checks if a given string reads the same forwards and backwards.

    • Create a function that takes a string input

    • Use a loop to compare characters from both ends of the string

    • Return true if the string is a palindrome, false otherwise

  • Answered by AI
  • Q3. Diamond problem in java
  • Ans. 

    Diamond problem in Java occurs when a class inherits from two classes that have a common ancestor, resulting in ambiguity.

    • Diamond problem arises in multiple inheritance scenarios in Java.

    • It occurs when a class inherits from two classes that have a common ancestor.

    • To resolve the diamond problem, Java does not support multiple inheritance through classes, but it can be achieved using interfaces.

    • Example: Class A and Class...

  • Answered by AI
  • Q4. Given a list of numbers and insisted to get the sum of numbers which gives 6
  • Ans. 

    Iterate through the list and find pairs of numbers that sum up to 6

    • Iterate through the list and check if the current number + any other number in the list equals 6

    • Store the pairs of numbers that sum up to 6 in a separate list

    • Return the list of pairs

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Java based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on your technical skills. Be good at writing pseudo code, Focus on java and oops concepts.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Asked basics of Javascript and ReactJS and data flow

Round 2 - Technical 

(1 Question)

  • Q1. What is react and concept of Virtual dom and real dom
  • Ans. 

    React is a JavaScript library for building user interfaces. Virtual DOM is a lightweight copy of the Real DOM, used for efficient updates.

    • React is a popular JavaScript library for building user interfaces.

    • Virtual DOM is a lightweight copy of the Real DOM, used for efficient updates.

    • When changes are made in React, the Virtual DOM is updated first, then compared to the Real DOM to minimize actual DOM manipulation.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal

Round 1 - One-on-one 

(2 Questions)

  • Q1. Integration between icerties
  • Ans. 

    Integration between icerties involves connecting different software systems to enable seamless data exchange.

    • Use APIs to establish communication between different icerties

    • Implement data mapping to ensure compatibility between systems

    • Consider security measures to protect sensitive information during integration

  • Answered by AI
  • Q2. Contact lifecycle management

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via eLitmus and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Logical thinking was important for preparation

Round 2 - Technical 

(2 Questions)

  • Q1. About the field u chose provide with examples
  • Q2. Explain about sql
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases.

    • SQL stands for Structured Query Language

    • It is used to create, modify, and retrieve data from databases

    • SQL is a declarative language, meaning you specify what you want to achieve rather than how to achieve it

    • Common SQL commands include SELECT, INSERT, UPDATE, and DELETE

    • SQL is used in various database management systems like MySQL, Orac

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. The second round was also on techincal and the deep dicussion on field u chose
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Covered on all aspects and personality

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 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 

I was asked with writing the code and algorithms. Also lots of MySQL queries

Interview Preparation Tips

Interview preparation tips for other job seekers - They hide too many things to the employees who are about to join. For instance it's a client based job. You'll have to give proper multiple rounds of interview for a startup type company (their clients).
You need to be present in the office for more than 9hrs even if you don't have any work.
It doesn't matter for which position you are hired you'll be put to any of the technology depending on the client requirements.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test regarding the tools and technologies

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about the connections
  • Q2. Questions on coding

Interview Preparation Tips

Interview preparation tips for other job seekers - It's some what Moderate question
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is java and its features ?
  • Ans. 

    Java is a high-level programming language known for its platform independence and object-oriented features.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • It is object-oriented, allowing for the creation of reusable code and modular programs

    • Java is known for its robust standard library, providing a wide range of pre-built functionality

    • It supports multithreading, allowing ...

  • Answered by AI
  • Q2. What is java 8 and features
  • Ans. 

    Java 8 is a major release of the Java programming language with new features like lambda expressions, streams, and default methods.

    • Lambda expressions allow you to treat functionality as a method argument.

    • Streams provide a new abstraction to work with sequences of elements.

    • Default methods allow interfaces to have method implementations.

    • Date and Time API provides a new way to work with dates and times.

    • Optional class help

  • Answered by AI

Skills evaluated in this interview

Protechsoft Technologies Interview FAQs

How many rounds are there in Protechsoft Technologies Software Developer interview?
Protechsoft Technologies interview process usually has 3 rounds. The most common rounds in the Protechsoft Technologies interview process are Aptitude Test, Coding Test and Technical.
How to prepare for Protechsoft Technologies Software 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 Protechsoft Technologies. The most common topics and skills that interviewers at Protechsoft Technologies expect are Angular, C, C#, CSS and HTML.
What are the top questions asked in Protechsoft Technologies Software Developer interview?

Some of the top questions asked at the Protechsoft Technologies Software Developer interview -

  1. Java concept like Oops,Exceptions handling, Multi threading,Collection framew...read more
  2. Basic question on html, css, javascr...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Protechsoft Technologies interviews
WalkIn
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Protechsoft Technologies Software Developer Salary
based on 14 salaries
₹3.5 L/yr - ₹13.6 L/yr
At par with the average Software Developer Salary in India
View more details

Protechsoft Technologies Software Developer Reviews and Ratings

based on 4 reviews

4.1/5

Rating in categories

4.4

Skill development

3.8

Work-Life balance

4.1

Salary & Benefits

4.1

Job Security

4.1

Company culture

4.1

Promotions/Appraisal

4.1

Work Satisfaction

Explore 4 Reviews and Ratings
Software Engineer
30 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Softwaretest Engineer
22 salaries
unlock blur

₹2.5 L/yr - ₹5.8 L/yr

Software Developer
14 salaries
unlock blur

₹3.5 L/yr - ₹13.6 L/yr

Test Engineer
13 salaries
unlock blur

₹2.6 L/yr - ₹6.7 L/yr

HR Executive
11 salaries
unlock blur

₹2 L/yr - ₹4.7 L/yr

Explore more salaries
Compare Protechsoft Technologies with

TCS

3.7
Compare

Infosys

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