Upload Button Icon Add office photos
Engaged Employer

i

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

SOTI Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

SOTI Interview Questions, Process, and Tips

Updated 21 Nov 2024

Top SOTI Interview Questions and Answers

View all 7 questions

SOTI Interview Experiences

Popular Designations

22 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Coding Test 

Coding round and level was good, one araay question and two dp questions

Round 2 - Technical 

(1 Question)

  • Q1. Interview round was also good, questions asked from stack and queues, puzzle, dbms, sql, and dsa problem

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (183)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

3 coding questions - medium

Round 2 - Technical 

(2 Questions)

  • Q1. Puzzles like matchstick problem
  • Q2. Easy coding questions

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (39)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude test provided. Try some online aptitude test such as reasoning and numericals etc

Round 2 - Group Discussion 

Must be deliver a good performance in gd that impresses the recruiter. Always speak within the context

Round 3 - Technical 

(1 Question)

  • Q1. Basic knowledges about computer systems and softwares and also about the main project you have done in college
Round 4 - HR 

(1 Question)

  • Q1. Verify our details and resume

Associate Consultant Interview Questions asked at other Companies

Q1. There are 2 cricket teams, A and B, with 11 players each. If every player of team A shakes hands with every player of team B(once), what will be the total number of handshakes?
View answer (15)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy Aptitude test contains some logical reasoning.

Round 2 - Coding Test 

Second round is Coding,it contains 2 coding questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Short term and long term goal
  • Ans. 

    Short term goal is to improve my knowledge and skills in quality assurance. Long term goal is to become a senior QA specialist and lead a team.

    • Short term goal: Take relevant courses and certifications to enhance QA skills

    • Short term goal: Gain experience by working on different projects and learning from senior QA specialists

    • Long term goal: Aim for promotions to higher QA positions

    • Long term goal: Develop leadership skil

  • Answered by AI

Quality Assurance Specialist Interview Questions asked at other Companies

Q1. What does DPU stands for in terms of quality?
View answer (2)

SOTI interview questions for popular designations

 Software Developer

 (6)

 Full Stack Software Developer

 (3)

 Software Engineer

 (3)

 Associate

 (1)

 Associate Consultant

 (1)

 Associate Software Developer

 (1)

 Junior Software Developer

 (1)

 Product Owner

 (1)

Associate Interview Questions & Answers

user image Gurubalaji Balaji

posted on 1 Jul 2024

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

Easy coding round ,like 2d array,pattern

Round 2 - Assignment 

It makes to develop any static website or any static project techniques

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Cochin University of Science and Technology (CUST) and was interviewed in Apr 2023. 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 

Platform - Mettl
3 Questions of medium level difficulty to do in 2 hours, typically contain concepts like DSA, DP etc.

Round 3 - Technical 

