Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Innofied Solution Team. If you also belong to the team, you can get access from here

Innofied Solution Verified Tick

Compare button icon Compare button icon Compare
4.3

based on 76 Reviews

Filter interviews by

Innofied Solution Interview Questions and Answers

Updated 28 Oct 2024

Innofied Solution Interview Experiences

Popular Designations

4 interviews found

Associate Engineer Interview Questions & Answers

user image 1125 Ratul Roy

posted on 28 Oct 2024

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

I applied via LinkedIn and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

150 aptitude questions present

Round 2 - Coding Test 

90 coding questions SQL

Round 3 - Coding Test 

Coding interview was there

Round 4 - Coding Test 

Coding and HR round took place

Interview Preparation Tips

Interview preparation tips for other job seekers - nothing

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th StairsYou have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can either climb one step or two steps. You are supposed to return the number... read more
View answer (5)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Opps concepts, Basic HTML CSS javascript questions, angular application flow, directives, dependency injection,aot
Round 2 - HR 

(1 Question)

  • Q1. Introduce yourself Strength weakness

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Aptitude Test 

The aptitude test consists of four sections namely quantitative aptitude, logical aptitude, verbal aptitude and DSA(Data Structures and Algorithms) questions

There were 156 questions in total and 120 mins time limit.
The difficulty level was moderate.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

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

English aptitude and data structures and reasoning test

Round 3 - Coding Test 

C programming language and HTML and CSS program

Interview Preparation Tips

Interview preparation tips for other job seekers - Web developer front end developer fresher job
Qualification MCA

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)

Innofied Solution interview questions for popular designations

 Associate Engineer

 (1)

 Front end Developer

 (1)

 Software Developer

 (1)

 Software Engineer

 (1)

Jobs at Innofied Solution

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Coding based questions

Round 2 - Technical 

(1 Question)

  • Q1. Java oops sql based questions
Round 3 - HR 

(1 Question)

  • Q1. Introduce yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Company to work and learn new tecchnologies
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you please introduce yourself?
  • Ans. 

    I am a Software Development Engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in developing web applications

    • Good team player

  • Answered by AI
  • Q2. What type of questions are being asked?

Interview Preparation Tips

Interview preparation tips for other job seekers - I am Anjali Singh from Prayagraj in Uttar Pradesh, and I have completed a Postgraduate Diploma in Computer Applications.

QA Lead Interview Questions & Answers

Tech Vedika user image automation engineer selenium

posted on 16 Sep 2024

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Reverse the words in string. 1st word will be coming last and last to the first.with out using builtin functions
  • Ans. 

    Reverse the words in a string without using built-in functions.

    • Split the string into an array of words using a space as the delimiter.

    • Create a new array and iterate over the words array in reverse order, adding each word to the new array.

    • Join the new array of words back into a single string with spaces between each word.

  • Answered by AI
  • Q2. Given some url asked what i have understood from that url in api testing.
  • Q3. Difference between path and querry params
  • Ans. 

    Path params are part of the URL path, while query params are appended to the URL after a '?'

    • Path params are used to identify a specific resource in the URL path, while query params are used to filter or sort the results

    • Path params are defined in the URL path itself, like /users/{id}, while query params are added after a '?' like /users?role=admin

    • Path params are typically used for required parameters, while query params...

  • Answered by AI
  • Q4. Types of parameters in the api testing
  • Ans. 

    Parameters in API testing include path parameters, query parameters, header parameters, and body parameters.

    • Path parameters are used to identify a specific resource in the URL path, e.g. /users/{id}

    • Query parameters are used for filtering or sorting data, e.g. /users?status=active

    • Header parameters contain additional information for the request, e.g. Content-Type: application/json

    • Body parameters are used to send data in ...

  • Answered by AI
  • Q5. How do you write post querry in restassured
  • Ans. 

    To write a post query in RestAssured, use the given() method to set request parameters and body, then use the post() method to send the request.

    • Use given() method to set request parameters and body

    • Use post() method to send the request

    • Example: given().param("key", "value").body("{\"name\": \"John\"}").post("/endpoint")

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Array and string manipulation related questions all are basics
  • Q2. Task related to your framework
