Upload Button Icon Add office photos
Engaged Employer

i

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

SpanIdea Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 190 Reviews

Filter interviews by

SpanIdea Associate Software Engineer Interview Questions, Process, and Tips

Updated 15 Jan 2023

Top SpanIdea Associate Software Engineer Interview Questions and Answers

  • Q1. 1. write a code to check whether entered input is a palindrome or not 2. wap to print the reverse of an array 3. find the second highest in the array
  • Q2. 2.What is type qualifier volatile and const
  • Q3. 1. What is topic present in C.
View all 8 questions

SpanIdea Associate Software Engineer Interview Experiences

2 interviews found

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

I applied via Campus Placement and was interviewed in Dec 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. So they asked totally from my resume and they finally asked three coding questions which were simple and you should answer genuinely
  • Q2. 1. write a code to check whether entered input is a palindrome or not 2. wap to print the reverse of an array 3. find the second highest in the array
  • Ans. 

    Answer to coding questions for Associate Software Engineer interview

    • To check for palindrome, compare the input string with its reverse

    • To print the reverse of an array, loop through the array in reverse order and print each element

    • To find the second highest in an array, loop through the array and keep track of the highest and second highest values

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - resume should be genuine, be prepared beforehand and be strong on basics and always put a smile in the interview

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. 1. What is topic present in C.
  • Ans. 

    C language has various topics including data types, control structures, functions, arrays, pointers, structures, and file handling.

    • Data types - int, float, char, double, etc.

    • Control structures - if-else, switch-case, loops, etc.

    • Functions - user-defined functions, library functions, etc.

    • Arrays - one-dimensional, multi-dimensional, etc.

    • Pointers - pointer variables, pointer arithmetic, etc.

    • Structures - user-defined data t...

  • Answered by AI
  • Q2. 2.What is type qualifier volatile and const
  • Ans. 

    The type qualifier volatile is used to indicate that a variable's value may change unexpectedly.

    • The volatile qualifier is used when a variable can be modified by external factors that are beyond the control of the program.

    • It is commonly used when accessing hardware registers or shared memory in multi-threaded environments.

    • The const qualifier is used to indicate that a variable's value cannot be modified once it is assi...

  • Answered by AI
  • Q3. 3.What is storage classes.
  • Ans. 

    Storage classes are keywords in C programming that define the scope and lifetime of variables.

    • There are four storage classes in C: auto, register, static, and extern.

    • Auto variables are local to a function and have a default value of garbage.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared outside of any function and...

  • Answered by AI
  • Q4. 4.write code to reverse word in string
  • Ans. 

    Code to reverse words in a string

    • Split the string into an array of words

    • Loop through the array and reverse each word

    • Join the reversed words back into a string

  • Answered by AI
  • Q5. 5. How computer is starting
  • Ans. 

    The computer starts by executing the BIOS, which initializes hardware and loads the operating system.

    • When the power button is pressed, the computer sends a signal to the power supply to turn on.

    • The BIOS (Basic Input/Output System) is then executed, which performs a Power-On Self Test (POST) to check hardware components.

    • The BIOS then loads the boot loader from the hard drive or other bootable device.

    • The boot loader then...

  • Answered by AI
  • Q6. What is process and thread
  • Ans. 

    A process is an instance of a program while a thread is a lightweight process that can run concurrently with other threads.

    • A process is a program in execution

    • A process has its own memory space and system resources

    • A thread is a subset of a process

    • A thread shares the same memory space and system resources as its parent process

    • Multiple threads can run concurrently within a single process

  • Answered by AI
  • Q7. What is system call.
  • Ans. 

    System call is a request made by a program to the operating system for a service or resource.

    • System calls provide an interface between a program and the operating system.

    • They allow programs to perform tasks such as reading and writing files, creating new processes, and managing memory.

    • Examples of system calls include open(), read(), write(), fork(), and exec().

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please study well and get your dream job.

Skills evaluated in this interview

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Clarivate
Q2. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in CGI Group
Q4. Frog Jump Problem Statement A frog is positioned on the first ste ... read more
asked in Gainsight
Q5. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more

Interview questions from similar companies

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

The basics questions are there regarding basic concepts of computer engineering

Round 2 - Technical 

(1 Question)

  • Q1. What is the sdlc ?
  • Ans. 

    SDLC stands for Software Development Life Cycle, a process used by software development teams to design, develop, and test high-quality software.

    • SDLC is a structured process that consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the successful completion of the software project.

    • Examples of SDLC mode...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Data regarding questions
Round 4 - HR 

(1 Question)

  • Q1. Tell me about your project

Skills evaluated in this interview

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

It was in genral apptitude round

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS Related question s, multithreading
  • Q2. Explain about your project
Round 3 - Technical 

(2 Questions)

  • Q1. Question related to angular
  • Q2. SQL questions like joins, DDL, DML commands
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 were 3 interview rounds.

Round 1 - Aptitude Test 

General questions asked

Round 2 - Technical 

(2 Questions)

  • Q1. Basic tech questions
  • Q2. Some codenasked
Round 3 - HR 

(1 Question)

  • Q1. General info asked
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. For freshers they asked simple technical questions
  • Q2. And after that in Hr round happened
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were 2 coding questions asked. If one question is solved you are qualified.

Round 2 - Technical 

(1 Question)

  • Q1. There are 3 technical interviews. First tech interview is simple. Then the difficulty arise in further rounds.
Round 3 - Technical 

(1 Question)

  • Q1. They ask to solve the coding question with different logic.

Interview Preparation Tips

Interview preparation tips for other job seekers - Tell what you know and if they ask any question which you are not strong in the concept just tell them that you are not so good at that particular area and learning. Accolite interview definately need strong coding skills to crack the technical interviews.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

They given 2 codes to solve in different programming language

Round 3 - Technical 

(2 Questions)

  • Q1. They asked mostly based on resume 1. write a program from your choice ? 2.Aptitude questions 3.strength and weekness? 4.hobbies?
  • Q2. Where do you see yourself after 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the interview and all the best for good future interms of good wealth.
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 - HR 

(1 Question)

  • Q1. How much your getting and how much expecting?
Round 3 - Technical 

(1 Question)

  • Q1. What is case management?
  • Ans. 

    Case management is the process of managing and coordinating the various aspects of a case or project.

    • It involves identifying and assessing the needs of the case or project

    • Developing a plan of action to address those needs

    • Assigning tasks and responsibilities to team members

    • Monitoring progress and making adjustments as necessary

    • Ensuring that all stakeholders are informed and involved in the process

    • Examples include legal ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. How soon you will join?
  • Ans. 

    I can join within 2 weeks.

    • I have completed all my prior commitments and can start immediately.

    • I just need to give a two-week notice to my current employer.

    • I am excited about this opportunity and can't wait to start contributing to the team.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - interview will be simple only but don't join with out reading reviews and work culture
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via campus placement at Institute of Technical Education and Research, Bhuvaneshwar and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Reverse a String
  • Ans. 

    Reverse a given string

    • Create a character array from the input string

    • Use two pointers to swap characters from start and end of the array

    • Continue swapping until the pointers meet in the middle

  • Answered by AI
  • Q2. Manipulate data in a column using SQL query
  • Ans. 

    Use SQL query to manipulate data in a column

    • Use UPDATE statement to modify data in a column

    • Use SET keyword to specify the new value for the column

    • Use WHERE clause to filter the rows that need to be updated

  • Answered by AI

Skills evaluated in this interview

SpanIdea Interview FAQs

How many rounds are there in SpanIdea Associate Software Engineer interview?
SpanIdea interview process usually has 2 rounds. The most common rounds in the SpanIdea interview process are Resume Shortlist and Technical.
What are the top questions asked in SpanIdea Associate Software Engineer interview?

Some of the top questions asked at the SpanIdea Associate Software Engineer interview -

  1. 1. write a code to check whether entered input is a palindrome or not 2. wap to...read more
  2. 2.What is type qualifier volatile and cons...read more
  3. 1. What is topic present in...read more

Tell us how to improve this page.

SpanIdea Associate Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Fast track your campus placements

View all
SpanIdea Associate Software Engineer Salary
based on 81 salaries
₹3 L/yr - ₹6.7 L/yr
14% less than the average Associate Software Engineer Salary in India
View more details

SpanIdea Associate Software Engineer Reviews and Ratings

based on 7 reviews

4.0/5

Rating in categories

4.2

Skill development

4.2

Work-life balance

4.2

Salary

4.2

Job security

4.2

Company culture

4.2

Promotions

4.2

Work satisfaction

Explore 7 Reviews and Ratings
Software Engineer
211 salaries
unlock blur

₹3.2 L/yr - ₹12 L/yr

Senior Software Engineer
130 salaries
unlock blur

₹5 L/yr - ₹19 L/yr

Associate Software Engineer
81 salaries
unlock blur

₹3 L/yr - ₹6.7 L/yr

Software Developer
31 salaries
unlock blur

₹3.8 L/yr - ₹9.9 L/yr

Talent Acquisition Executive
26 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Explore more salaries
Compare SpanIdea with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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