Upload Button Icon Add office photos
Engaged Employer

i

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

Edgrasp.in Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Edgrasp.in Interview Questions and Answers

Updated 16 Jul 2024

Edgrasp.in Interview Experiences

1 interview found

HR Intern Interview Questions & Answers

user image Anonymous

posted on 16 Jul 2024

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Give me your brief introduction?
  • Q2. What do you know about our company?
Round 2 - One-on-one 

(3 Questions)

  • Q1. Whats your expectations from this internship?
  • Q2. What you understand by the term Human resource?
  • Ans. 

    Human resource refers to the management of people within an organization to help achieve its goals and objectives.

    • Human resource involves recruiting, training, and managing employees.

    • It also includes developing policies and procedures related to employee relations.

    • Human resource professionals focus on creating a positive work environment and ensuring compliance with labor laws.

    • Examples include conducting performance ev...

  • Answered by AI
  • Q3. Whats the role of HR in a company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do learn about the company before you apply for the internship!

HR Intern Interview Questions asked at other Companies

Q1. Why Human Resources ? What is its importance in Tourism industry and in general to every firm regarding to all industries ?
View answer (2)

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - HR 

(4 Questions)

  • Q1. Tell me about yourself ?
  • Ans. 

    Experienced inside sales executive with a proven track record of exceeding sales targets and building strong client relationships.

    • Over 5 years of experience in inside sales roles

    • Consistently met or exceeded sales targets by 20% each quarter

    • Built and maintained strong relationships with clients, resulting in a 90% client retention rate

    • Proficient in CRM software and sales analytics tools

  • Answered by AI
  • Q2. Why do you want to for internshala ?
  • Ans. 

    I want to work for Internshala because of its reputation for providing valuable learning opportunities and a platform to connect with industry professionals.

    • Internshala is known for offering internships that provide hands-on experience in various fields.

    • I am impressed by Internshala's commitment to helping students and young professionals enhance their skills and build their careers.

    • I believe working at Internshala wil...

  • Answered by AI
  • Q3. Why did you choose sales ?
  • Ans. 

    I chose sales because I enjoy building relationships, meeting new people, and helping customers find solutions to their needs.

    • Enjoy building relationships with clients

    • Thrives on meeting new people and networking

    • Enjoys problem-solving and finding solutions for customers

    • Passionate about helping others achieve their goals

  • Answered by AI
  • Q4. And few family and educational background question
Round 2 - One-on-one 

(5 Questions)

  • Q1. Second round was with an arrogant lady(sales team leader) I don't remember that stup...d girl name
  • Q2. Basically the round was all about pitching the products
  • Q3. When I startes to pitch with that stpd lady (she was a customer in that scenario) about digital marketing she started saying "I am not interested in this program and I have 3 years experience in this field...
  • Q4. May any one tell me that where I was wrong? As I was a fresher guy. And fortunately , before 1 day of interview, an inside sales executive from Internshala called me for same program ( digital marketing) ...
  • Q5. HR in first round was respectable and great.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Q1. Count occurence of character from a given string without using stream API.

Q2. Rotate given an array by given number

Round 2 - Technical 

(5 Questions)

  • Q1. Count vowels and consonants for the given string
  • Ans. 

    Count vowels and consonants in a given string

    • Iterate through each character in the string and check if it is a vowel or consonant

    • Keep separate counters for vowels and consonants

    • Consider both uppercase and lowercase characters

    • Exclude spaces and special characters from counting

  • Answered by AI
  • Q2. Find prime number between 1 to n
  • Ans. 

    Use Sieve of Eratosthenes algorithm to find prime numbers between 1 to n.

    • Implement Sieve of Eratosthenes algorithm

    • Iterate through numbers from 2 to n

    • Mark multiples of each number as non-prime

    • Remaining unmarked numbers are prime

  • Answered by AI
  • Q3. Arraylist vs linkedlist
  • Ans. 

    ArrayList is better for random access and LinkedList is better for frequent insertions and deletions.

    • ArrayList uses dynamic array to store elements, allowing fast random access but slower insertions and deletions.

    • LinkedList uses doubly linked list to store elements, allowing fast insertions and deletions but slower random access.

    • Example: Use ArrayList when you need to frequently access elements by index. Use LinkedList...

  • Answered by AI
  • Q4. List vs set vs Map
  • Ans. 

    List is an ordered collection, Set is a collection with no duplicates, Map is a key-value pair collection.

    • List maintains insertion order, Set does not allow duplicates, Map stores key-value pairs

    • List example: ArrayList, Set example: HashSet, Map example: HashMap

  • Answered by AI
  • Q5. Count average salary
  • Ans. 

    Calculate average salary of employees

    • Sum up all the salaries of employees

    • Divide the total sum by the number of employees to get the average

    • Example: salaries = [50000, 60000, 70000], average = (50000 + 60000 + 70000) / 3

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This is total time waste interview.
I cleared the first round which was coding round then she asked me for the face to face round next day.
I reached the office at the time but HR didn't meet me . Receptionist just give me piece of paper in which there are 10 coding questions , I asked would I attend these questions in laptop but she said no only on paper . I said ok 🤣 Before the start of test I went to the washroom and they just cut 5 minutes from 1 hr but I said this is 90 min test this is written onto the top of paper but they just said Hr was told me only 60 min. All the time she listens loud music where I was sit.
This is worst experience I have faced total waste of time.

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Normal aptitude questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain ngrx state management with one example
  • Ans. 

    ngrx is a state management library for Angular applications

    • ngrx uses a centralized store to manage the state of the application

    • Actions are dispatched to update the state in a predictable way

    • Selectors are used to retrieve specific pieces of state from the store

    • Effects are used to manage side effects such as API calls

    • Example: Dispatching an action to update the user's profile information in the store

  • Answered by AI
  • Q2. Coding questions on filters
