Upload Button Icon Add office photos

Filter interviews by

Semiosis Software Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

25 questions on coding output and 5 questions on aptitude

Round 2 - Coding Test 

DSA problems on arrays and strings easy to medium level

Round 3 - One-on-one 

(3 Questions)

  • Q1. Develop a live streaming application
  • Q2. Questions on Resume
  • Q3. What is your interested technically
Round 4 - HR 

(2 Questions)

  • Q1. Family background
  • Q2. Salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for DSA on your resume and networking, DBMS and OS concepts.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2024. There were 5 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic ml related questions,past project discussion
Round 2 - One-on-one 

(1 Question)

  • Q1. AI, ML related, statistical analysis of the graph.
Round 3 - Behavioral 

(1 Question)

  • Q1. Work culture, check
Round 4 - cross functional lob 

(1 Question)

  • Q1. Work culture, project discussion, scenario based questions
Round 5 - HR 

(1 Question)

  • Q1. Basic HR questions, why sap salary discussions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(9 Questions)

  • Q1. Introduction, roles and responsibilities
  • Q2. Deep copy shallow copy
  • Q3. Method Overloading overriding
  • Q4. Constuctor and its types
  • Ans. 

    Constructors are special methods in a class used to initialize objects. There are default, parameterized, copy, and static constructors.

    • Constructors have the same name as the class and do not have a return type.

    • Default constructors are automatically created by the compiler if no constructor is defined.

    • Parameterized constructors accept parameters to initialize object properties.

    • Copy constructors create a new object as a...

  • Answered by AI
  • Q5. Varags (variable length arguments)
  • Q6. Find element find elements return types of it if no elements found
  • Ans. 

    findElements method in Selenium returns a list of WebElements or an empty list if no elements are found.

    • findElements method returns a list of WebElements

    • If no elements are found, it returns an empty list

    • Return type is List

Answered by AI
  • Q7. Webdriver what is it
  • Ans. 

    Webdriver is a tool used for automating web application testing.

    • Webdriver is a popular automation tool used for testing web applications.

    • It allows testers to automate interactions with a web browser.

    • Webdriver supports multiple programming languages such as Java, Python, and C#.

    • It can simulate user interactions like clicking buttons, entering text, and navigating through pages.

    • Webdriver is commonly used in QA automation...

  • Answered by AI
  • Q8. Find duplicate numbers and its count from given list explain logic
  • Ans. 

    Logic to find duplicate numbers and their count in a given list.

    • Iterate through the list and store each number in a hashmap with its count

    • If a number is already in the hashmap, increment its count

    • After iterating, check the hashmap for numbers with count greater than 1 to find duplicates

  • Answered by AI
  • Q9. Factorial using recursion
  • Ans. 

    Factorial using recursion is a mathematical function that calculates the product of all positive integers up to a given number.

    • Define a function that takes an integer parameter n

    • Base case: if n is 0, return 1

    • Recursive case: return n multiplied by the factorial of n-1

    • Example: factorial(5) = 5 * factorial(4) = 5 * 4 * factorial(3) = 5 * 4 * 3 * factorial(2) = 5 * 4 * 3 * 2 * factorial(1) = 5 * 4 * 3 * 2 * 1 = 120

  • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - For me Mostly 90% they asked java related questions.
    Introduction, roles responsibilities.
    Deep copy shallow copy
    Method Overloading overriding
    Constuctor
    Varags
    Find element & find elements difference and return types(if elements present and if not)
    2 coding questions
    1 repeatetive numbers/duplicates and its count from the given list eg output 4,2(4 is number and found 2 times)
    2 factorial of a number using recursion.

    I don't want to fil this form all that's why including all questions asked in the feedback.

    This was my first round and no response till now.
    Interview taken on 10 Oct.

    Skills evaluated in this interview

    Interview experience
    2
    Poor
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

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

    Round 1 - Technical 

    (2 Questions)

    • Q1. What are 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 between them

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

      • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

    • Answered by AI
    • Q2. Coding questions in Python
    Round 2 - One-on-one 

    (2 Questions)

    • Q1. E plain project experience and talk of any one project in detail
    • Ans. 

      I have extensive project experience in operations management, including leading a team to improve efficiency and productivity.

      • Led a team in implementing a new inventory management system, resulting in a 20% reduction in stockouts

      • Streamlined the order fulfillment process by reorganizing warehouse layout and optimizing pick routes

      • Implemented performance metrics to track team productivity and identify areas for improvemen

    • Answered by AI
    • Q2. What is exp in pharma
    Round 3 - HR 

    (2 Questions)

    • Q1. Stregnths and weakness
    • Q2. Why are you looking to join axtria
    • Ans. 

      I am looking to join Axtria because of its reputation for innovation and growth opportunities.

      • Impressed by Axtria's track record of innovation in the industry

      • Excited about the potential for growth and advancement within the company

      • Interested in working with a talented team of professionals at Axtria

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Don’t apply for axtria. I answeree all questions well but they in last told that vacancy is on hold. Stupid company.

    Skills evaluated in this interview

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

    I applied via campus placement at Dayananda Sagar College of Engineering, Bangalore and was interviewed in Oct 2024. There were 4 interview rounds.

    Round 1 - Coding Test 

    3 coding dsa question
    Difficulty is On your luck
    My friends got easy level
    I got medium level
    Some got hard questions as well

    Round 2 - Aptitude Test 

    Ssh round , quant and logical
    Tip: bring your calculator

    Round 3 - Technical 

    (3 Questions)

    • Q1. Two Puzzle : bulb switching and candle
    • Q2. Dsa questions such as string reverse, binary search
    • Q3. Dbms and os core subject questions
    Round 4 - HR 

    (2 Questions)

    • Q1. How are you better than others
    • Q2. Why should we hire you

    Interview Preparation Tips

    Interview preparation tips for other job seekers - If you are a girl, the interview rounds will be much easier for you as this company promotes diversity hiring.
    The main differing factor is technical round interview which totally depends on the interviewer's mood .
    Girls do get priority in this round, they are asked easier questions and will be selected if able to answer 60-70% of the questions.
    Note:- it's not like they will hire any girl but a bit easier comparatively

    RIM engineer Interview Questions & Answers

    24/7 Customer user image Saurabh Rai

    posted on 8 Nov 2024

    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -

    I applied via Campus Placement

    Round 1 - Technical 

    (2 Questions)

    • Q1. Resume related question
    • Q2. Outlook PST backup
    Round 2 - One-on-one 

    (2 Questions)

    • Q1. Resume related question
    • Q2. Last job role and responsibilities
    Round 3 - Technical 

    (2 Questions)

    • Q1. Desktop related
    • Q2. Vlan configure and rules
    Round 4 - Technical 

    (2 Questions)

    • Q1. Network setup devices
    • Q2. Vpn how to configure
    Round 5 - HR 

    (2 Questions)

    • Q1. Why we hire you
    • Q2. Previous job left

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Company is good but depends on team.inwas happy because of my manager

    Skills evaluated in this interview

    Interview experience
    5
    Excellent
    Difficulty level
    Hard
    Process Duration
    Less than 2 weeks
    Result
    No response

    I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

    Round 1 - Technical 

    (5 Questions)

    • Q1. What is the social networking
    • Ans. 

      Social networking refers to the use of internet-based platforms to connect with others, share information, and build relationships.

      • Social networking sites allow users to create profiles, connect with friends, and share updates and photos.

      • Popular social networking platforms include Facebook, Twitter, Instagram, and LinkedIn.

      • Social networking can be used for personal connections, professional networking, and marketing pu...

    • Answered by AI
    • Q2. How many people added in google
    • Ans. 

      The number of people added in Google is constantly changing due to hiring, acquisitions, and other factors.

      • Google adds thousands of employees each year through hiring and acquisitions.

      • As of 2021, Google has over 140,000 employees worldwide.

      • The exact number of people added in Google can vary depending on the time frame and specific context of the question.

    • Answered by AI
    • Q3. What is the charts accountant
    • Ans. 

      A charts accountant is a professional who specializes in creating and analyzing financial charts and graphs to help businesses make informed decisions.

      • Charts accountants use data visualization techniques to present financial information in a clear and concise manner.

      • They often work with software programs like Microsoft Excel or Tableau to create charts and graphs.

      • Charts accountants help businesses track key performance...

    • Answered by AI
    • Q4. What is a gaming review
    • Ans. 

      A gaming review is an evaluation of a video game, assessing its gameplay, graphics, sound, and overall quality.

      • Gaming reviews provide insights into the strengths and weaknesses of a game.

      • They often include ratings or scores to summarize the reviewer's opinion.

      • Reviews may also discuss the game's story, mechanics, replay value, and technical performance.

      • Examples of popular gaming review websites include IGN, GameSpot, an

    • Answered by AI
    • Q5. How many salary in google
    Round 2 - Coding Test 

    Very hardworking studying in coding

    Interview Preparation Tips

    Topics to prepare for Google growth manager interview:
    • Accounting
    • Game Testing
    Interview preparation tips for other job seekers - Jobs is nothing but life is something
    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Coding Test 

    2 medium leetcode questions were asked

    Round 2 - One-on-one 

    (2 Questions)

    • Q1. Difference between polymorphism and inheritance
    • Q2. Dsa question related to array
    Round 3 - One-on-one 

    (2 Questions)

    • Q1. Explain about project
    • Q2. What did you do in you internship

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare DSA well
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.

    Round 1 - Technical 

    (2 Questions)

    • Q1. Java springboot basic to intermediate question
    • Q2. Java stream questions
    Round 2 - Technical 

    (2 Questions)

    • Q1. Easy level DSA questions
    • Q2. Project based questions
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    -
    Result
    Selected Selected

    I applied via Campus Placement

    Round 1 - Aptitude Test 

    It was related to Aptitude MCQ and 2-coding test

    Round 2 - Technical 

    (3 Questions)

    • Q1. Palindrome of a number
    • Ans. 

      A palindrome of a number is a number that remains the same when its digits are reversed.

      • To check if a number is a palindrome, reverse the number and compare it with the original number.

      • Examples: 121 is a palindrome, 123 is not a palindrome.

    • Answered by AI
    • Q2. Merge 2linked list
    • Ans. 

      Merging two linked lists involves combining the elements of both lists into a single list.

      • Create a new linked list to store the merged elements

      • Traverse through both linked lists and add elements to the new list

      • Handle cases where one list is longer than the other

    • Answered by AI
    • Q3. About projects you have done
    Round 3 - HR 

    (2 Questions)

    • Q1. Explain your resume fully
    • Q2. General questions on the behaviour

    Skills evaluated in this interview

    Semiosis Software Interview FAQs

    How to prepare for Semiosis Software 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 Semiosis Software. The most common topics and skills that interviewers at Semiosis Software expect are Wordpress, Dreamweaver, Computer Accounting, Credit Rating and Database Testing.

    Tell us how to improve this page.

    Interview Questions from Similar Companies

    Google Interview Questions
    4.4
     • 826 Interviews
    Zoho Interview Questions
    4.3
     • 496 Interviews
    SAP Interview Questions
    4.2
     • 300 Interviews
    24/7 Customer Interview Questions
    3.5
     • 174 Interviews
    Globant Interview Questions
    3.9
     • 162 Interviews
    Chetu Interview Questions
    3.2
     • 161 Interviews
    VMware Software Interview Questions
    4.4
     • 152 Interviews
    View all

    Semiosis Software Reviews and Ratings

    based on 3 reviews

    4.2/5

    Rating in categories

    5.0

    Skill development

    5.0

    Work-Life balance

    5.0

    Salary & Benefits

    5.0

    Job Security

    5.0

    Company culture

    5.0

    Promotions/Appraisal

    5.0

    Work Satisfaction

    Explore 3 Reviews and Ratings
    Flutter App Developer

    Jaipur

    1-3 Yrs

    Not Disclosed

    Explore more jobs
    Senior Android Developer
    3 salaries
    unlock blur

    ₹9 L/yr - ₹13 L/yr

    Explore more salaries
    Compare Semiosis Software with

    Bosch Global Software Technologies

    4.0
    Compare

    24/7 Customer

    3.5
    Compare

    Google

    4.4
    Compare

    Microsoft Corporation

    4.1
    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