Upload Button Icon Add office photos
Engaged Employer

i

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

ANSR Source Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ANSR Source Senior Instructional Designer Interview Questions and Answers

Updated 4 May 2022

ANSR Source Senior Instructional Designer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Why did you choose ANSR source?
  • Q2. Why are looking for a job change

Interview Preparation Tips

Interview preparation tips for other job seekers - They shortlisted my resume and informed that i will be given a test within a week. Later i did not hear from them and this disappointed me.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Assignment 

It was to create a full table of content.

Round 2 - Technical 

(1 Question)

  • Q1. How will you manage the stake holders?
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Nov 2021. There were 2 interview rounds.

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 - One-on-one 

(2 Questions)

  • Q1. Just personal details, actually not a tough interview anyone can easily get a job here experience not required, once you get placed they will give training for what to do and what not to do and after getti...
  • Q2. No such formal questions you are selected that it

Interview Preparation Tips

Interview preparation tips for other job seekers - If you really need to make your career in proper way this is not the company for you 0 learning, 0 work life balance. Who don’t have options outside who are dump only can sustain here because those dump knows they are useless no one will give job to him so that kind of candidates can work here for no reason worst organisation ever

I applied via Naukri.com and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Why did you choose to become a graphic designer
  • Q2. According to you what is the role of the graphics designer
  • Ans. 

    The role of a graphic designer is to visually communicate ideas and messages through various mediums.

    • Creating designs that are visually appealing and effective in conveying a message

    • Collaborating with clients and team members to understand project requirements

    • Using various software and tools to create designs

    • Staying up-to-date with design trends and techniques

    • Ensuring designs are consistent with brand guidelines

    • Prepari

  • Answered by AI
  • Q3. What makes you a good graphics designer
  • Ans. 

    I have a strong eye for design and a passion for creating visually appealing and effective graphics.

    • I have a deep understanding of design principles and how to apply them

    • I am proficient in industry-standard design software such as Adobe Creative Suite

    • I have experience working with a variety of clients and industries, allowing me to adapt to different design needs

    • I am constantly learning and staying up-to-date with the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - In graphics interview don't be hyper stay cool give answer all the question properly and your best in interview

I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. I am working in the support Team. Question asked me regarding main 3 factor in customer service and an 5 min speech on any current subject .
  • Q2. English communication must be strong and believe yourself confident .

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and don't panic .

I applied via Referral and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Why Talentedge
  • Q2. What else you used to do in your previous organisation
  • Q3. What are your strengths and weaknesses
  • Q4. How will you be able to sell on first call
  • Ans. 

    To sell on first call, I will focus on building rapport, understanding the customer's needs, and presenting a compelling solution.

    • Research the prospect before the call

    • Ask open-ended questions to understand their pain points

    • Listen actively and show empathy

    • Present a solution that addresses their specific needs

    • Highlight the benefits and value of the solution

    • Handle objections effectively

    • Close the sale or schedule a follow-

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident, whatever you say say with confidence & bold voice
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 3 interview rounds.

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 - Coding Test 

Medium level coding question

Round 3 - Technical 

(2 Questions)

  • Q1. Intreview round asked about project mentioned in CV
  • Q2. Basic of reacts, opps question,sql queries
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 4 interview rounds.

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 - Assignment 

Implement login with Google SSO, show emails in a single place

Round 3 - One-on-one 

(4 Questions)

  • Q1. How to implement JWT
  • Ans. 

    JWT can be implemented by generating a token with user information and a secret key, then verifying the token using the same secret key.

    • Generate a JWT token with user information and a secret key

    • Include necessary claims like expiration time, issuer, etc.

    • Verify the JWT token using the same secret key

    • Handle token expiration and refresh if needed

  • Answered by AI
  • Q2. Please read about it on the internet, do take care of public and private key use
  • Q3. Middleware in express, how to create one?
  • Ans. 

    Middleware in Express is a function that has access to the request and response objects.

    • Create a middleware function using app.use() method in Express.

    • Middleware functions have access to the request object (req), the response object (res), and the next middleware function in the application's request-response cycle.

    • Example: app.use((req, res, next) => { console.log('This is a middleware function'); next(); });

  • Answered by AI
  • Q4. Read about it on the internet
Round 4 - One-on-one 

