Upload Button Icon Add office photos

Filter interviews by

Prasad Corporation Interview Questions and Answers

Updated 3 May 2023

Prasad Corporation Interview Experiences

Popular Designations

2 interviews found

Supervisor Interview Questions & Answers

user image Anonymous

posted on 3 May 2023

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic personal details
Round 2 - One-on-one 

(1 Question)

  • Q1. Basis Process details

Supervisor Interview Questions asked at other Companies

Q1. Self introduction? & what is mean by eCommerce ? How it can do
View answer (10)

I applied via Newspaper Ad

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 
Round 3 - HR 

(1 Question)

  • Q1. General knowledge questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Trying to job to Prasad corporation pvt Ltd

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Here is everything asked in round 1 after they ghosted me # Find if string contains all unique character. # STR1 = 'DDISCOVERY' return TRUE # STR2 = 'WARNER BROTHERS DISCOVERY' return FALSE # fro...
Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is an LVM
  • Ans. 

    LVM stands for Logical Volume Manager, a tool used in Linux systems to manage disk space by creating logical volumes from physical volumes.

    • LVM allows for dynamic resizing of logical volumes without needing to unmount the filesystem

    • It provides features like striping, mirroring, and snapshots for data management

    • Common LVM commands include pvcreate, vgcreate, lvcreate, lvextend, lvreduce

    • Example: Creating a new logical vol...

  • Answered by AI
  • Q2. How to check the open ports
  • Ans. 

    To check open ports, use tools like netstat, nmap, or telnet

    • Use netstat command to display all open ports on a system

    • Use nmap tool to scan for open ports on a remote system

    • Use telnet command to check if a specific port is open on a remote host

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is a file storage and block storage
  • Ans. 

    File storage stores data in files and folders, while block storage stores data in blocks or chunks.

    • File storage organizes data in a hierarchical structure of files and folders, similar to a traditional file system.

    • Block storage breaks data into blocks or chunks and stores them in a raw format without any file system structure.

    • File storage is commonly used for storing documents, images, videos, etc., while block storage...

  • Answered by AI
  • Q2. How do you troubleshoot a server
  • Ans. 

    To troubleshoot a server, start by checking for hardware issues, then move on to software problems and network connectivity.

    • Check hardware components such as power supply, CPU, RAM, and storage devices for any issues or failures.

    • Review system logs and error messages to identify any software-related issues or conflicts.

    • Verify network connectivity by checking cables, switches, routers, and firewall settings.

    • Use diagnosti...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There will be 3 -4 rounds of interviews.
It would be best if you prepared from the basics to the advanced level of the topic.
1st round will be an online test, the next rounds will be face-to-face(both video and in-person)
You have to tick all the boxes, for every skill they are looking. Even if you miss one skill or topic you will be gone.

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Coding Test 

45 mins coding test having javascript and react questions

Round 2 - Technical 

(2 Questions)

  • Q1. Print the character and the count of character on UI whenever a keystroke happens , implement it in react
  • Ans. 

    Implement a feature in React to display the character and count of characters on UI on each keystroke.

    • Use state to store the input value and update it on each keystroke.

    • Use a function to count the characters in the input value and display the result on the UI.

    • Use event listeners to detect keystrokes and trigger the character count update.

  • Answered by AI
  • Q2. Questions about micro-frontend, web workers, best react practices
Round 3 - Technical 

(2 Questions)

  • Q1. How do you optimize frontend code
  • Ans. 

    Optimizing frontend code involves minimizing file sizes, reducing HTTP requests, using efficient algorithms, and implementing caching strategies.

    • Minimize file sizes by removing unnecessary code, using minification tools, and optimizing images.

    • Reduce HTTP requests by combining files, using sprites, and lazy loading resources.

    • Use efficient algorithms and data structures to improve performance.

    • Implement caching strategies...

  • Answered by AI
  • Q2. How do you collaborate in team
  • Ans. 

    I collaborate in team by actively participating in discussions, sharing ideas, providing feedback, and working together towards common goals.

    • Actively participate in team meetings and discussions

    • Share ideas and insights with team members

    • Provide constructive feedback on others' work

    • Collaborate on projects by dividing tasks and working together towards common goals

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. General strenghts and weakness questions
  • Q2. Past experience , conflict handling

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was fairly easy

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - One-on-one 

(1 Question)

  • Q1. Explain how power bi works

Frontend Developer I Interview Questions & Answers

Viacom18 Media user image Anonymous

