Upload Button Icon Add office photos

Filter interviews by

SiValley Technologies Software Developer Interview Questions and Answers

Updated 19 Aug 2023

SiValley Technologies Software Developer Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in Jul 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 - Aptitude Test 

Junral questions maths and others

Round 3 - Assignment 

About Coding and problem solving

Round 4 - HR 

(1 Question)

  • Q1. About myself My education About my Skills CTC

Interview Preparation Tips

Topics to prepare for SiValley Technologies Software Developer interview:
  • HTML
  • Javascript
  • Java
  • CSS

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

All aptitude topics like Distance and speed, logical reasoning, clock...etc

Round 2 - Coding Test 

C,DBMS, pseudo codes, computer networks

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Mostly about .Net, AWS, Angular
Round 2 - Technical 

(1 Question)

  • Q1. Mostly about AWS, .Net
Round 3 - HR 

(1 Question)

  • Q1. Behavioral Round + Salary Discussion
Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

An aptitude test having questions on html, SQL, oops concepts and coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Explain Joins in SQL.
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column.

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RI...

  • Answered by AI
  • Q2. How to create an HTML table.
  • Ans. 

    HTML tables can be created using the

    tag with nested (table row) and
    (table data) tags.

    • Use the

      tag to create the table structure.

    • Use the

    • tag to define each row in the table.

    • Use the

    • tag to define each cell in the row.

    • Add content inside the

    • tags to display data in the table.

    • Use attributes like colspan and rowspan to merge cells or span across multiple rows/columns.

    • Answered by AI

    Skills evaluated in this interview

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

    I applied via Recruitment Consulltant 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 - One-on-one 

    (4 Questions)

    • Q1. What is a data structure?
    • Ans. 

      A data structure is a way of organizing and storing data in a computer so that it can be accessed and modified efficiently.

      • Data structures define the way data is stored, accessed, and manipulated in a computer program.

      • Examples include arrays, linked lists, stacks, queues, trees, and graphs.

      • Choosing the right data structure is crucial for optimizing the performance of algorithms and applications.

    • Answered by AI
    • Q2. What is a linked list?
    • Ans. 

      A linked list is a data structure where each element is connected to the next element through pointers.

      • Consists of nodes where each node contains data and a reference to the next node

      • Can easily insert or delete elements without shifting other elements

      • Examples: singly linked list, doubly linked list, circular linked list

    • Answered by AI
    • Q3. What is HashSet?
    • Ans. 

      HashSet is a collection that does not allow duplicate elements and does not guarantee the order of elements.

      • HashSet implements the Set interface in Java.

      • It uses a hash table for storage.

      • Example: HashSet set = new HashSet<>();

    Answered by AI
  • Q4. Explain recursion.
  • Ans. 

    Recursion is a programming technique where a function calls itself in order to solve a problem.

    • Recursion involves breaking down a problem into smaller subproblems and solving them recursively.

    • A base case is needed to stop the recursion and prevent infinite loops.

    • Recursion can be used to solve problems like factorial calculation, Fibonacci sequence, and tree traversal.

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

    (1 Question)

    • Q1. What is a static constructor?
    • Ans. 

      A static constructor is a special type of constructor in a class that is used to initialize static data members.

      • Static constructors are called only once when the class is first accessed.

      • They are used to initialize static variables or perform any necessary setup for the class.

      • Static constructors do not take any parameters and cannot be called explicitly.

      • Example: public class MyClass { static MyClass() { // initializatio

    • Answered by AI

    Skills evaluated in this interview

    I was interviewed in Dec 2016.

    Interview Questionnaire 

    1 Question

    • Q1. How you will work under a supervisor.

    Interview Preparation Tips

    Round: Test
    Experience: I got selected for next round.
    Tips: Do not loses hope.
    Duration: 1 hour
    Total Questions: 10

    Round: Technical + HR Interview
    Experience: It was nice experience.
    Tips: Do not loses hope.

    Skills: Technical Analysis, Managing People
    College Name: IIT Kharagpur
    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

    I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

    Round 1 - Aptitude Test 

    Logical,quantitaive, cs fundamentals + coding in c

    Round 2 - Aptitude Test 

    (1 Question)

    • Q1. SQL and C programs written tests SQL around 6 question( queries, PL/sql) C 2 questions
    Round 3 - Technical 

    (1 Question)

    • Q1. Both on C and SQL written test papers were observed and will ask to explain the code and will ask to modify the errors

    Interview Preparation Tips

    Interview preparation tips for other job seekers - More importance to C programs and SQL
    cs fundamentals
    Interview experience
    4
    Good
    Difficulty level
    Easy
    Process Duration
    -
    Result
    -
    Round 1 - HR 

    (3 Questions)

    • Q1. Basic family and behaviour
    • Q2. How is your strength?
    • Q3. What is family background?

    I applied via Company Website and was interviewed in Apr 2022. There were 2 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 - Technical 

    (1 Question)

    • Q1. C language ,java language and oops,

    Interview Preparation Tips

    Topics to prepare for IDEMIA Software Developer interview:
    • Programming
    • Core Java
    Interview preparation tips for other job seekers - sir,i am a fresher I have a theoretical knowledge , I am a good practice in programming language

    I applied via Indeed and was interviewed in Nov 2021. There was 1 interview round.

    Interview Questionnaire 

    1 Question

    • Q1. About yourself,c programming and dbms basic quetions

    Interview Preparation Tips

    Interview preparation tips for other job seekers - prepare the c and dbms
    reasearch for comapny detais
    prepare for common intervioew points

    SiValley Technologies Interview FAQs

    How many rounds are there in SiValley Technologies Software Developer interview?
    SiValley Technologies interview process usually has 4 rounds. The most common rounds in the SiValley Technologies interview process are HR, Resume Shortlist and Aptitude Test.
    How to prepare for SiValley Technologies Software Developer 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 SiValley Technologies. The most common topics and skills that interviewers at SiValley Technologies expect are Automation Testing, Functional Testing, Manual Testing and Software Testing.

    Tell us how to improve this page.

    People are getting interviews through

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

    SiValley Technologies Software Developer Reviews and Ratings

    based on 1 review

    4.0/5

    Rating in categories

    5.0

    Skill development

    4.0

    Work-Life balance

    4.0

    Salary & Benefits

    5.0

    Job Security

    5.0

    Company culture

    4.0

    Promotions/Appraisal

    5.0

    Work Satisfaction

    Explore 1 Review and Rating
    Physical Design Engineer
    16 salaries
    unlock blur

    ₹3.5 L/yr - ₹6.5 L/yr

    Analog Layout Engineer
    7 salaries
    unlock blur

    ₹3.8 L/yr - ₹4.8 L/yr

    Verification Engineer
    6 salaries
    unlock blur

    ₹3 L/yr - ₹6 L/yr

    Analog Layout Design Engineer
    6 salaries
    unlock blur

    ₹3.2 L/yr - ₹6 L/yr

    Design & Verification Engineer
    3 salaries
    unlock blur

    ₹4.5 L/yr - ₹6.5 L/yr

    Explore more salaries
    Compare SiValley Technologies with

    Infosys

    3.7
    Compare

    TCS

    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