Round 3 - One-on-one 

(3 Questions)

  • Q1. Count the repeating number in array program
  • Ans. 

    Count the repeating numbers in an array of strings

    • Iterate through the array and use a hashmap to store the count of each number

    • Return the numbers that have a count greater than 1

  • Answered by AI
  • Q2. Let str= 'welcome' output should be 'xfmfpnf' program
  • Q3. Basic questions on angular
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Mainly focus on ngrx state management and coding questions

Skills evaluated in this interview

IT Support Specialist 1 Interview Questions & Answers

Coursera user image Usman Pinjari

posted on 2 Jan 2025

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Saas applications
  • Q2. Projects worked

Interview Preparation Tips

Interview preparation tips for other job seekers - This is like Ghost hiring, as there are no job openings at Coursera, simply publishing jobs in Online portals like LinkedIn, and Glassdoor. After clearing 3 rounds, I received an email saying that "we have filled this position recently" . Don't apply and don't waste your time in preparing, or attending interviews.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Introduction, she gave overview of the role
Round 2 - One-on-one 

(1 Question)

  • Q1. Founder effect? Incomplete dominance? Mitochondria inheritance? Autoimmune disease?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 questions, 1 hour. Questions mostly on DP, Graphs and strings

Round 2 - Technical 

(2 Questions)

  • Q1. Pollfill for Promise Function
  • Ans. 

    Pollfill is a function that returns a promise which resolves when a condition is met.

    • Pollfill function should return a promise

    • The promise should resolve when a specific condition is met

    • Use polling mechanism to check the condition at regular intervals

  • Answered by AI
  • Q2. Difference between throttling and Debouncing
  • Ans. 

    Throttling limits the number of times a function can be called over time, while debouncing ensures a function is only called after a certain amount of time has passed without it being called.

    • Throttling limits the rate at which a function can be called, preventing it from being called more than once in a specified time frame.

    • Debouncing waits for a specified amount of time to pass after the last time a function was calle...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do Basics well

Skills evaluated in this interview

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

(3 Questions)

  • Q1. How many years of experience ?
  • Ans. 

    I have 5 years of experience working as an Academic Counsellor.

    • I have 5 years of experience in providing academic guidance and support to students.

    • During my time as an Academic Counsellor, I have successfully helped students navigate their academic paths and achieve their goals.

    • I have experience in creating academic plans, conducting assessments, and providing resources to students.

    • My experience includes working with s...

  • Answered by AI
  • Q2. Tell us more about yourself.
  • Ans. 

    I am a dedicated academic counsellor with a passion for helping students achieve their academic and personal goals.

    • I have a background in education and psychology, which helps me understand the needs of students better.

    • I have experience in providing guidance on course selection, career planning, and study skills.

    • I am skilled in building rapport with students and creating a supportive environment for them to thrive.

    • I am...

  • Answered by AI
  • Q3. What is your expected salary
  • Ans. 

    My expected salary is negotiable and dependent on the responsibilities and opportunities offered by the position.

    • My expected salary is based on my qualifications, experience, and the market rate for similar positions.

    • I am open to discussing salary expectations during the interview process.

    • I am looking for a competitive salary that reflects my skills and contributions to the organization.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. You'll salary will be 18K
  • Q2. Start working from tomorrow.

Interview Preparation Tips

Interview preparation tips for other job seekers - if you are fresher please avoid IFAS at any cost. they don't have good management and they'll revise your offer letter within a month.

Bot Engineer 1 Interview Questions & Answers

Kaplan user image Anusha V

posted on 6 Dec 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I was interviewed in Jun 2024.

Round 1 - Coding Test 

Python Coding and dfcx technical questions one hour

Round 2 - Technical 

(4 Questions)

  • Q1. Again technical 30 min
  • Q2. About the company dfcx , llms, playbooks
  • Q3. What you know about dfcx playbooks llms rag
  • Q4. They’ll explain what they are doing
Round 3 - Case Study 

Use case to build chatbot and dfcx concepts and playbooks 30 min

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste your time on interviewing to this company, they'll waste your time ,all two rounds they told me you are the "Good Fit" after 3rd round they said we are not able to move forward.
Reason for not selecting is : 'second round was not cleared' he clearly said - I'm a good fit later this guy went on 2 weeks break ,when comes back they took me third round forgetting everything! after a week they announced 'Not moving forward'
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Test check for program
  • Q2. Test check for program r
Round 2 - HR 

(2 Questions)

  • Q1. Test check for program
  • Q2. Test check for program y

Edgrasp.in Interview FAQs

How many rounds are there in Edgrasp.in interview?
Edgrasp.in interview process usually has 2 rounds. The most common rounds in the Edgrasp.in interview process are HR and One-on-one Round.

Tell us how to improve this page.

Edgrasp.in Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Lido Learning Interview Questions
2.2
 • 63 Interviews
Internshala Interview Questions
3.8
 • 55 Interviews
Acadecraft Interview Questions
3.5
 • 52 Interviews
Coding Ninjas Interview Questions
4.0
 • 48 Interviews
TALENTEDGE Interview Questions
3.3
 • 21 Interviews
Nerdy Turtlez Interview Questions
2.9
 • 17 Interviews
View all

Edgrasp.in Reviews and Ratings

based on 21 reviews

4.6/5

Rating in categories

4.6

Skill development

4.5

Work-life balance

4.5

Salary

4.5

Job security

4.6

Company culture

4.5

Promotions

4.6

Work satisfaction

Explore 21 Reviews and Ratings
Compare Edgrasp.in with

Lido Learning

2.2
Compare

Acadecraft

3.5
Compare

Coding Ninjas

4.0
Compare

Globus Infocom

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