Upload Button Icon Add office photos

Filter interviews by

eBiz Solutions Technology Engineer Interview Questions and Answers

Updated 7 Jan 2023

eBiz Solutions Technology Engineer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed in Dec 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. He asked me that 1. All Gate like, AND Gate OR Gate, NOT Gate Etc 2. Embedded Hardware 3. How to work Component like Cap, Diode , Interrogated circuit
  • Q2. 1. What is PCB 2. How to work Amplitude 3. Type of Power supply
  • Ans. 

    This is a technical interview question about PCB, amplitude, and power supply.

    • PCB stands for Printed Circuit Board and is used to mechanically support and electrically connect electronic components.

    • Amplitude is the measure of the maximum deviation of a signal from its average value.

    • Types of power supply include AC (alternating current) and DC (direct current) power supplies.

    • Other types of power supplies include linear ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Asked full Experience And salary Discuss
1 . No Agitation
2. No Narbas Feel

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

Aptitude takes check your IQ level and inhance your mind

Round 3 - One-on-one 

(2 Questions)

  • Q1. Why are you interested in this company and what is your purpose
  • Q2. Tell about yourself with your name

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skills in interview
Simple personality
Eye contact to the interviewer
Be punctual in Time
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. List the IT profiles that you have worked upon.
  • Q2. What are the major skills of a Php Developer?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is rdbms in sql
  • Ans. 

    RDBMS stands for Relational Database Management System in SQL.

    • RDBMS is a type of database management system that stores data in a structured format using rows and columns.

    • It allows users to establish relationships between different data sets.

    • SQL (Structured Query Language) is commonly used to interact with RDBMS.

    • Examples of RDBMS in SQL include MySQL, Oracle, and SQL Server.

  • Answered by AI
  • Q2. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to represent multiple data types.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain about azure functions
  • Ans. 

    Azure Functions is a serverless compute service that lets you run event-triggered code without having to explicitly provision or manage infrastructure.

    • Azure Functions allows you to write small pieces of code that run in response to events.

    • It supports multiple programming languages like C#, JavaScript, Python, etc.

    • You can easily integrate Azure Functions with other Azure services like Azure Storage, Azure Cosmos DB, etc...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about a time a project was not successful & how you worked through it
  • Q2. What does success look like to you
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Assignment 

Very easy questions.And can be easily answered

Round 2 - HR 

(1 Question)

  • Q1. What were your roles and responsibilities
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. 1. Implement binary search tree 2. Java 8 features 3. Spring boot configuration
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 Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

The experience for writing code

Round 3 - Technical 

(5 Questions)

  • Q1. How a reverse string in java
  • Ans. 

    Reverse a string in Java

    • Convert the string to a character array

    • Use two pointers, one at the start and one at the end of the array

    • Swap the characters at the two pointers and move the pointers towards each other

    • Repeat until the pointers meet in the middle

  • Answered by AI
  • Q2. How do you calculate the number of vowels and constant in string
  • Ans. 

    This question is about calculating the number of vowels and consonants in a string.

    • Iterate through each character in the string

    • Check if the character is a vowel or a consonant

    • Increment the respective count variable

    • Return the counts of vowels and consonants

  • Answered by AI
  • Q3. How to find out if the goven two string are anagram or not
  • Ans. 

    Anagrams can be found by sorting both strings and comparing them.

    • Sort both strings alphabetically

    • Compare the sorted strings

    • If they are the same, the strings are anagrams

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

  • Answered by AI
  • Q4. An anagram of string is another string contains the same character only the order of character can be different
  • Ans. 

    An anagram of a string is a rearrangement of its characters to form a new string with the same set of characters.

    • Anagrams can be formed by rearranging the letters of a word or phrase.

    • Anagrams can be used in cryptography and word games.

    • Examples of anagrams include 'listen' and 'silent', 'debit card' and 'bad credit'.

  • Answered by AI
  • Q5. How do you determine if a string is a palidrome
  • Ans. 

    A palindrome is a string that reads the same forwards and backwards.

    • Compare the first character with the last character, the second character with the second-to-last character, and so on.

    • If any pair of characters doesn't match, the string is not a palindrome.

    • Ignore spaces and punctuation marks when comparing characters.

    • Convert the string to lowercase or uppercase to make the comparison case-insensitive.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is good

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Regarding past experience and basic technical
Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well before interview

eBiz Solutions Interview FAQs

How many rounds are there in eBiz Solutions Technology Engineer interview?
eBiz Solutions interview process usually has 2 rounds. The most common rounds in the eBiz Solutions interview process are Resume Shortlist and Technical.
What are the top questions asked in eBiz Solutions Technology Engineer interview?

Some of the top questions asked at the eBiz Solutions Technology Engineer interview -

  1. 1. What is PCB 2. How to work Amplitude 3. Type of Power sup...read more
  2. He asked me that 1. All Gate like, AND Gate OR Gate, NOT Gate Etc 2. Embedded ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
View all
Software Engineer
5 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Service Engineer
5 salaries
unlock blur

₹2.3 L/yr - ₹4 L/yr

Associate Software Engineer
4 salaries
unlock blur

₹1.5 L/yr - ₹3.6 L/yr

Sales Coordinator
4 salaries
unlock blur

₹2 L/yr - ₹2.5 L/yr

Business Development Manager
3 salaries
unlock blur

₹2.4 L/yr - ₹2.4 L/yr

Explore more salaries
Compare eBiz Solutions with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview