Upload Button Icon Add office photos

Filter interviews by

Pensys Software Interview Questions and Answers

Updated 23 Sep 2024
Popular Designations

Pensys Software Interview Experiences

3 interviews 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 experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Job Portal

Round 1 - Technical 

(1 Question)

  • Q1. Javascript basic questions array Object
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Array object node js package JSON git

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

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is the difference between functional component and class components
  • Ans. 

    Functional components are stateless and use functional syntax, while class components have state and lifecycle methods.

    • Functional components are simpler and easier to read/write.

    • Class components have access to lifecycle methods like componentDidMount.

    • Functional components do not have access to state or lifecycle methods.

    • Functional components can use hooks like useState and useEffect to manage state and side effects.

    • Exa...

  • Answered by AI
  • Q2. What is redux and redux toolkit
  • Ans. 

    Redux is a predictable state container for JavaScript apps. Redux Toolkit is the official, recommended way to write Redux logic.

    • Redux is a state management library for JavaScript applications, commonly used with React.

    • It helps in managing the state of an application in a predictable way.

    • Redux Toolkit is the official, recommended way to write Redux logic, providing utilities to simplify common Redux use cases.

    • It include...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Aptitude Test 

First round was like MCQ Technical Assessment. Difficulty level was medium.

Interview Preparation Tips

Interview preparation tips for other job seekers - I was shortlisted from the first round and asked to select a slot for technical face to face interview. But no interviewer was present to take interview. So the HR asked me to select another slot. And this happened for 3 times and all the 3 times no interviewer were present to take interview.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Node js event loop
  • Q2. What is api and schema
  • Ans. 

    API is a set of rules and protocols for building and interacting with software applications. Schema defines the structure of data in a database.

    • API stands for Application Programming Interface, it defines how software components should interact.

    • APIs can be used to access data or functionality from external sources, such as a web server or database.

    • Schema defines the structure of data in a database, including tables, fi...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Behavioural questions
  • Q2. Why do you want to join infosys

Skills evaluated in this interview

Node JS Developer Interview Questions & Answers

TCS user image praveenkumar s

posted on 14 Mar 2024

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

(1 Question)

  • Q1. It was good and questions asked from my resume
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Node.js. mongodb

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Level 1- javascript (clauser,var let const , hoisting)
  • Q2. Event loop middleware dotenv
Round 1 - Technical 

(3 Questions)

  • Q1. Wht do you know about your company
  • Ans. *Do a proper research about the company *Read online about the company's latest Abdates *understand it's business *role thoroughly the job description
  • Answered by Sobha Reddy
  • Q2. Why should we hear you?
  • Ans. 

    I bring a strong skill set in Node.js, a passion for coding, and a commitment to delivering high-quality, scalable applications.

    • Proven Experience: I have worked on multiple Node.js projects, such as developing a RESTful API for an e-commerce platform that handled thousands of requests daily.

    • Strong Understanding of Asynchronous Programming: I effectively utilize callbacks, promises, and async/await to manage asynchronou...

  • Answered by AI
  • Q3. With this tricky interview questions amd answer the employer wants to see your ability to pitch your skills and conversing power.
Round 2 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips
Round 3 - HR 

(6 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about self details
  • Ans. 

    I am a Node.js Developer with a passion for building scalable applications and a strong background in JavaScript and web technologies.

    • Proficient in JavaScript: I have extensive experience with JavaScript, including ES6 features, which allows me to write clean and efficient code.

    • Node.js Expertise: I have developed several RESTful APIs using Node.js and Express, enabling seamless communication between the client and serv...

  • Answered by AI
  • Q3. What is Pharmacovilance
  • Q4. Pharmacoviglance is a science is related to detection assessment understanding prevention of adverse events.
  • Q5. What clinical research?
  • Ans. 

    I'm sorry, but the question is not related to the job position of Node JS Developer.

    • The question is not relevant to the job position.

    • It is important to stay focused on the job requirements.

    • If you are unsure about a question, it is okay to ask for clarification.

  • Answered by AI
  • Q6. Clinical research is a branch of health care science that determines the safety and effectiveness of medications devises diagnostic products treatment regiment intended from human use.
Round 4 - Certificate verification 

Pensys Software Interview FAQs

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

Some of the top questions asked at the Pensys Software 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.

Overall Interview Experience Rating

3.7/5

based on 3 interview experiences

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
View all

Pensys Software Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Compare Pensys Software with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview