Upload Button Icon Add office photos
Engaged Employer

i

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

Spraxa Solutions Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 51 Reviews

Filter interviews by

Spraxa Solutions Trainee Interview Questions and Answers for Freshers

Updated 4 May 2022

Spraxa Solutions Trainee Interview Experiences for Freshers

1 interview found

Trainee Interview Questions & Answers

user image Anonymous

posted on 4 May 2022

I applied via Walk-in and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - Coding Test 

They give question like print start pattern, make one login and registration page using html, some date base question on group by

Round 2 - HR 

(1 Question)

  • Q1. Direct salary discussion and about family and 1.5 year bond

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve basic and you will get success

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

There wew two questions in the test one was a pattern problrm to print and second was a rray problem you have to solve both of the questions

Round 2 - Technical 

(1 Question)

  • Q1. I was not aplicable for this

Interview Preparation Tips

Interview preparation tips for other job seekers - the aked about core java interface oops
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Questions on arrays and string on hacerrank easy to moderate level questions core java asked in technical interview 2 TR round and 1 MR round

Apprenticeship Trainee Interview Questions & Answers

HyScaler user image Soumya sundar Mohapatra

posted on 20 Aug 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Coding test on JavaScript

Round 2 - Assignment 

Got an assignment to create a e-learning platform

Round 3 - One-on-one 

(1 Question)

  • Q1. What is JavaScript
  • Ans. 

    JavaScript is a programming language commonly used for creating interactive websites.

    • JavaScript is a high-level, interpreted programming language.

    • It is used to make web pages interactive and dynamic.

    • JavaScript can be used for client-side and server-side development.

    • Examples: Adding interactivity to buttons, form validation, creating animations.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Easy to Medium level coding questions on a particular coding platform

Round 2 - Assignment 

I have to create a full stack project within 7-8 days. In my case it was ed-tech platform and I created using (MERN technology).

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at National Institute of Technology,(NIT), Agartala and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic questions are there in the test.

Round 2 - Technical 

(2 Questions)

  • Q1. Linked list merging
  • Q2. JavaScript difference between && and &&&
  • Ans. 

    && is a logical AND operator in JavaScript, while &&& is not a valid operator.

    • && is used to combine two logical expressions and returns true only if both expressions are true

    • &&& is not a valid operator in JavaScript and will result in a syntax error

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Contribute to company’s growth.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2023. 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 - Assignment 

I was given a task to complete construction management system within 7-8 days .

Round 3 - Technical 

(2 Questions)

  • Q1. The question are asked mainly on the project , javascript, data structure
  • Q2. I have give code swap two numbers without using third variable
Round 4 - HR 

(1 Question)

  • Q1. The question about myself only
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

There wew two questions in the test one was a pattern problrm to print and second was a rray problem you have to solve both of the questions

Round 2 - Technical 

(1 Question)

  • Q1. I was not aplicable for this

Interview Preparation Tips

Interview preparation tips for other job seekers - the aked about core java interface oops
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 Nov 2022. 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 - HR 

(1 Question)

  • Q1. For 1st round after resume Shortlisting, HR asks some usual questions like: 1. Tell me about yourself. 2. What are the technologies that you worked on. 3. Have you done any project explain? 4. Which langua...
Round 3 - Technical 

(1 Question)

  • Q1. In Technical round Interviewer asked some basic questions to check your knowledge. then asked to explain oops 1. method overloading and overriding 2. inheritance types and then some basic definitions of da...
Round 4 - Coding Test 

So I was given 1 hour to solve 4 question which are of easy level, the topics are as follows:
1.Map
2.Array
3.String
4.Array

Interview Preparation Tips

Interview preparation tips for other job seekers - Just brush up on the basics of every topic. And for technical rounds don't forget to learn OOPS.

I applied via LinkedIn and was interviewed in May 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What are the threads
  • Ans. 

    Threads are a sequence of instructions that can be executed independently by a program.

    • Threads are lightweight processes that share the same memory space as the parent process.

    • They allow for concurrent execution of multiple tasks within a single program.

    • Threads can communicate with each other through shared memory or message passing.

    • Examples of multi-threaded programs include web servers, video games, and operating sys

  • Answered by AI
  • Q2. What is the difference between stack and tree
  • Ans. 

    Stack is a linear data structure while tree is a hierarchical data structure.

    • Stack is a collection of elements with LIFO (Last In First Out) order.

    • Tree is a collection of nodes with parent-child relationship.

    • Stack has only one entry and exit point while tree can have multiple entry and exit points.

    • Stack is used for backtracking, undo operations, etc. while tree is used for representing hierarchical data like file syste

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic dbms, data structure, oop concepts questions answer from popular websites like geeks for geeks

Skills evaluated in this interview

Spraxa Solutions Interview FAQs

How many rounds are there in Spraxa Solutions Trainee interview for freshers?
Spraxa Solutions interview process for freshers usually has 2 rounds. The most common rounds in the Spraxa Solutions interview process for freshers are Coding Test and HR.

Tell us how to improve this page.

People are getting interviews through

based on 1 Spraxa Solutions interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Trainee Interview Questions from Similar Companies

TCS Trainee Interview Questions
3.7
 • 59 Interviews
Wipro Trainee Interview Questions
3.7
 • 39 Interviews
Infosys Trainee Interview Questions
3.7
 • 15 Interviews
View all
Software Developer
26 salaries
unlock blur

₹2.4 L/yr - ₹10.9 L/yr

Software Engineer
13 salaries
unlock blur

₹1.8 L/yr - ₹9.6 L/yr

Softwaretest Engineer
7 salaries
unlock blur

₹4.2 L/yr - ₹10 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹5.4 L/yr - ₹20 L/yr

QA Engineer
6 salaries
unlock blur

₹5.2 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Spraxa Solutions with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

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