Upload Button Icon Add office photos
Premium Employer

i

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

Presidio Solutions Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 42 Reviews

Filter interviews by

Presidio Solutions Interview Questions, Process, and Tips

Updated 24 Oct 2024

Top Presidio Solutions Interview Questions and Answers

View all 6 questions

Presidio Solutions Interview Experiences

Popular Designations

20 interviews found

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

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Singleton Pattern
  • Ans. 

    Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Used to restrict the instantiation of a class to one object

    • Provides a global point of access to the instance

    • Commonly used in logging, caching, thread pools, database connections

    • Example: Database connection manager class with a single instance

  • Answered by AI
  • Q2. What is Circuit Breaker in Microservices
  • Ans. 

    Circuit Breaker is a design pattern used in microservices to prevent cascading failures.

    • Circuit Breaker monitors the availability of a service and prevents requests from being sent if the service is unavailable.

    • It helps in improving the resilience of the system by providing a fallback mechanism.

    • When the Circuit Breaker is open, it redirects calls to a predefined fallback method or returns an error response.

    • Once the ser...

  • Answered by AI

Skills evaluated in this interview

Technical Architect Interview Questions asked at other Companies

Q1. How to manage clients, how to handle critical issues with example
View answer (3)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Sastra University and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The online test duration was 2 hours for 4 codes and 2 pseudo codes.

Round 2 - Technical 

(2 Questions)

  • Q1. Pattern printing
  • Q2. Based on Arrays

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

Software Developer Interview Questions & Answers

user image Dhanushiya S.M

posted on 28 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Common topics like sql and 30% aptitude problem

Round 2 - Technical 

(2 Questions)

  • Q1. All about resume
  • Q2. About project and area of interest
Round 3 - One-on-one 

(1 Question)

  • Q1. Application building

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at St Josephs College of Engineering, Chennai and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Sql , Cloud , Networking and aptitude questions are asked

Round 2 - Coding Test 

Easy to medium level questions and sql query

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Presidio Solutions interview questions for popular designations

 Software Developer

 (4)

 Full Stack Software Developer

 (3)

 Senior Cloud Engineer

 (2)

 Senior Data Engineer

 (2)

 Software Engineer

 (2)

 Softwaretest Engineer

 (2)

 Associate Software Engineer

 (1)

 Data Engineer

 (1)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Project related full stack
Round 2 - Technical 

(2 Questions)

  • Q1. DSA mid point array
  • Q2. Resume questions mostly mern

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Rajalakshmi Engineering College, Chennai and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1.5hours ,coding +tech MCQs+algorithm questions

Round 2 - Technical 

(2 Questions)

  • Q1. Went around the topics that we have worked around
  • Q2. For me ,it was around computer vision

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Jobs at Presidio Solutions

View all
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Some aptitude and coding and networking mcq

Round 2 - One-on-one 

(2 Questions)

  • Q1. Self intro detail
  • Q2. About the company

Interview Preparation Tips

Interview preparation tips for other job seekers - fullstack development knowledge

Full Stack Developer Interview Questions asked at other Companies

Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
6-8 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. There was no technical questions all very basic not for senior data engineer role questions only 3 questions( what is DB, Data Mart, Data warehouse)and he said i am done ... The. worst interview in my expe...

Interview Preparation Tips

Interview preparation tips for other job seekers - I would says it is totally based on luck some people are sitting in interview panel with not even intention to take interview. I had very bad experience of 5mins discussion it is not a technical round felt like phone screening

Senior Data Engineer Interview Questions asked at other Companies

Q1. Write a query to get the customer with the highest total order value for each year, month. [Note: Order table is different and Customer table is different. Order_ID and Customer_ID are the PK of the table with Oid from Customer table being ... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Technology (NIT), Warangal and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding test was conducted based on full stack development

Round 2 - Technical 

(1 Question)

  • Q1. Mostly questions asked were based on resume

Interview Preparation Tips

Topics to prepare for Presidio Solutions Full Stack Software Developer interview:
  • Full Stack

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Meenakshi Sundararajan Engineering College, Chennai and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability , Java

Round 2 - Coding Test 

Hard level questionings were asked

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Presidio Solutions Interview FAQs

How many rounds are there in Presidio Solutions interview?
Presidio Solutions interview process usually has 1-2 rounds. The most common rounds in the Presidio Solutions interview process are Technical, Coding Test and Aptitude Test.
How to prepare for Presidio Solutions 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 Presidio Solutions. The most common topics and skills that interviewers at Presidio Solutions expect are AWS, Python, Terraform, Devops and Jenkins.
What are the top questions asked in Presidio Solutions interview?

Some of the top questions asked at the Presidio Solutions interview -

  1. What is difference between helm2 and hel...read more
  2. What is retesting and regression testing Defect tracking tool Sdlc,stlc,test ca...read more
  3. Develop an application within given frame time using the tech stack that you kn...read more
How long is the Presidio Solutions interview process?

The duration of Presidio Solutions interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Presidio Solutions Interview Process

based on 21 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
View all

Presidio Solutions Reviews and Ratings

based on 42 reviews

3.9/5

Rating in categories

4.0

Skill development

3.9

Work-life balance

4.0

Salary

3.7

Job security

3.9

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 42 Reviews and Ratings
Inside Sales Specialist

Chennai,

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Explore more jobs
Software Engineer
37 salaries
unlock blur

₹5.5 L/yr - ₹15.1 L/yr

Senior Software Engineer
32 salaries
unlock blur

₹10 L/yr - ₹31.8 L/yr

Lead Engineer
21 salaries
unlock blur

₹18 L/yr - ₹27 L/yr

Cloud Engineer
15 salaries
unlock blur

₹7.2 L/yr - ₹13.5 L/yr

Senior Engineer
14 salaries
unlock blur

₹11.8 L/yr - ₹24.1 L/yr

Explore more salaries
Compare Presidio Solutions with

Wipro

3.7
Compare

Tech Mahindra

3.5
Compare

HCLTech

3.5
Compare

TCS

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