Round 2 - One-on-one 

(2 Questions)

  • Q1. What are the projects you have worked on, and can you describe their architecture?
  • Ans. 

    I have worked on projects involving e-commerce, social networking, and productivity apps with client-server architecture.

    • Developed an e-commerce app with a client-side interface for users to browse products and a server-side database for inventory management.

    • Built a social networking app with a client-server architecture for users to create profiles, connect with friends, and share updates.

    • Designed a productivity app w...

  • Answered by AI
  • Q2. What are some basic questions regarding the tools you use to build projects?
Round 3 - One-on-one 

(1 Question)

  • Q1. What deep questions related to your field were asked during the interview conducted by the tech lead?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

SQL queries were asked from the given set of questions

Round 2 - Technical 

(2 Questions)

  • Q1. What are different types of errors?
  • Ans. 

    Different types of errors include syntax errors, runtime errors, and logical errors.

    • Syntax errors: Errors in the code structure that prevent it from being compiled or executed.

    • Runtime errors: Errors that occur during program execution, such as division by zero or accessing an out-of-bounds array element.

    • Logical errors: Errors in the program's logic that result in incorrect output or behavior.

    • Examples: Syntax error - mi...

  • Answered by AI
  • Q2. Reverse the given array
  • Ans. 

    Reverse the given array of strings

    • Iterate through the array from both ends and swap elements until reaching the middle

    • Use a temporary variable to store the value of the element being swapped

  • Answered by AI

Skills evaluated in this interview

Innofied Solution Interview FAQs

How many rounds are there in Innofied Solution interview?
Innofied Solution interview process usually has 2-3 rounds. The most common rounds in the Innofied Solution interview process are Coding Test, Aptitude Test and Resume Shortlist.
How to prepare for Innofied Solution interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Innofied Solution. The most common topics and skills that interviewers at Innofied Solution expect are PHP, CRM, IT Services, MySQL and PDF.

Tell us how to improve this page.

Innofied Solution Interview Process

based on 3 interviews in last 1 year

Interview experience

4.3
  
Good

People are getting interviews through

based on 3 Innofied Solution interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Saffron Tech Interview Questions
3.8
 • 5 Interviews
TechJini Interview Questions
3.6
 • 2 Interviews
View all

Innofied Solution Reviews and Ratings

based on 76 reviews

4.3/5

Rating in categories

4.4

Skill development

4.3

Work-Life balance

4.3

Salary & Benefits

4.4

Job Security

4.3

Company culture

4.2

Promotions/Appraisal

4.2

Work Satisfaction

Explore 76 Reviews and Ratings
UX Designer- Mobile & Web App

Kolkata

5-10 Yrs

Not Disclosed

Senior React JS Developer/ Team lead

Kolkata

5-10 Yrs

₹ 6-10 LPA

IT Technical Project Manager (Kolkata)

Kolkata

8-12 Yrs

₹ 10-18 LPA

Explore more jobs
Software Engineer
27 salaries
unlock blur

₹2.9 L/yr - ₹5 L/yr

Senior Software Engineer
15 salaries
unlock blur

₹4.3 L/yr - ₹10.3 L/yr

Business Development Manager
7 salaries
unlock blur

₹6.6 L/yr - ₹12 L/yr

Android Developer
6 salaries
unlock blur

₹3.2 L/yr - ₹5.7 L/yr

Team Lead
5 salaries
unlock blur

₹6.6 L/yr - ₹10 L/yr

Explore more salaries
Compare Innofied Solution with

Srijan Technologies

3.6
Compare

Mindfire Solutions

4.1
Compare

SPARX IT Solutions

3.8
Compare

Hidden Brains InfoTech

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview