Upload Button Icon Add office photos

Filter interviews by

Intellect Interview Questions, Process, and Tips

Updated 27 Nov 2024

Top Intellect Interview Questions and Answers

View all 9 questions

Intellect Interview Experiences

Popular Designations

5 interviews found

Consultant Interview Questions & Answers

user image Anand Kushwaha

posted on 6 Feb 2015

Interview Questionnaire 

6 Questions

  • Q1. What does #include perform?
  • Ans. 

    The #include directive is used to include a file in the source code.

    • It allows the programmer to use code from other files in their program.

    • The included file is processed by the preprocessor before compilation.

    • The syntax is #include or #include "filename".

    • Examples of included files are header files like or user-defined header files.

Answered by AI
  • Q2. Tell me about your final year project?
  • Ans. 

    Developed a mobile app for tracking and managing personal finances.

    • Used React Native for cross-platform development.

    • Implemented features such as budget tracking and expense categorization.

    • Integrated with third-party APIs for real-time stock market data.

    • Received positive feedback from beta testers.

    • Presented the app at a local tech conference.

  • Answered by AI
  • Q3. General questions like tell me about yourself?
  • Q4. How you are suited for this software field job being an ECE student?
  • Ans. 

    As an ECE student, I have gained knowledge and skills in programming, electronics, and communication systems which are essential in the software field.

    • I have taken courses in programming languages such as C++, Java, and Python.

    • I have experience in developing software applications for microcontrollers and embedded systems.

    • I have knowledge in communication protocols such as TCP/IP, Bluetooth, and Wi-Fi.

    • I have worked on p...

  • Answered by AI
  • Q5. Are you comfortable to move anywhere to other locations?
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I have experience working in different locations and adapting to new environments

    • I am willing to explore new places and cultures

    • I understand that relocation may be necessary for career growth

    • I am open to discussing relocation packages and support from the company

  • Answered by AI
  • Q6. Your skills and weakness
  • Ans. 

    I am skilled in communication and problem-solving, but I struggle with time management.

    • Skilled in communication and active listening

    • Strong problem-solving skills

    • Struggle with time management and prioritizing tasks

    • Working on improving time management through prioritization techniques

  • Answered by AI

    Interview Preparation Tips

    Round: Test
    Experience: For the first round which consisted of 30 questions in 30 min which included general problems of passage and verbal statistics ,Data Interpretation, Logical reasoning and quantitative analysis. If your concepts about mathematics and reasoning you are smart enough to get through it.
    For the second round again 30 questions 30 min java questions which needed some practice on output problems and error handling packages interfaces etc were the general topics.
    Tips: For aptitude practice quick questions set from indiabix.com and solve the first set exercise of Arun sharma CAT book which will be enough for u to score a heap to level the scores in java deficiency.
    For java revision again indiabix.com and few other sites for quick brushing up like studytonight.com, tutorialspoint.com which are handy.
    As there was no negative marking feel free to take a shot on probable answers all which u think of
    Duration: 60 minutes
    Total Questions: 60

    Round: Pshycometric test
    Experience: Easy for every one to handle. Just dont matter alot in your performance in this test
    Tips: If you can practice it beforehand its well and good else all can manage it at hand

    Round: Group Discussion
    Experience: In 15 minutes get a chance to speak atleast twice for the point
    Tips: Be confident enough to take initiative as breaking silence and starter gets the most attention and speak gently but confidently and dont deviate from the topic and do not cross much as it is a disscussion not a debate
    Duration: 15 min minutes

    Round: Technical Interview
    Experience: The only questions i was asked as it was a technical cum HR interview
    Tips: Tell all that you know about your project be wise to describe project and dont stop till you are asked to. make it a strong arrow in your bow to gain the interest of the interviewer in you

    Round: HR Interview
    Experience: As the time will pass by in the interviewer room you will feel relaxed
    Tips: Practice with your friend the interview. be judmental and precise. true to what you think personally. dont count too much on your weakness like your weakness should be emotional, cant say no to one who needs help,etc, and more precise on you CV it must be not more than 1 and half page try to compress and present most important ones on the first page to make sure they go through it all

    General Tips: You are going to start your professional career so look decent and professional and behave well and be confident, rest will go well
    Skill Tips: Mention them in CV
    Skills: Ability to think, Team spirit, Cooperative , Confidence level , Communication skill, honest , decisive
    College Name: NIT AGARTALA
    Motivation: That none company you can not clear if you decide and make up your mind. All the BEST!!!

    Skills evaluated in this interview

    Consultant Interview Questions asked at other Companies

    Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
    View answer (8)

    Data Analyst Interview Questions & Answers

    user image Anonymous

    posted on 27 Nov 2024

    Interview experience
    2
    Poor
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (2 Questions)

    • Q1. What is a Left Join?
    • Ans. 

      A Left Join is a type of join operation in relational databases that returns all rows from the left table and the matched rows from the right table.

      • Returns all rows from the left table, even if there are no matches in the right table

      • If there are no matches, NULL values are used for the columns from the right table

      • Useful for retrieving data from one table while including any matching data from another table

    • Answered by AI
    • Q2. Concatenation of two lists
    • Ans. 

      Concatenate two lists of strings into a single list

      • Use the '+' operator to concatenate two lists

      • Ensure both lists are arrays of strings before concatenating

      • Example: list1 = ['apple', 'banana'], list2 = ['orange', 'grape']

      • Concatenated list: ['apple', 'banana', 'orange', 'grape']

    • Answered by AI

    Skills evaluated in this interview

    Data Analyst Interview Questions asked at other Companies

    Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
    View answer (11)
    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (1 Question)

    • Q1. Core Java like string Opos

    Full Stack Developer Interview Questions asked at other Companies

    Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
    View answer (1)
    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Assignment 

    React based spa ui of hiring app

    Round 2 - HR 

    (1 Question)

    • Q1. Why do you want to work future goals

    Software Engineer Intern Interview Questions asked at other Companies

    Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, your task is to determine whether these two trees are mirrors of each other. Explanation: Two trees are considered mirror of each other if: The roots of both the trees are the... read more
    View answer (1)

    Intellect interview questions for popular designations

     Data Analyst

     (1)

     Software Developer

     (1)

     Software Engineer Intern

     (1)

     Full Stack Developer

     (1)

     Consultant

     (1)

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

    I applied via Naukri.com and was interviewed before Aug 2023. There were 2 interview rounds.

    Round 1 - Aptitude Test 

    30 minutes Aptitude test

    Round 2 - Technical 

    (6 Questions)

    • Q1. What is java ?
    • Ans. 

      Java is a high-level programming language known for its portability, security, and object-oriented features.

      • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM).

      • It is known for its strong security features, such as automatic memory management and built-in exception handling.

      • Java is an object-oriented language, allowing for modular and reusable code through classes and objects...

    • Answered by AI
    • Q2. What is collection framework
    • Ans. 

      Collection framework is a unified architecture for representing and manipulating collections of objects in Java.

      • Provides interfaces (List, Set, Map) and classes (ArrayList, HashSet, HashMap) for storing and manipulating groups of objects

      • Includes algorithms for searching, sorting, and manipulating collections

      • Allows for easy iteration over collections using iterators or enhanced for loops

    • Answered by AI
    • Q3. What are the OOPS concept
    • Ans. 

      OOPS concepts are the four main principles of Object-Oriented Programming: Inheritance, Encapsulation, Abstraction, and Polymorphism.

      • 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.

      • Abstraction: Hiding the complex implementation details and showing only the necessary features of an object.

      • Polymorphism:

    • Answered by AI
    • Q4. What is Streams
    • Ans. 

      Streams are sequences of data that allow for efficient processing of large amounts of data in a continuous manner.

      • Streams are used for processing data in a continuous and efficient manner.

      • They allow for reading and writing data in chunks rather than all at once.

      • Examples include reading a file line by line, processing a live video feed, or receiving real-time data from a network connection.

    • Answered by AI
    • Q5. What is functional interface
    • Ans. 

      A functional interface is an interface that contains only one abstract method.

      • Functional interfaces can have multiple default or static methods, but only one abstract method.

      • Functional interfaces are used in lambda expressions and method references.

      • Examples of functional interfaces in Java include Runnable, Callable, and Comparator.

    • Answered by AI
    • Q6. Java 8 feature ?
    • Ans. 

      Java 8 introduced several new features including lambda expressions, streams, and the new Date and Time API.

      • Lambda expressions allow for more concise code and easier parallel programming.

      • Streams provide a way to process collections of objects in a functional style.

      • The new Date and Time API offers improved date and time handling compared to the old Date and Calendar classes.

    • Answered by AI

    Skills evaluated in this interview

    Top Intellect Software Developer Interview Questions and Answers

    Q1. what is collection framework
    View answer (1)

    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 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

    I was interviewed before Sep 2020.

    Round 1 - Coding Test 

    (1 Question)

    Round duration - 140 minutes
    Round difficulty - Medium

    Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

    • Q1. 

      Sum of Two Numbers Represented as Arrays

      Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

    • Ans. 

      Given two numbers represented as arrays, calculate their sum and return the result as an array.

      • Iterate through the arrays from right to left, adding digits and carrying over if necessary

      • Handle cases where one array is longer than the other by considering the remaining digits

      • Ensure the final sum array does not have any leading zeros

    • Answered by AI
    Round 2 - Face to Face 

    Round duration - 20 minutes
    Round difficulty - Easy

    The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

    Round 3 - HR 

    Round duration - 8 minutes
    Round difficulty - Easy

    This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

    Interview Preparation Tips

    Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

    Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
    Tip 2 : Exercise problems based on OOPS concepts and others too.
    Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

    Application resume tips for other job seekers

    Tip 1 : Your resume should be in standard form, short and simple will be more effective.
    Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

    Final outcome of the interviewSelected

    Skills evaluated in this interview

    I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

    Interview Questionnaire 

    1 Question

    • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Clear basics of oops and design pattern

    I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.

    Interview Questionnaire 

    1 Question

    • Q1. Basic questions only ... regarding job and experience

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be confident ... always say the truth ... never try to fake your details

    Intellect Interview FAQs

    How many rounds are there in Intellect interview?
    Intellect interview process usually has 1-2 rounds. The most common rounds in the Intellect interview process are Technical, Assignment and HR.
    How to prepare for Intellect 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 Intellect. The most common topics and skills that interviewers at Intellect expect are Algorithms, Data Structures, Node.Js, OOAD and MySQL.
    What are the top questions asked in Intellect interview?

    Some of the top questions asked at the Intellect interview -

    1. What does #include perfo...read more
    2. what is collection framew...read more
    3. what are the OOPS conc...read more

    Tell us how to improve this page.

    Intellect Interview Process

    based on 6 interviews

    Interview experience

    4.5
      
    Good
    View more

    Interview Questions from Similar Companies

    TCS Interview Questions
    3.7
     • 10.4k Interviews
    Accenture Interview Questions
    3.8
     • 8.1k Interviews
    Infosys Interview Questions
    3.6
     • 7.5k Interviews
    Wipro Interview Questions
    3.7
     • 5.6k Interviews
    Tech Mahindra Interview Questions
    3.5
     • 3.8k Interviews
    HCLTech Interview Questions
    3.5
     • 3.8k Interviews
    LTIMindtree Interview Questions
    3.8
     • 2.9k Interviews
    Mphasis Interview Questions
    3.4
     • 791 Interviews
    View all

    Intellect Reviews and Ratings

    based on 22 reviews

    4.0/5

    Rating in categories

    3.5

    Skill development

    3.8

    Work-life balance

    4.1

    Salary

    3.9

    Job security

    4.0

    Company culture

    3.4

    Promotions

    3.9

    Work satisfaction

    Explore 22 Reviews and Ratings
    Softwaretest Engineer
    16 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Consultant
    12 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Software Engineer
    9 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Software Developer
    7 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Senior Project Leader
    7 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Explore more salaries
    Compare Intellect 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