Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Protonshub Technologies Team. If you also belong to the team, you can get access from here

Protonshub Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Protonshub Technologies Interview Questions and Answers

Updated 14 Nov 2024
Popular Designations

7 Interview questions

A React Native Developer was asked 7mo ago
Q. What is Redux state management?
Ans. 

Redux management is a state management tool for JavaScript apps, allowing for centralized state management and predictable state changes.

  • Centralized state management for React applications

  • Stores the entire state of the application in a single immutable object

  • State changes are made through actions and reducers

  • Helps in managing complex state logic and data flow in large applications

View all React Native Developer interview questions
A React Native Developer was asked 7mo ago
Q. What is the Context API?
Ans. 

Context API is a feature in React that allows sharing data between components without having to pass props through every level of the component tree.

  • Context API provides a way to pass data through the component tree without having to pass props down manually at every level.

  • It is useful for sharing global data such as themes, user authentication, or language preferences.

  • Context API consists of three main parts: Pro...

View all React Native Developer interview questions
A React Native Developer was asked 7mo ago
Q. What is an interval?
Ans. 

Interval is a time period between two specified points.

  • Interval is a duration of time between two specific points.

  • It can be used in programming to execute a function at regular intervals.

  • For example, setInterval() function in JavaScript is used to repeatedly execute a function at specified intervals.

View all React Native Developer interview questions
A React Native Developer was asked 7mo ago
Q. What is setTimeout?
Ans. 

setTimeout is a function in JavaScript that executes a specified function or code snippet after a specified delay.

  • setTimeout is used to delay the execution of a function or code snippet.

  • It takes two parameters: a function to be executed and a delay time in milliseconds.

  • Example: setTimeout(() => { console.log('Delayed message') }, 2000) will log 'Delayed message' after 2 seconds.

View all React Native Developer interview questions
A Software Engineer was asked
Q. What are the limitations of structs compared to classes?
Ans. 

Structs are limited in terms of inheritance, access control, and polymorphism compared to classes.

  • Structs do not support inheritance, while classes do.

  • Structs have limited access control (public by default), while classes can have private, protected, and public members.

  • Structs do not support polymorphism, while classes can have virtual functions for runtime polymorphism.

View all Software Engineer interview questions
A Software Developer was asked
Q. What is the difference between SOAP and REST?
Ans. 

SOAP is a protocol while REST is an architectural style for web services.

  • SOAP uses XML for messaging while REST uses JSON or XML.

  • SOAP requires more bandwidth and processing power than REST.

  • REST is more flexible and scalable than SOAP.

  • SOAP has built-in error handling while REST relies on HTTP error codes.

  • SOAP is commonly used in enterprise applications while REST is used for web-based applications.

View all Software Developer interview questions
A Software Developer was asked
Q. Why is the before_save callback called before the before_create callback?
Ans. 

before_save is called first to perform any necessary actions before saving the record, and before_create is called after it to perform actions specific to record creation.

  • before_save is a callback method that is triggered before a record is saved to the database.

  • before_create is a callback method that is triggered before a new record is created and saved to the database.

  • The order of these callbacks allows for perf...

View all Software Developer interview questions
Are these interview questions helpful?

Protonshub Technologies Interview Experiences

3 interviews found

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 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 

3 coding questions-including string,array and gaming question whereas 2 questions are medium level and single is hard

Round 3 - Technical 

(4 Questions)

  • Q1. Difference between stored procedure and function. What are limitations of struct over class Coding question related to inheritance
  • Ans. 

    Stored procedures are precompiled SQL queries stored in the database, while functions are reusable code blocks that return a value.

    • Stored procedures are used for performing specific tasks in the database, while functions are used to return a single value.

    • Stored procedures can contain multiple SQL statements, while functions contain a single SQL statement.

    • Stored procedures can have input and output parameters, while fun...

  • Answered by AI
  • Q2. Inheritance based coding
  • Q3. Limitation of struct over class
  • Ans. 

    Structs are limited in terms of inheritance, access control, and polymorphism compared to classes.

    • Structs do not support inheritance, while classes do.

    • Structs have limited access control (public by default), while classes can have private, protected, and public members.

    • Structs do not support polymorphism, while classes can have virtual functions for runtime polymorphism.

  • Answered by AI
  • Q4. Provided one question of substring how can you solve it , complexity? Can we decrease complexity,is their otherway to solve?

Interview Preparation Tips

Interview preparation tips for other job seekers - This company only focus on coding if you are good in it then definately get's an opportunity to be part of it.

Skills evaluated in this interview

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

I applied via Indeed and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is settimeout
  • Ans. 

    setTimeout is a function in JavaScript that executes a specified function or code snippet after a specified delay.

    • setTimeout is used to delay the execution of a function or code snippet.

    • It takes two parameters: a function to be executed and a delay time in milliseconds.

    • Example: setTimeout(() => { console.log('Delayed message') }, 2000) will log 'Delayed message' after 2 seconds.

  • Answered by AI
  • Q2. What is interval
  • Ans. 

    Interval is a time period between two specified points.

    • Interval is a duration of time between two specific points.

    • It can be used in programming to execute a function at regular intervals.

    • For example, setInterval() function in JavaScript is used to repeatedly execute a function at specified intervals.

  • Answered by AI
  • Q3. What is redux management
  • Ans. 

    Redux management is a state management tool for JavaScript apps, allowing for centralized state management and predictable state changes.

    • Centralized state management for React applications

    • Stores the entire state of the application in a single immutable object

    • State changes are made through actions and reducers

    • Helps in managing complex state logic and data flow in large applications

  • Answered by AI
  • Q4. What is context api
  • Ans. 

    Context API is a feature in React that allows sharing data between components without having to pass props through every level of the component tree.

    • Context API provides a way to pass data through the component tree without having to pass props down manually at every level.

    • It is useful for sharing global data such as themes, user authentication, or language preferences.

    • Context API consists of three main parts: Provider...

  • Answered by AI
  • Q5. Tell me about yourself

