Upload Button Icon Add office photos

Filter interviews by

IntellyLabs Technologies Senior Developer Interview Questions and Answers

Updated 18 Jan 2025

IntellyLabs Technologies Senior Developer Interview Experiences

1 interview found

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

I applied via Job Fair and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was level medium interview with all good questions

Round 2 - Technical 

(2 Questions)

  • Q1. All about your project
  • Q2. Question related to your skills
Round 3 - HR 

(2 Questions)

  • Q1. We have tight budget we can give only x CTC
  • Q2. You will have to work everyday

Interview Preparation Tips

Interview preparation tips for other job seekers - Complete the given project task

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. HashMap internal working
Round 2 - Technical 

(1 Question)

  • Q1. Java 8 questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise the core concepts of Java and Spring Boot while practicing Java 8 coding questions.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Sliding Window find the subarray with sum equal to k
  • Ans. 

    Using sliding window technique to find subarray with sum equal to k.

    • Initialize two pointers at the start of the array.

    • Move the right pointer to expand the window until the sum is greater than or equal to k.

    • Move the left pointer to shrink the window if the sum exceeds k.

    • Repeat until the end of the array is reached.

    • Example: Input array [1, 4, 20, 3, 10, 5], k=33. Output: [20, 3, 10].

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between custom setting and custom metadata
  • Ans. 

    Custom settings are org-specific, while custom metadata can be deployed across orgs.

    • Custom settings are hierarchical and can be accessed using a hierarchy custom setting type

    • Custom metadata is deployable and can be used in managed packages

    • Custom settings are stored in the application cache, while custom metadata is stored in the metadata cache

  • Answered by AI
  • Q2. Difference between profile and role
  • Ans. 

    Profile is a summary of a person's skills and experience, while role is the specific job or position they hold within an organization.

    • Profile is a broader overview of a person's qualifications and background.

    • Role is a specific set of responsibilities and tasks assigned to an individual within a company.

    • Profiles can include education, work experience, skills, and achievements.

    • Roles can be defined by job titles such as S...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is singleton class
  • Ans. 

    A singleton class is a class that can only have one instance created throughout the application.

    • Singleton classes are often used for logging, caching, database connections, and thread pools.

    • They have a private constructor to prevent multiple instances from being created.

    • The class typically provides a static method to access the single instance.

  • Answered by AI
  • Q2. What is Method reference
  • Ans. 

    Method reference is a shorthand syntax for lambda expressions to call a method.

    • Method reference is used to refer to a method without invoking it.

    • It can be used to make code more concise and readable.

    • There are four types of method references: static, instance, constructor, and array constructor.

  • Answered by AI

Skills evaluated in this interview

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

Sample code round to implement the weather API

Round 2 - HR 

(1 Question)

  • Q1. Discussion about salary package
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Android basics question to threads
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain about ssl certifcate
  • Ans. 

    SSL certificate is a digital certificate that authenticates the identity of a website and encrypts data transmitted between the website and the user's browser.

    • SSL certificates are used to secure communication over the internet by encrypting data.

    • They are issued by Certificate Authorities (CAs) after verifying the identity of the website owner.

    • SSL certificates contain information such as the domain name, issuer, and exp...

  • Answered by AI
  • Q2. Adding the node into linked list
  • Ans. 

    To add a node into a linked list, you need to update the pointers of the previous node and the new node.

    • Create a new node with the data to be added

    • Update the next pointer of the new node to point to the current node's next

    • Update the next pointer of the current node to point to the new node

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Add element in linked list
  • Ans. 

    To add an element in a linked list, create a new node and update pointers accordingly.

    • Create a new node with the data to be added

    • Update the next pointer of the new node to point to the current head of the linked list

    • Update the head pointer to point to the new node

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I was interviewed in Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain oops concepts
  • Ans. 

    Object-oriented programming concepts like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the ne

  • Answered by AI
  • Q2. Explain solid principles
  • Ans. 

    SOLID principles are a set of five design principles that help developers create more maintainable and scalable software.

    • Single Responsibility Principle (SRP) - A class should have only one reason to change.

    • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

    • Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceable with objects of its subcla...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Senior Developer with a passion for creating innovative solutions and leading teams to success.

    • Over 10 years of experience in software development

    • Strong expertise in Java, Python, and SQL

    • Led multiple successful projects from conception to implementation

    • Proven track record of mentoring junior developers and fostering a collaborative team environment

  • Answered by AI

IntellyLabs Technologies Interview FAQs

How many rounds are there in IntellyLabs Technologies Senior Developer interview?
IntellyLabs Technologies interview process usually has 3 rounds. The most common rounds in the IntellyLabs Technologies interview process are Coding Test, Technical and HR.
How to prepare for IntellyLabs Technologies Senior Developer 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 IntellyLabs Technologies. The most common topics and skills that interviewers at IntellyLabs Technologies expect are Gradle, IAM, J2Ee and Java.
What are the top questions asked in IntellyLabs Technologies Senior Developer interview?

Some of the top questions asked at the IntellyLabs Technologies Senior Developer interview -

  1. We have tight budget we can give only x ...read more
  2. You will have to work every...read more

Tell us how to improve this page.

IntellyLabs Technologies Senior Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Cloud Infrastructure Engineer
8 salaries
unlock blur

₹5.6 L/yr - ₹9.8 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹6.3 L/yr - ₹14.2 L/yr

Senior Manager Talent Acquisition
4 salaries
unlock blur

₹8.5 L/yr - ₹10 L/yr

Software Engineer
3 salaries
unlock blur

₹5 L/yr - ₹13.6 L/yr

Senior Product Developer
3 salaries
unlock blur

₹14 L/yr - ₹14 L/yr

Explore more salaries
Compare IntellyLabs Technologies with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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