Add office photos
Employer?
Claim Account for FREE

Bharti Airtel

4.0
based on 13.6k Reviews
Video summary
Filter interviews by

10+ Pratik Resources Interview Questions and Answers

Updated 23 May 2024
Popular Designations

Q1. N-th Fibonacci Number Problem Statement

Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation.

Since the answer can be very large, return the answer modulo ...read more

Add your answer

Q2. Covid Vaccination Distribution Problem

As the Government ramps up vaccination drives to combat the second wave of Covid-19, you are tasked with helping plan an effective vaccination schedule. Your goal is to ma...read more

Add your answer

Q3. Swap Kth Elements in an Array

Given an array ARR of size N, perform the operation to swap the Kth element from the beginning with the Kth element from the end of the array.

Example:

Input:
N = 5, K = 2
ARR = [1,...read more
Add your answer
Q4. You are given a string. What is the minimum number of characters that need to be inserted to convert it into a palindrome?
Add your answer
Discover Pratik Resources interview dos and don'ts from real experiences
Q5. Have you ever solved a complex Java problem on your own?
Add your answer

Q6. Why react is fast than other frameworks

Ans.

React is faster than other frameworks due to its virtual DOM, efficient diffing algorithm, and use of server-side rendering.

  • React uses a virtual DOM which allows it to update only the necessary components instead of re-rendering the entire page.

  • React's efficient diffing algorithm compares the virtual DOM with the actual DOM to minimize updates and improve performance.

  • React supports server-side rendering, which can improve initial load times by rendering the UI on the server b...read more

Add your answer

Q7. What is MFS in abinitio?

Ans.

MFS in Abinitio stands for Multi-File System, which is a feature that allows Abinitio graphs to read/write data from multiple files simultaneously.

  • MFS allows parallel processing of data from multiple files in Abinitio graphs

  • It helps in improving performance by distributing the workload across multiple files

  • MFS can be configured to read/write data from/to different file systems or locations

  • Example: Using MFS, a graph can read data from multiple input files and write the output...read more

Add your answer

Q8. JavaScript prototype sorting function

Ans.

JavaScript prototype sorting function for arrays of strings

  • Use the Array.prototype.sort() method to sort an array of strings

  • Pass a compare function to specify the sorting order

  • Example: ['banana', 'apple', 'cherry'].sort((a, b) => a.localeCompare(b))

Add your answer

Q9. Session Management in applications

Ans.

Session management is the process of securely managing user sessions in web applications.

  • Use cookies or tokens to track user sessions

  • Implement session timeout to prevent unauthorized access

  • Store session data securely on the server side

  • Use HTTPS to encrypt session data during transmission

Add your answer

Q10. Promise polyfill from scratch

Ans.

Creating a Promise polyfill from scratch involves implementing the Promise API using callbacks and handling asynchronous operations.

  • Understand the Promise API and its methods (resolve, reject, then, catch)

  • Implement a constructor function that takes an executor function as an argument

  • Handle asynchronous operations using callbacks and setTimeout

  • Implement the then and catch methods to handle success and error cases respectively

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Pratik Resources

based on 6 interviews
1 Interview rounds
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Engineer Interview Questions from Similar Companies

3.8
 • 57 Interview Questions
3.4
 • 16 Interview Questions
3.7
 • 15 Interview Questions
3.5
 • 12 Interview Questions
3.9
 • 11 Interview Questions
4.2
 • 10 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter