Upload Button Icon Add office photos

Filter interviews by

Info Dynamic Software Systems Software Engineer Trainee Interview Questions and Answers

Updated 12 Jul 2024

Info Dynamic Software Systems Software Engineer Trainee Interview Experiences

1 interview found

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 Jun 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. GIVE PROJECT EXPLANATION
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used HTML, CSS, and JavaScript for front-end development

    • Utilized Node.js and MongoDB for back-end development

    • Implemented user authentication and authorization features

    • Integrated third-party APIs for additional functionality

  • Answered by AI
  • Q2. WHY SHOULD I HIRE YOU

Interview questions from similar companies

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

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

Round 1 - Aptitude Test 

First round was aptitude round..it was easy and some basics english grammar based questions were asked in this round.Then on the basis of marks around 70 out of 136 were selected for the next round

Round 2 - Group Discussion 

Second round was group discussion.It went really well ,our topic was water crisis in the current world

Round 3 - Technical 

(2 Questions)

  • Q1. Questions were from my resume,how many types of status codes are their in js or node
  • Q2. What is Sdlc ,how did you implemented it in your project
Round 4 - HR 

(1 Question)

  • Q1. Last round was hr round...hr was so friendly.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on your communication skills and your resume.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at National Institute of Engineering (NIE) and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Assignment 

The assignment was given online and the questions were on DSA and SQL

Round 2 - Technical 

(1 Question)

  • Q1. It was an in person technical interview they asked me about projects that I worked on in my academics

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep on hustling till you get your dream job in Dream company
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic maths, logical reasoning and DI

Round 2 - Coding Test 

C++ DSA linked list questions

Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science, passionate about software development and eager to learn and grow in the field.

    • Recent graduate with a degree in Computer Science

    • Passionate about software development

    • Eager to learn and grow in the field

  • Answered by AI
  • Q2. What are your expectations from the company
  • Ans. 

    I expect the company to provide opportunities for learning, growth, and a supportive work environment.

    • Opportunities for continuous learning and skill development

    • Supportive work environment with mentorship and guidance

    • Clear communication and feedback from management

    • Opportunities for career advancement and growth within the company

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Based on experience
  • Q2. Complete technical
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was moderate level.

Round 2 - Aptitude Test 

It was easy to moderate level.

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

Mcq question is provided and we choice the answer

Round 2 - Coding Test 

Write coding answer for question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Have prepared to the basic math, logical, reasoning it'll help to clear this round.

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 

I would like to give a aptitude test about Java language

Round 3 - Group Discussion 

Share a knowledge about Java from what I know

Round 4 - Internship 

(2 Questions)

  • Q1. What is Java? Features of Java? Ans-java is a high level programing language and it is platform independent. Java is a collection of objects It was developed by sun Microsystem.There are lot of appl...
  • Ans. 

    Java is a high-level, object-oriented programming language that is platform-independent and widely used for developing applications, websites, and games.

    • Developed by Sun Microsystems

    • Collection of objects

    • High performance and multi-threaded

    • Used for developing Android apps, enterprise applications, and web applications

  • Answered by AI
  • Q2. Why Java is not ?% object oriented? Ans- Java is not fully object oriented because it supports primitive data type like int,byte,long etc.Which are not objects because in Java we use data types like int, f...

Interview Preparation Tips

Topics to prepare for Google Software Engineer Trainee interview:
  • Java language
Interview preparation tips for other job seekers - My name is Taibanaz khan.I am persuing 2nd year in btech from RTMNU University.
My hobby is reading a book.My strength is I am honest self motivated and I am confident about my work.My weakness is I am not feel comfortable when I am not completing my work in the given time.

Skills evaluated in this interview

I applied via Other and was interviewed in Mar 2018. There were 6 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Basics about C programming and final year project.
  • Q2. What are the datatypes in C++?
  • Ans. 

    C++ has various datatypes including int, float, char, bool, double, and more.

    • int - used for storing whole numbers

    • float - used for storing decimal numbers

    • char - used for storing single characters

    • bool - used for storing true or false values

    • double - used for storing double-precision floating-point numbers

  • Answered by AI
  • Q3. Difference between structure and union
  • Ans. 

    A structure is a user-defined data type that groups related variables of different data types. A union is a user-defined data type that allows storing different data types in the same memory location.

    • Structures are used to represent a collection of related variables, while unions are used to save memory by sharing the same memory location for different variables.

    • In a structure, each variable has its own memory location...

  • Answered by AI
  • Q4. Diffreence between C and c++
  • Ans. 

    C is a procedural programming language while C++ is an extension of C with added features of object-oriented programming.

    • C is a procedural language, meaning it follows a step-by-step approach to solve a problem.

    • C++ is an extension of C and supports both procedural and object-oriented programming paradigms.

    • C++ introduces classes, objects, inheritance, and polymorphism, which are not present in C.

    • C++ has additional featu...

  • Answered by AI
  • Q5. Family background and hobbires and questions about relocation

Interview Preparation Tips

Round: Test
Experience: Online Assessment comprising of 2 parts
Aptitude(Quants+ Verbal)
Coding


Round: Coding
Experience: A problem statement was given and we had to write a code to solve it

General Tips: Be confident .
If know some part of the answer,say it. If you don't know tell that you aren't able to recollect or remember it now rather than saying 'no i don't know' straightforward.
Be sure to ask about roles and responsibilities and career path and the benefits before joining.
Your look and your body language will be considered while making the decision so be energetic and confident.
Skills: Behavioural Skills, Coding Skills, Communication, Body Language, Problem Solving, Analytical Skills, Presentation Skills, Decision Making Skills
Duration: 1-4 weeks

Skills evaluated in this interview

Info Dynamic Software Systems Interview FAQs

How many rounds are there in Info Dynamic Software Systems Software Engineer Trainee interview?
Info Dynamic Software Systems interview process usually has 1 rounds. The most common rounds in the Info Dynamic Software Systems interview process are HR.

Tell us how to improve this page.

Java Developer
9 salaries
unlock blur

₹1.2 L/yr - ₹4 L/yr

Software Developer
4 salaries
unlock blur

₹0.9 L/yr - ₹2.5 L/yr

Power BI Developer
3 salaries
unlock blur

₹4.9 L/yr - ₹4.9 L/yr

Explore more salaries
Compare Info Dynamic Software Systems with

Bosch Global Software Technologies

4.0
Compare

Amdocs

3.8
Compare

Automatic Data Processing (ADP)

4.0
Compare

Carelon Global Solutions

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