(6 Questions)

  • Q1. Discussed about guards in Angular
  • Q2. Read about it on the internet
  • Q3. How does lazy loading work in Angular
  • Ans. 

    Lazy loading in Angular delays loading of modules until they are needed

    • Lazy loading helps improve performance by only loading modules when they are required

    • It is achieved by using the loadChildren property in the route configuration

    • Lazy loaded modules are loaded asynchronously when the user navigates to the corresponding route

  • Answered by AI
  • Q4. Read about lazy loading in Angular
  • Q5. How to enable SSR in Angular
  • Ans. 

    Server-side rendering (SSR) in Angular can be enabled by using Angular Universal.

    • Install Angular Universal using Angular CLI

    • Create a new Angular Universal project

    • Update app.module.ts to include server-side rendering

    • Build and run the Angular Universal project

  • Answered by AI
  • Q6. Read about Angular Universal for this

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Angular concepts, DSA and Ruby on Rails concepts for the round

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find duplicates in an array
  • Ans. 

    Use a hash set to find duplicates in an array of strings.

    • Create a hash set to store unique elements.

    • Iterate through the array and check if the element is already in the hash set.

    • If it is, then it is a duplicate. If not, add it to the hash set.

  • Answered by AI
  • Q2. Find single duplicate element in an array where contents of the array are length of array - 1
  • Ans. 

    Find the single duplicate element in an array of strings with length n-1.

    • Iterate through the array and use a HashSet to keep track of elements seen so far.

    • If an element is already in the HashSet, that is the duplicate element.

    • Return the duplicate element once found.

  • Answered by AI
Round 2 - Assignment 

Create a student support system

Round 3 - One-on-one 

(1 Question)

  • Q1. Design an order and payments system for an EdTech company
  • Ans. 

    Design an order and payments system for an EdTech company

    • Allow users to browse and select courses

    • Implement a shopping cart for users to add courses

    • Integrate payment gateways for secure transactions

    • Provide order confirmation and receipt to users

    • Allow users to track their order status

  • Answered by AI

Skills evaluated in this interview

I applied via Job Portal and was interviewed in Apr 2022. There were 3 interview rounds.

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 

It was quite easy

Round 3 - Technical 

(1 Question)

  • Q1. Based on resume. Go through with your resume..

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume.. The things you have mentioned you should know about it

ANSR Source Interview FAQs

How many rounds are there in ANSR Source Senior Instructional Designer interview?
ANSR Source interview process usually has 1 rounds. The most common rounds in the ANSR Source interview process are HR.
How to prepare for ANSR Source Senior Instructional Designer 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 ANSR Source. The most common topics and skills that interviewers at ANSR Source expect are Instructional Design, Content Writing, E - learning, Storyboarding and Graphic Designing.

Tell us how to improve this page.

Interview Questions from Similar Companies

Chegg Interview Questions
4.1
 • 158 Interviews
Internshala Interview Questions
3.9
 • 56 Interviews
Lido Learning Interview Questions
2.3
 • 55 Interviews
Acadecraft Interview Questions
3.5
 • 52 Interviews
Coding Ninjas Interview Questions
3.7
 • 49 Interviews
TALENTEDGE Interview Questions
3.3
 • 21 Interviews
Nerdy Turtlez Interview Questions
2.8
 • 17 Interviews
View all
ANSR Source Senior Instructional Designer Salary
based on 7 salaries
₹11 L/yr - ₹15.3 L/yr
11% more than the average Senior Instructional Designer Salary in India
View more details

ANSR Source Senior Instructional Designer Reviews and Ratings

based on 2 reviews

3.6/5

Rating in categories

2.4

Skill development

3.6

Work-life balance

2.6

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 2 Reviews and Ratings
Project Manager
16 salaries
unlock blur

₹7.3 L/yr - ₹16.1 L/yr

Senior Author
14 salaries
unlock blur

₹5.5 L/yr - ₹7.2 L/yr

Quality Control Specialist
11 salaries
unlock blur

₹3 L/yr - ₹8.6 L/yr

Author
11 salaries
unlock blur

₹4.3 L/yr - ₹7.6 L/yr

Content Programmer
11 salaries
unlock blur

₹3.2 L/yr - ₹6 L/yr

Explore more salaries
Compare ANSR Source with

Chegg

4.1
Compare

Acadecraft

3.5
Compare

Lido Learning

2.3
Compare

KnowledgeHut

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