Cutshort logo

11+ SERDES Jobs in India

Apply to 11+ SERDES Jobs on CutShort.io. Find your next job, effortlessly. Browse SERDES Jobs and apply today!

icon
Smart Soc Solutions

at Smart Soc Solutions

6 recruiters
Sayantika Majumdar
Posted by Sayantika Majumdar
Bengaluru (Bangalore), Hyderabad, Noida, Chennai, Kolkata
3 - 20 yrs
₹10L - ₹50L / yr
Analog And Digital Circuits
SERDES
Circuit Design
Very Large Scale Integration (VLSI)
Hardware
+2 more

alog Circuit Design::

  • The candidate should have B.Tech or M.Tech in Electronics/Electrical/VLSI Design Engineering
  • The candidate should have relevant work experience of 7-16 years in Analog and SERDES IO IP design e.g. GPIOs, Thermal Sensor, PLL, ADC/DAC/ Voltage regulators/LDOs, AIB, HBMIO, DDR, HDMI/DP IO, MIPI IO etc.
Read more
Certa

at Certa

4 recruiters
Gyan S
Posted by Gyan S
Remote only
3 - 6 yrs
Best in industry
skill iconPython
skill iconDjango
PyTorch
Large Language Models (LLM) tuning
Generative AI
+4 more

Certa (getcerta.com) is a Silicon Valley-based startup automating the vendor, supplier, and stakeholder onboarding processes for businesses globally. Serving Fortune 500 and Fortune 1000 clients, Certa's engineering team tackles expansive and deeply technical challenges, driving innovation in business processes across industries.


Location: Remote (India only)


Role Overview

We are looking for an experienced and innovative AI Engineer to join our team and push the boundaries of large language model (LLM) technology to drive significant impact in our products and services . In this role, you will leverage your strong software engineering skills (particularly in Python and cloud-based backend systems) and your hands-on experience with cutting-edge AI (LLMs, prompt engineering, Retrieval-Augmented Generation, etc.) to build intelligent features for enterprise (B2B SaaS). As an AI Engineer on our team, you will design and deploy AI-driven solutions (such as LLM-powered agents and context-aware systems) from prototype to production, iterating quickly and staying up-to-date with the latest developments in the AI space . This is a unique opportunity to be at the forefront of a new class of engineering roles that blend robust backend system design with state-of-the-art AI integration, shaping the future of user experiences in our domain.


Key Responsibilities

  • Design and Develop AI Features: Lead the design, development, and deployment of generative AI capabilities and LLM-powered services that deliver engaging, human-centric user experiences . This includes building features like intelligent chatbots, AI-driven recommendations, and workflow automation into our products.
  • RAG Pipeline Implementation: Design, implement, and continuously optimize end-to-end RAG (Retrieval-Augmented Generation) pipelines, including data ingestion and parsing, document chunking, vector indexing, and prompt engineering strategies to provide relevant context to LLMs . Ensure that our AI systems can efficiently retrieve and use information from knowledge bases to enhance answer accuracy.
  • Build LLM-Based Agents: Develop and refine LLM-based agentic systems that can autonomously perform complex tasks or assist users in multi-step workflows. Incorporate tools for planning, memory, and context management (e.g. long-term memory stores, tool use via APIs) to extend the capabilities of our AI agents . Experiment with emerging best practices in agent design (planning algorithms, self-healing loops, etc.) to make these agents more reliable and effective.
  • Integrate with Product Teams: Work closely with product managers, designers, and other engineers to integrate AI capabilities seamlessly into our products, ensuring that features align with user needs and business goals . You’ll collaborate cross-functionally to translate product requirements into AI solutions, and iterate based on feedback and testing.
  • System Evaluation & Iteration: Rigorously evaluate the performance of AI models and pipelines using appropriate metrics – including accuracy/correctness, response latency, and avoidance of errors like hallucinations . Conduct thorough testing and use user feedback to drive continuous improvements in model prompts, parameters, and data processing.
  • Code Quality & Best Practices: Write clean, maintainable, and testable code while following software engineering best practices . Ensure that the AI components are well-structured, scalable, and fit into our overall system architecture. Implement monitoring and logging for AI services to track performance and reliability in production.
  • Mentorship and Knowledge Sharing: Provide technical guidance and mentorship to team members on best practices in generative AI development . Help educate and upskill colleagues (e.g. through code reviews, tech talks) in areas like prompt engineering, using our AI toolchain, and evaluating model outputs. Foster a culture of continuous learning and experimentation with new AI technologies.
  • Research & Innovation: Continuously explore the latest advancements in AI/ML (new model releases, libraries, techniques) and assess their potential value for our products . You will have the freedom to prototype innovative solutions – for example, trying new fine-tuning methods or integrating new APIs – and bring those into our platform if they prove beneficial. Staying current with emerging research and industry trends is a key part of this role .


Required Skills and Qualifications

  • Software Engineering Experience: 3+ years (Mid-level) / 5+ years (Senior) of professional software engineering experience. Rock-solid backend development skills with expertise in Python and designing scalable APIs/services. Experience building and deploying systems on AWS or similar cloud platforms is required (including familiarity with cloud infrastructure and distributed computing) . Strong system design abilities with a track record of designing robust, maintainable architectures is a must.
  • LLM/AI Application Experience: Proven experience building applications that leverage large language models or generative AI. You have spent time prompting and integrating language models into real products (e.g. building chatbots, semantic search, AI assistants) and understand their behavior and failure modes . Demonstrable projects or work in LLM-powered application development – especially using techniques like RAG or building LLM-driven agents – will make you stand out .
  • AI/ML Knowledge: Prioritize applied LLM product engineering over traditional ML pipelines. Strong chops in prompt design, function calling/structured outputs, tool use, context-window management, and the RAG levers that matter (document parsing/chunking, metadata, re-ranking, embedding/model selection). Make pragmatic model/provider choices (hosted vs. open) using latency, cost, context length, safety, and rate-limit trade-offs; know when simple prompting/config changes beat fine-tuning, and when lightweight adapters or fine-tuning are justified. Design evaluation that mirrors product outcomes: golden sets, automated prompt unit tests, offline checks, and online A/Bs for helpfulness/correctness/safety; track production proxies like retrieval recall and hallucination rate. Solid understanding of embeddings, tokenization, and vector search fundamentals, plus working literacy in transformers to reason about capabilities/limits. Familiarity with agent patterns (planning, tool orchestration, memory) and guardrail/safety techniques.
  • Tooling & Frameworks: Hands-on experience with the AI/LLM tech stack and libraries. This includes proficiency with LLM orchestration libraries such as LangChain, LlamaIndex, etc., for building prompt pipelines . Experience working with vector databases or semantic search (e.g. Pinecone, Chroma, Milvus) to enable retrieval-augmented generation is highly desired.
  • Cloud & DevOps: Own the productionization of LLM/RAG-backed services as high-availability, low-latency backends. Expertise in AWS (e.g., ECS/EKS/Lambda, API Gateway/ALB, S3, DynamoDB/Postgres, OpenSearch, SQS/SNS/Step Functions, Secrets Manager/KMS, VPC) and infrastructure-as-code (Terraform/CDK). You’re comfortable shipping stateless APIs, event-driven pipelines, and retrieval infrastructure (vector stores, caches) with strong observability (p95/p99 latency, distributed tracing, retries/circuit breakers), security (PII handling, encryption, least-privilege IAM, private networking to model endpoints), and progressive delivery (blue/green, canary, feature flags). Build prompt/config rollout workflows, manage token/cost budgets, apply caching/batching/streaming strategies, and implement graceful fallbacks across multiple model providers.
  • Product and Domain Experience: Experience building enterprise (B2B SaaS) products is a strong plus . This means you understand considerations like user experience, scalability, security, and compliance. Past exposure to these types of products will help you design AI solutions that cater to a range of end-users.
  • Strong Communication & Collaboration: Excellent interpersonal and communication skills, with an ability to explain complex AI concepts to non-technical stakeholders and create clarity from ambiguity . You work effectively in cross-functional teams and can coordinate with product, design, and ops teams to drive projects forward.
  • Problem-Solving & Autonomy: Self-motivated and able to manage multiple priorities in a fast-paced environment . You have a demonstrated ability to troubleshoot complex systems, debug issues across the stack, and quickly prototype solutions. A “figure it out” attitude and creative approach to overcoming technical challenges are key.


Preferred (Bonus) Qualifications

  • Multi-Modal and Agents: Experience developing complex agentic systems using LLMs (for example, multi-agent systems or integrating LLMs with tool networks) is a bonus . Similarly, knowledge of multi-modal AI (combining text with vision or other data) could be useful as we expand our product capabilities.
  • Startup/Agile Environment: Prior experience in an early-stage startup or similarly fast-paced environment where you’ve worn multiple hats and adapted to rapid changes . This role will involve quick iteration and evolving requirements, so comfort with ambiguity and agility is valued.
  • Community/Research Involvement: Active participation in the AI community (open-source contributions, research publications, or blogging about AI advancements) is appreciated. It demonstrates passion and keeps you at the cutting edge. If you have published research or have a portfolio of AI side projects, let us know !


Perks of working at Certa.ai:

  • Best-in-class compensation
  • Fully-remote work with flexible schedules
  • Continuous learning
  • Massive opportunities for growth
  • Yearly offsite
  • Quarterly hacker house
  • Comprehensive health coverage
  • Parental Leave
  • Latest Tech Workstation
  • Rockstar team to work with (we mean it!)
Read more
Thoucentric

at Thoucentric

2 candid answers
Reshika Mendiratta
Posted by Reshika Mendiratta
Bengaluru (Bangalore)
4yrs+
Upto ₹30L / yr (Varies
)
SAP FICO
S4 HANA
GL
Asset accounting

About Us

At Thoucentric, we deliver end-to-end consulting solutions to solve critical business challenges across industries. With deep domain expertise, advanced technology, and a results-driven approach, we help organizations streamline operations, enhance decision-making, and drive growth. Headquartered in Bangalore with a global presence across India, US, UK, Singapore, and Australia, we work on Business Consulting, Program & Project Management, Digital Transformation, Product Management, and Process & Technology Solutioning, supporting clients in Supply Chain, Finance, HR, Sales & Distribution.

Our team of 500+ consultants builds innovative solutions through Thoucentric Labs using AI/ML and works on market-focused capabilities, client-specific challenges, and systems that improve both client outcomes and employee experience. Recognized as a "Great Place to Work" and among the "50 Best Firms for Data Scientists", we foster growth, execution excellence, and impactful contributions for both clients and the organization.


Job Description

At Thoucentric, we work on various problem statements:

  • Building capabilities that address a market need, based on ongoing research efforts.
  • Solving specific use cases for current or potential clients based on on-ground challenges.
  • Developing new systems to help us become a better employer and partner to clients.

All of these require the best minds to work on them day-to-day. Your contribution to organization development is as important as outward-facing consulting. We are invested in both employee growth and client success.


Key Responsibilities

Consultant Responsibilities

  • Requirement Analysis: Review functional problem statements or change requests shared by business or IT stakeholders. Analyze the business impact and ensure requirements are clearly documented.
  • Solution Review & Validation: Collaborate with the implementation team to understand proposed solution or configuration changes in SAP FICO. Review functional specs, configuration rationale, and test scenarios shared by the SI team.
  • Client Guidance & Advisory: Evaluate proposed solutions for alignment with business goals, existing processes, and SAP best practices. Support the client’s finance team in understanding implications, and recommend acceptance, modification, or rejection.
  • Stakeholder Communication: Act as a bridge between the system integrator and client business teams. Document decisions, deviations, and rationale.
  • Testing & Validation Support: Assist in reviewing test cases and validating UAT results.
  • Documentation: Maintain clear documentation of solution reviews, accepted changes, and recommendations provided to the client.

Lead-Specific Responsibilities

These responsibilities apply to candidates with 8+ years of experience:

  • Lead end-to-end SAP FICO implementations, including planning, budgeting, and resource management.
  • Mentor and guide junior consultants and functional team members.
  • Manage cross-module integration with SAP MM, SD, PP, and PS.
  • Perform Fit-Gap analysis, prepare Functional Specifications, and oversee S/4HANA migration activities.


Requirements

Key Skills & Qualifications (Consultant Level)

  • Bachelor’s degree in Finance, Accounting, Engineering, or related field
  • 4+ years of experience in SAP FICO (hands-on configuration or support)
  • Understanding of SAP FICO core modules: GL, AR, AP, Asset Accounting, Cost Center Accounting
  • Ability to analyze solution proposals and explain system behavior in business terms
  • Strong communication and interpersonal skills, with the ability to influence stakeholders
  • Familiarity with SAP implementation lifecycle and change request processes
  • Prior exposure to client-facing or project coordination roles is a plus

Nice to Have (Consultant Level)

  • Exposure to S/4HANA Finance
  • Understanding of integration with SD/MM modules
  • Experience working with or alongside a system integrator (Accenture, Deloitte, etc.)

Additional Requirements for SAP FICO Lead

  • 8+ years of hands-on SAP FICO experience with at least 2 full lifecycle implementations
  • Strong project management and stakeholder management skills
  • SAP FICO certification (preferred)
  • Knowledge of S/4HANA Central Finance and Group Reporting
  • Experience with global deployments and Agile project methodologies
  • Ability to mentor junior consultants and lead a team


Benefits

  • Opportunity to define your career path rather than following one enforced by a manager
  • Work with Fortune 500 companies and startups alike in a great consulting environment
  • A dynamic yet supportive work environment that encourages personal development
  • Be part of One Extended Family — bonding beyond work through sports, get-togethers, and shared interests
  • Work in an enriching environment with Open Culture, Flat Organization, and Excellent Peer Group
  • Contribute to the exciting growth story of Thoucentric


Read more
Datawrkz
Agency job
via Merito by Jinita Sumaria
Bengaluru (Bangalore)
5 - 10 yrs
₹20L - ₹30L / yr
Publisher

About Client:

A dynamic digital marketing agency collaborating with agencies, advertisers, and publishers. Specializing in yield management, inventory optimization, and executing online display campaigns, our client also provides end-to-end digital marketing services for SMEs. Founded by IIM Ahmedabad alumni and ex-Ozone Media team members.


Key Responsibilities:

- Prospect, acquire, and nurture relationships with strategic publishers.

- Manage a team of 2-3 Publisher Development Representatives.

- Contribute to client's publisher development strategies.

- Study clients' existing advertising options, advising on seamless integration with our offerings.

- Articulate our client's value proposition across media solutions and ad technology, through both written and verbal communication.

- Build relationships across publisher organizations (executives, sales teams, ad ops, research).

- Track and manage the publisher acquisition pipeline and account activities.

- Collaborate with internal teams on sales strategy, techniques, and execution.

- Oversee all aspects of the sales process from pre-sale to close, providing ongoing sales consultation.


Requirements and Qualifications:

- Graduate degree in any discipline.

- Strong problem-solving and interpersonal skills.

- 5-7 years of industry experience, including 2 years with US Publishers.

- Previous roles in ad-serving technology, ad networks, or large Ad tech companies preferred.

- Ability to work with cross-functional teams and knowledge of pre and post-sales processes.

- Existing relationships with large premium publishers are preferred.

- High energy, self-motivated, and passionate about a fast-paced startup environment.

- Enthusiastic about the dynamic, fast-growing company and industry.


Other Benefits:

- Insurance: Medical coverage of 3,00,000 for individuals, spouses, and kids, with an option to include parents and higher coverage of 5,00,000.

- Professional Development: Reimbursement for relevant courses to support career growth and knowledge enhancement.

- Food: Enjoy breakfast, lunch, tea, and snacks – all you can eat!

- Work Culture: Embrace a flexible, result-oriented work environment.

- Dress: No dress code – wear anything you're comfortable in.

- Recreation: Engage in foosball, carom, and table tennis with like-minded colleagues.

- TGIF: Wrap up the week with fun activities – work hard, party harder!

Read more
IndieFolio Network Pvt Ltd

at IndieFolio Network Pvt Ltd

5 candid answers
1 video
Rovena Dsouza
Posted by Rovena Dsouza
Bengaluru (Bangalore)
1 - 4 yrs
₹4L - ₹8L / yr
Script Writing
copywriter
Content Writing
Video Making
Branding

Job Requirements:  

  • Strong command over language
  • Strong visualisation skills
  • Highly skilled with creating content and understanding the needs of the client and delivering the right grammar for the audience for each piece of content
  • Can effectively research and organise data for all related topics for various industries/businesses
  • Can create and edit original copy that is accurate, well-researched, and meets client/company needs and deadlines.
  • Should have enough experience with creating content for B2B and for B2C marketing
  • Should have written for videos, blogs, websites, podcasts,etc. 
  • Having worked on content for corporate videos/ explainers will be an added advantage. 
  • Can work well under pressure and to tight timelines
  • Exposure to understanding the video production process would be an added benefit
  • Understanding of global quality and trends in marketing content and content writing



Qualifications: 

  • Strong creative vision, insight-driven, problem solving skills and understanding of business objectives  and brand strategy
  • A proven track record of leading and managing teams.
  • Great communication and presentation skills
  • Exceptional writing skills 
  • Ability to craft engaging and persuasive content  that resonates with the target audience while adhering to brand guidelines and voice.
  • Capacity to think outside the box and develop unique angles and approaches to communicate messages effectively.
  • Ability to conduct thorough research to understand client needs, brand positioning, and competitive landscapes.
  • The ability to work well under pressure and adhere to tight deadlines


Read more
Celebal Technologies

at Celebal Technologies

2 recruiters
Sulabh Tailang
Posted by Sulabh Tailang
Jaipur, Gurugram, Noida
3 - 10 yrs
₹3L - ₹15L / yr
skill iconC#
XAML
Windows Presentation Foundation(WPF)
Model-View-View-Model (MVVM)
User Interface (UI) Development
+4 more
Title: Microsoft C# XAML Developer –
Location: Remote
Description: Microsoft C# XAML Developer who will design and build cutting edge user
experiences for our client’s consumer facing application. The Senior Software Developer will work
closely with product owners, UX designers, front-end, and back-end developers to help build the
next generation platform.
Qualifications
• Bachelor’s degree in Computer Science, Engineering, or equivalent experience
• 5-8+ years of experience in an enterprise or consumer software development environment
• Strong knowledge of C# language and the .NET framework
• Solid understanding of object-oriented programming
• Expert level programming skills creating UWP or WPF applications using C#/XAML
• Experience with modern frameworks and design patterns, with a broader understanding of the
MVVM pattern
• Experience developing consumer facing user interfaces and supporting UI controls/components
• Ability to write clean, readable, maintainable code
• Possess excellent written and verbal communication skills
Responsibilities
• Architect, design & build modern user interface for consumers
• Collaborate with UI/UX teams to deliver high performing and easy to use applications
• Participate in code reviews with staff as necessary to ensure a high quality, performant product
• Develop a deep understanding of client goals and objectives, and articulate how your solutions
address their needs
• Unit testing/test-driven development
• Integration testing
• Deployment
• Maintenance
• Post-deployment production support and troubleshooting
Requirements
• C#, .Net Core, MVVM, Rest API, Dependency Injection.
• Azure DevOps, CI/CD, YAML setup for mobile applications preferred.
• Strong understanding of design patterns.
• Familiarity with Agile software development methodologies.
• Advanced knowledge of using Git source control system.
Education- BE, BTech , MCA , BCA and Relevant qualifications
Read more
Tabulera

at Tabulera

1 recruiter
Soniya Begum
Posted by Soniya Begum
Hyderabad
2 - 5 yrs
₹10L - ₹17L / yr
skill iconJava
skill iconJavascript
skill iconReact.js
skill iconAngular (2+)
skill iconAngularJS (1.x)
+4 more

Position Summary

The Java Software Developer designs and develops computer applications using the Java programming language. Managing small-to-large scale projects, with respect to business impact, throughout the development life cycle. In this role, you can expect to leverage your 5+ years of Java engineering skills and knowledge to develop, test, and release features assigned to you and the Software Development team. You will be challenged daily to solve problems, expand your knowledge of the existing platform, and the technologies that can be used to continuously improve it.

 

Essential Functions

  • Owns assigned projects throughout the development life cycle, from design through quality testing. Develops high quality code that delivers desired functionality using the technology selected for the project.
  • Utilizes techniques including pair programming to ensure code quality. Additionally, maintains code quality through best practices, unit testing, and code quality automation.
  • Supports continuous integration process.
  • Collaborates closely with team members to determine best practices and client requirements for software.
  • Develops intuitive software that meets and exceeds the needs of the company.
  • Professionally maintains all software and provides regular updates that address client and/or company concerns.
  • Analyzes and tests programs and products before formal launch. Addresses and troubleshoots coding problems quickly and efficiently to ensure a productive workplace.
  • Ensures software security by developing programs to actively monitor the sharing of private information.
  • Actively seeks ways to improve business software processes and interactions.
  • When needed, provides valuable coaching and training for team members to ensure all employees are confident in the use of software applications.
  • Regularly modifies software to fix errors, adapt to new hardware, improve overall performance, and/or upgrade interfaces.
  • Directs system testing and validation procedures. Provides software programming and documentation development.
  • Provides project proposals and project status updates to clients and departments, as needed. Prepares recommendations and project plans for the installation of new systems or modifications of an existing system.
  • Works closely with clients and departments to resolve technical issues - including (but not limited to) software system design and maintenance.
  • Regularly participates in an agile delivery process by helping size stories. Owns, researches, and recommends new solutions.

Skills and Abilities

  • Excellent problem-solving skills and technical aptitude to solve complex issues.
  • Proven ability to manage multiple high-priority projects.
  • Excellent communication skills, both written and verbal.
  • Ability to quickly adapt to a changing environment.
  • Skilled in object-oriented (OO) design and design pattern.
  • Skilled with Java 8 features, such as lambdas and streams.
  • Demonstrated knowledge of API design standards, patterns, and best practices (especially Swagger and OpenAPI 3.0, REST, SOAP, MQ, JSON, Microservices etc.).
  • Expert understanding of Spring Framework, Spring MVC REST, ORM/Hibernate and JDBC. As well as Hibernate/JPA and Object-relational mapping, including performance considerations.
  • Experienced with RDBM systems: MYSQL Server, Oracle.
  • Strong understanding of relational databases and writing SQL queries.
  • Familiarity with the following front-end technologies: HTML, Javascript, CSS, Angular, Git, SQL, Maven

Experience

  • Experience as a Java Developer, Java Engineer, or similar role required (i.e., Spring Framework / Spring boot and J2EE development required).
  • Experience designing and developing REST API / web applications.
  • Experience working with Agile methodologies (Scrum) and cross-functional teams (Product Owners, Scrum Masters, Developers, Designers, Business Analysts) a major plus.
  • Advanced knowledge and experience in Cloud/SAAS integration, a plus.

 

Education

  • Bachelor’s degree in computer science or a related field of study or equivalent level of education and experience.
Read more
Velocity Services

at Velocity Services

2 recruiters
Newali Hazarika
Posted by Newali Hazarika
Bengaluru (Bangalore)
4 - 9 yrs
₹15L - ₹35L / yr
ETL
Informatica
Data Warehouse (DWH)
Data engineering
Oracle
+7 more

We are an early stage start-up, building new fintech products for small businesses. Founders are IIT-IIM alumni, with prior experience across management consulting, venture capital and fintech startups. We are driven by the vision to empower small business owners with technology and dramatically improve their access to financial services. To start with, we are building a simple, yet powerful solution to address a deep pain point for these owners: cash flow management. Over time, we will also add digital banking and 1-click financing to our suite of offerings.

 

We have developed an MVP which is being tested in the market. We have closed our seed funding from marquee global investors and are now actively building a world class tech team. We are a young, passionate team with a strong grip on this space and are looking to on-board enthusiastic, entrepreneurial individuals to partner with us in this exciting journey. We offer a high degree of autonomy, a collaborative fast-paced work environment and most importantly, a chance to create unparalleled impact using technology.

 

Reach out if you want to get in on the ground floor of something which can turbocharge SME banking in India!

 

Technology stack at Velocity comprises a wide variety of cutting edge technologies like, NodeJS, Ruby on Rails, Reactive Programming,, Kubernetes, AWS, NodeJS, Python, ReactJS, Redux (Saga) Redis, Lambda etc. 

 

