Upload Button Icon Add office photos

Filter interviews by

PerfectKode Software Technologies Software Developer Interview Questions and Answers

Updated 8 Jan 2025

PerfectKode Software Technologies Software Developer Interview Experiences

2 interviews found

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

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. Write any sorting algorithm
  • Ans. 

    Bubble Sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.

    • Compare each pair of adjacent elements in the array and swap them if they are in the wrong order

    • Repeat this process until no more swaps are needed, indicating that the array is sorted

    • Time complexity of O(n^2) in the worst case scenario

    • Example: ['banana', 'apple', 'c...

  • Answered by AI
  • Q2. Write the search in binary search tree function
  • Ans. 

    Function to search for a value in a binary search tree

    • Start at the root node

    • Compare the value to the current node's value

    • If the value is less, move to the left child node; if greater, move to the right child node

    • Repeat until the value is found or the node is null

  • Answered by AI
  • Q3. Basic DBMS questions about joins and keys
  • Q4. Linear searching vs binary searching code
  • Ans. 

    Linear search compares each element in a list sequentially, while binary search divides the list in half at each step.

    • Linear search has a time complexity of O(n), while binary search has a time complexity of O(log n).

    • Linear search is suitable for small lists, while binary search is more efficient for larger sorted lists.

    • Example: Linear search - searching for a name in an unsorted phone book. Binary search - searching f...

  • Answered by AI
  • Q5. Print all the prime numbers from 1 to n
  • Ans. 

    Use a loop to check for prime numbers from 1 to n

    • Iterate from 1 to n and check if each number is prime

    • A prime number is only divisible by 1 and itself

    • Start checking divisibility from 2 up to the square root of the number

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the basics of oops os cn dbms and sa

Skills evaluated in this interview

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

I applied via Indeed and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Generally, they ask questions related to data structures and algorithms, focusing on the basics rather than high-level concepts, as well as the fundamentals of object-oriented programming (OOP).

Round 2 - Technical 

(2 Questions)

  • Q1. Puzzle related questions
  • Q2. Puzzle related questions for aptitude test.

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Rakuten
Q2. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Amazon
Q3. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

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 PerfectKode Software Technologies?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Self introduction
  • Q2. What is java
  • Ans. 

    Java is a high-level programming language known for its platform independence and object-oriented approach.

    • Java is widely used for developing desktop, web, and mobile applications.

    • It is known for its robustness, security, and scalability.

    • Java programs are compiled into bytecode that can run on any Java Virtual Machine (JVM).

    • It supports multithreading, exception handling, and automatic memory management.

    • Popular framewor...

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is collections
  • Ans. 

    Collections are data structures that store and manipulate groups of objects.

    • Collections provide a way to organize and manage large amounts of data

    • They can be used to perform operations on groups of objects, such as sorting or searching

    • Examples of collections include arrays, lists, sets, and maps

  • Answered by AI
  • Q2. What are the new features in java 8
  • Ans. 

    Java 8 introduces lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow functional programming in Java

    • Functional interfaces enable the use of lambda expressions

    • Streams provide a concise way to perform operations on collections

    • Default methods allow interfaces to have implementation

    • Date and Time API improvements

    • Nashorn JavaScript engine

  • Answered by AI
  • Q3. What is the use of spring boot
  • Ans. 

    Spring Boot is a framework for building standalone, production-grade Spring-based applications.

    • Spring Boot simplifies the process of creating and deploying Spring-based applications.

    • It provides a pre-configured environment with a set of opinionated defaults.

    • It includes embedded servers like Tomcat, Jetty, and Undertow.

    • It supports a wide range of data sources and data access technologies.

    • It enables easy integration with...

  • Answered by AI
  • Q4. What is JPA
  • Ans. 

    JPA stands for Java Persistence API, a specification for object-relational mapping in Java applications.

    • JPA is used to map Java objects to relational database tables.

    • It provides a set of annotations to define the mapping between Java classes and database tables.

    • JPA also supports querying data using the Java Persistence Query Language (JPQL).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It will be easy interview

Skills evaluated in this interview

I applied via Referral and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good job security but do not expect projects with latest technologies or development side.

If you are lucky you will get project with new technologies and you can learn.

I applied via Company Website and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Apti & programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Be specific

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. Data structure questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience all total
Are these interview questions helpful?

I applied via Company Website and was interviewed before Oct 2021. There were 5 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 

Basic Aptitude with some difficult questions

Round 3 - Coding Test 

3 set of coding question were asked 1 easy ,1 medium ,1 hard

Round 4 - One-on-one 

(1 Question)

  • Q1. This was personal technical interview asking all related to my cv and the one they are looking for
Round 5 - HR 

(1 Question)

  • Q1. Basic personality questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare everything basic and from the CV and you will be good to go.Research about the company a bit that will add cherry on top.

Interview Questionnaire 

1 Question

  • Q1. Why Infosys

Interview Preparation Tips

Interview preparation tips for other job seekers - be honest and dont fake they will know if you are

I applied via Company Website and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

The Questions in the aptitude test were Average but you need to be pretty quick to solve them sp yes speed matters in aptitude test

Round 2 - Coding Test 

After aptitude there was a coding test which was not necessary to clear for ASE profile but if you clear it then you will be considered for SE profile. its better to give your all out in the coding test to gain a better career level at accenture

Round 3 - Technical 

(4 Questions)

  • Q1. After clearing above 2 rounds there was technical and HR round both combined(In my case) so they basically ask the questions related to what you've written in your resume, make sure to not write anything w...
  • Q2. Question 1. Tell me about your project and what all challenges did you faced
  • Q3. Describe yourself in minimum possible words
  • Q4. Technical questions related to technologies you've written in your resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - My final Advice for the job seekers would be keep grinding don't get nervous and stay confident on your answers even if you know very little.

PerfectKode Software Technologies Interview FAQs

How many rounds are there in PerfectKode Software Technologies Software Developer interview?
PerfectKode Software Technologies interview process usually has 1-2 rounds. The most common rounds in the PerfectKode Software Technologies interview process are One-on-one Round, Coding Test and Technical.
What are the top questions asked in PerfectKode Software Technologies Software Developer interview?

Some of the top questions asked at the PerfectKode Software Technologies Software Developer interview -

  1. Write the search in binary search tree funct...read more
  2. Linear searching vs binary searching c...read more
  3. print all the prime numbers from 1 t...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 100%
View more
PerfectKode Software Technologies Software Developer Salary
based on 6 salaries
₹2.3 L/yr - ₹5 L/yr
67% less than the average Software Developer Salary in India
View more details

PerfectKode Software Technologies Software Developer Reviews and Ratings

based on 3 reviews

4.7/5

Rating in categories

5.0

Skill development

4.7

Work-life balance

4.1

Salary

4.2

Job security

4.1

Company culture

3.9

Promotions

4.7

Work satisfaction

Explore 3 Reviews and Ratings
Compare PerfectKode Software Technologies with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview