Upload Button Icon Add office photos
Engaged Employer

i

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

Perfex Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Perfex Technologies Software Engineer Interview Questions and Answers

Updated 27 Oct 2024

7 Interview questions

A Software Engineer was asked 8mo ago
Q. What is data?
Ans. 

Data refers to facts, statistics, or information collected for analysis and reference in various fields.

  • Data can be qualitative (descriptive) or quantitative (numerical).

  • Examples of qualitative data include colors, names, and labels.

  • Quantitative data can be measured, such as height, weight, or temperature.

  • Data can be structured (like databases) or unstructured (like text or images).

  • In computing, data is processed ...

A Software Engineer was asked 8mo ago
Q. What databases have you learned?
Ans. 

I have learnt SQL and NoSQL databases such as MySQL, PostgreSQL, MongoDB, and Redis.

  • SQL databases include MySQL and PostgreSQL

  • NoSQL databases include MongoDB and Redis

  • Have experience with writing queries, creating tables, and optimizing database performance

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
A Software Engineer was asked 8mo ago
Q. What are the principles of OOP, and can you explain them?
Ans. 

OOP principles include encapsulation, inheritance, polymorphism, and abstraction, which enhance code organization and reusability.

  • Encapsulation: Bundling data and methods that operate on the data within a single unit (class). Example: A 'Car' class with properties like 'speed' and methods like 'accelerate()'.

  • Inheritance: Mechanism where a new class derives properties and behaviors from an existing class. Example: ...

A Software Engineer was asked 8mo ago
Q. What is Microservices, MVC Pattern
Ans. 

Microservices are a software development technique where applications are composed of small, independent services. MVC Pattern is a design pattern used in software engineering for separating concerns in an application.

  • Microservices involve breaking down a large application into smaller, independent services that communicate with each other through APIs.

  • Each microservice is responsible for a specific function and c...

A Software Engineer was asked 8mo ago
Q. Heap Memory vs Stack Memory
Ans. 

Heap memory is used for dynamic memory allocation, while stack memory is used for static memory allocation.

  • Heap memory is allocated at runtime and can be accessed globally.

  • Stack memory is allocated at compile time and is limited in size.

  • Examples of heap memory usage include dynamic arrays and objects created with 'new'.

  • Examples of stack memory usage include local variables and function call stack.

A Software Engineer was asked 8mo ago
Q. Programming Languages and Technologies you know
Ans. 

Proficient in Java, Python, JavaScript, and SQL. Familiar with HTML, CSS, and Git.

  • Java

  • Python

  • JavaScript

  • SQL

  • HTML

  • CSS

  • Git

A Software Engineer was asked 8mo ago
Q. Method Overloading vs Method Over riding
Ans. 

Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

  • Method overloading is resolved at compile time based on the method signature.

  • Method overriding is resolved at runtime based on the object type.

  • Method overloading is used to provide different im...

Are these interview questions helpful?

Perfex Technologies Software Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Programming Languages and Technologies you know
  • Ans. 

    Proficient in Java, Python, JavaScript, and SQL. Familiar with HTML, CSS, and Git.

    • Java

    • Python

    • JavaScript

    • SQL

    • HTML

    • CSS

    • Git

  • Answered by AI
  • Q3. Database you learnt
Round 2 - Technical 

(5 Questions)

  • Q1. What is a data
  • Q2. OOP's principles and explain them
  • Q3. Method Overloading vs Method Over riding
  • Ans. 

    Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

    • Method overloading is resolved at compile time based on the method signature.

    • Method overriding is resolved at runtime based on the object type.

    • Method overloading is used to provide different impleme...

  • Answered by AI
  • Q4. What is Microservices, MVC Pattern
  • Ans. 

    Microservices are a software development technique where applications are composed of small, independent services. MVC Pattern is a design pattern used in software engineering for separating concerns in an application.

    • Microservices involve breaking down a large application into smaller, independent services that communicate with each other through APIs.

    • Each microservice is responsible for a specific function and can be...

  • Answered by AI
  • Q5. Heap Memory vs Stack Memory
  • Ans. 

    Heap memory is used for dynamic memory allocation, while stack memory is used for static memory allocation.

    • Heap memory is allocated at runtime and can be accessed globally.

    • Stack memory is allocated at compile time and is limited in size.

    • Examples of heap memory usage include dynamic arrays and objects created with 'new'.

    • Examples of stack memory usage include local variables and function call stack.

  • Answered by AI
