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

Protonshub Technologies Interview Experiences

Popular Designations

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

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 (211)
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

React Native Developer Interview Questions asked at other Companies

Q1. 3. What is the use useEffect Hook in react native? and how you relate it with lifecycle method which is class components?
View answer (3)

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

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Interview questions from similar companies

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

I applied via Referral and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. About ourselves
  • Q2. Professional experience
  • Q3. Salary expectation
  • Q4. Notice period, if experienced

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 experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 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 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a motivated and enthusiastic individual with a strong passion for learning and gaining practical experience in the field of [Intern position].

    • I am currently pursuing a degree in [relevant field] at [university]

    • I have completed internships at [company/organization] where I gained valuable skills in [relevant skills]

    • I am proficient in [relevant software/tools] and have experience in [relevant tasks/responsibilities]

    • ...

  • Answered by AI
  • Q2. Your education background
  • Ans. 

    I have a Bachelor's degree in Computer Science and currently pursuing a Master's degree in Data Science.

    • Bachelor's degree in Computer Science

    • Currently pursuing a Master's degree in Data Science

  • Answered by AI
  • Q3. How soon you can join
  • Ans. 

    I can join within 2 weeks.

    • I have completed all my academic commitments and can start immediately.

    • I just need to give a two-week notice to my current employer.

    • I am flexible and can adjust my start date based on your requirements.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Technical skills? What do you know about DBMS
  • Ans. 

    DBMS stands for Database Management System. It is a software system that allows users to define, create, maintain and control access to databases.

    • DBMS is used to manage large amounts of data efficiently.

    • It provides a way to store, retrieve and manipulate data in a structured way.

    • Examples of popular DBMS include MySQL, Oracle, and Microsoft SQL Server.

    • DBMS can be used in various applications such as banking, healthcare,...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and brush up your skills before an interview and definitely give your best.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

(2 Questions)

  • Q1. Communication and behavioral skills
  • Q2. Introduction, Skill set, Relevant experience
Round 3 - Technical 

(2 Questions)

  • Q1. AWS - EC2, Lambda, VPC, Route53, Cognito, Cloudwatch, Kinesis, API Gateway
  • Q2. ITIL - problem management, recently handled outages. SLA vs SLO. KPIs
Round 4 - Technical 

(2 Questions)

  • Q1. DevOps - SDLC explanation, Apache Tomcat, Linux Administration, Docker and Shell scripting
  • Q2. Git, Python, Monitoring tools
Round 5 - HR 

(1 Question)

  • Q1. Salary expectations and other benefits discussion
Round 6 - HR 

(1 Question)

  • Q1. Salary Negotiation and salary structure explanation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for AWS and GitOps. Gitlab and Argo CD
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

They just gave me an assessment with a few questions to test my subject knowledge

Round 2 - One-on-one 

(1 Question)

  • Q1. They asked me all the general questions and a few technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - As long as you are updated in your field of study, you will crack it.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024.

Round 1 - Aptitude Test 

The aptitude test evaluates problem-solving, coding skills, and logical reasoning, offering a fair challenge to showcase technical expertise.

Round 2 - One-on-one 

(2 Questions)

  • Q1. How do you handle conflicts in a team project?
  • Ans. 

    I address conflicts in team projects by promoting open communication, active listening, and seeking compromise.

    • Encourage open communication among team members to address conflicts early on

    • Practice active listening to understand all perspectives and concerns

    • Seek compromise and find common ground to resolve conflicts effectively

  • Answered by AI
  • Q2. What is the difference between an interface and an abstract class?
  • Ans. 

    Interface is a contract that defines the methods a class must implement, while an abstract class can have both implemented and abstract methods.

    • Interface can only have abstract methods and cannot have any implementation, while abstract class can have both abstract and implemented methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used to achieve multiple inheri...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the company, practice technical skills, communicate, showcase problem-solving abilities, stay confident, and demonstrate enthusiasm for the role
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Knowledge in pm
  • Q2. Knowledge in BA

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 Redux.
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.

Protonshub Technologies Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 27 Interviews
ClaySys Interview Questions
2.9
 • 24 Interviews
Contus Interview Questions
4.3
 • 22 Interviews
Pitney Bowes Interview Questions
3.8
 • 21 Interviews
Knoldus Inc Interview Questions
4.0
 • 20 Interviews
DynPro Interview Questions
3.8
 • 19 Interviews
View all

Protonshub Technologies Reviews and Ratings

based on 88 reviews

3.9/5

Rating in categories

3.8

Skill development

4.1

Work-life balance

3.8

Salary

3.8

Job security

4.0

Company culture

3.6

Promotions

3.8

Work satisfaction

Explore 88 Reviews and Ratings
Software Engineer
68 salaries
unlock blur

₹4.4 L/yr - ₹12.6 L/yr

Software Developer
23 salaries
unlock blur

₹3 L/yr - ₹11.5 L/yr

Associate Software Engineer
22 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹6 L/yr - ₹21 L/yr

Reactjs Developer
8 salaries
unlock blur

₹3 L/yr - ₹13.1 L/yr

Explore more salaries
Compare Protonshub Technologies with

Accel Frontline

4.0
Compare

Pitney Bowes

3.8
Compare

Apmosys Technologies

3.4
Compare

DynPro

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview