Upload Button Icon Add office photos
Engaged Employer

i

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

Simform Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 133 Reviews

Filter interviews by

Simform Senior Engineer Interview Questions and Answers

Updated 27 Mar 2024

Simform Senior Engineer Interview Experiences

1 interview found

Senior Engineer Interview Questions & Answers

user image Dipak Patel

posted on 27 Mar 2024

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

I applied via LinkedIn and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Have you use AWS lambda.
  • Ans. 

    Yes, I have experience using AWS Lambda for serverless computing.

    • I have developed serverless applications using AWS Lambda functions.

    • I have integrated AWS Lambda with other AWS services like API Gateway, S3, and DynamoDB.

    • I have experience writing Lambda functions in languages like Node.js, Python, and Java.

    • I have used AWS SAM (Serverless Application Model) to deploy and manage Lambda functions.

  • Answered by AI
Round 2 - Coding Test 

Write a program to check given no is prime number or not

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Referral and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Three DSA questions one on likedlist one on BST and one on maps

Round 2 - Technical 

(2 Questions)

  • Q1. Cpp pointers explain smart pointers
  • Ans. 

    Smart pointers in C++ provide automatic memory management and help prevent memory leaks.

    • Smart pointers are objects that manage the memory of a pointer automatically.

    • They ensure that memory is deallocated when it is no longer needed.

    • Examples include unique_ptr, shared_ptr, and weak_ptr.

  • Answered by AI
  • Q2. Cpp question based on OOPs concepts
Round 3 - Coding Test 

DSA questions on graph and lots of puzzles

Interview Preparation Tips

Topics to prepare for Ansys Software Private Limited Senior Engineer interview:
  • C++
  • DSA
  • OOPS
  • Puzzles
Interview preparation tips for other job seekers - Overall good experience, but the HR hasn't replied yet.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Do you have working experience of SwiftUI
  • Q2. Have you ever implemented or worked with server driven UIs
  • Ans. 

    Yes, I have experience implementing server driven UIs.

    • Implemented server driven UIs using JSON responses to dynamically update UI elements

    • Worked with frameworks like React and Angular to handle server driven UI updates

    • Used server driven UIs to efficiently manage and display large amounts of data

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

(2 Questions)

  • Q1. What is closure and types?
  • Ans. 

    Closure is a function that captures variables from its surrounding scope, allowing it to access those variables even after the scope has closed.

    • Closure allows a function to access variables from its lexical scope even after the function has finished executing.

    • Types of closures include lexical closures, which capture variables from the surrounding lexical scope, and function closures, which capture variables from the fu...

  • Answered by AI
  • Q2. What is Core data and all operations with example/scenarios
  • Ans. 

    Core Data is a framework provided by Apple for managing the model layer objects in an iOS application.

    • Core Data is used for storing, retrieving, and managing data in an iOS app.

    • It provides an object-oriented interface to work with data.

    • Operations include creating, reading, updating, and deleting data.

    • Example: Creating a new record in Core Data for a user profile.

    • Example: Fetching a list of items from Core Data to displ

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join the company?
  • Q2. Why should we hire you

Interview Preparation Tips

Topics to prepare for Collabera Technologies Senior Software Engineer interview:
  • Core Data
  • SwiftUI
  • GCD
  • Memory Management
Interview preparation tips for other job seekers - Good inteview

Skills evaluated in this interview

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

I was interviewed in Sep 2024.

Round 1 - Coding Test 

I was given a test which was not that difficult

Round 2 - Behavioral 

(2 Questions)

  • Q1. Why are you leaving the current job
  • Ans. 

    Seeking new challenges and growth opportunities in a more innovative environment.

    • Looking for new challenges and opportunities for growth

    • Interested in working in a more innovative environment

    • Seeking a change in company culture or work-life balance

  • Answered by AI
  • Q2. What's the driving factor for you to join Altair
  • Ans. 

    The innovative projects and collaborative work environment at Altair are the driving factors for me to join.

    • Innovative projects: I am excited about the opportunity to work on cutting-edge projects that push the boundaries of technology.

    • Collaborative work environment: I value teamwork and believe that working with talented individuals at Altair will help me grow professionally.

    • Company culture: I have heard great things ...

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

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Smoke testing and sanity testing
  • Q2. Boundary value analysis
  • Q3. Testing technique
  • Ans. 

    Testing technique involves various methods to verify the functionality and performance of software.

    • Different testing techniques include black box testing, white box testing, regression testing, and exploratory testing.

    • Each technique has its own approach and objectives, such as verifying functionality, uncovering defects, or ensuring system stability.

    • Testers use a combination of techniques based on project requirements ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. C# oops concepts
  • Q2. Dotnet interview questions
  • Q3. SQL server interview questions
  • Q4. Angular interview questions
  • Q5. Architectural design interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from basic to advance topics
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write a query to obtain the third transaction of every user
  • Ans. 

    Query to retrieve the third transaction of every user

    • Use a subquery to rank the transactions for each user

    • Filter the results to only include the third transaction for each user

  • Answered by AI
  • Q2. Write a query that outputs the name of the credit card and how many cards are issued in it's launch month
  • Ans. 

    Query to output the name of credit card and number of cards issued in launch month

    • Use GROUP BY to group by launch month

    • Count the number of cards issued in each launch month

    • Select the name of the credit card and the count of cards issued

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Java basics OOPs concepts
  • Q2. Interface Abstract encapsulation
  • Q3. Actions class, alerts
  • Q4. String buffer, builder, immutable

Interview Preparation Tips

Interview preparation tips for other job seekers - Went really good
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Hackearth test and contain rest api questions and coding questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Define oops concepts in brief.
  • Ans. 

    Object-oriented programming concepts like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the ne

  • Answered by AI
  • Q2. Constructor based logical questions

Simform Interview FAQs

How many rounds are there in Simform Senior Engineer interview?
Simform interview process usually has 2 rounds. The most common rounds in the Simform interview process are Technical and Coding Test.

Tell us how to improve this page.

People are getting interviews through

based on 1 Simform interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Software Engineer
181 salaries
unlock blur

₹3 L/yr - ₹11.4 L/yr

Senior Software Engineer
126 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Devops Engineer
29 salaries
unlock blur

₹4.1 L/yr - ₹15.3 L/yr

Software Developer
26 salaries
unlock blur

₹4 L/yr - ₹11 L/yr

Lead Engineer
25 salaries
unlock blur

₹8 L/yr - ₹19.7 L/yr

Explore more salaries
Compare Simform 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