Upload Button Icon Add office photos

Filter interviews by

Pearson UI Developer Interview Questions and Answers for Experienced

Updated 31 Mar 2023

Pearson UI Developer Interview Experiences for Experienced

1 interview found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 31 Mar 2023

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

I applied via Recruitment Consulltant and was interviewed before Mar 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Write program on jQuery to move the square which is created using css

Round 3 - One-on-one 

(2 Questions)

  • Q1. Asked about previous year of experience nd projects
  • Q2. JQuery dynamic moving item using keyboard
  • Ans. 

    jQuery can be used to move items dynamically using keyboard events.

    • Use keydown event to detect keyboard input

    • Use CSS position property to move the item

    • Use jQuery animate() method to add animation to the movement

    • Example: https://codepen.io/pen/?&editable=true&editors=101

    • Example: https://www.w3schools.com/jquery/tryit.asp?filename=tryjquery_event_keydown_moveball

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare for coding in detail , it will be direct system test

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Coding Test 

Coding test are assessments that are designed to evaluate a developer's coding skills and aptitude.

Round 2 - Aptitude Test 

An aptitude test is an exam used to determine an individual's skill or propensity to succeed in a given activity

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your resume updated. ...
Tailor your application to each job. ...
Tidy up your social media. ...
Hit up your network. ...
Be yourself. ...
Practice self-care. ...
Build a professional online presence. ...
Attend networking events.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Coding question: Given a sorted array of numbers. All numbers have freq of 2 in array except one number. Find that number with T.C of logn
  • Ans. 

    Find the single number in a sorted array with frequency of 2 for all other numbers.

    • Use binary search to find the number with different frequency.

    • Check if the mid element is at even or odd index to determine which side to search next.

    • Example: Input array [1, 1, 2, 2, 3, 3, 4, 4, 5] should return 5.

  • Answered by AI
  • Q2. Print left view of tree
  • Ans. 

    Print the left view of a tree by traversing the tree from left to right at each level

    • Traverse the tree using level order traversal

    • Print the first node at each level encountered during traversal

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

(2 Questions)

  • Q1. Detailed discussion on projects
  • Q2. Questions on O.S like about deadlocks,etc..

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Not Selected

I applied via Walk-in and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Good with easy questions

Round 2 - Technical 

(1 Question)

  • Q1. Questions around my projects
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion round with HR
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic questions for ADF
Round 2 - HR 

(1 Question)

  • Q1. Basic HR round for CTC and notice period

I applied via LinkedIn and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions on HTML & advance SCSS (functions)
  • Q2. Questions on Bootstrap, Javascript, Vue Js

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up all the basics + advanced topics mentioned in your resume.

Interview Questionnaire 

1 Question

  • Q1. How to share data in angular, prototypes , closures, box model, flex-box, 2 technical discussions followed by 1 HR/Manager discussion and then salary negotiations. Questions were related to practical proje...

Interview Preparation Tips

Interview preparation tips for other job seekers - More questions were asked from javascript
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Will ask about your educational and experience details
Round 2 - Technical 

(4 Questions)

  • Q1. One technical round will ask some related question - no particle test in my case
  • Q2. Asked about HTML5 and CSS3 - semantic elements and other new features
  • Q3. Jquery and javascript question
  • Q4. What is Sass and why do we use this. benefits of using SASS.
  • Ans. 

    Sass is a preprocessor scripting language that is interpreted or compiled into Cascading Style Sheets (CSS).

    • Sass allows for variables, nesting, and mixins, making CSS code more maintainable and DRY.

    • It provides features like inheritance, functions, and loops, which help in writing cleaner and more organized stylesheets.

    • Sass also supports modular and reusable code, improving development efficiency and scalability.

    • By usin...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - before going to interview just note this thing that there is no job security in this company. just hiring and firing company. Also, notice period is 2 months and termination is same day no salary no notice.

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

They took one technical round with html, css, javascript questions only for 20 minute

Round 2 - HR 

(1 Question)

  • Q1. HR discuss salary and negotiate with you smartly
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain angular life cycle hook
  • Ans. 

    Angular life cycle hooks are methods that allow you to tap into specific points in a component's life cycle.

    • ngOnChanges: Called when an input property changes

    • ngOnInit: Called once after the component is initialized

    • ngOnDestroy: Called before the component is destroyed

    • ngAfterViewInit: Called after the component's view has been initialized

  • Answered by AI

Skills evaluated in this interview

Pearson Interview FAQs

How many rounds are there in Pearson UI Developer interview for experienced candidates?
Pearson interview process for experienced candidates usually has 3 rounds. The most common rounds in the Pearson interview process for experienced candidates are Resume Shortlist, Coding Test and One-on-one Round.

Tell us how to improve this page.

Pearson UI Developer Interview Process for Experienced

based on 1 interview

Interview experience

5
  
Excellent
View more

Pearson UI Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

3.0

Skill development

5.0

Work-life balance

3.0

Salary

2.0

Job security

5.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Assistant Manager
20 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

Senior Associate
19 salaries
unlock blur

₹4.8 L/yr - ₹8 L/yr

Project Manager
14 salaries
unlock blur

₹8.4 L/yr - ₹22.6 L/yr

Senior Software Engineer
14 salaries
unlock blur

₹13.6 L/yr - ₹39.1 L/yr

Software Developer
11 salaries
unlock blur

₹5 L/yr - ₹17 L/yr

Explore more salaries
Compare Pearson with

Aakash Educational Services

3.4
Compare

AIIMS

4.2
Compare

Kendriya Vidyalaya Sangathan

4.3
Compare

ALLEN Career Institute

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