Premium Employer

i

This company page is being actively managed by Persistent Systems Team. If you also belong to the team, you can get access from here

Persistent Systems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Persistent Systems UI Developer Interview Questions and Answers

Updated 8 Oct 2021

Persistent Systems UI Developer Interview Experiences

1 interview found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 8 Oct 2021

I applied via Recruitment Consultant and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern that allows objects to receive dependencies rather than creating them internally.

    • It helps to decouple the code and makes it more testable.

    • It allows for easier maintenance and scalability.

    • It can be implemented using constructor injection, setter injection, or interface injection.

    • Example: Instead of creating a database connection object within a class, it can be passed as a depend

  • Answered by AI
  • Q2. What is ngModule
  • Ans. 

    NgModule is a decorator that defines a module in Angular.

    • NgModule is used to group related components, directives, and services.

    • It helps to organize the application into smaller, manageable pieces.

    • It can import other modules and export its own components, directives, and services.

    • It can also provide configuration for dependency injection.

    • Example: @NgModule({ imports: [CommonModule], declarations: [AppComponent], export

  • Answered by AI
  • Q3. What is closure
  • Ans. 

    Closure is a function that has access to variables in its outer scope, even after the outer function has returned.

    • A closure is created when a function is defined inside another function.

    • The inner function can access variables in the outer function, even after the outer function has returned.

    • Closures are commonly used to create private variables and functions in JavaScript.

    • Example: function outer() { var x = 10; functio...

  • Answered by AI
  • Q4. Hoisting, lexical analysis, let var

Interview Preparation Tips

Interview preparation tips for other job seekers - always prepared with project experience work

Skills evaluated in this interview

UI Developer Jobs at Persistent Systems

View all

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Angular related question
Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript based questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Generic interview

I applied via Approached by Company and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Reverse a String in Javascript
  • Ans. 

    To reverse a string in Javascript, we can use the built-in reverse() method.

    • Convert the string to an array using split() method

    • Use the reverse() method to reverse the array

    • Convert the reversed array back to a string using join() method

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for practical/hands-on-coding for Javascript

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

1) logical & math & reasoning 20 Question
2) coding 2 question
3) React js 40 Question

Round 3 - Technical 

(2 Questions)

  • Q1. 1 tell me something 2 rm vs em difference 3 MapObject vs Object 4 BOM 5 difference between for loop IN vs OF 6 function currying 7 Pure component 8 virtual dom
  • Ans. 

    UI Developer interview questions covering topics like rm vs em, MapObject vs Object, BOM, function currying, Pure component, and virtual dom.

    • rm vs em: rm is relative to the font size of the root element, while em is relative to the font size of the element itself.

    • MapObject vs Object: MapObject is a method that creates a new array with the results of calling a provided function on every element in the array, while Objec...

  • Answered by AI
  • Q2. Event propagation vs immediate propgation Div vs Section tag
  • Ans. 

    Event propagation determines the order in which event handlers are executed. Div and Section tags have different default display properties.

    • Event propagation refers to the order in which event handlers are executed, either bubbling or capturing.

    • Immediate propagation stops the event from propagating further.

    • Div tag is a block-level element with default display property of 'block'.

    • Section tag is a block-level element wit

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Angular html css questions

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

I applied via Naukri.com and was interviewed in Jul 2023. 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 - One-on-one 

(1 Question)

  • Q1. HTML, CSS Question and JavaScript Codding Questions
Round 3 - Technical 

(1 Question)

  • Q1. It is In Process
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Related to javascript
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

20 Aptitude questions, 30 React/HTML/CSS MCQs, 2 coding questions on an outdated compiler

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

(2 Questions)

  • Q1. Explain difference between inline and inline block
  • Ans. 

    Inline elements do not start on a new line and only take up as much width as necessary, while inline-block elements can have a width and height set.

    • Inline elements do not start on a new line and only take up as much width as necessary

    • Inline-block elements can have a width and height set

    • Inline elements ignore top and bottom margins and padding, while inline-block elements respect them

  • Answered by AI
  • Q2. Described semantic html
  • Ans. 

    Semantic HTML is a way of writing HTML that focuses on the meaning of the content rather than its appearance.

    • Semantic HTML uses tags that clearly define the purpose of the content, such as <header>, <footer>, <nav>, <article>, <section>, <aside>, <main>.

    • It helps improve accessibility for users with disabilities by providing more context to screen readers and other assistive tec...

  • Answered by AI

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Basic Etl questions and sql questions and power bi

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good experience

Persistent Systems Interview FAQs

How to prepare for Persistent Systems UI Developer 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 Persistent Systems. The most common topics and skills that interviewers at Persistent Systems expect are UI Development, Javascript, HTML, CSS and Angular.
What are the top questions asked in Persistent Systems UI Developer interview?

Some of the top questions asked at the Persistent Systems UI Developer interview -

  1. what is dependency inject...read more
  2. what is clos...read more
  3. what is ngMod...read more

Tell us how to improve this page.

Join Persistent Systems See Beyond, Rise Above
Persistent Systems UI Developer Salary
based on 88 salaries
₹4 L/yr - ₹15.1 L/yr
39% more than the average UI Developer Salary in India
View more details

Persistent Systems UI Developer Reviews and Ratings

based on 11 reviews

3.8/5

Rating in categories

4.5

Skill development

3.7

Work-life balance

3.9

Salary

2.8

Job security

3.7

Company culture

3.5

Promotions

3.9

Work satisfaction

Explore 11 Reviews and Ratings
UI Developer

Pune

4-8 Yrs

Not Disclosed

UI Developer

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

UI Developer

Hyderabad / Secunderabad

4-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
4.4k salaries
unlock blur

₹2.5 L/yr - ₹9.6 L/yr

Senior Software Engineer
4k salaries
unlock blur

₹5 L/yr - ₹15.6 L/yr

Lead Engineer
3.2k salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Lead Software Engineer
3.1k salaries
unlock blur

₹7.1 L/yr - ₹21.5 L/yr

Project Lead
1.9k salaries
unlock blur

₹13 L/yr - ₹39 L/yr

Explore more salaries
Compare Persistent Systems with

Cognizant

3.7
Compare

TCS

3.7
Compare

IBM

4.0
Compare

LTIMindtree

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