Upload Button Icon Add office photos

Filter interviews by

Indicsoft Technologies Software Engineer Interview Questions and Answers

Updated 28 Mar 2024

Indicsoft Technologies Software Engineer Interview Experiences

2 interviews found

Software Engineer Interview Questions & Answers

user image Himanshu Shekhar Singh

posted on 3 Aug 2023

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(3 Questions)

  • Q1. What is your name?
  • Q2. Are you ready to learn and grow with us?
  • Q3. Do you have questions?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Sql, Python

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
4-6 weeks
Result
Selected Selected
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 - Assignment 

An exercise to complete an shopping product details page with the given api

Round 3 - One-on-one 

(1 Question)

  • Q1. Almost whatever on your resume, around an hour and 45 mins interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Managerial discussion

I applied via Company Website

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 and resoninh test
Coding test ,

Round 3 - Coding Test 

Coding test,coding skills in all languages

Interview Preparation Tips

Interview preparation tips for other job seekers - Have excellent communication skills
And coding and technical skills

I applied via Campus Placement and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. Hii mam/sir gud evng my name is sony am from peddaplli distc my qualification is mba
  • Q2. Hiii sir or mam gud evng my name is sony am from peddaplli distc my qualification is MBA am a fresher and I have no any work experience in any company my strength is adapt quickly to any environment
  • Q3. My short term goals is to get placed in a reputed company like yours wich will allow me to enhance my skills and knowledge
  • Q4. My long term goal would be to reach a higher position in our company

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Introduce my self
  • Technical Skills
  • HR
Interview preparation tips for other job seekers - Am a fresher I have no work experience in any company

I applied via Referral and was interviewed in Feb 2022. There were 5 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Coding Test 
Round 3 - Coding Test 
Round 4 - One-on-one 

(1 Question)

  • Q1. Project detail Core python questions SQL questions
Round 5 - Technical 

(1 Question)

  • Q1. Write rest API in Flask. Indexing in SQL Exception handling in flask
  • Ans. 

    Answering how to write rest API in Flask, indexing in SQL, and exception handling in Flask.

    • To write a REST API in Flask, you need to define routes using the @app.route decorator and return JSON responses using the jsonify method.

    • To index in SQL, you can use the CREATE INDEX statement to create an index on a table column to improve query performance.

    • To handle exceptions in Flask, you can use the @app.errorhandler decora...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare core language along with each python module used in your project

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Experience based questions
  • Q2. Process to raise a defect
  • Ans. 

    To raise a defect, follow these steps:

    • Identify the defect and reproduce it if necessary

    • Document the defect with a clear and concise description

    • Assign a severity level to the defect

    • Assign the defect to the appropriate team or individual

    • Track the status of the defect until it is resolved

  • Answered by AI
  • Q3. Two major reason to use automation over manual testing
  • Ans. 

    Automation saves time and increases accuracy.

    • Automation can run tests faster than humans

    • Automation can perform repetitive tasks without getting tired or making mistakes

    • Automation can simulate large amounts of data to test edge cases

    • Automation can provide consistent results

    • Manual testing is prone to human error and can be time-consuming

    • Automation can free up human testers to focus on more complex testing tasks

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
All the best

Skills evaluated in this interview

Interview Questionnaire 

6 Questions

  • Q1. Introduce your self
  • Q2. What is prime number
  • Ans. 

    A prime number is a positive integer greater than 1 that has no positive integer divisors other than 1 and itself.

    • Prime numbers are only divisible by 1 and themselves

    • Examples of prime numbers include 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, and 97

    • Prime numbers are important in cryptography and number theory

  • Answered by AI
  • Q3. Write a code on prime number
  • Ans. 

    Code to check if a number is prime or not.

    • A prime number is only divisible by 1 and itself.

    • Start checking from 2 up to the square root of the number.

    • If the number is divisible by any number in the range, it's not prime.

    • Otherwise, it's prime.

  • Answered by AI
  • Q4. Write a question on ages problem
  • Ans. 

    What is the average age of a group of people with ages ranging from 20 to 60?

    • Add up all the ages and divide by the number of people in the group

    • The age range is 40 years

    • Assuming an equal distribution of ages, the average age would be 40

  • Answered by AI
  • Q5. Are you relocate
  • Q6. What is your strengths and weaknesses

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is the difference between function overloading and function overriding?
  • Ans. 

    Function overloading is having multiple functions with the same name but different parameters. Function overriding is having a function in a subclass with the same name and parameters as a function in the superclass.

    • Function overloading is a compile-time polymorphism concept.

    • Function overriding is a runtime polymorphism concept.

    • Function overloading is used to provide different implementations of the same function for d...

  • Answered by AI
  • Q2. Difference between http and https.
  • Ans. 

    HTTP is unsecured while HTTPS is secured with SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTP operates on port 80 while HTTPS operates on port 443.

    • HTTP is vulnerable to attacks while HTTPS is secure due to SSL/TLS encryption.

    • HTTPS is indicated by a padlock icon in the browser's address bar.

    • HTTPS is used for secure online transactions such as

  • Answered by AI
  • Q3. Explain dml, ddl, tcl...
  • Ans. 

    DML, DDL, and TCL are types of SQL commands used to manipulate databases.

    • DML (Data Manipulation Language) is used to manipulate data in a database, such as inserting, updating, and deleting records.

    • DDL (Data Definition Language) is used to define the structure of a database, such as creating tables, indexes, and constraints.

    • TCL (Transaction Control Language) is used to manage transactions in a database, such as committ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for DSA, OOP, DBMS, CN and OS.

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. Java basics,spring, hibernate,microservices,oracle
  • Q2. Search from chrome
  • Ans. 

    To search from Chrome, type your query in the address bar or use the search bar on the new tab page.

    • Type your query in the address bar and press enter

    • Use the search bar on the new tab page

    • You can also use keyboard shortcuts like Ctrl+T to open a new tab and Ctrl+L to focus on the address bar

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was very good. Interview start from intro. First technical questions is OOPs,programmatic questions. interviewer was so polite and they explaining concept also.

Indicsoft Technologies Interview FAQs

How many rounds are there in Indicsoft Technologies Software Engineer interview?
Indicsoft Technologies interview process usually has 1-2 rounds. The most common rounds in the Indicsoft Technologies interview process are Technical, Resume Shortlist and One-on-one Round.

Tell us how to improve this page.

Indicsoft Technologies Software Engineer Salary
based on 8 salaries
₹1.9 L/yr - ₹10.7 L/yr
22% less than the average Software Engineer Salary in India
View more details

Indicsoft Technologies Software Engineer Reviews and Ratings

based on 2 reviews

2.5/5

Rating in categories

2.5

Skill development

2.5

Work-life balance

2.0

Salary

3.0

Job security

2.5

Company culture

2.5

Promotions

2.5

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
8 salaries
unlock blur

₹2 L/yr - ₹10.7 L/yr

Java Developer
8 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Business Analyst
7 salaries
unlock blur

₹3 L/yr - ₹6.6 L/yr

Software Developer
6 salaries
unlock blur

₹4.8 L/yr - ₹5.2 L/yr

Devops Engineer
6 salaries
unlock blur

₹3 L/yr - ₹9.4 L/yr

Explore more salaries
Compare Indicsoft Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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