Upload Button Icon Add office photos
Engaged Employer

i

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

Infocenter Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Infocenter Javascript Developer Interview Questions and Answers

Updated 9 Nov 2023

Infocenter Javascript Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
More than 8 weeks
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Coding Test 

What type of coding

Round 3 - Group Discussion 

What subject in group discussion

Round 4 - Technical 

(1 Question)

  • Q1. What type of technical questions

Interview questions from similar companies

I applied via Company Website and was interviewed in Mar 2022. 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Pump yourself up and stay positive

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

Interview Questionnaire 

1 Question

  • Q1. Basic questions like hoisting, event loop, promices

Interview Preparation Tips

Interview preparation tips for other job seekers - Based on your resume and experience they will ask questions

I applied via Approached by Company and was interviewed in Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - HR 

(5 Questions)

  • Q1. Share details of your previous job.
  • Ans. 

    I worked as a Javascript Developer at XYZ Company.

    • Developed and maintained web applications using Javascript, HTML, and CSS.

    • Collaborated with a team of developers to implement new features and fix bugs.

    • Optimized code for performance and scalability.

    • Worked on integrating APIs and third-party libraries.

    • Participated in code reviews and provided feedback to improve code quality.

  • Answered by AI
  • Q2. What are your strengths and weaknesses?
  • Ans. 

    My strengths include problem-solving, attention to detail, and collaboration. My weaknesses include time management and public speaking.

    • Strengths: problem-solving, attention to detail, collaboration

    • Weaknesses: time management, public speaking

  • Answered by AI
  • Q3. Why are you looking for a change?
  • Ans. 

    Looking for new challenges and growth opportunities in a dynamic and innovative environment.

    • Seeking a change to expand my skill set and work on more complex projects.

    • Interested in joining a company that values creativity and encourages learning.

    • Want to be part of a team that fosters collaboration and innovation.

    • Desire to work in a fast-paced and evolving industry.

    • Looking for a change to improve work-life balance and ex

  • Answered by AI
  • Q4. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a senior Javascript developer, leading a team and working on complex projects.

    • Becoming a senior Javascript developer

    • Leading a team

    • Working on complex projects

  • Answered by AI
  • Q5. Tell me about yourself.
  • Ans. 

    I am a passionate Javascript developer with experience in building web applications.

    • I have a strong understanding of core Javascript concepts and frameworks like React and Node.js.

    • I have worked on various projects, including e-commerce websites and interactive web applications.

    • I am skilled in writing clean and efficient code, and I enjoy solving complex problems.

    • I am constantly learning and keeping up with the latest t...

  • Answered by AI
Round 3 - Case Study 

B.tech

Interview Preparation Tips

Topics to prepare for Accenture Javascript Developer interview:
  • Java
  • Python
  • ASP.Net
Interview preparation tips for other job seekers - Thank you wait processor opportunity

I applied via Company Website and was interviewed in Apr 2022. 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 Resume tips
Round 2 - Assignment 

Interview Preparation Tips

Interview preparation tips for other job seekers - This is really career growth opportunity to work in cognizant
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jun 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 Resume tips
Round 2 - Aptitude Test 

Exam used to determine an individual's skill or propensity to succeed in a given activity

Round 3 - Technical 

(2 Questions)

  • Q1. An interview to assess your technical ability for the role, and the depth and breadth of your knowledge in your chosen field.
  • Q2. Coding, Data analysis, etc. Technical interviews differentiate from general interviews and focus solely on the technical skills of the candidates.

I applied via Company Website and was interviewed in Mar 2022. 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Why should we hire you?
  • Ans. 

    I have a strong background in JavaScript development and a proven track record of delivering high-quality projects.

    • Extensive experience in JavaScript development

    • Strong problem-solving and analytical skills

    • Ability to work well in a team and collaborate effectively

    • Proven track record of delivering high-quality projects

    • Excellent communication and interpersonal skills

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your self what you want...
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 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 Resume tips
Round 2 - Aptitude Test 

Yes, Aptitude test is so think and great full in my knowledge

Round 3 - Coding Test 

The coding test is for HTML CSS for the frontend backend for the javascript

Interview Preparation Tips

Topics to prepare for TCS Javascript Developer interview:
  • Javascript
  • C
  • Java
  • C++
Interview preparation tips for other job seekers - I am doing well
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Promise in JS?
  • Ans. 

    Promise in JS is an object representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() method to handle success and failure cases.

    • Example: new Promise((resolve, reject) => { ... }).then(result => { ... }).catch(error => { ... });

  • Answered by AI
  • Q2. What is Call back?
  • Ans. 

    A callback is a function passed as an argument to another function to be executed later.

    • Callback functions are commonly used in asynchronous programming to handle responses or events.

    • Callbacks can be synchronous or asynchronous.

    • Example: setTimeout function in JavaScript takes a callback function as an argument to be executed after a specified time.

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The basics of ServiceNow and service catalog questions related to some GRC and about my project for which I was working.

Interview Preparation Tips

Interview preparation tips for other job seekers - I advice that please be confident with on what you are working in your current projects.
Contribute & help others!
anonymous
You can choose to be anonymous

Infocenter Interview FAQs

How many rounds are there in Infocenter Javascript Developer interview?
Infocenter interview process usually has 4 rounds. The most common rounds in the Infocenter interview process are Resume Shortlist, Coding Test and Group Discussion.

Recently Viewed

SALARIES

Datawave

SALARIES

HCLTech

INTERVIEWS

Infocenter

No Interviews

REVIEWS

Sankalp Semiconductor

No Reviews

SALARIES

Datawave

SALARIES

HCL AXON

SALARIES

HCL AXON

SALARIES

HCL AXON

LIST OF COMPANIES

3i Infotech

Locations

SALARIES

Datawave

Tell us how to improve this page.

Infocenter Javascript Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Servicenow Consultant
70 salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

Servicenow Developer
25 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Consultant
22 salaries
unlock blur

₹5 L/yr - ₹18.5 L/yr

Consultant
19 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Technical Lead
14 salaries
unlock blur

₹8 L/yr - ₹14 L/yr

Explore more salaries
Compare Infocenter with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

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