posted on 23 Aug 2024

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

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Merge 2 sorted Arrays
  • Ans. 

    Merging two sorted arrays into a single sorted array

    • Create a new array to store the merged result

    • Use two pointers to iterate through both arrays and compare elements

    • Add the smaller element to the new array and move the pointer for that array

  • Answered by AI
  • Q2. Write polyfill for getElementById
  • Ans. 

    Polyfill for getElementById function in JavaScript

    • Create a function named getElementById

    • Check if the function already exists, if not, create it

    • Use document.querySelector to select the element by ID

    • Return the selected element

  • Answered by AI
  • Q3. What are the new features in React 18 ? Optimisation techinques in React ? Concurrency in React ?
  • Ans. 

    React 18 introduces new features like automatic batching, start transition, and streaming server renderer. It also focuses on performance optimizations and concurrent rendering.

    • New features in React 18 include automatic batching, start transition, and streaming server renderer.

    • Optimization techniques in React 18 involve concurrent rendering, improved scheduling, and reduced re-renders.

    • Concurrency in React 18 allows for...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. HLD round to develop Autocomplete feature End to End with API contracts and architecture.
  • Q2. Remove duplicate characters from a sentence
  • Ans. 

    Remove duplicate characters from a sentence

    • Create an empty array to store unique characters

    • Iterate through each character in the sentence

    • Check if the character is already in the array, if not add it

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare High Level Design rounds and ask what the interviewer actually wants

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain oracle Archit
  • Ans. 

    Oracle architecture is a multi-tiered system with components like client, server, and database.

    • Oracle architecture consists of client, server, and database components.

    • The client communicates with the server to access the database.

    • The server processes the client's requests and interacts with the database.

    • The database stores and manages the data.

    • Oracle architecture is designed to be scalable and secure.

  • Answered by AI
  • Q2. About pacting the database
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Two Pointer Technique question to get the highest sum from two sorted list by jumping from one list to another list on common element.
  • Q2. Combine two sorted array such as first element would be the lowest element and second would be the largest element as so on.
  • Ans. 

    Merge two sorted arrays with alternating lowest and highest elements.

    • Create a new array to store the result

    • Use two pointers to iterate through the two input arrays

    • Alternate between adding the lowest and highest elements to the result array

  • Answered by AI
Round 2 - LLD Round 

(1 Question)

  • Q1. Design SplitWise
  • Ans. 

    SplitWise is a platform for splitting expenses among friends or groups.

    • Allow users to create groups and add expenses

    • Calculate each user's share of the expenses

    • Send notifications to users for pending payments

    • Support multiple currencies for international groups

  • Answered by AI
Round 3 - System Design 

(1 Question)

  • Q1. Design API Rate Limiter
  • Ans. 

    Design API Rate Limiter to control the number of requests a user can make within a specific time frame.

    • Implement a token bucket algorithm to track and limit the number of requests per user.

    • Use a sliding window to track the time frame for request limits.

    • Consider using a distributed cache like Redis to store and manage request limits.

    • Provide appropriate error responses when the rate limit is exceeded.

    • Allow for customizat...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jun 2024. There were 6 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude test with LR questions

Round 2 - One-on-one 

(1 Question)

  • Q1. About what you do, your past experince and portfolio
Round 3 - Assignment 

Design assignment for their app.

Round 4 - One-on-one 

(1 Question)

  • Q1. Questions around submitted assignment
Round 5 - One-on-one 

(1 Question)

  • Q1. Final round with design head.
Round 6 - One-on-one 

(1 Question)

  • Q1. Cultural round questio. Situation based questions.

Prasad Corporation Interview FAQs

How many rounds are there in Prasad Corporation interview?
Prasad Corporation interview process usually has 3 rounds. The most common rounds in the Prasad Corporation interview process are Resume Shortlist, HR and Aptitude Test.
How to prepare for Prasad Corporation 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 Prasad Corporation. The most common topics and skills that interviewers at Prasad Corporation expect are Sales, Business Development, Cold Calling, Lead Generation and Market Research.
What are the top questions asked in Prasad Corporation interview?

Some of the top questions asked at the Prasad Corporation interview -

  1. Basis Process deta...read more
  2. General knowledge questi...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Prasad Corporation interviews
Job Portal
50%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
ITC Interview Questions
4.0
 • 533 Interviews
Tata Group Interview Questions
4.2
 • 357 Interviews
Bajaj Group Interview Questions
3.8
 • 3 Interviews
View all

Prasad Corporation Reviews and Ratings

based on 27 reviews

4.0/5

Rating in categories

3.9

Skill development

4.0

Work-Life balance

3.7

Salary & Benefits

4.1

Job Security

3.9

Company culture

3.7

Promotions/Appraisal

3.7

Work Satisfaction

Explore 27 Reviews and Ratings
Assistant Manager- HR
9 salaries
unlock blur

₹4.5 L/yr - ₹7.8 L/yr

Desktop Support Engineer
6 salaries
unlock blur

₹1.9 L/yr - ₹3 L/yr

Data Management Engineer
5 salaries
unlock blur

₹1.4 L/yr - ₹2.2 L/yr

Restoration Artist
5 salaries
unlock blur

₹1.8 L/yr - ₹2 L/yr

System Administrator
5 salaries
unlock blur

₹2.8 L/yr - ₹4 L/yr

Explore more salaries
Compare Prasad Corporation with

Tata Group

4.2
Compare

Reliance Industries

4.0
Compare

Aditya Birla Group

4.1
Compare

Mahindra & Mahindra

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview