Premium Employer

i

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

Perfios Software Solutions Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 150 Reviews

Filter interviews by

Perfios Software Solutions Technical Lead Interview Questions and Answers

Updated 7 Aug 2021

Perfios Software Solutions Technical Lead Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed before Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Technical Problem
  • Q2. Scenario problem
  • Q3. Some basic

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent... Prepare well.. Nice company to work...

Interview questions from similar companies

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

(2 Questions)

  • Q1. Transaction in Spring Boot
  • Ans. 

    Transactions in Spring Boot help manage database operations as a single unit of work.

    • Transactions ensure ACID properties (Atomicity, Consistency, Isolation, Durability) for database operations.

    • Use @Transactional annotation to mark a method as transactional.

    • Transactions can be managed programmatically using TransactionTemplate.

    • Rollback can be triggered manually in case of exceptions.

    • Spring Boot supports both declarative

  • Answered by AI
  • Q2. Java Array and problem solving

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good organization

Skills evaluated in this interview

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

(1 Question)

  • Q1. Our project contains interview question related to JAVA.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions were mostly around system design, you will be given a case like a stock system and specific use case is asked to design end to end from UI to backend.
  • Q2. Some of the system debugging/performance improvement questions are asked from both UI and backend.

Interview Preparation Tips

Topics to prepare for Amadeus Technical Lead interview:
  • System Design
  • Performance Testing
  • Performance improvement
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is hoisting in Javascript
  • Ans. 

    Hoisting is a behavior in JavaScript where variable and function declarations are moved to the top of their containing scope during compilation.

    • Variable declarations are hoisted to the top of their scope, but not their assignments.

    • Function declarations are fully hoisted, meaning they can be called before they are declared.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
  • Q2. What is function currying
  • Ans. 

    Function currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.

    • Currying allows partial application of a function, where some of the arguments are fixed and the rest are left to be supplied later.

    • It helps in creating reusable functions and improving code readability.

    • Example: const add = (a) => (b) => a ...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Implement minstack
  • Q2. How load balancers work
  • Ans. 

    Load balancers distribute incoming network traffic across multiple servers to ensure no single server is overwhelmed.

    • Load balancers monitor the health of servers and distribute traffic based on predefined algorithms.

    • They can be hardware-based or software-based.

    • Common algorithms used by load balancers include round-robin, least connections, and IP hash.

    • Load balancers can improve reliability and scalability of a website ...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. 2 sum problem to implement in O(n)
  • Ans. 

    The Two Sum problem involves finding two numbers in an array that add up to a target value.

    • Iterate through the array and store the difference between the target and current element in a hashmap.

    • Check if the current element exists in the hashmap, if yes, return the indices of the current element and the stored difference.

    • Time complexity of O(n) can be achieved by using a hashmap to store elements and their indices.

  • Answered by AI
  • Q2. About the projects i have done

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

12 Questions

  • Q1. Which design pattern implemented in project.
  • Ans. 

    Implemented the Observer design pattern.

    • Used to maintain consistency between related objects

    • Allows for one-to-many relationships between objects

    • Used in event-driven systems

    • Example: Used to update UI when data changes in backend

  • Answered by AI
  • Q2. Solid principals
  • Q3. Code coverage
  • Q4. Unit testing
  • Q5. Cloud services
  • Q6. Cloud integrations
  • Q7. Detail architecture of current project and what role you played
  • Q8. What software architecture you implimented and why?
  • Ans. 

    I have implemented a microservices architecture for scalability and flexibility.

    • Implemented microservices architecture using Docker and Kubernetes

    • Used API Gateway for routing and load balancing

    • Implemented service discovery using Consul

    • Implemented circuit breaker pattern using Hystrix

    • Implemented centralized logging using ELK stack

    • Implemented distributed tracing using Zipkin

    • Implemented event-driven architecture using Kaf...

  • Answered by AI
  • Q9. Writing some code logic snippet like sudo code
  • Q10. How you improved stored procedure performance
  • Ans. 

    I improved stored procedure performance by optimizing queries and indexes.

    • Identified and removed unnecessary joins and subqueries

    • Used appropriate indexing to speed up query execution

    • Reduced the number of round trips to the database by using batch processing

    • Rewrote complex queries to simpler ones

    • Used stored procedure parameters instead of variables to avoid recompilation

    • Used SET NOCOUNT ON to reduce network traffic

    • Used

  • Answered by AI
  • Q11. DB normalization and indexing
  • Q12. C# oops questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focused more technical questions like Design pattern implementation,Database schema design, Unit testing, code coverage, Single page app Architecture,Cloud integration questions.Lastly team handling

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Support Role Questions 1) Like explaining a case which was done in your previous role and experience
  • Q2. Questions on Javascript
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical Interview questions on Javascript, HTML, CSS and behavioural
Round 3 - Behavioral 

(1 Question)

  • Q1. Manager Questions based on Position and previous work experience.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How does internet works
  • Q2. HTTP codes SQL troubleshooting
Round 2 - Technical 

(1 Question)

  • Q1. SQL python java
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiations
  • Q2. Work shifts questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find the first 50 prime numbers
  • Ans. 

    Generate the first 50 prime numbers

    • Start with the first prime number, 2

    • Use a loop to check for prime numbers by dividing each number by all numbers less than it

    • Keep track of the prime numbers found until you have 50

  • Answered by AI

Perfios Software Solutions Interview FAQs

How to prepare for Perfios Software Solutions Technical Lead 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 Perfios Software Solutions. The most common topics and skills that interviewers at Perfios Software Solutions expect are Data Structures, Debugging, Hibernate, J2Ee and JDBC.
What are the top questions asked in Perfios Software Solutions Technical Lead interview?

Some of the top questions asked at the Perfios Software Solutions Technical Lead interview -

  1. Technical Prob...read more
  2. Scenario prob...read more

Tell us how to improve this page.

Join Perfios Software Solutions Lead with brilliance / Leap to outdo

Fast track your campus placements

View all
Perfios Software Solutions Technical Lead Salary
based on 26 salaries
₹26 L/yr - ₹45 L/yr
96% more than the average Technical Lead Salary in India
View more details

Perfios Software Solutions Technical Lead Reviews and Ratings

based on 2 reviews

3.5/5

Rating in categories

3.6

Skill development

2.5

Work-life balance

4.5

Salary

4.1

Job security

3.5

Company culture

4.1

Promotions

3.1

Work satisfaction

Explore 2 Reviews and Ratings
Senior QA Engineer
62 salaries
unlock blur

₹8 L/yr - ₹14 L/yr

Software Development Engineer
54 salaries
unlock blur

₹4.1 L/yr - ₹15 L/yr

Senior Software Development Engineer
51 salaries
unlock blur

₹9.4 L/yr - ₹31.9 L/yr

Data Processing Associate
48 salaries
unlock blur

₹1.9 L/yr - ₹3 L/yr

Credit Analyst
45 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Explore more salaries
Compare Perfios Software Solutions with

FinBox

2.3
Compare

Yodlee

3.8
Compare

Money View

4.3
Compare

Signzy Technologies

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