Upload Button Icon Add office photos

Filter interviews by

Itobuz Technologies Software Developer Trainee Interview Questions and Answers

Updated 19 Dec 2024

Itobuz Technologies Software Developer Trainee Interview Experiences

2 interviews found

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

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

Round 1 - Aptitude Test 

Aptitude included basic mathematics and logical reasoning

Round 2 - Coding Test 

2 questions. 1 easy and 1 of medium level

Round 3 - One-on-one 

(2 Questions)

  • Q1. What is a destructor in c++
  • Ans. 

    A destructor in C++ is a special member function that is called automatically when an object is destroyed.

    • Destructors have the same name as the class preceded by a tilde (~).

    • They are used to release resources allocated by the object during its lifetime.

    • Destructors are called automatically when an object goes out of scope or is explicitly deleted.

    • Example: ~ClassName() { // destructor code here }

  • Answered by AI
  • Q2. Difference between method overloading and overriding
  • Ans. 

    Method overloading is having multiple methods in the same class with the same name but different parameters, while method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Method overloading is resolved at compile time based on the method signature.

    • Method overriding is resolved at runtime based on the object type.

    • Method overloading is used to provide different i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - know your resume very well. do not put anything on your resume that is not true (any skill or achievements). prepare answers for traditional hr questions before-hand.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Aug 2023. There were 4 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 - Aptitude Test 

Aptitude round Consisting of Quant,Logical,Reasoning and coding also

Round 3 - Coding Test 

Three Sql and Three Programming were Given

Round 4 - One-on-one 

(1 Question)

  • Q1. What are your Strength and weaknesses? Why should we hire you? Not much Technical questions

Software Developer Trainee Interview Questions Asked at Other Companies

Q1. 1. Tell me about your self 2. Difference Between c & c++. 3. ... read more
Q2. What is a static keyword in java? Where are the static variables ... read more
Q3. 1.Do you use social media? What is the use of it? 2.Tell us about ... read more
Q4. 2.You are given a chess board and the position of queen find the ... read more
asked in CodeAegis
Q5. 4 pills are medicine, in which 2 pills for fever and 2 pills for ... read more

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What is second level cache?How to implement second level cache?How to optimize sql query?what are solid principles?
  • Ans. 

    Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.

    • Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.

    • To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.

    • SOLID principles are a set of design principles for writing maintainable and scalable cod...

  • Answered by AI
  • Q2. Mostly FAQ but somewhat in depth?
  • Q3. How to deploy application in aws?
  • Ans. 

    To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.

    • Create an EC2 instance in the desired region and select the appropriate instance type

    • Configure security groups to allow traffic to and from the instance

    • Install necessary software and dependencies on the instance

    • Upload your application code to the instance

    • Start the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic faq but in depth,Interview level is easy to medium.They will ask only theory .No practical algorithm test.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is my longterm and short-term goals.
  • Ans. My short-term is to become an expert in solving queries And long term is to become valuable employee in an organisation and managing a team, also helping new recruits to learn the work.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent and friendly-nature interview

I applied via Campus Placement and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. THERE WERE 4 ROUNDS.1-APTITUDE 2-PSEUDO TEST 2-TECHNICAL INTERVIEW 4-HR ROUND
  • Q2. 1ST ROUND WAS VERY SIMPLE 2ND WAS LITTLE COMPLEX 3RD&4TH ROUND WAS VERY SIMPLE

Interview Preparation Tips

Interview preparation tips for other job seekers - PREPARE BASIC PROGRAMMING CONCEPTS AND APTITUDE

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Where do we use BigInteger in java ?
  • Ans. 

    BigInteger is used for mathematical operations involving very large integers in Java.

    • BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.

    • It is commonly used in cryptography and security applications.

    • It provides methods for arithmetic, bitwise, and logical operations on large integers.

    • Example: calculating factorial of a large number, generating large prime nu

  • Answered by AI
  • Q2. Merge Sort Algo code in java
  • Ans. 

    Merge Sort Algo code in java

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Time complexity: O(n log n)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Core Java
  • DSA
Interview preparation tips for other job seekers - Not a very good interview experience. I was asked 2-3 questions only. Not satisfied with interview process.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. In 1st round they asked aptitude questions And 2nd round was an technical hr interview in this they asked oops concepts and basic C programming

Interview Questionnaire 

1 Question

  • Q1. Java collection

Interview Preparation Tips

Interview preparation tips for other job seekers - In hackathon , there is no interview round.

Interview Questionnaire 

1 Question

  • Q1. Spring IOC , bean scopes, Tomcat server questions , SpringBoot questions Dependency questions, Maven questions

Interview Questionnaire 

1 Question

  • Q1. Indexes, union and union all, data warehousing questions

Itobuz Technologies Interview FAQs

How many rounds are there in Itobuz Technologies Software Developer Trainee interview?
Itobuz Technologies interview process usually has 3-4 rounds. The most common rounds in the Itobuz Technologies interview process are Aptitude Test, Coding Test and One-on-one Round.
What are the top questions asked in Itobuz Technologies Software Developer Trainee interview?

Some of the top questions asked at the Itobuz Technologies Software Developer Trainee interview -

  1. difference between method overloading and overrid...read more
  2. what is a destructor in ...read more

Tell us how to improve this page.

Itobuz Technologies Software Developer Trainee Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Itobuz Technologies Software Developer Trainee Salary
based on 4 salaries
₹6 L/yr - ₹7.5 L/yr
89% more than the average Software Developer Trainee Salary in India
View more details
Front end Developer
12 salaries
unlock blur

₹3 L/yr - ₹4.1 L/yr

Senior Front end Developer
8 salaries
unlock blur

₹5.5 L/yr - ₹10 L/yr

Software Developer
6 salaries
unlock blur

₹4.9 L/yr - ₹6.5 L/yr

Web Developer
6 salaries
unlock blur

₹2.7 L/yr - ₹5.5 L/yr

Backend Developer
5 salaries
unlock blur

₹4 L/yr - ₹5.3 L/yr

Explore more salaries
Compare Itobuz Technologies with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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