Upload Button Icon Add office photos

SIMPSOFT SOLUTIONS

Compare button icon Compare button icon Compare

Filter interviews by

SIMPSOFT SOLUTIONS Interview Questions and Answers

Updated 26 Dec 2024
Popular Designations

SIMPSOFT SOLUTIONS Interview Experiences

3 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is array ?
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type in a contiguous block of memory.

    • Arrays have a fixed size determined at the time of declaration.

    • Elements in an array are accessed using an index starting from 0.

    • Example: string[] names = {"Alice", "Bob", "Charlie"};

  • Answered by AI
  • Q2. WAP to create nested loops.
  • Ans. 

    Nested loops are used to iterate over multiple levels of data structures.

    • Use a loop within another loop to create nested loops.

    • Example: for(int i=0; i<5; i++) { for(int j=0; j<3; j++) { // nested loop code here }}

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What is java and tell me about the opps concept.
  • Ans. 

    Java is a popular programming language known for its platform independence. OOPs concept stands for Object-Oriented Programming.

    • Java is a high-level, class-based, object-oriented programming language.

    • OOPs concept includes principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation refers to bundling data and met...

  • Answered by AI
  • Q2. What do you know abhi jira?
  • Ans. 

    Jira is a popular project management tool used for tracking issues, bugs, and tasks in software development.

    • Jira is commonly used by software development teams to track and manage tasks and issues.

    • It allows users to create, assign, prioritize, and track tasks through customizable workflows.

    • Jira integrates with other tools like Confluence, Bitbucket, and Jenkins for seamless project management.

    • Users can create different...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't come in this company

I appeared for an interview in Oct 2021.

Round 1 - Coding Test 

They gave me a number of questions to write code on Java using pen and paper and told me to wait for a week until they shortlist me for the second round.

Round 2 - Technical 

(1 Question)

  • Q1. The director took my interview and that experience was bitter. I mentioned on my resume that I have knowledge on JavaScript, Angular, React, Core Java etc. He asked me one question from JavaScript and Core...

Interview Preparation Tips

Interview preparation tips for other job seekers - I will not give any advice as the experience was bitter all the way!
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There were 4 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 

Practice basic coding with data structures

Round 3 - Technical 

(1 Question)

  • Q1. Practical experience needed
Round 4 - Technical 

(1 Question)

  • Q1. Data structures example
  • Ans. 

    Data structures are used to organize and store data in a computer system efficiently.

    • Arrays: A collection of elements stored in contiguous memory locations.

    • Linked Lists: Elements are stored in nodes with pointers to the next node.

    • Stacks: Last in, first out data structure.

    • Queues: First in, first out data structure.

    • Trees: Hierarchical data structure with a root node and child nodes.

    • Graphs: A collection of nodes connected...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident do practice coding concepts

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about SIMPSOFT SOLUTIONS?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Questions regards node js and java script concept, event loop, why node is single threaded, how event loop works in node js, database queries and previous work experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was absolutely amazing and fantastic.
Advice:
Answer question with confidence.
Feel comfortable with interviewer.

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. To find if a number is Prime or not and optimise your written code.
  • Ans. 

    Check if a number is prime and optimize the code.

    • Start by checking if the number is less than 2, in which case it is not prime.

    • Iterate from 2 to the square root of the number and check if any of them divide the number evenly.

    • If a divisor is found, the number is not prime. Otherwise, it is prime.

  • Answered by AI
  • Q2. Css question related to flex box, Grid and cross browser compatibility
  • Q3. To call an API in react and optimise your written code.
  • Ans. 

    To optimise API calls in React, use asynchronous functions and caching techniques.

    • Use async/await to handle API calls

    • Implement caching to reduce network requests

    • Use memoization to avoid unnecessary re-renders

    • Consider using a state management library like Redux

    • Use performance profiling tools like React DevTools

  • Answered by AI
  • Q4. Questions on JS concepts like Objects and Prototype Inheritance.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your basic concepts and prepare well for the interview.

Skills evaluated in this interview

I applied via Campus Placement

Round 1 - Coding Test 

Online Coding Test included some aptitude questions, technical questions followed by 3 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. My technical interview included an introduction about myself followed by my background, projects I've made, internships I've done, and in which language I was comfortable. and the interviewer asked me to w...

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer confidently and give examples. and you can also connect the questions asked to your past projects.

I applied via Campus Placement

Round 1 - Aptitude Test 

In this round you have to clear Aptitude and Basic Coding

Round 2 - Coding Test 

It is pure coding test which is conduct on hacker rank platform. You have to complete 4 question(1 easy + 2 medium + 1 hard)

Round 3 - Technical 

(2 Questions)

  • Q1. Coding question base on Sorting and Array
  • Q2. Some of theory question base on your Project technology and DSA
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your basic concepts and coding skills.
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 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 - Technical 

(1 Question)

  • Q1. Find the duplicate items in the array.
  • Ans. 

    Find duplicate items in array of strings.

    • Iterate through array and store each item in a hash set.

    • If item already exists in hash set, it is a duplicate.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Javascript basics questions

Skills evaluated in this interview

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Questions on dsa, 2 medium and 1 easy level.
  • Q2. Questions related to the projects.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. About my total experience

SIMPSOFT SOLUTIONS Interview FAQs

How many rounds are there in SIMPSOFT SOLUTIONS interview?
SIMPSOFT SOLUTIONS interview process usually has 2-3 rounds. The most common rounds in the SIMPSOFT SOLUTIONS interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for SIMPSOFT SOLUTIONS 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 SIMPSOFT SOLUTIONS. The most common topics and skills that interviewers at SIMPSOFT SOLUTIONS expect are Javascript, SDLC, SQL, Java and XML.
What are the top questions asked in SIMPSOFT SOLUTIONS interview?

Some of the top questions asked at the SIMPSOFT SOLUTIONS interview -

  1. What is java and tell me about the opps conce...read more
  2. What is arra...read more
  3. WAP to create nested loo...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 2 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 108 Interviews
HyScaler Interview Questions
4.5
 • 104 Interviews
Snovasys Interview Questions
4.0
 • 38 Interviews
Quantsapp Interview Questions
2.9
 • 36 Interviews
NexTurn Interview Questions
4.1
 • 34 Interviews
View all

SIMPSOFT SOLUTIONS Reviews and Ratings

based on 24 reviews

3.3/5

Rating in categories

3.3

Skill development

3.3

Work-life balance

3.4

Salary

3.4

Job security

3.4

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 24 Reviews and Ratings
Associate Software Engineer
19 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Software Engineer
10 salaries
unlock blur

₹2.4 L/yr - ₹9.4 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹8.2 L/yr - ₹16 L/yr

Associate Engineer
5 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Software Engineer Trainee
5 salaries
unlock blur

₹1.8 L/yr - ₹2 L/yr

Explore more salaries
Compare SIMPSOFT SOLUTIONS with

Zidio Development

4.5
Compare

Northcorp Software

4.5
Compare

Accel Frontline

4.1
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.8
Compare
write
Share an Interview