Round 3 - Coding Test 

1. Create a Login Page.
2. After login register a employee (CURD operations).
3. Enable JWT for login and show the user name logged and Auto logout after 1min session.

Interview Preparation Tips

Interview preparation tips for other job seekers - No tips.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (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 Perfex Technologies?
Ask anonymously on communities.

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: A coding test (Students were asked to bring Laptops)
Tips: Be thorough with C/C++, networking, OS, Data structures and architecture
Duration: 90 minutes

Round: Interview
Experience: 3 rounds of interview, one hour each, all technical 
Interview Process:All the three rounds are oriented around programming. A lot of focus was given to Data structures, C/C++, OS and algorithmsThe code from previous test is shown and they expect you to fix any bugs if thereThe interviewers are quietly friendly and help if you get stuck at any pointIf you do have any related projects, anticipate some thorough questions on that
Tips: Though the interviewers are helpful, get your basics clear early on. Don't rely on them.Practice coding sessions, a lot of companies have them as a shortlisting criteria.

College Name: IIT Madras

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more

Interview Preparation Tips

Round: Test
Experience: PAPER DURATION: 3 hours
NO. OF QUESTIONS: 2 (20 marks each)
MAXIMUM MARKS: 20*2 = 40 marksQUESTION 1:
JSON Prettier:-Write a program which takes JSON as input and gives prettified JSONYou need to read JSON from STDIN. Input gives one line of uglified JSON.Output should be formatted JSON. Check the standard output link.Use 2 white spaces (not‘\t’) for one indentation.SAMPLE INPUT:{“group” : {list : [1,2,3]}, “list” : [“a”,”b”,”c”]}SAMPLE OUTPUT:{“group” : {List : [1,2,3]},“list” : [“a”,”b”,”c”]}EXPLANATION: Input will be uglifiedjson in one line and output will be prettified format of that. QUESTION 2:XML parse plus series computationEvaluate an expression given in XML format. Keys will be Expr- contains the entire expression. Elem – contains the digit, sum, Prod- contains two or more keys whose evaluation needs to be summed or multiplied respectively. Sub will contain 2 keys or more, where the second key onwards will have to be subtracted from the first one. Div- will contain 2 keys in which first key will need to be divided by second. SAMPLE INPUT:4673 SAMPLE OUTPUT:
20EXPLANATION:Input will be xml file through standard input. End of xml file marked by .
Duration: 180 minutes
Total Questions: 2

College Name: NA
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

There was coding test

Round 2 - Technical 

(2 Questions)

  • Q1. 2 technical rounds
  • Q2. Merge sort algorithm
  • Ans. 

    Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts them separately, and then merges them back together in sorted order.

    • Divide the input array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Leetcode Easy question

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Feb 2022. There were 4 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 

Chrome and Firefox Browser automation

Round 3 - Assignment 

Log file tail last n lines where n is configurable. Followup question on how you can optimize it further incase log file size is in TBs and incase it is cluster of servers

Round 4 - Technical 

(4 Questions)

  • Q1. Detailed Technical background check and discussion on past projects.
  • Q2. Messaging queue and best practices
  • Ans. 

    Messaging queues are used to manage asynchronous communication between different components of a system.

    • Use a reliable messaging queue system like RabbitMQ or Apache Kafka

    • Ensure messages are properly formatted and serialized

    • Implement message acknowledgement and retry mechanisms

    • Monitor queue health and performance

    • Consider message ordering and partitioning for scalability

    • Avoid long-running tasks in message handlers

  • Answered by AI
  • Q3. Binary Search Tree twisted question
  • Q4. Map Reduce concept for solving dictionary keywords
  • Ans. 

    MapReduce is a programming model for processing large data sets in parallel.

    • MapReduce divides the input data into chunks and processes them in parallel.

    • It consists of two phases: Map and Reduce.

    • Map function takes input data and converts it into key-value pairs.

    • Reduce function takes the output of Map as input and combines the values with the same key.

    • It is used for solving dictionary keywords by mapping each word to a k...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on above 2 rounds, they seem to keep their round formats same

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

MCQ based Questions from topics of DSA , web development

Round 2 - Asked to live code a unix comman 

(1 Question)

  • Q1. Asked us to live code tail -f unix command
  • Ans. 

    Implementing the 'tail -f' command to continuously monitor and display new lines added to a file.

    • Use 'open' to access the file in read mode.

    • Utilize 'seek' to move to the end of the file initially.

    • Implement a loop to read new lines as they are added.

    • Use 'time.sleep()' to pause between reads to avoid busy waiting.

    • Handle file rotation by checking if the file has been recreated.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Machine coding round

Round 2 - Technical 

(2 Questions)

  • Q1. TCP/IP related questions, what happens when you search a webpage?
  • Q2. Past projects discussions
Round 3 - HR 

(1 Question)

  • Q1. Behavioural questions on how would you tackle a particular scenario
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Normal 3 leetcode medium questions

Round 2 - Assignment 

Machine coding round to design tail -f

Round 3 - One-on-one 

(2 Questions)

  • Q1. Questions on internal working of os
  • Q2. Questions on projects

I applied via Referral and was interviewed before Jun 2021. 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 - Technical 

(2 Questions)

  • Q1. The first round was a detailed discussion on one of my previous projects(almost 35 minutes, went to maximum possible depth) and one DSA question. Please prepare your resume projects very well.
  • Q2. The question was a stack bases leetcode medium question.
Round 3 - Technical 

(1 Question)

  • Q1. This was the final round. It again a follow up of the first one. Started with a project discussion(did not go that much of depth as first one) . Again one DSA question was there to solve(they make you writ...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be through with your resume.
2. Practice DSA regularly.
3. Know your projects ver well.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in Jul 2022. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

There is 4 coding question all are on DSA.

Round 3 - Group Discussion 

They give one topic. and provide 10 to 15 minutes to think.

Round 4 - Technical 

(1 Question)

  • Q1. He is giving one coding question. ask some language questions.
Round 5 - Technical 

(2 Questions)

  • Q1. DSA question and databases question
  • Q2. SQL question, stack, queue, and LinkedList are all the things we know from the scretch
Round 6 - HR 

(1 Question)

  • Q1. They introduce the company details and normal question

Interview Preparation Tips

Interview preparation tips for other job seekers - Do more and more practice for DSA. and solve the coding questions.

Perfex Technologies Interview FAQs

How many rounds are there in Perfex Technologies Software Engineer interview?
Perfex Technologies interview process usually has 3 rounds. The most common rounds in the Perfex Technologies interview process are HR, Technical and Coding Test.
What are the top questions asked in Perfex Technologies Software Engineer interview?

Some of the top questions asked at the Perfex Technologies Software Engineer interview -

  1. Programming Languages and Technologies you k...read more
  2. What is Microservices, MVC Patt...read more
  3. Method Overloading vs Method Over rid...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Perfex Technologies Software Engineer Salary
based on 22 salaries
₹3 L/yr - ₹6 L/yr
48% less than the average Software Engineer Salary in India
View more details

Perfex Technologies Software Engineer Reviews and Ratings

based on 3 reviews

2.8/5

Rating in categories

2.8

Skill development

3.1

Work-life balance

2.8

Salary

2.5

Job security

2.8

Company culture

2.5

Promotions

2.8

Work satisfaction

Explore 3 Reviews and Ratings
Software Developer
99 salaries
unlock blur

₹2.3 L/yr - ₹6 L/yr

Front end Developer
43 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Software Engineer
22 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Devops Engineer
17 salaries
unlock blur

₹3.5 L/yr - ₹6 L/yr

Softwaretest Engineer
15 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Explore more salaries
Compare Perfex Technologies with

Aurigo

4.7
Compare

Prime Focus Technologies

3.3
Compare

Nowfloats Technologies

3.2
Compare

Peel-works

3.6
Compare
write
Share an Interview