Upload Button Icon Add office photos

Filter interviews by

Orbit Analytics Technical Lead Interview Questions and Answers

Updated 12 Nov 2021

Orbit Analytics Technical Lead Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Difference between ext-all.js , ext.js and ex.all-debug.js
  • Ans. 

    ext.js is the core library, ext-all.js includes all components, and ext-all-debug.js is for debugging.

    • ext.js is the core library that contains the basic functionality of ExtJS

    • ext-all.js includes all the components of ExtJS, making it easier to use

    • ext-all-debug.js is used for debugging purposes and includes additional information for developers

    • ext-all.js and ext-all-debug.js are larger files than ext.js

  • Answered by AI
  • Q2. Default method present in Javascript like apply, bind etc.
  • Ans. 

    apply, bind, and call are default methods in JavaScript used to manipulate the value of 'this' keyword.

    • apply() method calls a function with a given 'this' value and arguments provided as an array.

    • bind() method creates a new function that, when called, has its 'this' keyword set to the provided value.

    • call() method calls a function with a given 'this' value and arguments provided individually.

  • Answered by AI
  • Q3. Closure in javascript
  • Ans. 

    Closure is a function that has access to its parent scope even after the parent function has returned.

    • Closure allows for private variables and functions in JavaScript.

    • It can be used to create factory functions and currying.

    • Example: function outer() { let x = 10; return function inner() { console.log(x); } }

    • Example: const add = (function() { let counter = 0; return function() { counter += 1; return counter; } })();

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Base knowledge of Javascript and good knowledge of Ext JS framework is required.

Skills evaluated in this interview

Orbit Analytics Interview FAQs

What are the top questions asked in Orbit Analytics Technical Lead interview?

Some of the top questions asked at the Orbit Analytics Technical Lead interview -

  1. Difference between ext-all.js , ext.js and ex.all-debug...read more
  2. Default method present in Javascript like apply, bind e...read more
  3. Closure in javascr...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 228 Interviews
Tiger Analytics Interview Questions
3.7
 • 220 Interviews
Fractal Analytics Interview Questions
4.0
 • 205 Interviews
Tredence Interview Questions
3.6
 • 122 Interviews
Axtria Interview Questions
3.0
 • 114 Interviews
AbsolutData Interview Questions
3.6
 • 9 Interviews
Onion Insights Interview Questions
3.7
 • 7 Interviews
View all
Senior Software Engineer
4 salaries
unlock blur

₹4.2 L/yr - ₹9 L/yr

Software Engineer
3 salaries
unlock blur

₹5.5 L/yr - ₹6.8 L/yr

Associate Technical Manager
3 salaries
unlock blur

₹16.8 L/yr - ₹17 L/yr

Explore more salaries
Compare Orbit Analytics with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

Tiger Analytics

3.7
Compare

LatentView Analytics

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