Upload Button Icon Add office photos

Filter interviews by

Pearlsoft Solutions Senior Software Engineer and Lead Interview Questions and Answers

Updated 19 Jan 2022

Pearlsoft Solutions Senior Software Engineer and Lead Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding my work experience, BI - SSRS reports, software development to deployment work process/flow, SQL questions

Interview Preparation Tips

Interview preparation tips for other job seekers - My Interviewer was a reasonable, straight-forward and hence asked sensible questions only. I was happy that they had shown confidence upon my talent and hence gave me the chance. Also, I was confident and straight forward in answering the questions.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Accenture and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basics of MuleSoft
  • Q2. Explain Batch Processing
  • Ans. 

    Batch processing is the execution of a series of jobs in a program without manual intervention.

    • Batch processing involves processing large volumes of data at once

    • Jobs are typically scheduled to run at specific times or intervals

    • Commonly used in tasks like payroll processing, billing, and report generation

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

(2 Questions)

  • Q1. Explain the project you worked on
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines

    • Used React for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database storage

    • Incorporated user authentication and authorization features

    • Integrated real-time notifications using Socket.io

  • Answered by AI
  • Q2. Custom connectors

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Angular, HTML, CSS, Javascript

Round 2 - Technical 

(1 Question)

  • Q1. Due to internet connection issue I got dropped off and joined within 1 min but interviewer was left.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. PLSQL Techincal Concepts.

I applied via Referral and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. First round was so smooth and clean and clear interview.he was asking technical questions in my technology stock and I cleared.
Round 2 - Technical 

(1 Question)

  • Q1. It was so irritating interview. Interviewer (alok)joined after 10 minutes and I was waiting untill. He was started to ask useless questions and started to argue with his answer which is wrong. After few o...

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste your time with this company.

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. All questions related to your current skills mentioned in CV.
  • Q2. Scenario based Oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - 4 rounds and all were technical.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Information Technology, Design and Manufacturing (IIITDM), Jabalpur and was interviewed before Jul 2022. 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 - Assignment 

Shared 3 DSA questions which needed to be solved using vector, more specifically matrix and sets. One questions was related to finding nearest point, other one to sort a list. They wanted to know all the approaches and their TC / SC.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Finding distance between 2 points, nearest point. Given was a set of points.
  • Ans. 

    Calculate distance between 2 points and find the nearest point from a set of points.

    • Calculate distance using Euclidean distance formula: sqrt((x2-x1)^2 + (y2-y1)^2)

    • Iterate through all points to find distances and keep track of the nearest point

    • Return the nearest point found

  • Answered by AI
  • Q2. Discussing about TC and SC of sorting using all sorting methods

I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 question 45 minutes.

Round 2 - Coding Test 

10 mcq and 2 coding dsa questions

Round 3 - HR 

(4 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why are you looking for a change?
  • Q3. Where do you see yourself in 5 years?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just practice mcq for the interview

Interview Questionnaire 

4 Questions

  • Q1. Ques from Selenium, what is webDriver and all
  • Q2. From java, they asked to write the code on Sorting of an array
  • Q3. Print highest element in array
  • Ans. 

    Print highest element in array of strings

    • Convert array elements to integers

    • Use built-in max() function

    • Print the result

  • Answered by AI
  • Q4. Difference between Actions and Action
  • Ans. 

    Actions and Action are terms used in automation testing. Actions are a collection of steps while Action is a single step.

    • Actions are a set of steps that can be reused in multiple tests

    • Action is a single step that performs a specific action

    • Actions can be called multiple times in a test

    • Action can only be called once in a test

    • Actions can be parameterized

    • Action cannot be parameterized

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepared with basic concept..also in the written test some coding part was tough..else all were easy.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jul 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. There were 3 technical rounds and 2 techno-managerial rounds conducted for the post of Senior Software Engineer. The techno-managerial rounds were straight forward with an aim to understand your comfort le...
  • Q2. In technical round 1, there were questions from Core Java, Microservices, DB, and from few techs that I had mentioned in my resume especially the CI/CD work that I have been doing.
  • Q3. In tech round 2, they started with asking questions from the Java collections framework, Kafka, Jenkins, Docker, Git, etc. Few Ques: 1. Internals of HashMap. 2. Programming ques with arrays, String, and ha...
  • Q4. Tech round 3 was to test if I can work as a manager in the team, so they gave me scenario-based questions like designing a movie ticket booking system using spring boot. And what all steps/entities I would...

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice is to keep honest with the interviewer, do your homework well. If you have worked on 5 technologies in your last project make sure you brush your concepts b4 your interview. Your code doesn't have to be working if you can get the logic right and create an algorithm you can proceed. Just make sure you are verbal during the coding part make sure the interviewer is on the same page and understands what you are writing b4 you write anything. That would be all, best of luck. :)

Tell us how to improve this page.

People are getting interviews through

based on 1 Pearlsoft Solutions interview
Recruitment Consultant
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Senior Software Engineer
12 salaries
unlock blur

₹5.8 L/yr - ₹12 L/yr

Software Engineer
6 salaries
unlock blur

₹2.2 L/yr - ₹8.5 L/yr

Senior QA Engineer
6 salaries
unlock blur

₹5.6 L/yr - ₹8.1 L/yr

Software Developer
5 salaries
unlock blur

₹1.8 L/yr - ₹4.2 L/yr

Data Analyst
5 salaries
unlock blur

₹2.6 L/yr - ₹5.7 L/yr

Explore more salaries
Compare Pearlsoft Solutions with

Accenture

3.9
Compare

Capgemini

3.8
Compare

HCLTech

3.6
Compare

Teleperformance

3.9
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