Premium Employer

i

This company page is being actively managed by 4i apps solutions Team. If you also belong to the team, you can get access from here

4i apps solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

4i apps solutions Intern Interview Questions and Answers

Updated 24 Sep 2024

4i apps solutions Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 24 Sep 2024

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Experience with programming languages like Java, Python, and C++

  • Answered by AI
  • Q2. Why should we select you?
  • Ans. 

    I am a dedicated and hardworking individual with relevant skills and experience for the role.

    • I have completed relevant coursework in [specific field] which has prepared me for this internship.

    • I have previous experience working on [relevant projects] which have honed my skills in [specific area].

    • I am a quick learner and eager to expand my knowledge in [specific industry].

  • Answered by AI

Interview questions from similar companies

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

I applied via Internshala and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Was 1 hr with a simple question from leetcode

Round 2 - Technical 

(2 Questions)

  • Q1. Implement reverse Linked list
  • Ans. 

    Reverse a linked list

    • Create a new linked list to store the reversed elements

    • Traverse the original linked list and insert each node at the beginning of the new list

    • Update the head of the new list as the last node of the original list

  • Answered by AI
  • Q2. Project Explanation(from resume)
Round 3 - HR 

(2 Questions)

  • Q1. Why we should select you?
  • Ans. 

    I am a dedicated and hardworking individual with relevant skills and experience for the role.

    • I have completed relevant coursework in the field

    • I have previous internship experience in a similar role

    • I possess strong communication and teamwork skills

  • Answered by AI
  • Q2. Are you willing to relocate?
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am open to relocating for the right opportunity

    • I am flexible and willing to move for the internship

    • I understand the importance of being open to relocation for career growth

  • Answered by AI

Skills evaluated in this interview

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

60 min OA with general aptitude and quant based questions. The time provided was the main challenge for the test

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare well be confident and don't do silly mmistakes
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Assignment 

Fizz buzz question and array related

Round 2 - Technical 

(1 Question)

  • Q1. Basic react, javascript and one question to find duplicate.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic C++, Multithreading
  • Q2. Be prepared for a linked list question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Question based on array string linkedlist

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 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 

Computer Networks, SQL, DBMS, aptitude questions on trains, boats , profit and loss. 2 coding questions. Total duration was 1.5 hrs.

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions based on projects and certifications mentioned in the resume. OOPs Time complexity based questions, basic algorithm logics like dijkstra's , sorting algorithms . Question in OS like threads and ...
Round 4 - Behavioral 

(1 Question)

  • Q1. Reversing a string, writing sql queries, how does fetching of information from web takes place. Why you want to join Truminds?

I applied via Campus Placement and was interviewed in Feb 2022. There were 3 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 - Coding Test 

It consists of two questions one is easy and another have medium level

Round 3 - One-on-one 

(2 Questions)

  • Q1. Interview panel consist of 3 persons and asked about OOPS concepts and implementation in C++
  • Q2. Asked about use of #define.

Interview Preparation Tips

Topics to prepare for Amantya Technologies Software Engineer interview:
  • Data Structures
  • OOPS
Interview preparation tips for other job seekers - If you are preparing for profile of software Engineer then keep updated yourself and practice more questions on DSA and basic of whatever language you are using .
Practice different questions on array and lsome standard questions of linked list, tree, binary tree, dynamic programming, binary search tree.

I applied via LinkedIn and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

40 question some were output question and many questions on Oops concept.

Round 2 - Technical 

(1 Question)

  • Q1. Basic concept of pointer, automata, operating systems

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with linked list and basic concept of the language that you choose.

I applied via Internshala and was interviewed in Sep 2022. 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 - Aptitude Test 

Includes basic aptitude question with additional questions based on coding languages fundamentals.....

Round 3 - Technical 

(2 Questions)

  • Q1. Question were based on oops concepts. My next question was write a code of binary search and explain it and lastly I was asked an aptitude question ...
  • Q2. Write a code of binary search and explain it
  • Ans. 

    Binary search is a search algorithm that finds the position of a target value within a sorted array.

    • Divide the array into two halves

    • Compare the target value with the middle element

    • If the target value matches the middle element, return its position

    • If the target value is less than the middle element, search the left half of the array

    • If the target value is greater than the middle element, search the right half of the arra...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do work on your aptitude and practise Data structures and algorithms...

Skills evaluated in this interview

4i apps solutions Interview FAQs

How many rounds are there in 4i apps solutions Intern interview?
4i apps solutions interview process usually has 1 rounds. The most common rounds in the 4i apps solutions interview process are One-on-one Round.

Tell us how to improve this page.

4i apps solutions Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join 4i apps solutions Cloud-based Enterprise Software Services adoption & transformation

Intern Interview Questions from Similar Companies

TCS Intern Interview Questions
3.7
 • 35 Interviews
Infosys Intern Interview Questions
3.6
 • 22 Interviews
Wipro Intern Interview Questions
3.7
 • 11 Interviews
HCLTech Intern Interview Questions
3.5
 • 7 Interviews
Mphasis Intern Interview Questions
3.4
 • 2 Interviews
View all
Technical Consultant
74 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Functional Consultant
46 salaries
unlock blur

₹4.9 L/yr - ₹20 L/yr

Senior Associate Technical Consultant
45 salaries
unlock blur

₹2.3 L/yr - ₹7.5 L/yr

Oracle Financial Functional Consultant
39 salaries
unlock blur

₹4.9 L/yr - ₹16.8 L/yr

Oracle Technical Consultant
34 salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

Explore more salaries
Compare 4i apps solutions with

PC Solutions

3.7
Compare

RNF Technologies

3.5
Compare

JMR Infotech

4.3
Compare

Hidden Brains InfoTech

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