Key Responsibilities

  • Responsible for building data and analytical engineering pipelines with standard ELT patterns, implementing data compaction pipelines, data modelling and overseeing overall data quality

  • Work with the Office of the CTO as an active member of our architecture guild

  • Writing pipelines to consume the data from multiple sources

  • Writing a data transformation layer using DBT to transform millions of data into data warehouses.

  • Implement Data warehouse entities with common re-usable data model designs with automation and data quality capabilities

  • Identify downstream implications of data loads/migration (e.g., data quality, regulatory)

 

What To Bring

  • 5+ years of software development experience, a startup experience is a plus.

  • Past experience of working with Airflow and DBT is preferred

  • 5+ years of experience working in any backend programming language. 

  • Strong first-hand experience with data pipelines and relational databases such as Oracle, Postgres, SQL Server or MySQL

  • Experience with DevOps tools (GitHub, Travis CI, and JIRA) and methodologies (Lean, Agile, Scrum, Test Driven Development)

  • Experienced with the formulation of ideas; building proof-of-concept (POC) and converting them to production-ready projects

  • Experience building and deploying applications on on-premise and AWS or Google Cloud cloud-based infrastructure

  • Basic understanding of Kubernetes & docker is a must.

  • Experience in data processing (ETL, ELT) and/or cloud-based platforms

  • Working proficiency and communication skills in verbal and written English.

 

Read more
ITS

at ITS

1 recruiter
Shruti Pandit
Posted by Shruti Pandit
Mumbai
3 - 7 yrs
₹10L - ₹15L / yr
skill icon.NET
skill iconC#
skill iconJavascript
skill iconNodeJS (Node.js)
NOSQL Databases
+2 more

Requisite Skills and Experience                                                                                                          

  • 5+ years of object-oriented software development of web applications
  • 5+ years of C# in a .NET environment
  • Preferable Experience in Cloud Technologies (AWS, AZURE)
  • Experience with MS SQL stored procedures, database design and optimization
  • Experience developing and utilizing web services
  • Experience with high volume consumer oriented web sites
  • Experience working in an Agile Scrum environment
  • Experience with formal test procedures, release management
  • Preferable Travel industry experience preferred, especially programming associated with GDS’s - SABRE, Farelogix, and Travelport
  • Ability to distill complex business needs into functional requirements
  • Excellent follow-up, verbal and written communication skills
  • Excellent problem solving skills and an ability to make good decisions
  • Team player with a professional attitude
  • Ability to manage multiple tasks and maintain tight schedules
  • Ability to work effectively with a geographically dispersed team in India

 

Strategic and Development Responsibilities

  • Ability to "think outside the box"
  • Ability to provide accurate and timely project estimates.

 

 

Pluses:

  • Experience with Angular JS frameworks and Mobile Development.
  • Experience with developing machine learning algorithms.
  • Experience on projects that required localization/globalization
  • Experience with MS SQL Reporting Services
  • Knowledge of web farm configuration and best practices

 

Software Tools/Languages

Required:        MS Visual Studio, MS SQL Server Management Studio, IIS, AWS

C#, Web Services, MS SQL (stored procedures), Jenkins, DevOps Tools.

 

Education

Bachelor of Science in CS, MIS, or equivalent
Read more
MirrAR Innovation Technologies Private Limited
MirrAR Innovation Technologies PVT LTD
Posted by MirrAR Innovation Technologies PVT LTD
Chennai
2 - 4 yrs
₹2L - ₹4L / yr
Ionic
Mobile App Development
skill iconHTML/CSS
skill iconBootstrap

Description

Why should you Join us?

You should join us if you are looking to be a part of a high growth Startup that is working on the next frontier technologies and shaping the future world that we are going to live.

At MirrAR we highly emphasis on Innovation and we offer a complete work liberty that accepts and appreciates your ideas towards innovation. A place where you don’t have to fear about failure, you will have complete freedom to fail, all we count is the depth and honesty of the attempt made and not the success, rather we take the learnings from the failures and convert it into incremental feedbacks.

Job Summary:

Good exposure to design and development of the hybrid mobile apps using Ionic Framework. A minimum of 2 years of expertise in hybrid mobile app development using Ionic Framework 1/2/3, Angular JS, Angular 6(above), HTML5, CSS3, JavaScript, Typescript, ES6, jQuery. Should have built advanced applications (at least 2 live projects) in Ionic Framework.

 

