Upload Button Icon Add office photos

Filter interviews by

ITUS INSURANCE BROKERS Software Developer Interview Questions and Answers

Updated 21 Jul 2022

ITUS INSURANCE BROKERS Software Developer Interview Experiences

1 interview found

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 

Reasioning,amptitude,coding

Round 3 - One-on-one 

(1 Question)

  • Q1. My introduction,some questions on coding etc
Round 4 - HR 

(1 Question)

  • Q1. Introduction,salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep on working until u reach your goal
Be positive mind set

Interview questions from similar companies

Software Developer Interview Questions & Answers

TCS user image chandrika gadaputi

posted on 17 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

Numerical aptitude test, logical reasoning test, and technical aptitude test.

Round 2 - Group Discussion 

Case study GD, topic based GD,Role_play GD

Round 3 - HR 

(5 Questions)

  • Q1. Can you tell me yourself ?
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Familiarity with version control systems like Git

  • Answered by AI
  • Q2. How did you hear about this role?
  • Ans. 

    I found this role through a job posting on LinkedIn.

    • Saw job posting on LinkedIn

    • Applied through company website

    • Referred by a friend who works at the company

  • Answered by AI
  • Q3. What are your long term career goals?
  • Ans. 

    My long term career goal is to become a senior software architect and lead a team of developers to create innovative solutions.

    • Work towards gaining expertise in various programming languages and technologies

    • Take on leadership roles in projects to develop management and communication skills

    • Attend industry conferences and workshops to stay updated on latest trends and advancements

    • Seek opportunities for mentorship and pro

  • Answered by AI
  • Q4. Do you have any questions for me ?
  • Q5. What do you know about our company?
  • Ans. 

    Your company is a leading software development firm specializing in creating innovative solutions for various industries.

    • Your company has a strong reputation for delivering high-quality software products.

    • You have a diverse portfolio of clients from different industries.

    • Your company values innovation and creativity in software development.

    • Your team is known for its expertise in cutting-edge technologies like AI and bloc...

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. What is your favourite programming language?
  • Ans. 

    My favorite programming language is Python because of its simplicity, readability, and versatility.

    • Python is known for its clean and readable syntax, making it easy to learn and understand.

    • Python has a large standard library with built-in modules for various tasks, reducing the need for external libraries.

    • Python is versatile and can be used for web development, data analysis, artificial intelligence, and more.

  • Answered by AI
  • Q2. Can you explain the concept of object oriented programming?
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • Objects are instances of classes, which define the structure and behavior of the objects.

    • Encapsulation is the concept of bundling data and methods that operate on the data within a single unit, such as a class.

    • Inheritance allows classes to inherit attribu...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS Software Developer interview:
  • General tropics
  • Communication Skills
  • Time Management
  • Leadership Skills
Interview preparation tips for other job seekers - Network and make connections
Update your resume and online profiles
Research the company
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Project based questions
  • Q2. Scenario based question (multithreading and caching related scenarios were asked to me)
  • Q3. One coding challenge

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions vary from team to team.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in May 2024.

Round 1 - Technical 

(8 Questions)

  • Q1. Tell me about yourself.
  • Q2. Show me and explain me any of your project.
  • Q3. Why you made this project on vanila javascript instead of React.
  • Q4. Why we need OOPs.
  • Q5. And basics questions from html, css, javascript and react.
  • Q6. Function overloading and overriding
  • Q7. Why you want to join this company.
  • Q8. Some query of MySQL

Interview Preparation Tips

Topics to prepare for Genpact Software Developer interview:
  • OOPS
  • Javascript
  • React.Js
  • html
  • CSS
  • MySQL
Interview preparation tips for other job seekers - Just prepare basics of OOPs and prepare your project properly and be confident.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Palindrome code
  • Q2. Delete all the distinct records
  • Ans. 

    To delete all distinct records, use a query to identify and remove duplicate entries.

    • Identify distinct records using a query

    • Delete duplicate entries from the database

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Calaender based questions

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

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

Round 1 - Coding Test 

1)Buy and sell stock
2)2 sum
3) system design
4) Elastic search
5) deployment

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Aptitude Test 

20 min for 1 round of interview

Round 2 - One-on-one 

(2 Questions)

  • Q1. Opps concepts with uses
  • Ans. 

    OOPs concepts are fundamental principles in object-oriented programming that help in organizing and managing code efficiently.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementati...

  • Answered by AI
  • Q2. Multithreading and how to use it
  • Ans. 

    Multithreading allows multiple threads to run concurrently, improving performance and responsiveness.

    • Multithreading is used to execute multiple tasks simultaneously within a single process.

    • It can improve performance by utilizing multiple CPU cores efficiently.

    • Common multithreading libraries include Java's Thread class and C#'s Task Parallel Library.

    • Example: In a web server, multithreading can handle multiple client req...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java and Python programming languages

    • Skilled in web development using HTML, CSS, and JavaScript

    • Familiar with Agile development methodologies

  • Answered by AI
  • Q2. Dtrength and weaknesses

Skills evaluated in this interview

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

I was interviewed in Dec 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Everything Regarding python
Round 2 - Technical 

(1 Question)

  • Q1. Everything regarding AI/ML/DL with example
Round 3 - Mangineral 

(1 Question)

  • Q1. Most situation-based questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Js question closure
  • Q2. Currying technique
  • Ans. 

    Currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.

    • Currying helps in creating reusable functions by partially applying arguments.

    • It allows for better code organization and readability.

    • Example: const add = a => b => a + b; add(2)(3) will return 5.

  • Answered by AI
  • Q3. Palindrome word

ITUS INSURANCE BROKERS Interview FAQs

How many rounds are there in ITUS INSURANCE BROKERS Software Developer interview?
ITUS INSURANCE BROKERS interview process usually has 4 rounds. The most common rounds in the ITUS INSURANCE BROKERS interview process are Resume Shortlist, Aptitude Test and One-on-one Round.

Tell us how to improve this page.

ITUS INSURANCE BROKERS Software Developer Salary
based on 7 salaries
₹2 L/yr - ₹5 L/yr
53% less than the average Software Developer Salary in India
View more details
Software Developer
7 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Assistant Manager
4 salaries
unlock blur

₹3 L/yr - ₹5.3 L/yr

Business Development Manager
4 salaries
unlock blur

₹3 L/yr - ₹3.5 L/yr

Software Engineer
3 salaries
unlock blur

₹2.5 L/yr - ₹20 L/yr

GIS Analyst
3 salaries
unlock blur

₹2 L/yr - ₹2.7 L/yr

Explore more salaries
Compare ITUS INSURANCE BROKERS with

TCS

3.7
Compare

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Genpact

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