Interview Preparation Tips

Topics to prepare for Protonshub Technologies React Native Developer interview:
  • Redux
  • Timers

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Why do we before_save call first and before_create after it?
  • Ans. 

    before_save is called first to perform any necessary actions before saving the record, and before_create is called after it to perform actions specific to record creation.

    • before_save is a callback method that is triggered before a record is saved to the database.

    • before_create is a callback method that is triggered before a new record is created and saved to the database.

    • The order of these callbacks allows for performin...

  • Answered by AI
  • Q2. What is the difference b/w SOAP and REST?
  • Ans. 

    SOAP is a protocol while REST is an architectural style for web services.

    • SOAP uses XML for messaging while REST uses JSON or XML.

    • SOAP requires more bandwidth and processing power than REST.

    • REST is more flexible and scalable than SOAP.

    • SOAP has built-in error handling while REST relies on HTTP error codes.

    • SOAP is commonly used in enterprise applications while REST is used for web-based applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process is very decent you just need to answers bindup in minimum words

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Protonshub Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test

Interview Preparation Tips

Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack

Interview Questionnaire 

1 Question

  • Q1. Questions on the concept of oops and SQL

I appeared for an interview before May 2016.

Interview Preparation Tips

Round: Test
Experience: The first round had two programming questions and one question of database concepts.
Duration: 1 hour
Total Questions: 3

Round: Technical Interview
Experience: In the first technical interview, I was asked basic questions about the domain and my resume. There was also a lot of emphasis on problem solving abilities since I was asked to solve some puzzles.

Round: Technical Interview
Experience: The second technical interview was a written round where I was asked to code some searching / sorting variants , to test my ability to write quality code.

Round: Technical Interview
Experience: The last and the final round was probably the toughest and I was asked to design databases, with some constraints. I was given ample time to do it and it did take a lot of time. After that, we had some interesting questions about data structures and trees and that was it.

College Name: RNSIT, Bangalore

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Ans. 

    This question involves creating a specific pattern using loops and conditional statements in programming.

    • Identify the desired pattern (e.g., asterisks, numbers).

    • Use nested loops: outer loop for rows, inner loop for columns.

    • Control the output format with conditional statements.

    • Example: For a pyramid pattern, increase spaces and asterisks in each row.

  • Answered by AI
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week
Are these interview questions helpful?

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

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 3 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 

25 MCQ questions online with time limit

Round 3 - Assignment 

Create webapp . Frontend, Backend , data encryption

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Second largest number in an array
  • Q2. Pairs with given sum

Skills evaluated in this interview

Protonshub Technologies Interview FAQs

How many rounds are there in Protonshub Technologies interview?
Protonshub Technologies interview process usually has 2 rounds. The most common rounds in the Protonshub Technologies interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for Protonshub Technologies 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 Protonshub Technologies. The most common topics and skills that interviewers at Protonshub Technologies expect are Javascript, React Native, React.Js, OOPS and Communication Skills.
What are the top questions asked in Protonshub Technologies interview?

Some of the top questions asked at the Protonshub Technologies interview -

  1. Why do we before_save call first and before_create after ...read more
  2. What is the difference b/w SOAP and RE...read more
  3. Difference between stored procedure and function. What are limitations of struc...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.7/5

based on 3 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 34 Interviews
ClaySys Interview Questions
3.0
 • 26 Interviews
Contus Interview Questions
4.2
 • 25 Interviews
DynPro Interview Questions
3.8
 • 24 Interviews
Pitney Bowes Interview Questions
3.8
 • 22 Interviews
View all

Protonshub Technologies Reviews and Ratings

based on 90 reviews

3.7/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.5

Salary

3.5

Job security

3.8

Company culture

3.4

Promotions

3.5

Work satisfaction

Explore 90 Reviews and Ratings
Fresher (Business Development Executive)

Indore

0-1 Yrs

Not Disclosed

Sr. QA Engineer (Manual+Automation)

Indore

4-9 Yrs

Not Disclosed

Java Developer with Kotlin

Indore

5-10 Yrs

Not Disclosed

Explore more jobs
Software Engineer
76 salaries
unlock blur

₹4.5 L/yr - ₹11 L/yr

Associate Software Engineer
26 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Software Developer
23 salaries
unlock blur

₹3 L/yr - ₹11.5 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹9.4 L/yr - ₹17.7 L/yr

Ruby on Rails Developer
9 salaries
unlock blur

₹4.5 L/yr - ₹9 L/yr

Explore more salaries
Compare Protonshub Technologies with

Accel Frontline

3.9
Compare

Apmosys Technologies

3.4
Compare

Pitney Bowes

3.8
Compare

DynPro

3.8
Compare
write
Share an Interview