Job description:

· We are looking for a candidate with 2-4 years of experience in mobile app development.

· Must have excellent skills to develop enterprise hybrid mobile applications using technologies like HTML5, Ionic 4, Angular 6 & above, Bootstrap, Cordova, Visual studio code, REST APIs, SOAP (XML/JSON) etc.

· Should be good at API integration Worked on Social API integration, Core location APIs, Google Maps, Geo-Location, Map Web Views, Push Notification Service Experience on UI technologies including HTML5, CSS3, & JavaScript & firebase.

· Must have Built & Published applications in Google Play Store and Apple iTunes store

· Strong Knowledge of Code Repository and Version Control Systems like SVN, GIT, TFS, VSS or any other.

· Excellent analysis skills and the ability to develop processes and methodologies.

· Write well designed, testable, efficient code by using best software development practices Optimizing performance for the apps

· Must have hands on experience on SQL Lite and worked on Offline mobile application.

· Should have solid debugging skills and usage of automation tools for Unit Testing, Static Code Review etc.

· Should be good in following Coding standards and processes

· Ability to design, optimize and integrate business processes across disparate systems and mobile technologies.

Requirements

Desired Candidate Profile:

· Must have a minimum of 2+ years of mobile app development using Ionic Framework.

· Experience as a developer creating iOS and Android mobile applications with HTML5, CSS3, Angular, Ionic.

· Experience designing and developing application authorization and authentication.

· Work on software architecture and development of Hybrid Mobile applications and communicate technical limitations/roadblocks to the team.

· Familiar with RESTful APIs, UI Kit, offline storage, threading, performance tuning, and all UI components in the Android/IOS object library foundation.

· Work on 3rd party libraries, cloud message APIs, and push notifications.

· Setup developer accounts to publish apps to the Google Play Store and Apple App Store.

· Build efficient, testable, and reusable modules

· Understand Androids/Apples Human Interface Guidelines and other UX & UI standards to create scalable products.

· Work in an agile environment to define, manage, and prioritize workload.

· Understanding mobile app design guidelines on each platform and being aware of their differences.

· Strong Knowledge of SQLite, MySQL, Firebase or similar databases.

· Experience using Git/GitHub/GitLab/BitBucket and related source control environments in a distributed team environment

· Able to Optimize for multi-device iPhone, iPad, Tablet & Smartphones.

· Published 2 or more apps in Google Play Store and Apple iTunes store.

· Experience with other open source frameworks a plus (PHP, Rails, Grails, Djangoor similar)

· Should have deep knowledge of best practices for mobile app design and performance.

· Identify the modules/components to be developed as per business requirements.

· Write high quality code as per industry standards and best practices.

· Excellent analytical and problem solving skills – you should be able to propose several viable solutions to complex problems and be able to evaluate the best alternative and estimate the work required.

· You have excellent communication skills showing a capability to make clear and meaningful contributions to white board design discussions and offer innovative solutions to complex problems, as well as contribute insights from past experiences.

· You are able to offer concise and regular updates on progress and can highlight issues that might affect progress in order to allow preventative action to be taken.

Benefits

Salary: 2-4 Lakhs per annum

 
Read more
DRIVEU

at DRIVEU

1 recruiter
Priyadarshini R
Posted by Priyadarshini R
Bengaluru (Bangalore)
0 - 1 yrs
₹2L - ₹3L / yr
Customer Support
Communication Skills
Mean-shift
We're a startup working out of a bungalow in Koramangala, Bangalore trying to make life easier for car owners across India. We've been around for 3 yrs, and we provide drivers on demand and car care services through our mobile apps (Android, iOS) and website. We recently raised a pre-Series A round of $3M, which will help us grow both our team and our business. We are hiring Customer Service Executives, please find the JD below. > Good communication and convincing skills. > Fluency in English & Hindi. > Flexible for rotational shifts/week offs. > Preferably experienced candidate (>6 months)
Read more
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort
Why apply via Cutshort?
Connect with actual hiring teams and get their fast response. No spam.
Find more jobs
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort