Upload Button Icon Add office photos

Pramati Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Pramati Technologies Interview Questions and Answers

Updated 28 Nov 2024
Popular Designations

6 Interview questions

A Senior Systems Engineer was asked 12mo ago
Q. Explain how to analyze web traffic data.
Ans. 

Web traffic file is a log file that records all incoming and outgoing traffic on a website.

  • Web traffic files typically include information such as IP addresses, timestamps, URLs visited, and HTTP status codes.

  • These files are commonly used for analyzing website performance, identifying security threats, and monitoring user activity.

  • Examples of web traffic file formats include Apache access logs (access.log) and Ngi...

View all Senior Systems Engineer interview questions
A Senior Development Engineer was asked
Q. Explain the SOLID principles.
Ans. 

Solid Principles are a set of five design principles for writing clean, maintainable, and scalable code.

  • Single Responsibility Principle: A class should have only one reason to change.

  • Open/Closed Principle: Classes should be open for extension but closed for modification.

  • Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses without affecting the program's correc...

View all Senior Development Engineer interview questions
A Senior Development Engineer was asked
Q. Explain Web Components.
Ans. 

Web Components are a set of web platform APIs that allow you to create new custom, reusable, encapsulated HTML tags to use in web pages and web apps.

  • Web Components consist of four main technologies: Custom Elements, Shadow DOM, HTML Templates, and HTML Imports.

  • Custom Elements allow developers to define their own custom HTML elements.

  • Shadow DOM provides encapsulation for the custom elements, ensuring that styles an...

View all Senior Development Engineer interview questions
A Senior Development Engineer was asked
Q. How does the Event Loop work in Javascript?
Ans. 

Event Loop in JavaScript manages asynchronous operations by executing callback functions in a non-blocking way.

  • Event Loop continuously checks the call stack and the callback queue.

  • It moves tasks from the callback queue to the call stack when the call stack is empty.

  • This allows JavaScript to handle asynchronous operations without blocking the main thread.

  • Example: setTimeout() function adds a task to the callback qu...

View all Senior Development Engineer interview questions
A QA Test Engineer was asked
Q. Explain Agile Methodology.
Ans. 

Agile methodology is an iterative approach to software development that emphasizes collaboration, flexibility, and customer satisfaction.

  • Agile focuses on delivering working software in short iterations

  • It values individuals and interactions over processes and tools

  • It emphasizes responding to change over following a plan

  • It involves continuous feedback and adaptation

  • Examples of Agile methodologies include Scrum, Kanb...

View all QA Test Engineer interview questions
A QA Test Engineer was asked
Q. What are sql joins and asked sql query
Ans. 

SQL joins are used to combine data from two or more tables based on a related column.

  • There are four types of SQL joins: inner join, left join, right join, and full outer join.

  • Inner join returns only the matching rows from both tables.

  • Left join returns all the rows from the left table and matching rows from the right table.

  • Right join returns all the rows from the right table and matching rows from the left table.

  • Fu...

View all QA Test Engineer interview questions

Pramati Technologies Interview Experiences

9 interviews found

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

I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell us about your current projects
  • Ans. 

    I am currently working on a project to design and implement a new wastewater treatment system for a municipal facility.

    • Designing the layout and components of the treatment system

    • Collaborating with environmental engineers to ensure compliance with regulations

    • Testing and optimizing the system for efficiency and effectiveness

  • Answered by AI
  • Q2. Summarize the critical steps of your projects
  • Ans. 

    Critical steps of projects include planning, design, execution, monitoring, and closing.

    • Planning: Define project scope, objectives, and deliverables.

    • Design: Develop detailed project plans, schedules, and budgets.

    • Execution: Implement the project plan and manage resources effectively.

    • Monitoring: Track progress, identify risks, and make necessary adjustments.

    • Closing: Evaluate project outcomes, document lessons learned, an...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very simple and generic in answers

Software Developer Interview Questions & Answers

user image prajakta nabage

posted on 28 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. RoR basic questions
Round 2 - Technical 

(1 Question)

  • Q1. Logical, Problem solving
Round 3 - Assignment 

Puzzle solving. They had many testcases to verify your solution.

Round 4 - Client Interview 

(1 Question)

  • Q1. Basic questions on system design.
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good company. If you get opportunity here, go for it.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java, SpringBoot
Round 2 - Behavioral 

(1 Question)

  • Q1. About skills present in CV and project related questions.

Senior Development Engineer Interview Questions & Answers

user image Santosh Viswanatham

posted on 22 Mar 2024

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

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

Round 1 - HR 

(2 Questions)

  • Q1. What kind of Role are you looking for?
  • Q2. How comfortable are you with building products from Scratch?
Round 2 - Technical 

(3 Questions)

  • Q1. How Does Event Loop work in Javascript?
  • Ans. 

    Event Loop in JavaScript manages asynchronous operations by executing callback functions in a non-blocking way.

    • Event Loop continuously checks the call stack and the callback queue.

    • It moves tasks from the callback queue to the call stack when the call stack is empty.

    • This allows JavaScript to handle asynchronous operations without blocking the main thread.

    • Example: setTimeout() function adds a task to the callback queue a...

  • Answered by AI
  • Q2. Explain Solid Principles
  • Ans. 

    Solid Principles are a set of five design principles for writing clean, maintainable, and scalable code.

    • Single Responsibility Principle: A class should have only one reason to change.

    • Open/Closed Principle: Classes should be open for extension but closed for modification.

    • Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses without affecting the program's correctness...

  • Answered by AI
  • Q3. Explain Web Components
  • Ans. 

    Web Components are a set of web platform APIs that allow you to create new custom, reusable, encapsulated HTML tags to use in web pages and web apps.

    • Web Components consist of four main technologies: Custom Elements, Shadow DOM, HTML Templates, and HTML Imports.

    • Custom Elements allow developers to define their own custom HTML elements.

    • Shadow DOM provides encapsulation for the custom elements, ensuring that styles and scr...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - HR 

