Upload Button Icon Add office photos

Filter interviews by

Inlogic Technologies Interview Questions, Process, and Tips

Updated 5 Mar 2025

Top Inlogic Technologies Interview Questions and Answers

View all 6 questions

Inlogic Technologies Interview Experiences

Popular Designations

8 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

Twenty technical multiple-choice questions: ten from general object-oriented programming, five from SQL, and five directly related to C#.

Round 2 - One-on-one 

(7 Questions)

  • Q1. Can you provide a self-introduction?
  • Ans. 

    I am a passionate Junior .NET Developer with experience in C#, ASP.NET, and SQL Server.

    • Experienced in C#, ASP.NET, and SQL Server

    • Passionate about software development

    • Quick learner and team player

  • Answered by AI
  • Q2. What are the key concepts of Object-Oriented Programming (OOP)?
  • Ans. 

    Key concepts of OOP include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class). Example: Class with private fields and public methods.

    • Inheritance: Creating new classes based on existing classes, inheriting their attributes and behaviors. Example: Subclass extending a superclass.

    • Polymorphism: Objects of different classes ...

  • Answered by AI
  • Q3. What are the available access modifiers in programming?
  • Ans. 

    Access modifiers control the visibility and accessibility of classes, methods, and variables in programming.

    • Public - accessible from anywhere

    • Private - accessible only within the same class

    • Protected - accessible within the same class and its subclasses

    • Internal - accessible within the same assembly

    • Protected Internal - accessible within the same assembly or subclasses

  • Answered by AI
  • Q4. What is your understanding of normalization in SQL?
  • Ans. 

    Normalization in SQL is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization is a technique used to eliminate redundant data and ensure data integrity.

    • It involves breaking down a table into smaller tables and defining relationships between them.

    • There are different normal forms such as 1NF, 2NF, 3NF, and BCNF.

    • For example, in a database of students and courses, instea...

  • Answered by AI
  • Q5. Difference between substr() and charindex()?
  • Ans. 

    substr() extracts a substring from a string based on start and length, while charindex() finds the position of a character or substring within a string.

    • substr() is used in SQL Server to extract a portion of a string based on the starting position and length.

    • charindex() is used in SQL Server to find the position of a specific character or substring within a string.

    • Example: SELECT SUBSTRING('Hello World', 1, 5) will retu...

  • Answered by AI
  • Q6. What is the difference between procedures and functions?
  • Ans. 

    Procedures do not return a value, while functions return a value.

    • Procedures are used to perform an action, while functions are used to calculate and return a value.

    • Functions have a return type specified, while procedures do not.

    • Example: Procedure to display a message on the screen vs Function to calculate the sum of two numbers.

  • Answered by AI
  • Q7. What is the SQL query to retrieve the maximum salary from a database?
  • Ans. 

    SQL query to retrieve the maximum salary from a database

    • Use the SELECT statement with the MAX function to retrieve the maximum salary

    • Specify the column name for the salary field in the table

    • Example: SELECT MAX(salary) FROM employees

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Completely resume based questions. They will raise questions from web technology only if you mention it in your resume or else they won't get deeper in technical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Though I'm from java background without any knowledge in HTML, CSS and C# they considered me till 3rd round because of my confidence and fluency. It was a walkin. Waiting for my 3rd round results(on hold). All the three rounds completed in a single day and the results were shared immediately. Friendly interviewers.

Top Inlogic Technologies Junior .NET Developer Interview Questions and Answers

Q1. What is the SQL query to retrieve the maximum salary from a database?
View answer (1)

Junior .NET Developer Interview Questions asked at other Companies

Q1. what is StringBuffer and were is use
View answer (2)
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Sep 2024.

Round 1 - Coding Test 

It was very good exam

Round 2 - Technical 

(2 Questions)

  • Q1. Good and quite easy
  • Q2. Oops SQL project
Round 3 - Technical 

(2 Questions)

  • Q1. All technical questions asked
  • Q2. API cloud ERP
Round 4 - HR 

(1 Question)

  • Q1. Not conducted by HR

Software Trainee Interview Questions asked at other Companies

Q1. 1. What is java and it's features ? 2. Why it is called platform independent language? 3. What is static memory allocation, dynamic memory allocation? 4. types of variable 5. Type casting 4. what is oops ? Is java contains a 100% opp's conc... read more
View answer (1)
Inlogic Technologies Interview Questions and Answers for Freshers
illustration image
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - I didn't give interview 

(2 Questions)

  • Q1. I have not gave interview
  • Q2. I have not give interview

Interview Preparation Tips

Interview preparation tips for other job seekers - I am writing to share my concerns regarding the walk-in drive conducted by your organization on 30th November 2024.

