Upload Button Icon Add office photos

Pratham Software

Compare button icon Compare button icon Compare

Filter interviews by

Pratham Software Software Engineer Interview Questions and Answers

Updated 17 Feb 2024

Pratham Software Software Engineer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Online Basic aptitude questions test.

Round 2 - Technical 

(1 Question)

  • Q1. OOP concepts Write a class.
  • Ans. 

    A class representing a car with properties and methods.

    • Create a class named Car

    • Add properties like make, model, year, color

    • Include methods like start(), stop(), accelerate(speed), brake()

    • Example: class Car { constructor(make, model, year, color) { this.make = make; this.model = model; this.year = year; this.color = color; } start() { console.log('Car started'); } stop() { console.log('Car stopped'); } accelerate(speed)...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. General discussions Background, education

Top trending discussions

View All
Interview Tips & Stories
5d (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 Pratham Software?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Questions about C, Structure , OOPS concepts , SOrting ALGO's

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 experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Telecome domain related questions along with Unix shell scripting and SQL database question .
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Write a Simple GET, POST Flask Application?
  • Ans. 

    A simple Flask application demonstrating GET and POST methods for handling requests.

    • Import Flask: Use 'from flask import Flask, request, jsonify'.

    • Initialize the app: 'app = Flask(__name__)'.

    • Define a GET route: '@app.route('/get', methods=['GET'])'.

    • Define a POST route: '@app.route('/post', methods=['POST'])'.

    • Handle GET requests: 'return jsonify(message='GET request received')'.

    • Handle POST requests: 'data = request.json;...

  • Answered by AI
  • Q2. Assign Values to a Cookie - Flask Application
  • Ans. 

    Learn how to assign values to cookies in a Flask web application.

    • Use 'response.set_cookie()' to assign a value to a cookie.

    • Example: response.set_cookie('username', 'JohnDoe')

    • Cookies can have optional parameters like 'max_age' and 'path'.

    • Example: response.set_cookie('session_id', 'abc123', max_age=60*60*24) for 1 day.

    • Access cookies using 'request.cookies.get()'.

    • Example: username = request.cookies.get('username')

  • Answered by AI
Round 2 - Coding Test 

- Convert a given input of keys-values to value-keys using Python

Interview Preparation Tips

Interview preparation tips for other job seekers - Know Python well, Solve some DSA problems

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Basic questions on python and palindrome

Round 2 - Coding Test 

Medium level complexity problems in python

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical details on previous projects
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was a Basic Aptitude Test

Round 2 - Coding Test 

We were asked to do Sorting, SQL queries (join)

Round 3 - HR 

(1 Question)

  • Q1. Can you tell me about yourself?
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

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 before Jun 2022. There were 2 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 

(3 Questions)

  • Q1. Linux commands,
  • Q2. Cloud technologies different services (iaas, paas, saas)
  • Ans. 

    Cloud technologies offer different services like IaaS, PaaS, and SaaS for varying levels of control and management.

    • IaaS (Infrastructure as a Service) provides virtualized computing resources over the internet, such as virtual servers and storage.

    • PaaS (Platform as a Service) offers a platform allowing customers to develop, run, and manage applications without dealing with infrastructure.

    • SaaS (Software as a Service) deli...

  • Answered by AI
  • Q3. What do you know AWS

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up OS basics and cloud technologies.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. What is your experience with managing on-premises Linux servers?
  • Ans. 

    I have extensive experience managing on-premises Linux servers, focusing on performance, security, and automation.

    • Configured and maintained Apache and Nginx web servers for hosting applications.

    • Implemented security measures using firewalls and SELinux to protect server data.

    • Automated server updates and backups using cron jobs and shell scripts.

    • Monitored server performance with tools like Nagios and Grafana to ensure up...

  • Answered by AI
  • Q2. Devops tools AWS kubernetes in depth
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Code in any language

Round 2 - Technical 

(1 Question)

  • Q1. Nice exp in interviwe
Round 3 - Technical 

(1 Question)

  • Q1. --nice exp in interview

Pratham Software Interview FAQs

How many rounds are there in Pratham Software Software Engineer interview?
Pratham Software interview process usually has 3 rounds. The most common rounds in the Pratham Software interview process are Aptitude Test, Technical and HR.
How to prepare for Pratham Software Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Pratham Software. The most common topics and skills that interviewers at Pratham Software expect are AWS, Agile, B2B, Devops and Entity Framework.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more
Pratham Software Software Engineer Salary
based on 102 salaries
₹6 L/yr - ₹13.1 L/yr
At par with the average Software Engineer Salary in India
View more details

Pratham Software Software Engineer Reviews and Ratings

based on 17 reviews

4.6/5

Rating in categories

4.2

Skill development

4.4

Work-life balance

3.7

Salary

4.5

Job security

4.9

Company culture

3.6

Promotions

4.1

Work satisfaction

Explore 17 Reviews and Ratings
Senior Software Engineer
123 salaries
unlock blur

₹6.5 L/yr - ₹18.6 L/yr

Software Engineer
103 salaries
unlock blur

₹6 L/yr - ₹13.1 L/yr

System Analyst
50 salaries
unlock blur

₹13.9 L/yr - ₹22 L/yr

Lead Software Engineer
26 salaries
unlock blur

₹15.5 L/yr - ₹31 L/yr

Senior Test Engineer
17 salaries
unlock blur

₹10.5 L/yr - ₹15 L/yr

Explore more salaries
Compare Pratham Software with

Prime Focus Technologies

3.3
Compare

Subex

3.4
Compare

Yalamanchili Software Exports

3.2
Compare

Algonomy

4.0
Compare
write
Share an Interview