Upload Button Icon Add office photos
Engaged Employer

i

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

Somya Translators Verified Tick

Compare button icon Compare button icon Compare
3.0

based on 54 Reviews

Filter interviews by

Somya Translators Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is data entry?
  • Ans. 

    Data entry is the process of entering, updating, or verifying data in a computer system.

    • Entering data accurately and efficiently

    • Updating existing data with new information

    • Verifying data for accuracy and completeness

  • Answered by AI
  • Q2. What is your experience with data entry?
  • Ans. 

    I have over 3 years of experience in data entry, including entering, verifying, and updating data in various databases.

    • Proficient in using Microsoft Excel and other data entry software

    • Accurate and efficient in typing and data entry tasks

    • Experience in maintaining confidentiality and data integrity

    • Handled large volumes of data entry tasks with tight deadlines

  • Answered by AI
  • Q3. What is difference between c and c++ ?
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C is a procedural programming language, focusing on functions and procedures.

    • C++ is an object-oriented programming language, allowing for classes, objects, and inheritance.

    • C does not support classes and objects, while C++ does.

    • C++ has features like polymorphism, encapsulation, and inheritance which are not present in C.

    • C++ is an...

  • Answered by AI
  • Q4. How you work msword
  • Ans. 

    I am proficient in using MS Word for data entry tasks.

    • I am skilled in formatting text, tables, and images in MS Word.

    • I can create and edit documents, including reports, letters, and spreadsheets.

    • I am familiar with using templates and styles to maintain consistency in documents.

    • I am experienced in using features like spell check, track changes, and mail merge.

    • I am efficient in using keyboard shortcuts to speed up data e

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Data Entry Data Entry Operator interview:
  • Data Entry
  • C
  • HTML

Apprentice Interview Questions & Answers

HyScaler user image Radharani Rath

posted on 25 Nov 2024

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

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

Round 1 - Coding Test 

4 easy level questions will be asked basically from arrays and strings.

Round 2 - Assignment 

Assignment will be given after clearing coding round. In my case ELearning Platform project was given and 7 days time was given to complete.

Round 3 - One-on-one 

(4 Questions)

  • Q1. DBMS questions like ACID properties, database transaction. Etc
  • Q2. Project related questions
  • Q3. Basic and conceptual questions of frameworks you know
  • Q4. Basic coding questions like armstrong number, palendromic sequence, recursion

Interview Preparation Tips

Interview preparation tips for other job seekers - Give focus on conceptual and theory questions of your known framework
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Quantitative reasoning

Round 2 - One-on-one 

(5 Questions)

  • Q1. About yourself and past experiences.
  • Q2. Managerial round
  • Q3. About company information
  • Q4. About yourself and extracurricular activities
  • Q5. See yourself in the next 5 yrs

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared for 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 Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell us about yourself
  • Q2. Showcase some of you projects
  • Ans. 

    I have worked on projects involving website redesign, mobile app design, and user research.

    • Redesigned company website to improve user experience and increase conversion rates

    • Designed mobile app interface for seamless navigation and intuitive user interactions

    • Conducted user research to gather feedback and make data-driven design decisions

  • Answered by AI
  • Q3. What are your favourite apps and why do you like them
  • Ans. 

    My favorite apps are Instagram for its user-friendly interface and engaging content, Spotify for its personalized music recommendations, and Google Maps for its accurate navigation features.

    • Instagram - user-friendly interface, engaging content

    • Spotify - personalized music recommendations

    • Google Maps - accurate navigation features

  • Answered by AI
  • Q4. What roles are you interested in?
  • Q5. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a seasoned UI/UX designer leading a team of designers, working on innovative projects, and continuously learning and growing in the field.

    • Leading a team of designers

    • Working on innovative projects

    • Continuously learning and growing in the field

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

I applied via Company Website and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Assignment 

XML questions and answer

Round 2 - Coding Test 

DTD explain and XML Questions and Answer

Round 3 - Technical 

(2 Questions)

  • Q1. Dtd explain Document type definition
  • Ans. 

    DTD is a set of rules that define the structure and content of an XML document.

    • Defines the elements and attributes that can appear in the XML document

    • Specifies the order and nesting of elements

    • Ensures the validity of the XML document

  • Answered by AI
  • Q2. XML explain Extensible markup language
  • Ans. 

    XML is a markup language used to define rules for encoding documents in a format that is both human-readable and machine-readable.

    • XML stands for Extensible Markup Language

    • It uses tags to define the structure and meaning of data

    • XML documents are hierarchical and can be validated against a schema

    • Commonly used in web development for data interchange and configuration files

  • Answered by AI

Interview Preparation Tips

Topics to prepare for MPS Limited XML Executive interview:
  • XML
  • sales tax
  • Execution
  • Taxation
  • Service Tax
Interview preparation tips for other job seekers - Good knowledge in xml good experience
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between a list and a tuple in python?
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List is mutable, meaning its elements can be changed after creation.

    • Tuple is immutable, meaning its elements cannot be changed after creation.

    • List is defined using square brackets [], tuple using parentheses ().

    • Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)

  • Answered by AI
  • Q2. List : Mutable (can be modified) defined using []. Ex - my_list = [1, 2, 3] Tuple : Immutable (cannot be modified) defined using(). Ex - my_tuple = (1, 2, 3).
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. 20 General issues which you face in daily basic Rison for leaving?
  • Q2. HOW may problem/ ticket you face on daily basic?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - One-on-one 

(1 Question)

  • Q1. What is your experience with parallelizing transformers, and how do you approach splitting them across multiple devices to minimize latency?
  • Ans. 

    I have experience parallelizing transformers by splitting them across multiple devices to minimize latency.

    • I have utilized frameworks like TensorFlow and PyTorch to parallelize transformers.

    • I approach splitting transformers by dividing the input data into chunks and distributing them across devices.

    • I optimize communication overhead by minimizing data transfer between devices.

    • I leverage techniques like data parallelism ...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Behavioral 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. What do you know about Project Managing?
  • Q3. Do you have any knowledge about project outsourcing?

Interview Preparation Tips

Interview preparation tips for other job seekers - First, the HR called & said to join meeting link 15mins earlier. He explained & said that only talk about project management stuff & no other things.
The interview took by some Project Director level. His camera was off, but we had to on our camera (Doesn't look professional guy).
He just asked 3 questions & interview was hardly 15mins. I thought I was rejected but they provided me offer letter.
HR just gave me 20% hike than my previous organization. Worst HR guy ever I met.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is sport colour?
  • Ans. 

    Sport colour refers to the specific color used to identify different teams or players in sports.

    • Sport colour helps differentiate between teams or players during a game or competition

    • It is often used on uniforms, equipment, or accessories

    • Examples include the green jerseys of the Boston Celtics in basketball or the yellow jerseys of the Tour de France leader in cycling

  • Answered by AI
  • Q2. What is Pantone
  • Ans. 

    Pantone is a standardized color matching system used in various industries, particularly in printing and design.

    • Pantone provides a universal language for communicating colors accurately.

    • Each color in the Pantone system is assigned a unique code, making it easy to replicate colors across different materials and processes.

    • Designers and printers use Pantone swatch books to select and match colors for consistent results.

    • Pa...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Aptara Indesign Operator interview:
  • Typography
  • color theory
Interview preparation tips for other job seekers - C.V. shortlist, Introduction, skill test, technical questions,

Somya Translators Interview FAQs

How to prepare for Somya Translators 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 Somya Translators. The most common topics and skills that interviewers at Somya Translators expect are Translation, MS Office, Localization, Content Writing and Project Coordination.

Tell us how to improve this page.

Somya Translators Reviews and Ratings

based on 54 reviews

3.0/5

Rating in categories

3.1

Skill development

2.7

Work-life balance

2.7

Salary

2.8

Job security

2.7

Company culture

2.7

Promotions

2.7

Work satisfaction

Explore 54 Reviews and Ratings
Wordpress And PHP Developer

New Delhi

1-4 Yrs

Not Disclosed

Senior Project Co-ordinator

Noida,

Mumbai

+2

1-5 Yrs

Not Disclosed

Content Writer

New Delhi

0-4 Yrs

Not Disclosed

Explore more jobs
HR Executive
12 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Project Associate
11 salaries
unlock blur

₹1.4 L/yr - ₹2 L/yr

Senior Project Coordinator
11 salaries
unlock blur

₹2.7 L/yr - ₹4.2 L/yr

Project Coordinator
9 salaries
unlock blur

₹1.8 L/yr - ₹2.5 L/yr

HR Coordinator
6 salaries
unlock blur

₹1.2 L/yr - ₹2.5 L/yr

Explore more salaries
Compare Somya Translators with

Summa Linguae Technologies

3.7
Compare

Crystal Hues

3.4
Compare

Lyric Labs

1.0
Compare

Vie Support Language Services

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