Upload Button Icon Add office photos

Filter interviews by

Sivaltech Interview Questions and Answers

Updated 9 May 2023

Sivaltech Interview Experiences

1 interview found

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

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

(2 Questions)

  • Q1. About prev project
  • Q2. CMOS device operation
  • Ans. 

    CMOS devices are the building blocks of digital circuits, consisting of a PMOS and an NMOS transistor.

    • CMOS stands for Complementary Metal-Oxide-Semiconductor

    • PMOS and NMOS transistors are used to create logic gates

    • CMOS devices have low power consumption and high noise immunity

    • The operation of a CMOS device involves charging and discharging the gate capacitance to control the flow of current

    • The output of a CMOS device is...

  • Answered by AI

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Sivaltech?
Ask anonymously on communities.

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Meddo user image Nishant Srivastava

posted on 31 May 2021

Interview Questionnaire 

1 Question

  • Q1. JS questions are asked

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Realted to my previous job

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in answering to the interviewer

I appeared for an interview in Apr 2020.

Interview Questionnaire 

4 Questions

  • Q1. Explain the most challenging problem you faced at work
  • Q2. Given the following design - A university has colleges, colleges have departments, departments have students. There are department level elections being held where students nominate themselves to stand fo...
  • Ans. 

    Design a database for a university with colleges, departments, and students. Write a query to get students with maximum votes.

    • Use a relational database like MySQL or PostgreSQL

    • Create tables for colleges, departments, students, and elections

    • Use foreign keys to establish relationships between tables

    • Add columns for election details like candidate names and vote counts

    • Write a query to join tables and filter for maximum vot...

  • Answered by AI
  • Q3. Explain how you would design a bit.ly URL shortening service. What would be the choice of database. What would be your table design what would be the endpoints
  • Ans. 

    Design a bit.ly URL shortening service with database choice, table design, and endpoints.

    • Use a relational database like MySQL or PostgreSQL for scalability and ACID compliance.

    • Create a table with columns for the original URL, shortened URL, and metadata like creation date and click count.

    • Endpoints should include URL shortening, redirection, and analytics.

    • Implement caching to improve performance and reduce database load...

  • Answered by AI
  • Q4. Coding test - knapsack problem, 2 sum problem, alien language problem. All from leetcode.

Interview Preparation Tips

Interview preparation tips for other job seekers - System Design, Coding practice on leetcode. Popular leetcode problems help improve confidence greatly. If you are just starting off leetcode, start with the most popular easy questions. On day one, don't struggle for more than 30 minutes to solve the question. Look at the answer if no success. with every 10 questions solved looking at the answer, increase the struggle time. Also, studying at the same time everyday helps.
Read or watch system design questions explained on Youtube.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Asked about the previous job experience and area of interest like frontend or backend
Round 2 - Coding Test 

Coding test was on reactjs and html

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked about all the react concepts in detail
Round 4 - Technical 

(1 Question)

  • Q1. Javascript basics were asked
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Coding Test 

Technical round 2 questions

Interview Preparation Tips

Interview preparation tips for other job seekers - work on dsa questions
Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. How I have planned my career.
  • Q2. How I have started my journey towards business analyst
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. 2Sum DSA leetcode problem
  • Q2. Spiral traversal of a Binary tree
  • Ans. 

    Spiral traversal of a Binary tree involves visiting nodes level by level alternating between left to right and right to left.

    • Start by pushing the root node into a queue.

    • While the queue is not empty, pop a node, print its value, and push its children into the queue.

    • Alternate between popping nodes from the queue and printing their values in a spiral manner.

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

(2 Questions)

  • Q1. A problem similar to coin change problem of leetcode
  • Ans. 

    The coin change problem involves finding the number of ways to make a certain amount using given coin denominations.

    • Dynamic Programming Approach: Use an array to store the number of ways to make each amount up to the target.

    • Example: For coins [1, 2, 5] and target 5, ways are: 5 (1x5), 2+2+1, 2+1+1+1, 1+1+1+1+1.

    • Base Case: Initialize dp[0] = 1, as there's one way to make 0 amount (using no coins).

    • Iterate through each coi...

  • Answered by AI
  • Q2. Aggressive cows problem
Round 3 - One on one round with CTO 

(1 Question)

  • Q1. Basic behavioural questions like why I am looking for a change and would I be able to handle the increased work pressure as I was shifting from MNC to a startup

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA questions were easy to medium and they didn’t really focus on any one language. Problem solving skills is all they judged me on.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Why are you the right fit for this role?
  • Ans. 

    I possess the analytical skills, industry knowledge, and collaborative mindset essential for a successful Business Analyst.

    • Strong analytical skills: I have experience in data analysis using tools like Excel and SQL, which helped my previous team identify key trends.

    • Industry knowledge: I have worked in the finance sector, understanding regulatory requirements and market dynamics, which is crucial for informed decision-m...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. About myself, reason for living for previous company, and rolls an responsibility
  • Q2. Rolls an responsibility

Interview Preparation Tips

Interview preparation tips for other job seekers - suprdaily is one of the best company i have never seen before and employees are very good

Sivaltech Interview FAQs

How many rounds are there in Sivaltech interview?
Sivaltech interview process usually has 2 rounds. The most common rounds in the Sivaltech interview process are Resume Shortlist and Technical.
How to prepare for Sivaltech 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 Sivaltech. The most common topics and skills that interviewers at Sivaltech expect are Perl, SAN, Service Management, Debugging and HTML.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Trending Companies on AmbitionBox

IDFC FIRST Bank Interview Questions
3.9
 • 791 Interviews
Amdocs Interview Questions
3.7
 • 536 Interviews
Samsung Interview Questions
3.9
 • 584 Interviews
Standard Chartered Interview Questions
3.6
 • 303 Interviews
Wipro Interview Questions
3.7
 • 6.2k Interviews
HCLTech Interview Questions
3.5
 • 4.2k Interviews
Johnson Controls Interview Questions
3.5
 • 281 Interviews
Dr. Reddy's Interview Questions
4.0
 • 442 Interviews
View all

Sivaltech Reviews and Ratings

based on 3 reviews

4.2/5

Rating in categories

3.6

Skill development

4.1

Work-life balance

3.9

Salary

4.0

Job security

4.2

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 3 Reviews and Ratings
Senior Physical Design Engineer

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

ASIC/IP/Soc Verification

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Soc Verification Engineer

Bangalore / Bengaluru

7-12 Yrs

Not Disclosed

Explore more jobs
Physical Design Engineer
4 salaries
unlock blur

₹6.3 L/yr - ₹8.1 L/yr

Senior Validation Engineer
4 salaries
unlock blur

₹11.5 L/yr - ₹18 L/yr

Design & Verification Engineer
3 salaries
unlock blur

₹41 L/yr - ₹48 L/yr

Explore more salaries
write
Share an Interview