(1 Question)

  • Q1. Screening of my profile
Round 2 - Technical 

(1 Question)

  • Q1. Explain the file of web traffic
  • Ans. 

    Web traffic file is a log file that records all incoming and outgoing traffic on a website.

    • Web traffic files typically include information such as IP addresses, timestamps, URLs visited, and HTTP status codes.

    • These files are commonly used for analyzing website performance, identifying security threats, and monitoring user activity.

    • Examples of web traffic file formats include Apache access logs (access.log) and Nginx ac...

  • Answered by AI

Skills evaluated in this interview

I applied via Newspaper Ad

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 

(1 Question)

  • Q1. Agile Methodology explain
  • Ans. 

    Agile methodology is an iterative approach to software development that emphasizes collaboration, flexibility, and customer satisfaction.

    • Agile focuses on delivering working software in short iterations

    • It values individuals and interactions over processes and tools

    • It emphasizes responding to change over following a plan

    • It involves continuous feedback and adaptation

    • Examples of Agile methodologies include Scrum, Kanban, a...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What are sql joins and asked sql query
  • Ans. 

    SQL joins are used to combine data from two or more tables based on a related column.

    • There are four types of SQL joins: inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all the rows from the left table and matching rows from the right table.

    • Right join returns all the rows from the right table and matching rows from the left table.

    • Full ou...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study sql properly
Learn Agile concepts

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Feb 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly related to test automation scenarios and test management scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare for application of your knowledge and not bookish definitions per say

I applied via Naukri.com and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1st round - Functional Testing Basic , DB testing , SQL Queries
  • Q2. 2nd round - Advanced Testing questions (Test Plan, Risk etc) , Advanced SQl (Joins , Various Clauses, Subqueries etc), Project related scenario based questions, Java questions and UFT testing tool question...
  • Q3. 3rd round - Managerial Round (Project Specific Scenario questions)

Interview Preparation Tips

Interview preparation tips for other job seekers - The question were mostly releated to whatever I have put in my resume so irts best to prepare the resume in such a way that if ay one ask any quetion from it you are able to answer.

I applied via LinkedIn and was interviewed before May 2018. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. HR made an offer which is very less than my expectations. I said to increase but agree on it later. After she said, she will release letter at END OF Day, she stopped responding to any of my mails and call...

Interview Preparation Tips

General Tips: My interview was in 3 rounds, 2 technical and 1 hr round. First one was the telephonic round and other one was Skype interview. I cleared all the rounds, the HR told me, it will release the offer letter by end of day. After that, the HR stopped responding to my mails and call. For god sake, I have given my time for the interviews, after which they stopped responding. It was such waste of time and effort.
Skills: Technical Skill
Duration: <1 week

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

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 5 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic ruby questions
Round 2 - Technical 

(1 Question)

  • Q1. Some deep questions in ruby
Round 3 - Assignment 

Use case was given to solve

Round 4 - Technical 

(1 Question)

  • Q1. This was client round , asked about coding solution and asked to write specs
Round 5 - HR 

(1 Question)

  • Q1. Basic HR questions

Pramati Technologies Interview FAQs

How many rounds are there in Pramati Technologies interview?
Pramati Technologies interview process usually has 2-3 rounds. The most common rounds in the Pramati Technologies interview process are Technical, HR and Assignment.
How to prepare for Pramati Technologies 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 Pramati Technologies. The most common topics and skills that interviewers at Pramati Technologies expect are Javascript, SQL, CSS, HTML and Healthcare.
What are the top questions asked in Pramati Technologies interview?

Some of the top questions asked at the Pramati Technologies interview -

  1. How Does Event Loop work in Javascri...read more
  2. What are sql joins and asked sql qu...read more
  3. Explain the file of web traf...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.8/5

based on 5 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 60%
2-4 weeks 40%
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.7
 • 377 Interviews
CitiusTech Interview Questions
3.3
 • 290 Interviews
NeoSOFT Interview Questions
3.6
 • 280 Interviews
Altimetrik Interview Questions
3.7
 • 242 Interviews
Episource Interview Questions
3.9
 • 224 Interviews
Xoriant Interview Questions
4.1
 • 214 Interviews
INDIUM Interview Questions
4.0
 • 198 Interviews
Incedo Interview Questions
3.0
 • 193 Interviews
View all

Pramati Technologies Reviews and Ratings

based on 143 reviews

4.4/5

Rating in categories

4.1

Skill development

4.3

Work-life balance

4.1

Salary

4.4

Job security

4.3

Company culture

4.1

Promotions

4.1

Work satisfaction

Explore 143 Reviews and Ratings
Senior Development Engineer
152 salaries
unlock blur

₹14.5 L/yr - ₹24 L/yr

Development Engineer
94 salaries
unlock blur

₹8.7 L/yr - ₹13.6 L/yr

Principal Engineer
78 salaries
unlock blur

₹16 L/yr - ₹27.5 L/yr

Senior Software Engineer
43 salaries
unlock blur

₹14.9 L/yr - ₹24.7 L/yr

Senior QA Engineer
39 salaries
unlock blur

₹10.4 L/yr - ₹18.2 L/yr

Explore more salaries
Compare Pramati Technologies with

ITC Infotech

3.7
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

4.1
Compare
write
Share an Interview