Upload Button Icon Add office photos
Engaged Employer

i

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

INFISTACK TECHNOLOGIES Verified Tick

Compare button icon Compare button icon Compare
4.3

based on 4 Reviews

Filter interviews by

INFISTACK TECHNOLOGIES Interview Questions and Answers

Updated 7 Mar 2024

INFISTACK TECHNOLOGIES Interview Experiences

Popular Designations

2 interviews found

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

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. How much you can code in one day if we needed 10000 line of code in one day?
  • Ans. 

    It is not possible to accurately estimate the number of lines of code that can be written in one day.

    • The number of lines of code that can be written in a day depends on various factors such as complexity, requirements, and experience.

    • It is important to focus on writing clean and efficient code rather than just aiming for a specific number of lines.

    • Collaboration and teamwork can also impact the productivity and speed of...

  • Answered by AI
  • Q2. Can you work over time if needed ?
  • Q3. You are ready to learn technology Clint want?
  • Q4. What are the technology you know?
  • Ans. 

    I have knowledge in various technologies used in software development.

    • Java

    • Python

    • C++

    • HTML/CSS

    • JavaScript

    • SQL

    • Git

    • Linux

    • Agile methodologies

  • Answered by AI
  • Q5. How much you rate your self in each of technology

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. They asked technical questions related to my profile.
Round 2 - HR 

(1 Question)

  • Q1. They asked salary and other questions related to HR.

Software Consultant Interview Questions asked at other Companies

Q1. Check If The String Is A PalindromeYou are given a string 'S'. Your task is to check whether the string is palindrome or not. For checking palindrome, consider alphabets and numbers only and ignore the symbols and whitespaces. Note : String... read more
View answer (3)

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.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Time, velocity,speed,numbers

Round 2 - Group Discussion 

Electric vehicles: a discussion on how technology will transform the world and your perspective on AI.

Round 3 - Coding Test 

Objects ,class it was their own platform. the duration was about 45 mins which contained two questions.

Round 4 - HR 

(2 Questions)

  • Q1. Self Introduction
  • Q2. Project details tools used
  • Ans. 

    Developed a web application for tracking project details using HTML, CSS, JavaScript, and MySQL.

    • Used HTML for creating the structure of the web pages

    • Utilized CSS for styling the web pages

    • Implemented JavaScript for client-side functionality

    • Utilized MySQL for database management

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Review your resume thoroughly and include any additional courses or completed certificates that you did not list. Be confident when answering questions; if you don't know the answer, attempt to provide a related response, and if you're unsure, simply say "no."

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
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is scatter gather?
  • Q2. What is RAML? What are traits?
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

INFISTACK TECHNOLOGIES Interview FAQs

How many rounds are there in INFISTACK TECHNOLOGIES interview?
INFISTACK TECHNOLOGIES interview process usually has 1-2 rounds. The most common rounds in the INFISTACK TECHNOLOGIES interview process are Technical and HR.
How to prepare for INFISTACK TECHNOLOGIES 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 INFISTACK TECHNOLOGIES. The most common topics and skills that interviewers at INFISTACK TECHNOLOGIES expect are Angularjs, Full Stack, Javascript, Laravel and MVC.
What are the top questions asked in INFISTACK TECHNOLOGIES interview?

Some of the top questions asked at the INFISTACK TECHNOLOGIES interview -

  1. how much you can code in one day if we needed 10000 line of code in one d...read more
  2. what are the technology you kn...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 INFISTACK TECHNOLOGIES interviews
Job Portal
50%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
Cyient Interview Questions
3.7
 • 280 Interviews
View all

INFISTACK TECHNOLOGIES Reviews and Ratings

based on 4 reviews

4.3/5

Rating in categories

4.1

Skill development

4.3

Work-Life balance

4.3

Salary & Benefits

3.7

Job Security

3.9

Company culture

3.9

Promotions/Appraisal

3.7

Work Satisfaction

Explore 4 Reviews and Ratings
Data Engineer
39 salaries
unlock blur

₹4 L/yr - ₹5.8 L/yr

Big Data Developer
13 salaries
unlock blur

₹4 L/yr - ₹5 L/yr

Azure Data Engineer
11 salaries
unlock blur

₹4.8 L/yr - ₹5 L/yr

Cloud Data Engineer
7 salaries
unlock blur

₹4 L/yr - ₹5.6 L/yr

Software Engineer
4 salaries
unlock blur

₹3.6 L/yr - ₹8 L/yr

Explore more salaries
Compare INFISTACK TECHNOLOGIES with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

HCLTech

3.5
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