Upload Button Icon Add office photos

Filter interviews by

Social Prachar Interview Questions, Process, and Tips

Updated 21 Aug 2024

Top Social Prachar Interview Questions and Answers

View all 9 questions

Social Prachar Interview Experiences

Popular Designations

7 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 21 Aug 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Virtual dom vs real dom
  • Ans. 

    Virtual DOM is a lightweight copy of the real DOM, used for efficient updates in web development.

    • Virtual DOM is a concept used in web development to improve performance by minimizing direct manipulation of the real DOM.

    • Changes are first made to the virtual DOM, which is then compared to the real DOM to identify the minimal updates needed.

    • This process reduces the number of actual DOM manipulations, leading to faster ren...

  • Answered by AI
  • Q2. What is hooks use
  • Ans. 

    Hooks are a feature in React that allow you to use state and other React features in functional components.

    • Hooks are functions that let you use state and other React features in functional components.

    • They allow you to reuse stateful logic without changing your component hierarchy.

    • Examples of hooks include useState, useEffect, useContext, etc.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Will you relocate
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to relocating for the internship if it aligns with my career goals

    • I have relocated in the past for educational or professional opportunities

    • I understand the importance of being flexible and adaptable in the workplace

  • Answered by AI
  • Q2. What is your weakness
  • Ans. 

    One of my weaknesses is that I tend to be overly critical of my own work.

    • I have a tendency to overanalyze my projects, which can sometimes lead to delays in completion.

    • I am working on improving my self-confidence and learning to trust my abilities more.

    • I have started seeking feedback from others to gain different perspectives and improve my work.

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How will you develop a project from Scratch? what are the technologies used?

Fullstack Java Developer Interview Questions asked at other Companies

Q1. If needed, will you work on the older technology stack?
View answer (2)
Social Prachar Interview Questions and Answers for Freshers
illustration image
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Questions based on Javascript

Round 2 - Aptitude Test 

Mainly on quantative aptitude

Round 3 - Group Discussion 

Social media usage now a days

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What is difference between Dockers and ansible
  • Ans. 

    Docker is a containerization platform used to package and run applications, while Ansible is a configuration management tool used for automating IT infrastructure tasks.

    • Docker is used to create containers that encapsulate an application and its dependencies, providing a lightweight and portable environment.

    • Ansible is used for automating tasks such as configuration management, application deployment, and orchestration o...

  • Answered by AI
  • Q2. Difference between terraform and kubernets
  • Ans. 

    Terraform is an infrastructure as code tool for building, changing, and versioning infrastructure safely and efficiently. Kubernetes is a container orchestration platform for automating deployment, scaling, and management of containerized applications.

    • Terraform is used for infrastructure provisioning and management.

    • Kubernetes is used for container orchestration and management.

    • Terraform uses declarative configuration fi...

  • Answered by AI

Skills evaluated in this interview

AWS Devops Engineer Interview Questions asked at other Companies

Q1. how do you troubleshoot a docker container that is going to die?
View answer (1)

Social Prachar interview questions for popular designations

 Digital Marketing Intern

 (1)

 Full Stack Software Developer

 (1)

 Full Stack Developer

 (1)

 AWS Devops Engineer

 (1)

 AWS Engineer

 (1)

 Intern

 (1)

 Fullstack Java Developer

 (1)

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

I applied via Naukri.com and was interviewed in Dec 2022. There were 2 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 Resume tips
Round 2 - Technical 

(5 Questions)

  • Q1. What is full stack Development
  • Ans. 

    Full stack development involves working on both the front-end and back-end of a web application.

    • Full stack developers are proficient in both front-end technologies (HTML, CSS, JavaScript) and back-end technologies (Node.js, Python, Ruby on Rails).

    • They are able to work on databases, server-side logic, client-side logic, and user interface design.

    • Examples of full stack development frameworks include MEAN stack (MongoDB, ...

  • Answered by AI
  • Q2. Explain the qualities that should be possessed by Full Stack Developer
  • Ans. 

    A Full Stack Developer should possess a combination of technical skills, problem-solving abilities, and strong communication skills.

    • Proficiency in both front-end and back-end technologies

    • Strong understanding of databases and server-side languages

    • Ability to work independently and in a team

    • Good problem-solving skills and attention to detail

    • Effective communication and collaboration with other team members

    • Continuous learni

  • Answered by AI
  • Q3. What is external css
  • Ans. 

    External CSS is a separate file containing styles that can be linked to an HTML document.

    • External CSS helps in separating the style of a website from its content.

    • It allows for easier maintenance and organization of styles.

    • External CSS files are linked to HTML documents using the tag.

  • Answered by AI
  • Q4. Why javascript is used
  • Ans. 

    JavaScript is used for creating interactive and dynamic web pages.

    • JavaScript allows for client-side scripting, making web pages more interactive without needing to reload the page.

    • It can be used to validate user input, manipulate the DOM, and create animations.

    • JavaScript is widely supported by all major web browsers, making it a versatile language for web development.

  • Answered by AI
  • Q5. Where would you be after 5 years

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)

AWS Engineer Interview Questions & Answers

user image Anonymous

posted on 7 Apr 2022

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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. AWS services,S3,vpc,EC2, ELB, cloudformation,rdsand devops tools
Round 3 - HR 

(5 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.
  • Q3. What are your salary expectations?
  • Q4. Where do you see yourself in 5 years?
  • Q5. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good knowledge and very interesting experience

AWS Engineer Interview Questions asked at other Companies

Q1. AWS Load balancers, whats the difference between NLB and ALB.
View answer (2)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell about yourself, why did you leave earlier job
  • Q2. Why digital marketing
  • Ans. 

    Digital marketing is essential for businesses to reach their target audience and stay competitive in the modern world.

    • Digital marketing allows for precise targeting and measurement of campaigns

    • It provides a cost-effective way to reach a large audience

    • It allows for real-time adjustments to campaigns based on performance

    • Digital marketing can help build brand awareness and loyalty

    • Examples include social media advertising,

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice institute to gain digital marketing skills. Practically we will get opportuninty

Skills evaluated in this interview

Digital Marketing Intern Interview Questions asked at other Companies

Q1. What is the relation between your field and digital marketing ?
View answer (2)

Interview questions from similar companies

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

(1 Question)

  • Q1. EXPLAINATION of DSP and SSP
  • Ans. 

    DSP stands for Demand-Side Platform and SSP stands for Supply-Side Platform in the context of programmatic advertising.

    • DSP is a platform used by advertisers to purchase ad inventory in real-time auctions.

    • SSP is a platform used by publishers to sell their ad inventory to advertisers.

    • DSPs and SSPs work together in programmatic advertising to automate the buying and selling of ad space.

    • DSPs use data and algorithms to targ...

  • Answered by AI

Analyst Interview Questions & Answers

InMobi user image abishek saju

posted on 15 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Why do you want to work here
Round 2 - One-on-one 

(1 Question)

  • Q1. Explain your previous work experience
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Leetcode easy-medium

Round 2 - Technical 

(2 Questions)

  • Q1. What is Cyber Security and information security?
  • Ans. 

    Cyber security is the practice of protecting systems, networks, and data from digital attacks.

    • Cyber security involves implementing measures to prevent unauthorized access, data breaches, and other cyber threats.

    • It includes technologies, processes, and practices designed to protect networks, devices, programs, and data from attack, damage, or unauthorized access.

    • Examples of cyber security measures include firewalls, ant...

  • Answered by AI
  • Q2. What are the types of encryption?
  • Ans. 

    Types of encryption include symmetric encryption, asymmetric encryption, and hashing.

    • Symmetric encryption: Uses the same key for both encryption and decryption, examples include AES and DES.

    • Asymmetric encryption: Uses a pair of public and private keys for encryption and decryption, examples include RSA and ECC.

    • Hashing: Converts data into a fixed-size string of bytes, examples include MD5 and SHA.

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Social Prachar Interview FAQs

How many rounds are there in Social Prachar interview?
Social Prachar interview process usually has 2 rounds. The most common rounds in the Social Prachar interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in Social Prachar interview?

Some of the top questions asked at the Social Prachar interview -

  1. Explain the qualities that should be possessed by Full Stack Develo...read more
  2. What is difference between Dockers and ansi...read more
  3. What is full stack Developm...read more

Recently Viewed

PHOTOS

Medanta the Medicity

4 office photos

REVIEWS

Amul India

No Reviews

SALARIES

Cyfuture

INTERVIEWS

Modi Naturals

No Interviews

LIST OF COMPANIES

Rds Innovative Technology

Overview

REVIEWS

Amul India

No Reviews

SALARIES

Incedo

REVIEWS

Amul India

No Reviews

REVIEWS

Amul India

No Reviews

REVIEWS

Amul India

No Reviews

Tell us how to improve this page.

Social Prachar Interview Process

based on 7 interviews

Interview experience

3.4
  
Average
View more

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Interview Questions from Similar Companies

R.R. Donnelley Interview Questions
3.9
 • 100 Interviews
3 Minds Digital Interview Questions
4.4
 • 65 Interviews
Publicis Interview Questions
3.7
 • 52 Interviews
Regalix Interview Questions
2.9
 • 44 Interviews
Denave Interview Questions
3.6
 • 39 Interviews
Xdbs Interview Questions
3.2
 • 39 Interviews
InMobi Interview Questions
3.5
 • 35 Interviews
Smollan Group Interview Questions
4.1
 • 34 Interviews
View all

Social Prachar Reviews and Ratings

based on 31 reviews

3.8/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.5

Salary

3.6

Job security

3.7

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 31 Reviews and Ratings
Intern
6 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Digital Marketing Intern
6 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

HR Executive
5 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Digital Marketing Executive
5 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Data Scientist
4 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Social Prachar with

R.R. Donnelley

3.9
Compare

Denave

3.6
Compare

Smollan Group

4.1
Compare

Echobooom Management & Entrepreneurial Solutions

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