Upload Button Icon Add office photos
Engaged Employer

i

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

Svam International Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Svam International Interview Questions and Answers

Updated 20 May 2024

Svam International Interview Experiences

Popular Designations

4 interviews found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Job Portal and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical QA questions
Round 2 - Technical 

(1 Question)

  • Q1. Technical but a bit managerial also
Round 3 - HR 

(2 Questions)

  • Q1. Face to face with HR
  • Q2. Hobbies, experience, and expectations etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Submitted the documents after clearing all the rounds. Further steps are in process. Taking more than 2 weeks.

Senior QA Engineer Interview Questions asked at other Companies

Q1. Combination Sum Problem Statement Given an array of distinct positive integers ARR and a non-negative integer 'B', find all unique combinations in the array where the sum is equal to 'B'. Numbers can be chosen multiple times from ARR. Ensur... read more
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 20 Aug 2022

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

Round 1 - Assignment 

They will give assignments which contain aptitude and coding test. For the coding candidate can choose any programming language.

Round 2 - Technical 

(1 Question)

  • Q1. They will ask about candidates’s profile and previous experience.
Round 3 - HR 

(1 Question)

  • Q1. They will ask about candidates’s journey, weakness and strength ertc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Candidates’s should focus their profile and skill what previously learned and how you can utilise those further.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before 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 - HR 

(1 Question)

  • Q1. Normal interview questions
Round 3 - One-on-one 

(3 Questions)

  • Q1. Normal interview questions
  • Q2. Introduction questions and basic recruitment questions
  • Q3. Don'task me this..I forget that they ask

Recruitment Consultant Interview Questions asked at other Companies

Q1. How you'll go to home at 3 AM coz we'll not provide cabs
View answer (1)

Interview Questionnaire 

1 Question

  • Q1. Oops concepts, crud operation, Trigger and joins keys in dbms

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Svam International interview questions for popular designations

 Recruitment Consultant

 (1)

 Senior QA Engineer

 (1)

 Associate Software Engineer

 (1)

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test

Interview Preparation Tips

Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack

I appeared for an interview before May 2021.

Round 1 - Aptitude Test 

System engineer

Round 2 - Aptitude Test 

Basic c programming

Round 3 - Technical 

(2 Questions)

  • Q1. Interviewer makes interview smooth and friendly meeting
  • Q2. Write a program reverse number and palindrome in c and basic c programming

Interview Preparation Tips

Interview preparation tips for other job seekers - develope Skills and attitude and prepare well in programming

Software Engineer Interview Questions & Answers

American Megatrends user image R. Arockia Ratheesh Sahayaraj

posted on 6 Nov 2015

Interview Preparation Tips

Round: Test
Experience: Only 24 people from my campus attended the placement process of this company.The experience wasn't really good.I wasn't 
short-listed for next round as my CGPA was 7.5 and need was of above 7.5 ,as they were maintaining standards.

Round: Test
Experience: 1.C aps was really tough.
2.Section 2 we had to choose either Microprocessor or Java,I preferred microprocessor . 3.Simple Questions on 8085 and 8086 instruction set was asked.
4.How much memory are there are 20 address lines,
5.Difference between SRAM and DRAM.
6.ROM is used for stack or not.
7.What are contents of Stack Pointer after PUSH and POP operation.
8.What happens after RET instruction?
9.What is CMC equivalent instruction?

Round: Test
Experience: 16 questions on Quant which are :-
Odd number in a series, Area and Volume, Games of Skill, Time and Work, Average, Trains, Boats 
and Streams, Profit and Gain were asked.
If no. of handshakes is 66,find total number of People.?
A lotus in a pond doubles in size everyday,if it fills the pond on 20th day,when will be the pond would be half?
LOGICAL REASONING-
4 men are on the side of a bridge.One torch light is with them and without it they cannot cross 
the bridge.The bridge can withstand only 2 people at a time.The time required by the persons are 1 
min,2 mins,7 mins,10 mins respectively.Find the shortest time required by all of em to cross the
bridge.
(Answer: 17 minutes)

Round: SOFT SKILLS
Experience: scenario based questions were asked:-
1.working on a project in your company and your brother is in urgent need of a project.What will you do?
2.Your friend mails the project details to some other company.what will be you reaction?
3.Your boss allows to take your team members for a treat.Whether you choose costly one or within budget?
4.Your favorite subject in your curriculum and Why?
5.Where you would view yourself in 5 years?
6.What is a dream company in your terms?
7.Any situation were your work was criticized and what was your reaction?

Skills:
College Name: Anna University Chennai
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Normal question about past experience
  • Q2. When you can join and all
Round 2 - Assignment 

SQL test on Select query, insert, create

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

(2 Questions)

  • Q1. What are the main principles of the Java
  • Ans. 

    Main principles of Java include object-oriented programming, platform independence, and automatic memory management.

    • Object-oriented programming: Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.

    • Platform independence: Java code can run on any platform that has a Java Virtual Machine (JVM) installed.

    • Automatic memory management: Java uses garbage collection to automatically m

  • Answered by AI
  • Q2. What is the different between == and equals method
  • Ans. 

    The == operator compares the memory addresses of two objects, while the equals method compares the content of two objects.

    • The == operator is used to compare the memory addresses of two objects in Java.

    • The equals method is used to compare the content of two objects in Java.

    • Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1.equals(str2) will return true

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is jdk, string related questions, basic java oops questions?

Svam International Interview FAQs

How many rounds are there in Svam International interview?
Svam International interview process usually has 3 rounds. The most common rounds in the Svam International interview process are Technical, HR and Resume Shortlist.
How to prepare for Svam International 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 Svam International. The most common topics and skills that interviewers at Svam International expect are AWS, Java, Agile, Angular and C#.
What are the top questions asked in Svam International interview?

Some of the top questions asked at the Svam International interview -

  1. They will ask about candidates’s journey, weakness and strength er...read more
  2. Oops concepts, crud operation, Trigger and joins keys in d...read more
  3. Don'task me this..I forget that they ...read more

Tell us how to improve this page.

Svam International Interview Process

based on 3 interviews

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

HyScaler Interview Questions
4.5
 • 92 Interviews
Monotype Interview Questions
3.7
 • 23 Interviews
MulticoreWare Interview Questions
4.2
 • 23 Interviews
Pitney Bowes Interview Questions
3.7
 • 21 Interviews
AvenData GmbH Interview Questions
3.0
 • 18 Interviews
Grapecity Interview Questions
3.8
 • 17 Interviews
Xactly Corp Interview Questions
3.8
 • 17 Interviews
View all

Svam International Reviews and Ratings

based on 65 reviews

3.7/5

Rating in categories

3.3

Skill development

3.9

Work-life balance

3.7

Salary

3.1

Job security

3.7

Company culture

3.3

Promotions

3.4

Work satisfaction

Explore 65 Reviews and Ratings
Software Engineer
44 salaries
unlock blur

₹3.5 L/yr - ₹10.5 L/yr

Technical Lead
34 salaries
unlock blur

₹11.9 L/yr - ₹33 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹7.5 L/yr - ₹20.8 L/yr

Software Developer
14 salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

Team Lead
10 salaries
unlock blur

₹12.9 L/yr - ₹33 L/yr

Explore more salaries
Compare Svam International with

HyScaler

4.5
Compare

Pitney Bowes

3.7
Compare

AvenData GmbH

3.0
Compare

Dataflow Group

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