Upload Button Icon Add office photos

Filter interviews by

Easybi Solutions Software Engineer Trainee Interview Questions and Answers

Updated 7 Jan 2022

Easybi Solutions Software Engineer Trainee Interview Experiences

1 interview found

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

Interview Questionnaire 

2 Questions

  • Q1. How many filters in Power Bi?
  • Ans. 

    Power BI has various types of filters including visual, page, drill-through, slicer, and cross-filtering.

    • Visual filters apply to a single visual or chart.

    • Page filters apply to all visuals on a single page.

    • Drill-through filters allow users to navigate to more detailed data.

    • Slicer filters allow users to filter data across multiple visuals.

    • Cross-filtering allows users to filter data in one visual based on selections in an

  • Answered by AI
  • Q2. 3 type of fileters
  • Ans. 

    Three types of filters are low-pass, high-pass, and band-pass filters.

    • Low-pass filter allows low-frequency signals to pass through and attenuates high-frequency signals.

    • High-pass filter allows high-frequency signals to pass through and attenuates low-frequency signals.

    • Band-pass filter allows a specific range of frequencies to pass through and attenuates frequencies outside that range.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident,be clear,if u don't know the answer leave it

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Tha aptitude exam was not very easy and not that difficult. It was something which one can easily get into.

Round 2 - Technical 

(1 Question)

  • Q1. Question related to 1. Servers 2. Coding practices 3. Database queries 4. Latest versions syntax
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Windows internals
  • Q2. Windows apis like loaddll dynamically
  • Q3. IPC mechanism in windows
  • Ans. 

    IPC mechanism in Windows allows communication between processes through shared memory, message passing, and synchronization.

    • IPC mechanisms in Windows include named pipes, mailslots, shared memory, and sockets.

    • Named pipes allow communication between processes on the same machine or over a network.

    • Mailslots are used for one-way interprocess communication.

    • Shared memory allows processes to share data by mapping a region of...

  • Answered by AI
  • Q4. Multi-threading in windows
  • Ans. 

    Multi-threading in Windows allows multiple threads to run concurrently within a single process.

    • Windows provides APIs like CreateThread and CreateProcess to create and manage threads.

    • Threads share the same memory space within a process, allowing for efficient communication and resource sharing.

    • Windows supports both user-mode and kernel-mode threads, with user-mode threads being more lightweight.

    • Synchronization mechanism...

  • Answered by AI
  • Q5. C++ general questions
Round 2 - Technical 

(4 Questions)

  • Q1. Memory management
  • Q2. Memory mapping in windows, file mapping
  • Ans. 

    Memory mapping in Windows allows files to be mapped directly into memory for faster access and manipulation.

    • Memory mapping allows files to be accessed as if they were in memory

    • File mapping can be used for sharing data between processes

    • Improves performance by reducing disk I/O operations

    • Examples: CreateFileMapping, MapViewOfFile, UnmapViewOfFile

  • Answered by AI
  • Q3. Windows internal
  • Q4. Critical section in windows
  • Ans. 

    Critical section in Windows is a synchronization mechanism used to protect shared resources from concurrent access.

    • Critical sections are used to ensure mutual exclusion between threads accessing shared resources.

    • They are implemented using the Windows API functions InitializeCriticalSection, EnterCriticalSection, and LeaveCriticalSection.

    • Critical sections are more efficient than mutexes for synchronization within a sing...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through c++ apis specifically for windows.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

Trees,stack , queue questions and circular linked list question

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

It was online , evryone cheated , and even solving all the questions wont get you shortlisted

Round 2 - Technical 

(2 Questions)

  • Q1. Dynamic memory allocation in c
  • Ans. 

    Dynamic memory allocation in C allows for allocating memory at runtime, enabling flexibility in memory usage.

    • Use functions like malloc(), calloc(), and realloc() to dynamically allocate memory in C.

    • Remember to free the allocated memory using free() to prevent memory leaks.

    • Dynamic memory allocation is commonly used for creating arrays or structures of unknown size at compile time.

  • Answered by AI
  • Q2. Reverse linked list

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Instahyre and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Product array itself

Round 2 - Assignment 

Parking lot design system design in java

I applied via Campus Placement and was interviewed in Sep 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 tips
Round 2 - Coding Test 

There were some basic aptitude and english questions too.
first two were easy questions on strings and array.
third question on trees.
I solved first 2 questions.

Round 3 - Technical 

(3 Questions)

  • Q1. Computer networking, Operating systems, DBMS, Java, OOPS
  • Q2. Linked list implementation and operations.
  • Ans. 

    Linked list is a data structure where each node points to the next node. Common operations include insertion, deletion and traversal.

    • Linked list is made up of nodes that contain data and a pointer to the next node.

    • Insertion involves creating a new node and updating the pointers of the adjacent nodes.

    • Deletion involves updating the pointers of the adjacent nodes to bypass the node to be deleted.

    • Traversal involves startin...

  • Answered by AI
  • Q3. Bit manipulation question on counting number of 1's in binary of a decimal number

Interview Preparation Tips

Topics to prepare for Tally Solutions Software Engineer Trainee interview:
  • CN
  • OS
  • OOPS
  • DSA
  • DBMS
Interview preparation tips for other job seekers - Prepare DSA, project, OOPS and core subjects well.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Questions related to Projects and what design pattern you followed in it.
  • Q2. Create a table of a Manager-Employee, add some rows in it and write some queries.
  • Ans. 

    Create a table of Manager-Employee, add rows, and write queries.

    • Create a table named 'ManagerEmployee' with columns 'ManagerID' and 'EmployeeID'

    • Add rows to the table to represent the relationship between managers and employees

    • Write queries to retrieve information such as employees reporting to a specific manager

  • Answered by AI
  • Q3. What are the challenges I faced in my last project and how did I resolve it?

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your resume very well. Questions will be asked about your projects in the last company. What was the design pattern was followed in the project? Question-related to database.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Arrays and strings, trees

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on oops and projects
  • Q2. Tell if two strings are anagrams or not
  • Ans. 

    Check if two strings are anagrams by comparing the sorted characters in each string.

    • Sort the characters in both strings and compare if they are equal.

    • Ignore spaces and punctuation when comparing the strings.

    • Example: 'listen' and 'silent' are anagrams.

    • Example: 'hello' and 'world' are not anagrams.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is tally solutions?
  • Ans. 

    Tally Solutions is a software company that provides accounting and business management software solutions.

    • Tally Solutions offers software for financial accounting, inventory management, payroll, and more

    • It is widely used by small and medium-sized businesses for managing their finances

    • Tally software helps in generating reports, tracking expenses, and ensuring compliance with tax regulations

  • Answered by AI
  • Q2. Regarding projects and some hr questions

Skills evaluated in this interview

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.

Easybi Solutions Interview FAQs

What are the top questions asked in Easybi Solutions Software Engineer Trainee interview?

Some of the top questions asked at the Easybi Solutions Software Engineer Trainee interview -

  1. How many filters in Power ...read more
  2. 3 type of filet...read more

Tell us how to improve this page.

Software Engineer
76 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
57 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Power BI Developer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Easybi Solutions with

Tally Solutions

4.2
Compare

Zoho

4.3
Compare

QUICK HEAL TECHNOLOGIES

3.7
Compare

Freshworks

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