Upload Button Icon Add office photos

Filter interviews by

Splan Labs Interview Questions and Answers

Updated 5 May 2025
Popular Designations

Splan Labs Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Html5 features, difference between session and local storage, box model in css,
  • Q2. Var, let difference in js, how do you add class name to element in jquery, some normal output based js questions
  • Ans. 

    In jQuery, you can add a class name to an element using the addClass() method.

    • Use the addClass() method in jQuery to add a class name to an element.

    • Syntax: $(selector).addClass(className);

    • Example: $('button').addClass('active');

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Core java questions
  • Q2. Project related and messaging and email related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - The first technical round was a positive experience; the interviewer was humble and cooperative throughout the process. However, the managerial round was very unprofessional and disappointing. The manager, Mr. Shreedhar Paridhi, joined the interview approximately 20 minutes late without any acknowledgment or apology. He seemed to expect the experience of a candidate with three years of experience, and despite every successful answer, he behaved rudely and created confusion, which resulted in a loss of confidence and encouragement. i will suggest increase your componstaion and package for that FAANG level experties with thsi below avarage level package dont expect a google expert and be happy with basic to advance level answer for some questions all cant give 100% accurate answer to all the questionsn. All those questions are not meant to be full usefull in your project. Judge on real experience not on theory and book expert then you will get a interview cracker not an developer. You should judge on problem solving skills not on book theory and defination
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Html5 , Css3 flex vs grid, JavaScript coding questions, jquery dom manipulations

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Splan Labs?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview in Aug 2017.

Interview Preparation Tips

Round: Test
Experience: All questions related to HTML, CSS, Bootstrap, Javascript, JQuery and Angular jS
Duration: 30 minutes
Total Questions: 20

Round: Technical Interview
Experience: They ask all Technical Questions which are based on our skills mentioned in CV.

Interview Questionnaire 

2 Questions

  • Q1. I joined cognizant as a fresher, so jat be confident about one programing language and try to solve basic fundamental programming and oops concept along with sql knowledge
  • Q2. I was asked for the Armstrong that l did and about hierarchy and structure

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident that you are a learner and can be fit to any project.

Interview Questionnaire 

1 Question

  • Q1. Questions on routing concepts, advanced html,css and javascript

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

Interview Questionnaire 

3 Questions

  • Q1. Components of extjs
  • Ans. 

    ExtJS is a JavaScript framework for building web applications with rich user interfaces.

    • ExtJS has a wide range of components including grids, forms, trees, charts, and more.

    • Components can be customized with themes and plugins.

    • Some popular ExtJS components include GridPanel, FormPanel, and TreePanel.

    • ExtJS also includes a powerful data package for managing data in components.

    • Components can be easily integrated with other...

  • Answered by AI
  • Q2. How to fetch value using different methods
  • Ans. 

    Different methods to fetch values in UI development

    • Using document.getElementById() to fetch value by element ID

    • Using document.querySelector() to fetch value by CSS selector

    • Using event.target.value to fetch value from input fields

    • Using AJAX to fetch data from server

    • Using local storage to fetch stored values

  • Answered by AI
  • Q3. Grid events and structures of basis form
  • Ans. 

    Grid events and structures are essential for UI development.

    • Grid events are actions that occur when a user interacts with a grid, such as clicking a cell or scrolling.

    • Grid structures refer to the layout and organization of the grid, including columns, rows, and headers.

    • Examples of grid events include onCellClick, onRowSelect, and onScroll.

    • Examples of grid structures include columnDefs, rowData, and headerHeight.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 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 - Aptitude Test 

30 min,mathematics,general study

Round 3 - Coding Test 

30 min, UI full stack developer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest don't lost your hopes and try again and again and again.........you will success!
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 - HR 

(1 Question)

  • Q1. Indroduction
Round 3 - Aptitude Test 

Hii

Interview Preparation Tips

Interview preparation tips for other job seekers - hii Govind kumar
BCA:2021
From:Mahatma Gandhi Kashi Vidhyapith Varanasi

Interview Questionnaire 

4 Questions

  • Q1. How to handle performance issues in angular
  • Ans. 

    Performance issues in Angular can be handled by optimizing code, reducing HTTP requests, and using lazy loading.

    • Optimize code by using trackBy in ngFor loops

    • Reduce HTTP requests by using caching and pagination

    • Use lazy loading to load only necessary components

    • Use AOT compilation to reduce load time

    • Avoid using ngIf with heavy computations

    • Use ChangeDetectionStrategy.OnPush to reduce change detection cycles

  • Answered by AI
  • Q2. How to create and use custom directive
  • Ans. 

    Custom directives in AngularJS allow you to create reusable components.

    • Create a new directive using the directive() method

    • Specify the directive's behavior using the link() method

    • Use the directive in HTML using its name as an attribute

    • Pass data to the directive using attributes

    • Example:

  • Answered by AI
  • Q3. How angular works , architecture
  • Ans. 

    Angular is a JavaScript framework for building web applications with a modular architecture.

    • Angular uses a component-based architecture to build reusable UI components

    • It uses a declarative approach to define UI elements and their behavior

    • Angular provides a powerful set of tools for data binding, dependency injection, and routing

    • It follows the MVC (Model-View-Controller) pattern to separate concerns and improve maintain...

  • Answered by AI
  • Q4. ES6 features

Skills evaluated in this interview

Splan Labs Interview FAQs

How many rounds are there in Splan Labs interview?
Splan Labs interview process usually has 1 rounds. The most common rounds in the Splan Labs interview process are Technical.
How to prepare for Splan Labs 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 Splan Labs. The most common topics and skills that interviewers at Splan Labs expect are Hibernate, MySQL, Spring, Javascript and Core Java.
What are the top questions asked in Splan Labs interview?

Some of the top questions asked at the Splan Labs interview -

  1. Var, let difference in js, how do you add class name to element in jquery, some...read more
  2. Html5 features, difference between session and local storage, box model in c...read more
  3. project related and messaging and email related questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 4 interview experiences

Difficulty level

Hard 100%

Duration

2-4 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.3k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
View all

Splan Labs Reviews and Ratings

based on 6 reviews

1.5/5

Rating in categories

1.3

Skill development

1.7

Work-life balance

1.3

Salary

2.1

Job security

1.3

Company culture

1.3

Promotions

1.5

Work satisfaction

Explore 6 Reviews and Ratings
Technical Leader Consultant
5 salaries
unlock blur

₹9.2 L/yr - ₹17.4 L/yr

Analyst
4 salaries
unlock blur

₹5.5 L/yr - ₹5.5 L/yr

Implementation Engineer
4 salaries
unlock blur

₹3 L/yr - ₹8.3 L/yr

Software Engineer
3 salaries
unlock blur

₹4 L/yr - ₹5 L/yr

Technical Support Engineer
3 salaries
unlock blur

₹2.4 L/yr - ₹8 L/yr

Explore more salaries
Compare Splan Labs with

TCS

3.6
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview