Upload Button Icon Add office photos

Filter interviews by

Pensys Software Software Programmer Interview Questions and Answers

Updated 23 Sep 2024

Pensys Software Software Programmer Interview Experiences

1 interview found

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

Question related to is

Round 2 - Technical 

(3 Questions)

  • Q1. Find largest element
  • Ans. 

    To find the largest element in an array, iterate through the array and keep track of the largest element found so far.

    • Initialize a variable to store the largest element found so far.

    • Iterate through the array and compare each element with the current largest element.

    • Update the largest element if a larger element is found.

    • Return the largest element after iterating through the entire array.

  • Answered by AI
  • Q2. Find smallest element
  • Ans. 

    Use a loop to iterate through the array and keep track of the smallest element found so far.

    • Initialize a variable to store the smallest element with the first element of the array

    • Iterate through the array and compare each element with the current smallest element, updating it if a smaller element is found

    • Return the smallest element after the loop completes

  • Answered by AI
  • Q3. Swap elements without taking any other variables
  • Ans. 

    Use XOR operation to swap elements without using any other variables

    • Use XOR operation to swap elements in an array without using any other variables

    • Example: arr[i] ^= arr[j]; arr[j] ^= arr[i]; arr[i] ^= arr[j];

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The company is very good

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was easy and basic common sense is enough to clear the round

Round 2 - Coding Test 

The coding test was easy basic programs like prime number

Round 3 - HR 

(2 Questions)

  • Q1. Explain about yourself
  • Q2. Projects of mine
  • Ans. 

    I have worked on various projects including web development, mobile app development, and database management.

    • Developed a responsive website using HTML, CSS, and JavaScript

    • Created a mobile app using React Native for both iOS and Android platforms

    • Managed and optimized databases using SQL queries and stored procedures

  • Answered by AI
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
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 

Aptitude test percentage

Round 3 - Technical 

(1 Question)

  • Q1. OOPS database array

Interview Preparation Tips

Interview preparation tips for other job seekers - Good luck for the interview

I applied via Walk-in and was interviewed in Nov 2022. There were 3 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 - Aptitude Test 

Number series, partnerships, areas, and volumes

Round 3 - Coding Test 

Java program, html basics, basic knowledge of sytem operating

Interview Preparation Tips

Interview preparation tips for other job seekers - I am good thinking ideas in program of java, example how to operate key board keys in java lungage

I applied via Campus Placement and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Case Study 

Tr round is completely technical based on C and python ..Most of the questions will be asked based on Oops concept

Round 2 - Technical 

(2 Questions)

  • Q1. What is the oops concept?
  • Ans. 

    OOPs is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs stands for Object-Oriented Programming.

    • It focuses on creating objects that interact with each other to solve a problem.

    • It follows the four main principles: Encapsulation, Inheritance, Polymorphism, and Abstraction.

    • Encapsulation is the process of hiding the implementation details of an object from the outside world.

    • Inher...

  • Answered by AI
  • Q2. What is meant by encapsulation?
  • Ans. 

    Encapsulation is the process of hiding implementation details and restricting access to an object's properties and methods.

    • Encapsulation helps in achieving data abstraction and information hiding.

    • It allows for better control over the data and prevents unauthorized access.

    • Encapsulation is implemented using access modifiers such as public, private, and protected.

    • For example, a class may have private variables that can on...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini Software Programmer interview:
  • C
  • Python
Interview preparation tips for other job seekers - First before facing any Interview be confident.Do not say no to the interviewer.Whatever u know Convey it to the interviewer without Hesitation.

Skills evaluated in this interview

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

Round 1 - Assignment 

MCQ type questions were asked

Round 2 - Technical 

(2 Questions)

  • Q1. 2 technical rounds followed by a managerial round
  • Q2. SQL queries, OOps concepts and project discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest about your skills.

I applied via Company Website and was interviewed in Dec 2021. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What do you mean by OOPS?
  • Ans. 

    OOPS stands for Object-Oriented Programming System.

    • OOPS is a programming paradigm that focuses on objects and their interactions.

    • It involves concepts like inheritance, polymorphism, encapsulation, and abstraction.

    • OOPS allows for modular and reusable code, making it easier to maintain and scale.

    • Examples of OOPS languages include Java, C++, Python, and Ruby.

  • Answered by AI
  • Q2. Write a program on Random number
  • Ans. 

    A program to generate random numbers.

    • Use the random module in Python to generate random numbers.

    • Specify the range of numbers to be generated using the randint() function.

    • Seed the random number generator for reproducibility using the seed() function.

    • Use the random() function to generate random floating-point numbers.

    • Use the choice() function to randomly select an item from a list.

  • Answered by AI
  • Q3. What is join in SQL?
  • Ans. 

    Join in SQL is used to combine rows from two or more tables based on a related column between them.

    • Join is used to retrieve data from multiple tables in a single query

    • Types of join include inner join, left join, right join, and full outer join

    • Join is performed using the JOIN keyword followed by the table name and ON keyword to specify the related column

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Why you choose this organization rather than other

Interview Preparation Tips

Topics to prepare for TCS Software Programmer interview:
  • introduction
  • projects
Interview preparation tips for other job seekers - keep in resume what you know .Go with well prepare skills that you gonna have and dont waste time focusing on other topics (out of resume)

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Maths- english -program

Interview Preparation Tips

Interview preparation tips for other job seekers - how to learning java? just try programming language programming
Round 1 - Aptitude Test 

Java, c++, python

Round 2 - Assignment 
Round 3 - Assignment 

Program writing

Interview Preparation Tips

Interview preparation tips for other job seekers - It's best platform to get a job
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. How much experience do you have?

Interview Preparation Tips

Interview preparation tips for other job seekers - Relax and be yourself

Pensys Software Interview FAQs

How many rounds are there in Pensys Software Software Programmer interview?
Pensys Software interview process usually has 2 rounds. The most common rounds in the Pensys Software interview process are Coding Test and Technical.
What are the top questions asked in Pensys Software Software Programmer interview?

Some of the top questions asked at the Pensys Software Software Programmer interview -

  1. Swap elements without taking any other variab...read more
  2. Find smallest elem...read more
  3. Find largest elem...read more

Tell us how to improve this page.

Software Developer
5 salaries
unlock blur

₹2 L/yr - ₹11 L/yr

Explore more salaries
Compare Pensys Software with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview