Upload Button Icon Add office photos
Engaged Employer

i

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

AccioJob Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

AccioJob Intern Interview Questions and Answers for Freshers

Updated 17 Oct 2023

AccioJob Intern Interview Experiences for Freshers

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 17 Oct 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(5 Questions)

  • Q1. I got refral from a friend so i was directly interviewed
  • Q2. What have you done in react js ?
  • Ans. 

    I have developed multiple single-page applications using React JS.

    • Created reusable components to improve code reusability

    • Implemented state management using Redux for better data flow

    • Utilized React Router for navigation between different pages

    • Integrated APIs to fetch and display data dynamically

  • Answered by AI
  • Q3. What is javascript
  • Ans. 

    JavaScript is a programming language commonly used for creating interactive effects within web browsers.

    • JavaScript is a high-level, interpreted programming language.

    • It is used to make web pages interactive and dynamic.

    • JavaScript can be used for client-side and server-side development.

    • Commonly used frameworks/libraries include React, Angular, and Node.js.

  • Answered by AI
  • Q4. Showyour projects
  • Q5. What loibraries you used
  • Ans. 

    I have used a variety of libraries in my projects, including React, Redux, Axios, and Material-UI.

    • React

    • Redux

    • Axios

    • Material-UI

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on key concepts , focus on dsa concepts and prepare for web development if you are working for developer intern

Skills evaluated in this interview

Intern Jobs at AccioJob

View all

Interview questions from similar companies

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

(1 Question)

  • Q1. What is your weakness
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about youself
  • Ans. 

    I am a recent graduate with a degree in computer science and a passion for coding and problem-solving.

    • Graduated with a degree in computer science

    • Passionate about coding and problem-solving

    • Completed internships in software development

    • Participated in coding competitions

  • Answered by AI
  • Q2. What is your 5 year plans
  • Ans. 

    My 5 year plan is to gain valuable experience in the field, continue learning and growing professionally, and eventually take on more responsibilities and leadership roles.

    • Continue to learn and grow in my current role

    • Seek out opportunities for professional development and training

    • Work towards taking on more responsibilities and leadership roles within the company

    • Possibly pursue further education or certifications to en...

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

(2 Questions)

  • Q1. What you know about operations
  • Ans. 

    Operations involve managing processes, resources, and activities to achieve organizational goals efficiently.

    • Operations management focuses on improving processes and maximizing efficiency.

    • It includes activities such as production planning, inventory management, quality control, and supply chain management.

    • Examples of operations in a business context include optimizing production schedules, reducing waste in manufacturi...

  • Answered by AI
  • Q2. Tell me about your qualifications
  • Ans. 

    I have a Bachelor's degree in Computer Science and relevant internship experience.

    • Bachelor's degree in Computer Science

    • Internship experience in relevant field

    • Strong technical skills in programming languages like Java and Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There was 1 interview round.

Round 1 - talk 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. I am Rishita Agarwal from B.Tech CSE pursuing from Amity University with a CGPA of 8.14.

Interview Preparation Tips

Topics to prepare for Teachnook Intern interview:
  • Data Structures
  • DBMS
Interview preparation tips for other job seekers - DSA is must for applying in any technical company

Interview Preparation Tips

Round: CODING ROUND
Experience: In the coding round there were 3 questions to be solved in about 3 hrs.

Round: HR Interview
Experience: Expect the usual crazy questions like "Why LinkedIn?" and if you are already placed, be ready to give a proper justification for "Why LinkedIn and not XYZ?" so on. Be cool, you need not be accurate. Be well prepared with your resume and expect questions from them.
Tips: For the interview, just be confident and have a good resume ready with you.

Round: Other Interview
Experience: Coding Interview:
Simple coding questions. Make sure you first explain the logic to them and then you may be asked to write the code for it on the board using any language of your choice. Syntax is not a big deal, but don't make any logical errors. They are very friendly and may suggest certain solutions of their own. Make sure you can grasp them quickly. Find faults in your own code before they find it. Always try to give the best optimal solution. In case you are unable to do so then suggest possible improvements.

Round: Other Interview
Experience: Design Interview:
Some people may find this round a bit uneasy. But this round tests how good you are at designing solutions to problems. Most of the candidates were asked to build an online gaming system. And then they keep adding extra constraints and ideas and see if you can integrate them to your design. Database knowledge may be tested. They may also ask questions pertaining to you projects listed in your resume.

General Tips: An updated LinkedIn account with decent connections. ;)
Skill Tips: Be very strong with your coding ability. Whenever you code, do follow some standard procedures and make the code look simple and structured. Whenever you solve a coding question make sure you answer it completely for all the test cases. Partial results will only indicate that there is something wrong with the logic. Try to solve a complete question rather than multiple questions with partial results.
College Name: NIT SURATHKAL

Interview Preparation Tips

General Tips: It might help in general to try to become a better developer at all times. One way to get good at it is to really enjoy what you do!Do random projects, use linux, Read Hacker News (-----/)  daily and wear hippie computer t-shirts (:-P) - Interviewers really LOVE talking about these, especially HR rounds (my HR interviewer was also a programmer).
College Name: NIT SURATHKAL

Interview Questionnaire 

4 Questions

  • Q1. You are given a large array of n bits. Each bit is initially 0. You perform several operations of the type
  • Ans. 

    Solution to performing operations on a large array of bits.

    • Use bitwise operators to perform operations on individual bits

    • Use a loop to iterate through the array and perform the operations

    • Ensure that the array is large enough to accommodate all the bits

    • Consider using a data structure like a bitset for efficient bit manipulation

  • Answered by AI
  • Q2. Questions on Network programming
  • Q3. Questions on array,heap and binary trees
  • Q4. Round was both HR+Technical

Interview Preparation Tips

Round: Test
Experience: Questions can be found here:

-----/
Tips: Try to solve all 3.
Duration: 60 minutes
Total Questions: 3

Round: Technical Interview
Experience: First discuss the solution and then paper-code it.
Tips: Try to code without mistakes.

Round: Technical Interview
Experience: First, I was asked to discuss my project based on networking and then I was given a question on network programming
Tips: Pay attention on discussion

Round: Technical Interview
Experience: Provide the optimised solution and code it without any mistakes.

Round: HR Interview
Experience: Why linkedin?
What changes will you make in 6 months?
Internship project: Discussion and lot of common questions on that.
Basic Questions of C++ and Java

Skills: Data Structure, Core courses understanding, Algorithms
College Name: IIT GUWHATI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Android components, lifecycle, providers, receivers, fragments, view components, Ui design related questions.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Find the leaves of the tree.
  • Ans. 

    Leaves of a tree are the nodes with no children in a tree data structure.

    • Traverse the tree and identify nodes with no children.

    • Use depth-first search or breadth-first search algorithms to find leaves.

    • Examples: In a binary tree, leaves are nodes with no left or right child.

    • In a general tree, leaves are nodes with no children in their child list.

  • Answered by AI
  • Q2. Find the LCA of tree.
  • Ans. 

    The Lowest Common Ancestor (LCA) of a tree is the shared ancestor of two nodes farthest from the root.

    • Start from the root and traverse the tree to find the paths from the root to the two nodes.

    • Compare the paths to find the last common node between them, which is the LCA.

    • If one of the nodes is an ancestor of the other, then the ancestor node is the LCA.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What projects you worked upon?
  • Ans. 

    I have worked on projects involving web development, mobile app development, and data analysis.

    • Developed a web application using React and Node.js for a client in the e-commerce industry

    • Created a mobile app using Flutter for a startup in the healthcare sector

    • Performed data analysis on customer behavior using Python and SQL for a marketing company

  • Answered by AI
  • Q2. What internships you did?
  • Ans. 

    I completed internships at ABC Company and XYZ Company during my undergraduate studies.

    • Interned at ABC Company working on web development projects

    • Interned at XYZ Company assisting with software testing and quality assurance

    • Gained hands-on experience in coding, debugging, and problem-solving

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare tree and graph well.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Interviewed with team members and discussed coding standards and linters

Round 2 - Assignment 

Given a take-home assignment and built a card game

AccioJob Interview FAQs

How many rounds are there in AccioJob Intern interview for freshers?
AccioJob interview process for freshers usually has 2 rounds. The most common rounds in the AccioJob interview process for freshers are Resume Shortlist and Technical.
How to prepare for AccioJob Intern interview for freshers?
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 AccioJob. The most common topics and skills that interviewers at AccioJob expect are Javascript, Data Structures and Algorithms, Nextjs, ESIC and MongoDB.
What are the top questions asked in AccioJob Intern interview for freshers?

Some of the top questions asked at the AccioJob Intern interview for freshers -

  1. What have you done in react j...read more
  2. what loibraries you u...read more
  3. What is javascr...read more

Tell us how to improve this page.

AccioJob Intern Interview Process for Freshers

based on 1 interview

Interview experience

5
  
Excellent
View more

Intern Interview Questions from Similar Companies

View all
AccioJob Intern Salary
based on 5 salaries
₹1 L/yr - ₹3.5 L/yr
49% less than the average Intern Salary in India
View more details

AccioJob Intern Reviews and Ratings

based on 5 reviews

3.7/5

Rating in categories

3.3

Skill development

4.3

Work-life balance

3.4

Salary

4.1

Job security

3.5

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 5 Reviews and Ratings
Frontend React Intern

Noida,

Gurgaon / Gurugram

0-3 Yrs

₹ 4-6 LPA

Explore more jobs
Operations Associate
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Analyst
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Trainee
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Front end Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Full Stack Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare AccioJob with

Foundit

3.5
Compare

Timesjobs.com

1.6
Compare

Indeed

4.0
Compare

Freshersworld.com

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