Upload Button Icon Add office photos

Pramati Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Pramati Technologies Senior Development Engineer Interview Questions and Answers

Updated 22 Mar 2024

Pramati Technologies Senior Development Engineer Interview Experiences

1 interview found

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 questions from similar companies

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

Round 1 - Technical 

(1 Question)

  • Q1. Technical interview with my primary skill set Where all details asked about technology And given one program to do using primary skill
Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion Questions about why to change org And More specific to HR questions About yourself
Round 3 - Managiral 

(1 Question)

  • Q1. Question about last project work About Yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is growing with different skillset and domain

I applied via Naukri.com and was interviewed before Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Difference between Hashtable and hashmap?
  • Ans. 

    Hashtable is synchronized while hashmap is not.

    • Hashtable is thread-safe while hashmap is not.

    • Hashtable does not allow null keys or values while hashmap allows one null key and multiple null values.

    • Hashtable is slower than hashmap due to synchronization.

    • Hashtable is a legacy class while hashmap is a newer implementation.

  • Answered by AI
  • Q2. Difference between hashmap and concurrent hashmap?
  • Ans. 

    Hashmap is not thread-safe while Concurrent Hashmap is thread-safe.

    • Hashmap is not suitable for multi-threaded environments as it can lead to race conditions and data inconsistencies.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently without any data inconsistencies.

    • Concurrent Hashmap uses a technique called lock striping to achieve thread-safety.

    • Concurrent Hashmap is slower than Hashma...

  • Answered by AI
  • Q3. Jdbc step
  • Q4. Spring ioc

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was average they asked questions from core java spring hibernate... And so on..

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. 1. If you given a no return its corresponding excel no.
  • Ans. 

    Convert given no to corresponding excel no.

    • Excel no starts from 1 and goes up to 16384

    • Excel no is calculated using column and row numbers

    • For example, 1 corresponds to A, 27 corresponds to AA, 28 corresponds to AB, and so on

  • Answered by AI
  • Q2. 2. find unique character in a window of k size in a string
  • Ans. 

    Find unique characters in a window of k size in a string.

    • Use a sliding window approach.

    • Maintain a hash table to keep track of character frequency.

    • Remove characters from hash table as the window slides.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication is very important. Give your solution from brute force to optimal. Interviewer has tell me to write code of both questions in any programming language.

Skills evaluated in this interview

I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. DS Questions 1. kth largest element. 2. Implement merge sort
  • Q2. Springboot basics, oops, collection api

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepeare DS well

Interview Questionnaire 

2 Questions

  • Q1. 1.Implement merge sort. 2. Kth largest element.
  • Ans. 

    Implement merge sort and find kth largest element in an array.

    • Merge sort is a divide and conquer algorithm that recursively divides the array into two halves, sorts them and then merges them.

    • Kth largest element can be found using quick select algorithm or by sorting the array and returning the kth element from the end.

    • Merge sort has a time complexity of O(nlogn) and space complexity of O(n).

    • Quick select has a time comp...

  • Answered by AI
  • Q2. Springboot RestTemplate, singleton, oops

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. OOPs concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself.

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

Interview Questionnaire 

2 Questions

  • Q1. Basics of Android, Java, Kotlin.
  • Q2. Mvvm architecture, RxJava, jetpack components

Interview Preparation Tips

Interview preparation tips for other job seekers - Had 3 technical round and one HR Round.

I applied via Naukri.com and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic python list tuples set dictionary related questions
  • Q2. Decorators generator and django rest framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on logical and basic python fundamental

I applied via LinkedIn and was interviewed before Jun 2021. There were 5 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 - Coding Test 

Its a simple hackathon MCQ questions based on your skills.

Round 3 - Technical 

(3 Questions)

  • Q1. Technical round from Xoriant was easy but tricky, question based on Agile Methodology, All the technologies and projects you mentioned in resume, random questions on development/testing experience and othe...
  • Q2. Tell me about your team you worked previously, team size, team contribution, roles of the team, modules worked in team or independently.
  • Q3. Tell me about any different technical challeng/issue/problems you faced in last project.
Round 4 - Technical 

(1 Question)

  • Q1. Project Technical Interview
Round 5 - HR 

(2 Questions)

  • Q1. What is your preferred location
  • Q2. Are you able to relocate

Interview Preparation Tips

Interview preparation tips for other job seekers - Take time to prepare your resume carefully.
Prepare each and everything written in resume.
Work on Leet codes or on DSA, algorithms.
Be confident 😊

Pramati Technologies Interview FAQs

How many rounds are there in Pramati Technologies Senior Development Engineer interview?
Pramati Technologies interview process usually has 2 rounds. The most common rounds in the Pramati Technologies interview process are HR and Technical.
How to prepare for Pramati Technologies Senior Development 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 Pramati Technologies. The most common topics and skills that interviewers at Pramati Technologies expect are Bootstrap, Javascript, Ajax, Analytical and Angular.
What are the top questions asked in Pramati Technologies Senior Development Engineer interview?

Some of the top questions asked at the Pramati Technologies Senior Development Engineer interview -

  1. How Does Event Loop work in Javascri...read more
  2. Explain Solid Princip...read more
  3. Explain Web Compone...read more

Tell us how to improve this page.

Pramati Technologies Senior Development Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 342 Interviews
CitiusTech Interview Questions
3.3
 • 278 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
Tiger Analytics Interview Questions
3.7
 • 227 Interviews
Altimetrik Interview Questions
3.8
 • 223 Interviews
Episource Interview Questions
3.9
 • 221 Interviews
Indium Software Interview Questions
4.1
 • 187 Interviews
Incedo Interview Questions
3.1
 • 184 Interviews
View all
Pramati Technologies Senior Development Engineer Salary
based on 174 salaries
₹7.8 L/yr - ₹23 L/yr
13% more than the average Senior Development Engineer Salary in India
View more details

Pramati Technologies Senior Development Engineer Reviews and Ratings

based on 25 reviews

4.5/5

Rating in categories

4.3

Skill development

4.6

Work-life balance

4.2

Salary

4.6

Job security

4.5

Company culture

4.0

Promotions

3.8

Work satisfaction

Explore 25 Reviews and Ratings
Senior Development Engineer
174 salaries
unlock blur

₹7.8 L/yr - ₹23 L/yr

Development Engineer
102 salaries
unlock blur

₹6.8 L/yr - ₹19 L/yr

Principal Engineer
82 salaries
unlock blur

₹13.9 L/yr - ₹27.5 L/yr

Quality Analyst
57 salaries
unlock blur

₹4 L/yr - ₹8.5 L/yr

Senior Quality Analyst
52 salaries
unlock blur

₹4.8 L/yr - ₹13.5 L/yr

Explore more salaries
Compare Pramati Technologies with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview