Upload Button Icon Add office photos
Engaged Employer

i

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

iGuru Portal Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

iGuru Portal Services Front end Developer Interview Questions and Answers

Updated 4 Apr 2023

iGuru Portal Services Front end Developer Interview Experiences

2 interviews found

Interview experience
5
Excellent
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 

Questions were asked on Percentage, series, profit and loss, etc

Round 3 - Assignment 

We were asked to create a HTML page using API call

Interview Preparation Tips

Interview preparation tips for other job seekers - Be focused more on how to fetch data using an API call in JS, you should have basic knowledge in HTML and CSS
Interview experience
5
Excellent
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 

It was based on the topics like Percentage, profit and loss, etc

Round 3 - Assignment 

We have to make a HTML page using an API call

Interview Preparation Tips

Interview preparation tips for other job seekers - Just try to focus on the basics of JS, HTML. Learn how to fetch Data from API call using JS

Front end Developer Interview Questions Asked at Other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR ... read more
Q2. Find Unique Element in Array You have been provided an integer ar ... read more
asked in JUSPAY
Q3. Dijkstra's Shortest Path Problem Statement You are given an undir ... read more
asked in JUSPAY
Q4. Encode N-ary Tree to Binary Tree Problem Statement You are provid ... read more
Q5. Sort Linked List Based on Actual Values You are given a Singly Li ... read more

Interview questions from similar companies

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

(1 Question)

  • Q1. Promises and Debounce
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

First round was a coding question with html, css, javascript to create 5 clickable boxes, change it's colors on click and update count

I was interviewed in Sep 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 45 Minutes
Round difficulty - Easy

  • Q1. 

    Triplets with Given Sum Problem

    Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K.

    Explanation:

    A t...

  • Ans. 

    The task is to identify all distinct triplets within an array that sum up to a specified number.

    • Iterate through the array and use nested loops to find all possible triplets.

    • Check if the sum of the triplet equals the specified number.

    • Print the valid triplets or return -1 if no such triplet exists.

  • Answered by AI
  • Q2. 

    Find Magic Index in Sorted Array

    Given a sorted array A consisting of N integers, your task is to find the magic index in the given array, where the magic index is defined as an index i such that A[i] = i...

  • Ans. 

    Find the magic index in a sorted array where A[i] = i.

    • Iterate through the array and check if A[i] = i for each index i.

    • Since the array is sorted, you can optimize the search using binary search.

    • Return the index if found, else return -1.

  • Answered by AI
Round 2 - Video Call 

(3 Questions)

Round duration - 50 Minutes
Round difficulty - Hard

  • Q1. 

    Alien Dictionary Problem Statement

    You are provided with a sorted dictionary (by lexical order) in an alien language. Your task is to determine the character order of the alien language from this dictiona...

  • Ans. 

    Given a sorted alien dictionary in an array of strings, determine the character order of the alien language.

    • Iterate through the words in the dictionary to build a graph of character dependencies.

    • Perform a topological sort on the graph to determine the character order.

    • Return the character array representing the order of characters in the alien language.

  • Answered by AI
  • Q2. 

    Jumping Numbers Problem Statement

    Given a positive integer N, your goal is to find all the Jumping Numbers that are smaller than or equal to N.

    A Jumping Number is one where every adjacent digit has an a...

  • Ans. 

    Find all Jumping Numbers smaller than or equal to a given positive integer N.

    • Iterate through numbers from 0 to N and check if each number is a Jumping Number.

    • For each number, check if the absolute difference between adjacent digits is 1.

    • Include all single-digit numbers as Jumping Numbers.

    • Output the list of Jumping Numbers that are smaller than or equal to N.

  • Answered by AI
  • Q3. 

    Matching Prefix Problem Statement

    Given an integer N representing the number of strings in an array Arr composed of lowercase English alphabets, determine a string S of length N such that it can be used t...

  • Ans. 

    Given an array of strings, find the lexicographically smallest string that can be used as a prefix to minimize the total cost of deleting prefixes from the strings.

    • Iterate through the array to find the common prefix among all strings

    • Choose the lexicographically smallest common prefix

    • Delete the common prefix from each string in the array to minimize the total cost

  • Answered by AI
Round 3 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Frontend Developer in NoidaEligibility criteriaNo critertiaInfo Edge India (Naukri.com) interview preparation:Topics to prepare for the interview - Data Structure, Algorithms, JavaScript, HTML/CSS, ReactTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Be consistent, practice regularly whatever you read/study.
Tip 2 : Apply what you learn through code.

Application resume tips for other job seekers

Tip 1 : Have some projects on your resume.
Tip 2 : If you have an internship or training explain it in a proper way like what are the techniques you learned during your training.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Html, cas, java

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear voice and give some options
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2022. 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 - Technical 

(2 Questions)

  • Q1. Asked about fundamentals of javascript and react
  • Q2. React lifecycle in functional components
  • Ans. 

    React lifecycle in functional components

    • useEffect hook replaces lifecycle methods

    • useEffect runs after every render by default

    • useEffect can be controlled by dependencies array

    • useEffect cleanup function can be used to clean up effects

    • useLayoutEffect hook runs synchronously after DOM mutations

  • Answered by AI
Round 3 - Coding Test 

Return numbers in array equal to sum

Interview Preparation Tips

Interview preparation tips for other job seekers - better understanding of javascript fundamentals and react

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on optimizations
  • Q2. Question on React Js
Round 2 - Coding Test 

Medium level DSA question in JS

I was interviewed in Aug 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Easy

1 coding question which was quite easy. Some MCQ that includes basic questions related to html, css, javascript, oops, dbms and output.

  • Q1. 

    LRU Cache Design Question

    Design a data structure for a Least Recently Used (LRU) cache that supports the following operations:

    1. get(key) - Return the value of the key if it exists in the cache; otherw...

  • Ans. 

    Design a Least Recently Used (LRU) cache data structure that supports get and put operations with a given capacity.

    • Implement a doubly linked list to keep track of the order of keys based on their recent usage.

    • Use a hashmap to store key-value pairs for quick access and updates.

    • When capacity is reached, evict the least recently used item before inserting a new one.

    • Update the order of keys in the linked list whenever a ke

  • Answered by AI
Round 2 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Easy

easy round. Had some frontend questions related to html ,css, js , etc Explain Closures in JavaScript. In how many ways can we specify the CSS styles for the HTML element?

  • Q1. 

    String Palindrome Verification

    Given a string, your task is to determine if it is a palindrome considering only alphanumeric characters.

    Input:

    The input is a single string without any leading or trailing...
  • Ans. 

    Check if a given string is a palindrome considering only alphanumeric characters.

    • Remove non-alphanumeric characters from the input string.

    • Compare the string with its reverse to check for palindrome.

    • Handle edge cases like empty string or single character input.

    • Use two pointers approach for efficient comparison.

  • Answered by AI
  • Q2. DBMS Questions

    normalization, indexing

  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity. Indexing is a technique to quickly retrieve data from a database.

    • Normalization helps in reducing data redundancy by breaking down tables into smaller, related tables.

    • Indexing is used to quickly retrieve data by creating indexes on columns in a table.

    • Normalization ensures data integrity by minimizing data dupli...

  • Answered by AI
Round 3 - Video Call 

(3 Questions)

Round duration - 120 Minutes
Round difficulty - Hard

late at 8.00 pm

  • Q1. 

    Priority CPU Scheduling Problem

    Given 'N' processes with their “burst times”, where the “arrival time” for all processes is ‘0’, and the ‘priority’ of each process, your task is to compute the “waiting ti...

  • Ans. 

    Implement Priority CPU Scheduling algorithm to compute waiting time and turn-around time for processes.

    • Implement a function that takes in burst times, priorities, and number of processes as input

    • Sort the processes based on priority, with lower process ID as tiebreaker

    • Calculate waiting time and turn-around time for each process based on the scheduling algorithm

  • Answered by AI
  • Q2. Can you explain the concept of data spooling in operating systems?
  • Ans. 

    Data spooling is a process where data is temporarily stored in a buffer before being sent to an output device.

    • Data spooling helps in managing the flow of data between different devices by storing it temporarily.

    • It allows for efficient processing of data by decoupling the input/output operations.

    • Examples of data spooling include print spooling, where print jobs are stored in a queue before being sent to the printer.

  • Answered by AI
  • Q3. What is the difference between inheritance and generalization in the context of database management systems?
  • Ans. 

    Inheritance is a relationship between a superclass and subclass, while generalization is a relationship between entities with common characteristics.

    • Inheritance involves a parent-child relationship where the child class inherits attributes and methods from the parent class.

    • Generalization involves grouping entities with common attributes into a higher-level entity.

    • Inheritance is a specific form of generalization in obje...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Frontend Developer in GurgaonEligibility criteriaabove 8 CGPAPaytm (One97 Communications Limited) interview preparation:Topics to prepare for the interview - DATA STRUCTURES, OOPS, DBMS, NETWORKING, ALGORITHMSTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : be confident
Tip 2 : make sure to talk less
Tip 3 : give precise answer

Application resume tips for other job seekers

Tip 1 : mention only relevant things
Tip 2 : be precise

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding a frontend UI from provided image. And creating a fucntional star rating system

Round 2 - Technical 

(2 Questions)

  • Q1. Designing a Component API in React using Typescript.
  • Ans. 

    Designing a Component API in React using Typescript involves defining props, state, and methods for the component.

    • Define the props interface to specify the expected input data for the component

    • Use typescript types to ensure type safety and prevent runtime errors

    • Define the state interface to manage the internal state of the component

    • Implement methods to handle user interactions and component logic

    • Document the component

  • Answered by AI
  • Q2. Create a function that can clear all the timer ids at once.
  • Ans. 

    Function to clear all timer ids at once

    • Create an array to store all timer ids

    • Iterate through the array and clear each timer id using clearTimeout() function

  • Answered by AI

Skills evaluated in this interview

iGuru Portal Services Interview FAQs

How many rounds are there in iGuru Portal Services Front end Developer interview?
iGuru Portal Services interview process usually has 3 rounds. The most common rounds in the iGuru Portal Services interview process are Resume Shortlist, Aptitude Test and Assignment.
How to prepare for iGuru Portal Services Front end 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 iGuru Portal Services. The most common topics and skills that interviewers at iGuru Portal Services expect are .Net and Angularjs.

Tell us how to improve this page.

iGuru Portal Services Front end Developer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 749 Interviews
PolicyBazaar Interview Questions
3.6
 • 346 Interviews
JustDial Interview Questions
3.5
 • 327 Interviews
Info Edge Interview Questions
3.9
 • 316 Interviews
MakeMyTrip Interview Questions
3.7
 • 122 Interviews
Z X Learning Interview Questions
4.5
 • 44 Interviews
View all
iGuru Portal Services Front end Developer Salary
based on 5 salaries
₹1.8 L/yr - ₹5 L/yr
38% less than the average Front end Developer Salary in India
View more details

iGuru Portal Services Front end Developer Reviews and Ratings

based on 4 reviews

4.7/5

Rating in categories

4.6

Skill development

4.4

Work-life balance

4.1

Salary

4.7

Job security

4.4

Company culture

4.1

Promotions

4.7

Work satisfaction

Explore 4 Reviews and Ratings
SME
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Sales Manager
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Regional Sales Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Client Support Executive
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare iGuru Portal Services with

Indiamart Intermesh

3.6
Compare

JustDial

3.5
Compare

Info Edge

3.9
Compare

MakeMyTrip

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