The event attracted an overwhelming response, with around 700 candidates arriving to participate. However, it was unfortunate to see that only 350 candidates were accommodated, and the rest were turned away. This decision, while understandable from a logistical perspective, resulted in significant time and financial losses for those who were not considered.

For many candidates, traveling to attend such drives involves considerable effort and expense, and being turned away without a chance to interview is disheartening. It also creates a negative impression about the planning and management of the recruitment process.

I kindly suggest that in the future, such events be planned with a clearer structure, such as:

Pre-registration: Ensure only a specific number of candidates are invited based on your capacity.
Clear Communication: Share transparent guidelines about selection criteria and the number of candidates to be accommodated.
Virtual Screening: Conduct an initial online screening to manage candidate numbers and reduce unnecessary travel.
This approach would not only save candidates' resources but also reflect positively on your company’s reputation.

I trust this feedback will be taken constructively, and I hope to see a more organized approach in your future recruitment drives.

Thank you for your understanding.

Junior Dot Net Software Developer Interview Questions asked at other Companies

Q1. Is there any company that provides jobs and training even if it doesn't pay?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good all good all good

Round 2 - One-on-one 

(2 Questions)

  • Q1. Just A technical Question , System test
  • Q2. System test and face to face

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)

Inlogic Technologies interview questions for popular designations

 Associate Software Developer

 (1)

 Senior Software Developer

 (1)

 Software Developer

 (1)

 DOT NET Developer

 (1)

 Software Trainee

 (1)

 Quality Assurance Tester

 (1)

 Junior Dot Net Software Developer

 (1)

 Junior .NET Developer

 (1)

Software Developer Interview Questions & Answers

user image parthiban palanival

posted on 19 Oct 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Very poor,false promises questions
  • Q2. Senior Management irritating asks

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to screw your career,join here..it's a gutter

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
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 Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

C#, AngularJS, SQL Server, Frontend Developer.

Round 2 - Group Discussion 

Frontend developer, C#, SQL Server, C#.

Associate Software Developer Interview Questions asked at other Companies

Q1. Nth Fibonacci Number Problem Statement Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1. Input: The input consists of a single intege... read more
View answer (1)

DOT NET Developer Interview Questions & Answers

user image basireddy umadevi

posted on 30 Dec 2024

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

I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Aptitude Test 

.NET, AngularJS, and SQL Server.

Interview Preparation Tips

Interview preparation tips for other job seekers - Identify your career goals and the type of job you desire.

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)

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

(1 Question)

  • Q1. Core java and selenium based questions
Round 3 - One-on-one 

(1 Question)

  • Q1. One to one technical

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare corejava and selenium and basic manual testing concepts required

Quality Assurance Tester Interview Questions asked at other Companies

Q1. Gaming knowledge , name of some games I play . What's difference between FPS and TPS ? Smoke testing, sanity testing, priority severity.
View answer (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold
Contribute & help others!
anonymous
You can choose to be anonymous

Inlogic Technologies Interview FAQs

How many rounds are there in Inlogic Technologies interview?
Inlogic Technologies interview process usually has 1-2 rounds. The most common rounds in the Inlogic Technologies interview process are One-on-one Round, Aptitude Test and Resume Shortlist.
How to prepare for Inlogic Technologies 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 Inlogic Technologies. The most common topics and skills that interviewers at Inlogic Technologies expect are Angular, .Net, C#, Javascript and ASP.Net.
What are the top questions asked in Inlogic Technologies interview?

Some of the top questions asked at the Inlogic Technologies interview -

  1. What is the SQL query to retrieve the maximum salary from a databa...read more
  2. What are the key concepts of Object-Oriented Programming (OO...read more
  3. What are the available access modifiers in programmi...read more

Recently Viewed

INTERVIEWS

Systenics Solutions

No Interviews

DESIGNATION

INTERVIEWS

Sahyadri Industries

No Interviews

DESIGNATION

DESIGNATION

DESIGNATION

DESIGNATION

JOBS

HDFC Bank

No Jobs

INTERVIEWS

Trivago Lifecare

No Interviews

INTERVIEWS

RBL Bank

No Interviews

Tell us how to improve this page.

Inlogic Technologies Interview Process

based on 10 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
View all

Inlogic Technologies Reviews and Ratings

based on 38 reviews

4.0/5

Rating in categories

4.0

Skill development

3.9

Work-life balance

3.8

Salary

4.1

Job security

4.0

Company culture

3.9

Promotions

3.9

Work satisfaction

Explore 38 Reviews and Ratings
Software Developer
51 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
41 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Tester
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Developer
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Plsql Developer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Inlogic Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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