(3 Questions)

  • Q1. What is structure padding?
  • Ans. 

    Structure padding is the insertion of unused bytes between structure members to align them on memory boundaries.

    • Padding is added to ensure that each member of a structure starts at a memory address that is a multiple of its size.

    • Padding is compiler-dependent and can vary between different platforms and architectures.

    • Padding can affect the size of a structure and the performance of the program.

    • Example: struct example { ...

  • Answered by AI
  • Q2. College Project discussion
  • Q3. Form a dictionary from name.
  • Ans. 

    Forming a dictionary from name

    • Create an empty dictionary

    • Iterate through each character in the name

    • Add the character as a key and its frequency as value in the dictionary

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Jobs at SOTI

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

I applied via LinkedIn and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

There was one question on DP.

Round 2 - Technical 

(2 Questions)

  • Q1. Dependency injection
  • Q2. Application level question on Delegates

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. How much experience do you have ?

Technical Analyst Interview Questions asked at other Companies

Q1. Write a program to get a employee list whose salary is greater than 50k and grade is above from A, Use Java 8 stream to get the list
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jul 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 - Coding Test 

This round consists of 3 coding questions based in data structures and algorithms. There was no barrier of coding language, can write code in any language. The questions were above medium level.

Round 3 - Technical 

(4 Questions)

  • Q1. Ther were pseudocodes shared on screen and was like a rapid fire round. I need to guess the correct output of displayed questions.
  • Q2. Questions was asked on data structures like array, tress, linked list etc. A qustion was asked on array, which has a catch and uses other data structures for solution. Also I was assked to minimize time a...
  • Q3. What is OOPs ? All the pillars of OOPs. What is polymorphism and its type etc.
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs pillars: Inheritance, Encapsulation, Polymorphism, Abstraction

    • Polymorphism: Ability of an object to take on many forms. Types - Compile-time (method overloading) and Runtime (method overriding)

    • Inheritance: Ability of a class to inherit properties and behavior from another class

    • Encapsulation: Bundling of data a...

  • Answered by AI
  • Q4. Also there werenquestions asked on reasoning or aptitude.
Round 4 - HR 

(1 Question)

  • Q1. This was simple round, where basic HR questions were asked.

Interview Preparation Tips

Topics to prepare for SOTI Associate Software Developer interview:
  • DSA
  • SQL
  • Reasoning
  • Pseudocode
Interview preparation tips for other job seekers - Be prepared for coding test, it has a good level of questions. Questions were based on DP. Also prepare for logic reasoning questions as they were asked during interview. Prepare all the basic concepts of OOPs.

Associate Software Developer Interview Questions asked at other Companies

Q1. Nth Fibonacci Number Problem Statement Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1. Input: The input consists of a single intege... read more
Add answer
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology (NIT), Calicut and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

There will be 3 coding questions, Easy, moderate and hard level.

Round 3 - Technical 

(1 Question)

  • Q1. 2nd round will be technical round, they will ask mostly theoretical coding questions(Mostly array, Linked List), puzzles (Geeks Puzzles are enough).

Interview Preparation Tips

Topics to prepare for SOTI Software Developer interview:
  • Array
  • Linked List
  • Data Structures
  • Microsoft Sql

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (39)

SOTI Interview FAQs

How many rounds are there in SOTI interview?
SOTI interview process usually has 2-3 rounds. The most common rounds in the SOTI interview process are Coding Test, Technical and Resume Shortlist.
How to prepare for SOTI 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 SOTI. The most common topics and skills that interviewers at SOTI expect are C#, API Testing, Automation Testing, Java and C++.
What are the top questions asked in SOTI interview?

Some of the top questions asked at the SOTI interview -

  1. What is OOPs ? All the pillars of OOPs. What is polymorphism and its type e...read more
  2. What is structure paddi...read more
  3. Form a dictionary from na...read more
How long is the SOTI interview process?

The duration of SOTI interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

SOTI Interview Process

based on 32 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Zoho Interview Questions
4.3
 • 516 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
View all

SOTI Reviews and Ratings

based on 123 reviews

3.3/5

Rating in categories

3.2

Skill development

3.6

Work-life balance

3.1

Salary

3.2

Job security

3.3

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 123 Reviews and Ratings
BI Engineer

Kochi

3-8 Yrs

₹ 7-12 LPA

Senior System Administrator

Kochi

5-10 Yrs

Not Disclosed

Software Developer 2

Kochi

3-6 Yrs

Not Disclosed

Explore more jobs
Software Developer
79 salaries
unlock blur

₹7 L/yr - ₹15.4 L/yr

Software Engineer
65 salaries
unlock blur

₹7 L/yr - ₹9.8 L/yr

Associate Software Developer
58 salaries
unlock blur

₹7.4 L/yr - ₹9 L/yr

Quality Assurance Specialist
48 salaries
unlock blur

₹5.7 L/yr - ₹11.6 L/yr

Senior Software Developer
39 salaries
unlock blur

₹10 L/yr - ₹26.5 L/yr

Explore more salaries
Compare SOTI with

Zoho

4.3
Compare

Freshworks

3.5
Compare

TCS

3.7
Compare

Infosys

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